kcc-gem-theme-core 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (243) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +138 -0
  4. data/_config.yml +262 -0
  5. data/_data/cache_bust_css.yml +1 -0
  6. data/_includes/accordion.html +36 -0
  7. data/_includes/accordion_path-sorting.html +29 -0
  8. data/_includes/body.html +13 -0
  9. data/_includes/breadcrumbs.html +65 -0
  10. data/_includes/card-section.html +32 -0
  11. data/_includes/chat-now.html +15 -0
  12. data/_includes/contacts.html +90 -0
  13. data/_includes/document-head.html +22 -0
  14. data/_includes/emergency-alerts.html +27 -0
  15. data/_includes/foot.html +3 -0
  16. data/_includes/footer.html +278 -0
  17. data/_includes/hash/theme_hash.yml +1 -0
  18. data/_includes/header-global.html +56 -0
  19. data/_includes/hero-slider.html +42 -0
  20. data/_includes/main-call-to-action.html +32 -0
  21. data/_includes/nav-global-bottom.html +47 -0
  22. data/_includes/nav-global-top.html +34 -0
  23. data/_includes/nav-local.html +29 -0
  24. data/_includes/preconnect.html +22 -0
  25. data/_includes/scripts/custom.html +4 -0
  26. data/_includes/scripts/google-api.html +2 -0
  27. data/_includes/scripts/google-noscript.html +9 -0
  28. data/_includes/scripts/google-tag.html +23 -0
  29. data/_includes/scripts/kcc-theme.html +2 -0
  30. data/_includes/scripts/table-cdn.html +6 -0
  31. data/_includes/scripts/translate.html +11 -0
  32. data/_includes/scripts/vendor-cdn.html +5 -0
  33. data/_includes/styles/fonts.html +4 -0
  34. data/_includes/styles/main.html +12 -0
  35. data/_includes/styles/vendor.html +6 -0
  36. data/_includes/svg/check.html +11 -0
  37. data/_includes/svg/check_circle-24px.html +13 -0
  38. data/_includes/svg/dot.html +1 -0
  39. data/_includes/svg/earn-more.html +30 -0
  40. data/_includes/svg/email-24px.html +13 -0
  41. data/_includes/svg/goals.html +21 -0
  42. data/_includes/svg/kcc-copy.html +62 -0
  43. data/_includes/svg/kcc.html +65 -0
  44. data/_includes/svg/kcc.svg +59 -0
  45. data/_includes/svg/love.html +13 -0
  46. data/_includes/svg/place-24px.html +13 -0
  47. data/_includes/svg/save-money.html +26 -0
  48. data/_includes/tabbed-content.html +27 -0
  49. data/_includes/translate.html +3 -0
  50. data/_layouts/default-core.html +27 -0
  51. data/_layouts/default.html +32 -0
  52. data/_layouts/hero-banner.html +17 -0
  53. data/_layouts/hero-slider.html +17 -0
  54. data/_layouts/markdown.html +13 -0
  55. data/_layouts/page.html +8 -0
  56. data/assets/css/content.css +37 -0
  57. data/assets/img/2016-senior-viewbook.jpg +0 -0
  58. data/assets/img/ATEC-DSC_1033.jpeg +0 -0
  59. data/assets/img/DSC_5650_helpful.jpg +0 -0
  60. data/assets/img/admissions-navigation-menu.jpg +0 -0
  61. data/assets/img/ajax-loader.gif +0 -0
  62. data/assets/img/alert.svg +1 -0
  63. data/assets/img/arrow-right.svg +1 -0
  64. data/assets/img/arrow_right_alt.svg +1 -0
  65. data/assets/img/blue-next.svg +1 -0
  66. data/assets/img/blue-prev.svg +1 -0
  67. data/assets/img/d-daun2.jpg +0 -0
  68. data/assets/img/dbl-next.svg +1 -0
  69. data/assets/img/dbl-next_mobile.svg +1 -0
  70. data/assets/img/dbl-prev.svg +1 -0
  71. data/assets/img/dbl-prev_mobile.svg +1 -0
  72. data/assets/img/dot.svg +13 -0
  73. data/assets/img/e-tech_a-roberts_mar2016_D41_6690.jpg +0 -0
  74. data/assets/img/facebook-f_white.svg +1 -0
  75. data/assets/img/fafsa-early-bird-banner-18.jpg +0 -0
  76. data/assets/img/go_cavs_20171002_193828-web.jpg +0 -0
  77. data/assets/img/heading-bg-underline-tan.png +0 -0
  78. data/assets/img/heading-bg-underline-transparent.png +0 -0
  79. data/assets/img/heading-bg-underline.png +0 -0
  80. data/assets/img/home.svg +8 -0
  81. data/assets/img/instagram-white.svg +1 -0
  82. data/assets/img/itransfer.png +0 -0
  83. data/assets/img/kankakee-community-college-word-logo.svg +1 -0
  84. data/assets/img/kcc-logo-inverse.svg +1 -0
  85. data/assets/img/kcc-logo.svg +1 -0
  86. data/assets/img/kcc-placeholder-square.png +0 -0
  87. data/assets/img/kcc-placeholder.png +0 -0
  88. data/assets/img/kcc-text-logo.svg +1 -0
  89. data/assets/img/keyboard_arrow_right.svg +1 -0
  90. data/assets/img/linkedin-white.svg +1 -0
  91. data/assets/img/loader.gif +0 -0
  92. data/assets/img/miguel2.jpg +0 -0
  93. data/assets/img/pause.svg +1 -0
  94. data/assets/img/pinterest-p_white.svg +1 -0
  95. data/assets/img/placeholder.png +0 -0
  96. data/assets/img/placeholder_16to9.jpg +0 -0
  97. data/assets/img/placeholder_4by3.jpg +0 -0
  98. data/assets/img/placeholder_square.jpg +0 -0
  99. data/assets/img/play.svg +1 -0
  100. data/assets/img/riverfrontcampus.jpg +0 -0
  101. data/assets/img/search.svg +1 -0
  102. data/assets/img/settings.svg +1 -0
  103. data/assets/img/settings_56.svg +1 -0
  104. data/assets/img/soccer.svg +1 -0
  105. data/assets/img/social-icon.svg +1 -0
  106. data/assets/img/toggle-off.svg +1 -0
  107. data/assets/img/toggle-on.svg +1 -0
  108. data/assets/img/twitter-white.svg +1 -0
  109. data/assets/img/video.svg +1 -0
  110. data/assets/img/x.svg +1 -0
  111. data/assets/img/youtube-white.svg +1 -0
  112. data/assets/img/yt-loading.png +0 -0
  113. data/assets/img/zippia.png +0 -0
  114. data/assets/js/alerts/addAccordionOrTabHistoryStates.js +50 -0
  115. data/assets/js/alerts/alerts.js +56 -0
  116. data/assets/js/alerts/cacheResponse.js +23 -0
  117. data/assets/js/alerts/checkForPrefersReducedMotion.js +19 -0
  118. data/assets/js/alerts/contentHashLink.js +94 -0
  119. data/assets/js/alerts/createAlertsHtml.js +73 -0
  120. data/assets/js/alerts/fetchNewAlert.js +33 -0
  121. data/assets/js/alerts/getCachedResponse.js +43 -0
  122. data/assets/js/alerts/parseMarkdownToHTML.js +85 -0
  123. data/assets/js/alerts/refreshAlertButton.js +37 -0
  124. data/assets/js/dist/102.bundle.js +1 -0
  125. data/assets/js/dist/126.bundle.js +1 -0
  126. data/assets/js/dist/154.bundle.js +1 -0
  127. data/assets/js/dist/238.bundle.js +1 -0
  128. data/assets/js/dist/282.bundle.js +1 -0
  129. data/assets/js/dist/315.bundle.js +1 -0
  130. data/assets/js/dist/381.798ee77dce545b7c224a.css +2 -0
  131. data/assets/js/dist/381.bundle.js +1 -0
  132. data/assets/js/dist/391.bundle.js +1 -0
  133. data/assets/js/dist/45.bundle.js +1 -0
  134. data/assets/js/dist/504.bundle.js +1 -0
  135. data/assets/js/dist/526.bundle.js +2 -0
  136. data/assets/js/dist/526.bundle.js.LICENSE.txt +24 -0
  137. data/assets/js/dist/57.bundle.js +1 -0
  138. data/assets/js/dist/576.bundle.js +1 -0
  139. data/assets/js/dist/582.bundle.js +1 -0
  140. data/assets/js/dist/614.bundle.js +1 -0
  141. data/assets/js/dist/640.bundle.js +1 -0
  142. data/assets/js/dist/644.bundle.js +1 -0
  143. data/assets/js/dist/647.798ee77dce545b7c224a.css +2 -0
  144. data/assets/js/dist/647.bundle.js +1 -0
  145. data/assets/js/dist/658.798ee77dce545b7c224a.css +2 -0
  146. data/assets/js/dist/658.bundle.js +1 -0
  147. data/assets/js/dist/707.bundle.js +1 -0
  148. data/assets/js/dist/734.bundle.js +2 -0
  149. data/assets/js/dist/734.bundle.js.LICENSE.txt +30 -0
  150. data/assets/js/dist/747.bundle.js +1 -0
  151. data/assets/js/dist/755.bundle.js +1 -0
  152. data/assets/js/dist/795.bundle.js +1 -0
  153. data/assets/js/dist/814.bundle.js +1 -0
  154. data/assets/js/dist/83.798ee77dce545b7c224a.css +2 -0
  155. data/assets/js/dist/83.bundle.js +1 -0
  156. data/assets/js/dist/853.bundle.js +1 -0
  157. data/assets/js/dist/859.bundle.js +1 -0
  158. data/assets/js/dist/862.bundle.js +1 -0
  159. data/assets/js/dist/909.bundle.js +1 -0
  160. data/assets/js/dist/92.bundle.js +1 -0
  161. data/assets/js/dist/936.bundle.js +1 -0
  162. data/assets/js/dist/968.bundle.js +1 -0
  163. data/assets/js/dist/987.bundle.js +1 -0
  164. data/assets/js/dist/kcc-theme.798ee77dce545b7c224a.css +2 -0
  165. data/assets/js/dist/kcc-theme.bundle.js +1 -0
  166. data/assets/js/nav/megaNav/closeMegaNavOnClick.js +50 -0
  167. data/assets/js/nav/megaNav/googleCustomSearch.js +112 -0
  168. data/assets/js/nav/megaNav/megaNav.js +17 -0
  169. data/assets/js/nav/megaNav/searchToggleMegaNav.js +96 -0
  170. data/assets/js/nav/megaNav/toggleDropdownOnWindowResize.js +78 -0
  171. data/assets/js/nav/megaNav/toggleDropdownOnWindowResizeTwo.js +54 -0
  172. data/assets/js/nav/megaNav/toggleMenuOnWindowResize.js +26 -0
  173. data/assets/js/nav/megaNav/underlineCurrentSite.js +22 -0
  174. data/assets/js/nav/nav/closeNavOnClick.js +50 -0
  175. data/assets/js/nav/nav/highlightCurrentNav.js +56 -0
  176. data/assets/js/nav/nav/moveSearchIcon.js +94 -0
  177. data/assets/js/nav/nav/nav.js +13 -0
  178. data/assets/js/nav/nav/searchToggleNav.js +40 -0
  179. data/assets/js/nav/nav/toggleNavSearchDropdownOnWindowResize.js +57 -0
  180. data/assets/js/src/addClassToOpenNavbar.js +20 -0
  181. data/assets/js/src/all.js +61 -0
  182. data/assets/js/src/darkMode.js +17 -0
  183. data/assets/js/src/errorPageSearch.js +16 -0
  184. data/assets/js/src/footerDate.js +7 -0
  185. data/assets/js/src/lazyLoad.js +13 -0
  186. data/assets/js/src/loadModule.js +13 -0
  187. data/assets/js/src/sliders.js +68 -0
  188. data/assets/js/src/test.js +7 -0
  189. data/assets/js/src/translate.js +1 -0
  190. data/assets/js/src/translateScript.js +54 -0
  191. data/assets/js/src/userSettings.js +53 -0
  192. data/assets/js/src/walkText.js +27 -0
  193. data/assets/js/src/wrapPowerText.js +21 -0
  194. data/assets/js/src/ytEmbed.js +30 -0
  195. data/assets/scss/0-tools/_bootstrap-overrides.scss +89 -0
  196. data/assets/scss/0-tools/_cloudcannon.scss +16 -0
  197. data/assets/scss/0-tools/_google-translate-overrides.scss +114 -0
  198. data/assets/scss/0-tools/_gsc-overrides.scss +144 -0
  199. data/assets/scss/0-tools/_gsc-search-page-overrides.scss +275 -0
  200. data/assets/scss/0-tools/_slick-vars.scss +15 -0
  201. data/assets/scss/0-tools/_vars.scss +98 -0
  202. data/assets/scss/1-base/_background.scss +5 -0
  203. data/assets/scss/1-base/_buttons.scss +200 -0
  204. data/assets/scss/1-base/_header-global.scss +483 -0
  205. data/assets/scss/1-base/_html.scss +4 -0
  206. data/assets/scss/1-base/_img.scss +17 -0
  207. data/assets/scss/1-base/_links.scss +126 -0
  208. data/assets/scss/1-base/_svg.scss +89 -0
  209. data/assets/scss/1-base/_typography.scss +645 -0
  210. data/assets/scss/2-modules/_accordion.scss +43 -0
  211. data/assets/scss/2-modules/_benefits.scss +371 -0
  212. data/assets/scss/2-modules/_breadcrumbs.scss +32 -0
  213. data/assets/scss/2-modules/_campus-alerts.scss +3 -0
  214. data/assets/scss/2-modules/_card-section.scss +9 -0
  215. data/assets/scss/2-modules/_contacts.scss +46 -0
  216. data/assets/scss/2-modules/_dark-mode.scss +350 -0
  217. data/assets/scss/2-modules/_error.scss +10 -0
  218. data/assets/scss/2-modules/_footer.scss +84 -0
  219. data/assets/scss/2-modules/_header.scss +21 -0
  220. data/assets/scss/2-modules/_hero-slider.scss +300 -0
  221. data/assets/scss/2-modules/_loader.scss +25 -0
  222. data/assets/scss/2-modules/_nav-content.scss +11 -0
  223. data/assets/scss/2-modules/_nav-landing.scss +203 -0
  224. data/assets/scss/2-modules/_nav-local.scss +45 -0
  225. data/assets/scss/2-modules/_setting.scss +78 -0
  226. data/assets/scss/2-modules/_sliders.scss +21 -0
  227. data/assets/scss/2-modules/_social-icons.scss +36 -0
  228. data/assets/scss/2-modules/_sub-nav.scss +32 -0
  229. data/assets/scss/2-modules/_yt-embed.scss +14 -0
  230. data/assets/scss/3-layout/_background.scss +3 -0
  231. data/assets/scss/3-layout/_margins.scss +2 -0
  232. data/assets/scss/3-layout/_padding.scss +2 -0
  233. data/assets/scss/3-layout/_positioning.scss +104 -0
  234. data/assets/scss/3-layout/_section.scss +23 -0
  235. data/assets/scss/3-layout/_tables.scss +8 -0
  236. data/assets/scss/4-pages/index/_home.scss +15 -0
  237. data/assets/scss/bootstrap.scss +75 -0
  238. data/assets/scss/darkMode.scss +5 -0
  239. data/assets/scss/kcc-theme.scss +47 -0
  240. data/assets/scss/searchPageOverrides.scss +2 -0
  241. data/assets/scss/slick-carousel.scss +9 -0
  242. data/assets/scss/translate.scss +4 -0
  243. metadata +326 -0
@@ -0,0 +1,27 @@
1
+ {% include document-head.html %}
2
+ {% include scripts/google-tag.html %}
3
+ {%- if page.sheet_key -%}
4
+ <!-- dataTables stylesheets -->
5
+ <!-- preconnects -->
6
+ <link rel="preconnect" href="https://cdn.datatables.net/1.10.18/css/dataTables.bootstrap4.min.css">
7
+ <link rel="preconnect" href="https://cdn.datatables.net/responsive/2.2.2/css/responsive.bootstrap4.min.css">
8
+ <!-- dataTables Bootstrap4 themed stylesheet -->
9
+ <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.18/css/dataTables.bootstrap4.min.css" crossorigin="anonymous">
10
+ <!-- dataTables "Responsive" extension stylesheet for bootstrap4 theme -->
11
+ <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/responsive/2.2.2/css/responsive.bootstrap4.min.css" crossorigin="anonymous">
12
+ {%- endif -%}
13
+ {% include styles/main.html %}
14
+ {% include body.html %}
15
+ {% include scripts/google-noscript.html %}
16
+ {% if site.translate == true %}{% include translate.html %}{% endif %}
17
+ {% include header-global.html %}
18
+ {% if site.core_root != true and page.no_alert != true %}{% include emergency-alerts.html %}{% endif %}
19
+ {{ content }}
20
+ {% include footer.html %}
21
+ {% include scripts/kcc-theme.html %}
22
+ {%- if page.sheet_key -%}
23
+ {% include scripts/table-cdn.html %}{% endif %}
24
+ {% include scripts/custom.html %}
25
+ {%- if site.translate == true -%}<!-- Link to this site's custom google translate stylesheet -->
26
+ {% include scripts/translate.html %}{% endif %}
27
+ {% include foot.html %}
@@ -0,0 +1,32 @@
1
+ {% include document-head.html %}
2
+ {% include styles/fonts.html %}
3
+ {% include scripts/google-tag.html %}
4
+ {% include styles/vendor.html %}
5
+ {% if page.sheet_key %}
6
+ <!-- dataTables stylesheets -->
7
+ <!-- dataTables Bootstrap4 themed stylesheet -->
8
+ <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.18/css/dataTables.bootstrap4.min.css" crossorigin="anonymous">
9
+ <!-- dataTables "Responsive" extension stylesheet for bootstrap4 theme -->
10
+ <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/responsive/2.2.2/css/responsive.bootstrap4.min.css" crossorigin="anonymous">
11
+ {% endif %}
12
+ {% include styles/main.html %}
13
+ {% include body.html %}
14
+ {% include scripts/google-noscript.html %}
15
+ {% if site.translate == true %}{% include translate.html %}{% endif %}
16
+ {% include nav-global.html %}
17
+ {% if page.no_local_nav != true %}{% include nav-local.html %}{% endif %}
18
+ {% if page.no_alert != true %}{% include emergency-alerts.html %}{% endif %}
19
+ {{ content }}
20
+ {% include footer.html %}
21
+ {% include scripts/vendor-cdn.html %}
22
+ {% include scripts/kcc-nav.html %}
23
+ {% include scripts/kcc-theme.html %}
24
+ {% include scripts/emergency-alerts.html %}
25
+ {% include scripts/google-api.html %}
26
+ {% if page.sheet_key %}
27
+ {% include scripts/table-cdn.html %}
28
+ {% endif %}
29
+ {% include scripts/custom.html %}
30
+ {% if site.translate == true %}<!-- Link to this site's custom google translate stylesheet -->
31
+ {% include scripts/translate.html %}{% endif %}
32
+ {% include foot.html %}
@@ -0,0 +1,17 @@
1
+ ---
2
+ layout: default-core
3
+ ---
4
+ <main>
5
+ <div class="container">
6
+ <div class="row">
7
+ <div class="col">
8
+ {% if page.hero_banner %}<img src="{{ page.baseurl }}{{ page.hero_banner }}" alt="{{ page.hero_banner_alt }}" class="img-fluid my-3 img__full-width{% if page.hero_banner_border == true %} border__light{% endif %}">{% endif %}
9
+ {% include breadcrumbs.html %}
10
+ <h2 class="typography__h2">{{ page.title }}</h2>
11
+ <div class="editable">
12
+ {{ content }}
13
+ </div>
14
+ </div>
15
+ </div>
16
+ </div>
17
+ </main>
@@ -0,0 +1,17 @@
1
+ ---
2
+ layout: default-core
3
+ ---
4
+ <main>
5
+ <div class="container">
6
+ {% include hero-slider.html %}
7
+ <div class="row">
8
+ <div class="col">
9
+ {% include breadcrumbs.html %}
10
+ <h2 class="typography__h2">{{ page.title }}</h2>
11
+ <div class="editable">
12
+ {{ content }}
13
+ </div>
14
+ </div>
15
+ </div>
16
+ </div>
17
+ </main>
@@ -0,0 +1,13 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <main>
6
+ <div class="container">
7
+ <div class="row">
8
+ <div class="col">
9
+ {{ content | markdownify }}
10
+ </div>
11
+ </div>
12
+ </div>
13
+ </main>
@@ -0,0 +1,8 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
6
+ {% comment %}
7
+ All pages should this 'page.html' layout
8
+ {% endcomment %}
@@ -0,0 +1,37 @@
1
+ img.float-image-left {
2
+ float: left;
3
+ max-width: 100%;
4
+ height: auto;
5
+ margin: 10px;
6
+ }
7
+
8
+ img.float-image-right {
9
+ float: right;
10
+ max-width: 100%;
11
+ height: auto;
12
+ margin: 10px;
13
+ }
14
+
15
+ img.no-float {
16
+ float: none;
17
+ }
18
+
19
+ img.center-image {
20
+ margin-left: auto;
21
+ margin-right: auto;
22
+ max-width: 100%;
23
+ height: auto;
24
+ margin: 10px;
25
+ }
26
+
27
+ p.align-left {
28
+ text-align: left;
29
+ }
30
+
31
+ p.align-right {
32
+ text-align: right;
33
+ }
34
+
35
+ p.center-this-text {
36
+ text-align: center;
37
+ }
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg enable-background="new 138 45 24 24" height="24" viewBox="138 45 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><g fill="#c61f48"><path d="m148.425 54.942.265 4.494c.015.254.225.453.48.453h1.66c.255 0 .465-.199.48-.453l.264-4.494c.017-.276-.202-.51-.48-.51h-2.188c-.277 0-.497.234-.481.51z"/><circle cx="150" cy="62.136" r="1.685"/><path d="m151.668 47.691c-.739-1.282-2.595-1.284-3.336 0l-9.626 16.691c-.739 1.281.187 2.888 1.668 2.888h19.253c1.479 0 2.408-1.604 1.667-2.888zm-11.088 17.292 9.212-15.967c.092-.16.325-.16.417 0l9.211 15.967c.094.161-.023.361-.208.361h-18.424c-.185.001-.301-.199-.208-.361z" stroke="#c61f48" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width=".5"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="#666" d="M10 17l5-5-5-5v10z"/><path d="M0 24V0h24v24H0z" fill="none"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path fill="#666" d="M16.01 11H4v2h12.01v3L20 12l-3.99-4v3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 39.188 39.187" height="39.187" viewBox="0 0 39.188 39.187" width="39.188" xmlns="http://www.w3.org/2000/svg"><path d="m30.442 18.591-17.348-17.478c-.555-.553-1.455-.553-2.01 0l-2.34 2.342c-.555.553-.555 1.451 0 2.003l14.004 14.137-14.004 14.135c-.555.552-.555 1.446 0 2.002l2.34 2.34c.555.555 1.455.555 2.01 0l17.349-17.475c.555-.556.555-1.453-.001-2.006z" fill="#003056"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 39.188 39.187" height="39.187" viewBox="0 0 39.188 39.187" width="39.188" xmlns="http://www.w3.org/2000/svg"><path d="m8.745 20.597 17.349 17.475c.555.555 1.455.555 2.01 0l2.34-2.34c.555-.556.555-1.45 0-2.002l-14.005-14.135 14.004-14.137c.555-.552.555-1.45 0-2.003l-2.34-2.342c-.555-.553-1.455-.553-2.01 0l-17.348 17.478c-.556.553-.556 1.45 0 2.006z" fill="#003056"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 40 40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><ellipse cx="20" cy="20" fill="#231f20" opacity=".75" rx="19.1" ry="19"/><path d="m21.8 19.4-9.8-9.9c-.3-.3-.8-.3-1.1 0l-1.3 1.3c-.3.3-.3.8 0 1.1l7.9 8-7.9 8c-.3.3-.3.8 0 1.1l1.3 1.3c.3.3.8.3 1.1 0l9.8-9.9c.3-.1.3-.7 0-1zm10.7 1.2-9.8 9.9c-.3.3-.8.3-1.1 0l-1.3-1.3c-.3-.3-.3-.8 0-1.1l7.9-8-8-8c-.3-.3-.3-.8 0-1.1l1.3-1.3c.3-.3.8-.3 1.1 0l9.9 9.9c.3.1.3.7 0 1z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 25 25" viewBox="0 0 25 25" xmlns="http://www.w3.org/2000/svg"><ellipse cx="12.5" cy="12.5" fill="#231f20" opacity=".75" rx="12.06" ry="12.05"/><path d="m13.63 12.14-6.23-6.28c-.2-.2-.52-.2-.72 0l-.84.84c-.2.2-.2.52 0 .72l5.03 5.08-5.03 5.08c-.2.2-.2.52 0 .72l.84.84c.2.2.52.2.72 0l6.23-6.28c.2-.2.2-.52 0-.72zm6.8.72-6.23 6.28c-.2.2-.52.2-.72 0l-.84-.84c-.2-.2-.2-.52 0-.72l5.03-5.08-5.03-5.08c-.2-.2-.2-.52 0-.72l.84-.84c.2-.2.52-.2.72 0l6.23 6.28c.2.2.2.52 0 .72z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 40 40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><ellipse cx="20" cy="20" fill="#231f20" opacity=".75" rx="19.1" ry="19"/><path d="m18.2 20.6 9.9 9.9c.3.3.8.3 1.1 0l1.3-1.3c.3-.3.3-.8 0-1.1l-8-8 8-8c.3-.3.3-.8 0-1.1l-1.3-1.3c-.3-.3-.8-.3-1.1 0l-9.9 9.9c-.3.1-.3.7 0 1zm-10.7-1.2 9.9-9.9c.3-.3.8-.3 1.1 0l1.3 1.3c.3.3.3.8 0 1.1l-7.9 8 7.9 8c.3.3.3.8 0 1.1l-1.3 1.3c-.3.3-.8.3-1.1 0l-9.9-9.9c-.3-.1-.3-.7 0-1z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 25 25" viewBox="0 0 25 25" xmlns="http://www.w3.org/2000/svg"><ellipse cx="12.5" cy="12.5" fill="#231f20" opacity=".75" rx="12.06" ry="12.05"/><path d="m11.37 12.86 6.23 6.28c.2.2.52.2.72 0l.84-.84c.2-.2.2-.52 0-.72l-5.03-5.08 5.03-5.08c.2-.2.2-.52 0-.72l-.84-.84c-.2-.2-.52-.2-.72 0l-6.23 6.28c-.2.2-.2.52 0 .72zm-6.8-.72 6.23-6.28c.2-.2.52-.2.72 0l.84.84c.2.2.2.52 0 .72l-5.02 5.08 5.03 5.08c.2.2.2.52 0 .72l-.84.84c-.2.2-.52.2-.72 0l-6.23-6.28c-.21-.2-.21-.52-.01-.72z" fill="#fff"/></svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 12 12" style="enable-background:new 0 0 12 12;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#FCFCFC;}
7
+ </style>
8
+ <g>
9
+ <path class="st0" d="M6,11.6c-3.1,0-5.6-2.5-5.6-5.6S2.9,0.4,6,0.4s5.6,2.5,5.6,5.6S9.1,11.6,6,11.6z"/>
10
+ <path d="M6,0.8c2.9,0,5.2,2.3,5.2,5.2S8.9,11.2,6,11.2S0.8,8.9,0.8,6S3.1,0.8,6,0.8 M6,0.1C2.7,0.1,0.1,2.7,0.1,6s2.7,5.9,5.9,5.9
11
+ s5.9-2.7,5.9-5.9S9.3,0.1,6,0.1L6,0.1z"/>
12
+ </g>
13
+ </svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m320.526 268.436 7.223-51.045h-50.08v-34.799c0-10.788 8.827-19.615 19.615-19.615h32.393v-47.002l-40.702-1.634c-38.005-1.524-63.793 27.143-63.793 60.903v42.146h-42.858v51.045h42.858v129.282h52.487v-129.281z" fill="#fff" fill-rule="evenodd"/></svg>
Binary file
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
5
+ <path fill="none" d="M0,0h24v24H0V0z"/>
6
+ <polygon fill="none" stroke="#000000" stroke-width="1.5" stroke-linejoin="round" stroke-miterlimit="10" points="14.5,19.5
7
+ 14.5,13.5 9.5,13.5 9.5,19.5 5.5,19.5 5.5,11.5 3.3,11.5 12,3.7 20.7,11.5 18.5,11.5 18.5,19.5 "/>
8
+ </svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m317.858 407.985h-123.716c-47.339 0-86.071-38.73-86.071-86.07v-131.829c0-47.34 38.732-86.071 86.071-86.071h123.717c47.34 0 86.072 38.731 86.072 86.071v131.829c0 47.34-38.733 86.07-86.073 86.07m0-22.742c16.82 0 32.697-6.614 44.705-18.623 12.01-12.008 18.622-27.885 18.622-44.705v-131.829c0-16.82-6.612-32.697-18.622-44.706-12.008-12.009-27.885-18.622-44.705-18.622h-123.716c-16.82 0-32.697 6.613-44.706 18.622s-18.621 27.886-18.621 44.706v131.829c0 16.82 6.612 32.697 18.621 44.705 12.009 12.009 27.886 18.623 44.706 18.623z"/><path d="m337.929 254.827c0 44.994-36.477 81.47-81.472 81.47-44.994 0-81.471-36.476-81.471-81.47 0-44.995 36.477-81.471 81.471-81.471 44.995 0 81.472 36.476 81.472 81.471m-81.864-53.283c-29.464 0-53.348 23.885-53.348 53.347 0 29.464 23.884 53.35 53.348 53.35s53.347-23.886 53.347-53.35c0-29.462-23.883-53.347-53.347-53.347"/><path d="m358.526 172.089c0 10.654-8.637 19.292-19.29 19.292-10.655 0-19.292-8.638-19.292-19.292 0-10.653 8.637-19.29 19.292-19.29 10.654 0 19.29 8.637 19.29 19.29"/></g></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 432 36" height="36" viewBox="0 0 432 36" width="432" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m14.716 12.708h1.943l9.136-8.875h5.133l-11.072 10.615 7.348 11.135h-5.278l-6.025-9.309h-1.943l-1.979 9.309h-4.176l4.623-21.75h4.176z"/><path d="m38.776 23.669h-.087c-1.157 2.031-3.402 2.088-5.171 2.088-3.451 0-5.53-.725-4.655-4.842.777-3.654 2.907-4.67 6.676-4.67 1.856 0 3.677.029 4.184 1.74h.116l.419-1.973c.524-2.465.506-3.334-2.54-3.334-1.595 0-2.901.145-3.321 2.117h-3.654c.943-4.438 4.025-4.611 7.505-4.611 4.872 0 6.742.754 5.657 5.857l-2.028 9.541h-3.654zm-6.258-2.754c-.457 2.145.371 2.348 2.835 2.348 1.943 0 3.401-.174 3.863-2.348.45-2.117-1.104-2.176-2.902-2.176-1.856 0-3.335 0-3.796 2.176z"/><path d="m52.393 10.358-.487 2.291h.116c1.286-2.232 3.163-2.465 5.309-2.465 4.002 0 4.869 1.652 4.08 5.365l-2.133 10.033h-3.654l2.053-9.656c.468-2.205.136-2.959-2.213-2.959-3.19 0-3.945 1.508-4.525 4.234l-1.781 8.381h-3.654l3.236-15.225h3.653z"/><path d="m68.448 16.274h.899l5.521-5.916h4.118l-6.917 7.164 4.782 8.061h-4.408l-3.626-6.814h-.899l-1.449 6.814h-3.654l4.623-21.75h3.654z"/><path d="m88.829 23.669h-.087c-1.157 2.031-3.402 2.088-5.171 2.088-3.451 0-5.53-.725-4.655-4.842.777-3.654 2.907-4.67 6.677-4.67 1.856 0 3.677.029 4.183 1.74h.116l.419-1.973c.524-2.465.506-3.334-2.54-3.334-1.595 0-2.901.145-3.321 2.117h-3.654c.943-4.438 4.025-4.611 7.505-4.611 4.872 0 6.742.754 5.657 5.857l-2.028 9.541h-3.654zm-6.258-2.754c-.457 2.145.371 2.348 2.835 2.348 1.943 0 3.401-.174 3.863-2.348.45-2.117-1.104-2.176-2.902-2.176-1.855 0-3.334 0-3.796 2.176z"/><path d="m101.16 16.274h.899l5.521-5.916h4.118l-6.917 7.164 4.782 8.061h-4.408l-3.626-6.814h-.899l-1.449 6.814h-3.654l4.623-21.75h3.654z"/><path d="m125.758 20.741c-1.017 4.785-3.821 5.016-8.171 5.016-5.829 0-6.623-1.855-5.372-7.742 1.159-5.451 2.535-7.83 8.683-7.83 6.264 0 6.716 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.03 0 3.445.029 3.926-2.232h3.653zm-2.716-4.408c.666-3.133.251-3.365-2.736-3.365-3.161 0-3.506.668-4.079 3.365z"/><path d="m142.288 20.741c-1.017 4.785-3.821 5.016-8.171 5.016-5.829 0-6.623-1.855-5.372-7.742 1.159-5.451 2.535-7.83 8.683-7.83 6.264 0 6.716 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.03 0 3.445.029 3.926-2.232h3.653zm-2.717-4.408c.666-3.133.251-3.365-2.736-3.365-3.161 0-3.506.668-4.079 3.365z"/><path d="m170.55 11.112.253-1.189c.536-2.521-.413-2.695-4.067-2.695-4.205 0-5.078.695-5.984 4.959l-1.023 4.812c-.896 4.35-.553 5.191 3.826 5.191 3.364 0 4.897-.115 5.556-3.219l.253-1.189h4.176l-.302 1.422c-1.306 6.553-4.998 6.322-10.441 6.553-7.718.291-8.544-2.232-7.282-8.584l1.061-4.986c1.479-6.961 4.509-8.527 10.918-8.527 5.423 0 8.52.029 7.484 6.264l-.252 1.189h-4.176z"/><path d="m190.057 17.985c-1.251 5.887-2.464 7.771-8.815 7.771s-6.762-1.885-5.511-7.771c1.257-5.916 2.47-7.801 8.821-7.801 6.351.001 6.762 1.885 5.505 7.801zm-10.679.03c-.863 4.061-.793 4.959 2.455 4.959s3.7-.898 4.563-4.959c.875-4.117.812-5.047-2.437-5.047-3.247 0-3.705.929-4.581 5.047z"/><path d="m198.318 10.358-.468 2.205h.116c1.225-1.943 3.376-2.379 5.291-2.379s4.013.492 3.951 2.697h.116c1.146-2.117 3.357-2.697 5.387-2.697 3.943 0 4.959 1.363 4.164 5.104l-2.188 10.295h-3.654l2.114-9.947c.32-1.914.017-2.668-1.984-2.668-2.958 0-3.822 1.334-4.395 4.031l-1.824 8.584h-3.654l2.114-9.947c.32-1.914.016-2.668-1.985-2.668-2.958 0-3.821 1.334-4.395 4.031l-1.825 8.584h-3.654l3.236-15.225z"/><path d="m225.115 10.358-.469 2.205h.115c1.225-1.943 3.377-2.379 5.291-2.379s4.012.492 3.951 2.697h.115c1.146-2.117 3.357-2.697 5.387-2.697 3.943 0 4.959 1.363 4.164 5.104l-2.188 10.295h-3.654l2.113-9.947c.32-1.914.018-2.668-1.984-2.668-2.957 0-3.82 1.334-4.395 4.031l-1.824 8.584h-3.654l2.115-9.947c.318-1.914.016-2.668-1.986-2.668-2.957 0-3.82 1.334-4.395 4.031l-1.824 8.584h-3.654l3.236-15.225z"/><path d="m255.141 25.583.5-2.348h-.117c-1.271 2.029-3.262 2.521-5.35 2.521-3.045 0-4.854-1.043-4.174-4.379l2.344-11.02h3.654l-2.041 9.6c-.463 2.174-.438 3.016 1.91 3.016 2.814 0 3.965-1.189 4.525-3.828l1.869-8.787h3.654l-3.236 15.225z"/><path d="m269.193 10.358-.486 2.291h.115c1.287-2.232 3.164-2.465 5.309-2.465 4.002 0 4.869 1.652 4.08 5.365l-2.133 10.033h-3.654l2.053-9.656c.469-2.205.137-2.959-2.213-2.959-3.189 0-3.945 1.508-4.525 4.234l-1.781 8.381h-3.654l3.236-15.225h3.653z"/><path d="m283.096 25.583h-3.654l3.236-15.225h3.654zm3.965-18.646h-3.654l.658-3.104h3.654z"/><path d="m287.869 10.358h1.914l.732-3.451h3.654l-.732 3.451h5.828l-.592 2.783h-5.828l-1.658 7.803c-.268 1.391-.402 2.029 1.135 2.029 2.059 0 2.172-1.625 2.51-3.219h3.221c-.924 4.611-2.379 6.002-6.322 6.002-4.002 0-5.023-.928-4.203-4.785l1.664-7.83h-1.914z"/><path d="m307.152 26.192c-1.574 3.451-2.844 6.148-7.107 6.148-.521 0-1.025-.088-1.541-.117l.586-2.754c.256.029.504.086.766.086 2.291 0 3.107-2.203 3.801-3.973h-1.768l-1.781-15.225h3.77l1.102 12.963h.059l5.713-12.963h3.713z"/><path d="m339.182 11.112.254-1.189c.535-2.521-.414-2.695-4.066-2.695-4.205 0-5.078.695-5.984 4.959l-1.023 4.812c-.896 4.35-.553 5.191 3.826 5.191 3.363 0 4.896-.115 5.557-3.219l.252-1.189h4.176l-.301 1.422c-1.307 6.553-4.998 6.322-10.441 6.553-7.717.291-8.545-2.232-7.281-8.584l1.061-4.986c1.479-6.961 4.508-8.527 10.918-8.527 5.422 0 8.52.029 7.484 6.264l-.254 1.189h-4.178z"/><path d="m358.689 17.985c-1.252 5.887-2.465 7.771-8.814 7.771-6.352 0-6.764-1.885-5.512-7.771 1.258-5.916 2.471-7.801 8.82-7.801 6.352.001 6.764 1.885 5.506 7.801zm-10.677.03c-.863 4.061-.793 4.959 2.455 4.959 3.246 0 3.699-.898 4.562-4.959.875-4.117.811-5.047-2.438-5.047s-3.704.929-4.579 5.047z"/><path d="m363.83 25.583h-3.652l4.623-21.75h3.652z"/><path d="m371.139 25.583h-3.654l4.623-21.75h3.654z"/><path d="m389.336 20.741c-1.018 4.785-3.822 5.016-8.172 5.016-5.828 0-6.623-1.855-5.371-7.742 1.158-5.451 2.533-7.83 8.682-7.83 6.264 0 6.717 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.029 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.25-3.365-2.736-3.365-3.162 0-3.506.668-4.08 3.365z"/><path d="m401.848 23.409h-.086c-1.383 2-3.4 2.348-5.256 2.348-5.221 0-5.219-2.871-4.27-7.336.992-4.67 1.924-8.236 7.58-8.236 2.145 0 3.729.465 4.23 2.465h.117l.342-2.291h3.654l-3.23 15.195c-1.166 5.482-3.182 6.787-8.75 6.787-3.713 0-6.361-.639-5.16-5.191h3.422c-.445 2.088.271 2.406 2.33 2.406 3.104 0 3.904-.637 4.459-3.248zm-5.766-5.887c-.734 3.449-1.16 5.451 2.088 5.451 3.654 0 4.043-1.826 4.812-5.451.691-3.248.475-4.555-2.686-4.555-2.523.001-3.401.727-4.214 4.555z"/><path d="m423.092 20.741c-1.018 4.785-3.822 5.016-8.172 5.016-5.828 0-6.623-1.855-5.371-7.742 1.158-5.451 2.533-7.83 8.682-7.83 6.264 0 6.717 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.029 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.25-3.365-2.736-3.365-3.162 0-3.506.668-4.08 3.365z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 82.398 36" height="36" viewBox="0 0 82.398 36" width="82.398" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m63.95 23.918s-9.805 9.808-21.45 4.511c-12.867-5.855-24.053-2.522-24.053-2.522s11.531-4.624 23.573-.584c11.928 3.999 21.93-1.405 21.93-1.405"/><path d="m58.976 21.669c.266-.131.53-.284.793-.468 1.723-1.229 2.082-2.817 2.457-4.58l.1-.473h-4.428l-.102.473c-.401 1.891-1.289 2.021-3.073 2.021-2.58 0-2.491-.925-1.979-3.332l.535-2.516c.488-2.301.885-3.053 3.336-3.053 1.461 0 2.449.107 2.294 1.547l-.132.625h4.428l.133-.625c.942-4.836-1.025-5.288-5.455-5.288-4.729 0-7.753.774-8.886 6.105l-.887 4.171c-.865 4.068.375 5.429 2.668 5.881-2.01-.106-4.13-.388-6.329-.908.025-.017.051-.031.076-.049 1.722-1.229 2.082-2.817 2.457-4.58l.1-.473h-4.429l-.1.473c-.403 1.891-1.29 2.021-3.075 2.021-2.58 0-2.491-.925-1.979-3.332l.535-2.516c.489-2.301.885-3.053 3.336-3.053 1.462 0 2.45.107 2.294 1.547l-.133.625h4.429l.133-.625c.942-4.836-1.026-5.288-5.455-5.288-4.729 0-7.754.774-8.887 6.105l-.887 4.171c-.235 1.109-.315 2.02-.258 2.763-.454.011-.901.036-1.345.069l-2.718-5.068 7.357-7.911h-5.203l-5.438 6.062h-1.29l1.291-6.06h-4.3l-3.427 16.125h2.67c-4.016 1.973-6.466 4.121-6.466 4.121s12.566-7.161 28.131-1.712c15.313 5.359 26.794-6.114 26.794-6.114s-3.765 2.099-9.686 3.119zm-35.8-5.735h1.289l1.987 3.986c-1.599.413-3.089.938-4.445 1.51z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 288 144" height="144" viewBox="0 0 288 144" width="288" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m27.846 15.147h230.463v80.595h-230.463z"/></clipPath><clipPath id="b"><path d="m25.578 11.97h230.463v80.595h-230.463z"/></clipPath><path d="m279.099 75.699s-56.483 56.448-131.813 30.087c-76.573-26.802-138.385 8.415-138.385 8.415s61.992-54.387 135.315-29.709c74.34 25.02 134.883-8.793 134.883-8.793" fill="#0f3b63"/><path d="m252.666 102.117s-48.238 48.244-105.522 22.188c-63.299-28.799-118.325-12.41-118.325-12.41s56.723-22.743 115.963-2.875c58.68 19.675 107.884-6.903 107.884-6.903" fill="#b6bbc3"/><g fill="#0f3b63"><path clip-path="url(#a)" d="m44.916 91.926h-16.395l-.675 3.177h10.506c2.098-1.07 4.283-2.132 6.564-3.177m14.763-31.095h-6.345l-6.414 30.192c1.06-.469 2.143-.936 3.239-1.394l5.443-25.622h5.66zm6.174-45.045h-2.943l-5.661 26.649h2.943zm52.353 0h-5.223l-33.234 35.739 14.474 27.004c.992-.084 1.987-.157 2.99-.219l-13.432-25.156z"/><path clip-path="url(#a)" d="m50.159 89.63c-1.096.458-2.179.925-3.239 1.394l-.192.902h-1.812c-2.281 1.045-4.466 2.107-6.563 3.177h10.644zm47.054-11.319c-1.003.062-1.998.135-2.99.219l7.18 13.396h-25.541l1.583 3.177 28.647-.161z"/><path clip-path="url(#a)" d="m175.203 65.07h-2.944c-1.779 8.335-3.707 15.85-11.906 21.681-.894.626-1.792 1.186-2.692 1.685 1.774.445 3.549.86 5.303 1.243 8.183-5.988 9.934-13.726 11.745-22.287zm-30.366-34.695c-12.051 0-14.004 3.699-16.407 15.021l-2.628 12.375c-1.694 7.964-2.448 12.628 1.098 14.829-.648-2.62.059-6.425 1.17-11.652l2.628-12.375c2.403-11.322 4.356-15.021 16.407-15.021 3.78 0 6.913.147 8.926 1.312-.897-4.126-5.243-4.489-11.194-4.489m32.729-10.369c1.833 3.875 1.981 9.585.346 17.983l-.648 3.069h-18.861c-.004.036-.008.072-.012.108l-.647 3.069h21.789l.647-3.069c2.158-11.079 1.212-17.48-2.614-21.16"/><path clip-path="url(#a)" d="m105.867 86.582c4.455 8.696 16.081 9.16 30.348 9.16h1.039c8.827-.001 17.244-.116 25.376-5.823.112-.08.223-.16.333-.24-1.754-.383-3.528-.798-5.303-1.243-7.293 4.038-14.817 4.129-22.673 4.13-.023 0-.046 0-.07 0-.323 0-.646 0-.971 0-12.279-.001-22.601-.344-28.079-5.984"/><path clip-path="url(#a)" d="m252.198 65.07h-2.945c-1.786 8.335-3.706 15.85-11.905 21.681-8.132 5.698-16.548 5.813-25.366 5.814-.023 0-.047 0-.07 0-.322 0-.646 0-.969 0-12.281 0-22.604-.345-28.084-5.985 1.74 3.396 4.573 5.537 8.231 6.886 3.195.169 6.339.249 9.415.249 15.019 0 28.555-1.892 39.996-4.449 7.719-5.93 9.423-13.509 11.202-21.874zm-30.366-34.695c-12.06 0-14.004 3.699-16.407 15.021l-2.637 12.375c-1.688 7.964-2.441 12.628 1.105 14.829-.647-2.621.06-6.425 1.172-11.652l2.628-12.375c2.402-11.322 4.355-15.021 16.406-15.021 3.778 0 6.912.147 8.926 1.313-.897-4.127-5.249-4.49-11.193-4.49m32.73-10.368c.97 2.049 1.468 4.615 1.479 7.818v.227c-.01 2.803-.384 6.087-1.134 9.938l-.657 3.069h-18.853c-.004.036-.008.072-.012.108l-.647 3.069h21.779l.657-3.069c.75-3.85 1.125-7.135 1.134-9.938v-.226c-.018-5.137-1.287-8.63-3.746-10.996"/><path clip-path="url(#a)" d="m240.501 89.266c-11.441 2.558-24.978 4.449-39.996 4.449-3.076 0-6.22-.08-9.415-.249 5.708 2.104 13.423 2.276 22.12 2.276h1.038c8.819-.001 17.235-.116 25.368-5.823.304-.216.598-.434.885-.653"/></g><path d="m134.987 92.565h-1.041.971z" fill="#c61f49"/><path clip-path="url(#b)" d="m115.938 12.609h-25.596l-26.748 29.826h-3.402-2.943l5.661-26.649.675-3.177h-21.15l-16.857 79.317h2.943 16.395 1.812l.192-.903 6.414-30.192h6.345l1.583 3.177 9.304 18.666 4.611 9.252h.685 25.541l-7.18-13.397-14.474-27.004 33.234-35.739z" fill="#c61f49"/><path clip-path="url(#b)" d="m177.566 20.006c-3.361-7.105-12.39-8.036-26.483-8.036-23.274 0-38.142 3.816-43.722 30.042l-4.356 20.52c-1.382 6.493-1.673 11.583-1.051 15.574.573 3.681 1.924 6.428 3.913 8.476 5.479 5.64 15.801 5.983 28.08 5.983h1.041c7.855-.001 15.38-.092 22.673-4.13.9-.499 1.799-1.059 2.692-1.685 8.199-5.831 10.127-13.346 11.906-21.681.061-.284.121-.569.182-.855l.494-2.322h-21.788l-.486 2.322c-1.98 9.307-6.345 9.945-15.129 9.945-4.157 0-6.905-.487-8.632-1.56-3.546-2.201-2.792-6.865-1.098-14.829l2.628-12.375c2.403-11.322 4.356-15.021 16.407-15.021 5.951 0 10.297.363 11.194 4.488.188.866.225 1.897.092 3.126l-.648 3.069h2.928 18.861l.648-3.069c1.636-8.397 1.487-14.107-.346-17.982z" fill="#c61f49"/><path clip-path="url(#b)" d="m254.562 20.007c-3.362-7.107-12.392-8.037-26.493-8.037-23.266 0-38.143 3.816-43.713 30.042l-4.365 20.52c-2.651 12.479-1.279 19.779 2.867 24.048 5.479 5.641 15.803 5.985 28.084 5.985h1.039c8.818-.001 17.234-.116 25.366-5.814 8.199-5.831 10.119-13.346 11.905-21.681.061-.284.121-.569.182-.855l.495-2.322h-21.789l-.494 2.322c-1.98 9.307-6.346 9.945-15.12 9.945-4.157 0-6.905-.488-8.633-1.56-3.547-2.201-2.794-6.865-1.105-14.829l2.637-12.375c2.403-11.322 4.348-15.021 16.407-15.021 5.944 0 10.296.363 11.193 4.49.188.866.226 1.896.093 3.125l-.657 3.069h2.937 18.853l.657-3.069c.75-3.851 1.124-7.135 1.134-9.938v-.227c-.013-3.202-.511-5.768-1.48-7.818z" fill="#c61f49"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 416.394 28.682" height="28.682" viewBox="0 0 416.394 28.682" width="416.394" xmlns="http://www.w3.org/2000/svg"><g fill="#0f3b63"><path d="m6.913 9.049h1.943l9.136-8.875h5.133l-11.072 10.615 7.348 11.135h-5.278l-6.025-9.309h-1.943l-1.979 9.309h-4.176l4.623-21.75h4.176z"/><path d="m30.973 20.01h-.087c-1.157 2.031-3.402 2.088-5.171 2.088-3.451 0-5.53-.725-4.655-4.842.777-3.654 2.907-4.67 6.676-4.67 1.856 0 3.677.029 4.184 1.74h.116l.419-1.973c.524-2.465.506-3.334-2.54-3.334-1.595 0-2.901.145-3.321 2.117h-3.654c.943-4.438 4.025-4.611 7.505-4.611 4.872 0 6.742.754 5.657 5.857l-2.028 9.541h-3.654zm-6.259-2.754c-.457 2.145.371 2.348 2.835 2.348 1.943 0 3.401-.174 3.863-2.348.45-2.117-1.104-2.176-2.902-2.176-1.855 0-3.334 0-3.796 2.176z"/><path d="m44.589 6.699-.486 2.291h.116c1.286-2.232 3.163-2.465 5.309-2.465 4.002 0 4.869 1.652 4.08 5.365l-2.133 10.033h-3.655l2.053-9.656c.468-2.205.136-2.959-2.213-2.959-3.19 0-3.945 1.508-4.525 4.234l-1.781 8.381h-3.654l3.236-15.225h3.653z"/><path d="m60.645 12.615h.899l5.52-5.916h4.118l-6.916 7.164 4.782 8.061h-4.408l-3.626-6.815h-.899l-1.449 6.815h-3.654l4.623-21.75h3.654z"/><path d="m81.026 20.01h-.087c-1.157 2.031-3.402 2.088-5.171 2.088-3.451 0-5.53-.725-4.655-4.842.777-3.654 2.907-4.67 6.677-4.67 1.856 0 3.677.029 4.183 1.74h.116l.419-1.973c.524-2.465.506-3.334-2.54-3.334-1.595 0-2.901.145-3.321 2.117h-3.654c.943-4.438 4.025-4.611 7.505-4.611 4.872 0 6.742.754 5.657 5.857l-2.028 9.541h-3.654zm-6.258-2.754c-.457 2.145.371 2.348 2.835 2.348 1.943 0 3.401-.174 3.863-2.348.45-2.117-1.104-2.176-2.902-2.176-1.856 0-3.335 0-3.796 2.176z"/><path d="m93.356 12.615h.899l5.521-5.916h4.118l-6.917 7.164 4.782 8.061h-4.407l-3.627-6.815h-.899l-1.449 6.815h-3.653l4.623-21.75h3.653z"/><path d="m117.955 17.082c-1.018 4.785-3.821 5.016-8.171 5.016-5.829 0-6.623-1.855-5.372-7.742 1.159-5.451 2.535-7.83 8.683-7.83 6.263 0 6.716 1.826 5.304 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.03 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.251-3.365-2.736-3.365-3.161 0-3.506.668-4.079 3.365z"/><path d="m134.484 17.082c-1.017 4.785-3.82 5.016-8.171 5.016-5.829 0-6.623-1.855-5.372-7.742 1.159-5.451 2.535-7.83 8.683-7.83 6.264 0 6.716 1.826 5.305 8.469h-10.469c-.696 3.275-.831 4.32 2.445 4.32 2.03 0 3.444.029 3.926-2.232h3.653zm-2.716-4.408c.666-3.133.252-3.365-2.735-3.365-3.161 0-3.506.668-4.079 3.365z"/><path d="m162.747 7.453.253-1.189c.536-2.521-.412-2.695-4.066-2.695-4.205 0-5.078.695-5.984 4.959l-1.023 4.812c-.896 4.35-.553 5.191 3.826 5.191 3.365 0 4.897-.115 5.557-3.219l.253-1.189h4.176l-.302 1.422c-1.307 6.553-4.998 6.322-10.441 6.553-7.717.291-8.544-2.232-7.281-8.584l1.061-4.986c1.477-6.962 4.507-8.528 10.915-8.528 5.423 0 8.52.029 7.484 6.264l-.252 1.189z"/><path d="m182.254 14.326c-1.252 5.887-2.465 7.771-8.815 7.771s-6.763-1.885-5.511-7.771c1.258-5.916 2.471-7.801 8.82-7.801 6.352 0 6.763 1.885 5.506 7.801zm-10.679.029c-.862 4.061-.793 4.959 2.455 4.959s3.7-.898 4.563-4.959c.875-4.117.811-5.047-2.438-5.047-3.246.001-3.704.93-4.58 5.047z"/><path d="m190.516 6.699-.469 2.205h.115c1.226-1.943 3.377-2.379 5.291-2.379s4.014.492 3.951 2.697h.115c1.146-2.117 3.357-2.697 5.389-2.697 3.943 0 4.959 1.363 4.164 5.104l-2.189 10.295h-3.654l2.115-9.947c.32-1.914.016-2.668-1.984-2.668-2.959 0-3.822 1.334-4.396 4.031l-1.824 8.584h-3.654l2.115-9.947c.319-1.914.016-2.668-1.985-2.668-2.958 0-3.821 1.334-4.395 4.031l-1.825 8.584h-3.653l3.235-15.225z"/><path d="m217.312 6.699-.469 2.205h.115c1.225-1.943 3.377-2.379 5.291-2.379s4.012.492 3.951 2.697h.115c1.146-2.117 3.357-2.697 5.387-2.697 3.943 0 4.959 1.363 4.164 5.104l-2.188 10.295h-3.654l2.113-9.947c.32-1.914.018-2.668-1.984-2.668-2.957 0-3.82 1.334-4.395 4.031l-1.824 8.584h-3.654l2.115-9.947c.318-1.914.016-2.668-1.986-2.668-2.957 0-3.82 1.334-4.395 4.031l-1.824 8.584h-3.654l3.236-15.225z"/><path d="m247.338 21.924.5-2.348h-.117c-1.271 2.029-3.262 2.521-5.35 2.521-3.045 0-4.854-1.043-4.174-4.379l2.344-11.02h3.654l-2.041 9.6c-.463 2.174-.438 3.016 1.91 3.016 2.814 0 3.965-1.189 4.525-3.828l1.869-8.787h3.654l-3.236 15.225z"/><path d="m261.391 6.699-.486 2.291h.115c1.287-2.232 3.164-2.465 5.309-2.465 4.002 0 4.869 1.652 4.08 5.365l-2.133 10.033h-3.654l2.053-9.656c.469-2.205.137-2.959-2.213-2.959-3.189 0-3.945 1.508-4.525 4.234l-1.781 8.381h-3.656l3.236-15.225h3.655z"/><path d="m275.293 21.924h-3.654l3.236-15.225h3.654zm3.965-18.647h-3.654l.658-3.104h3.654z"/><path d="m280.066 6.699h1.914l.732-3.451h3.654l-.732 3.451h5.828l-.592 2.783h-5.828l-1.658 7.803c-.268 1.391-.402 2.029 1.135 2.029 2.059 0 2.172-1.625 2.51-3.219h3.221c-.924 4.611-2.379 6.002-6.322 6.002-4.002 0-5.023-.928-4.203-4.785l1.664-7.83h-1.914z"/><path d="m299.35 22.533c-1.574 3.451-2.844 6.148-7.107 6.148-.521 0-1.025-.088-1.541-.117l.586-2.754c.256.029.504.086.766.086 2.291 0 3.107-2.203 3.801-3.973h-1.768l-1.781-15.225h3.77l1.102 12.963h.059l5.713-12.963h3.713z"/><path d="m331.379 7.453.254-1.189c.535-2.521-.414-2.695-4.066-2.695-4.205 0-5.078.695-5.984 4.959l-1.023 4.812c-.896 4.35-.553 5.191 3.826 5.191 3.363 0 4.896-.115 5.557-3.219l.252-1.189h4.176l-.301 1.422c-1.307 6.553-4.998 6.322-10.441 6.553-7.717.291-8.545-2.232-7.281-8.584l1.061-4.986c1.476-6.962 4.505-8.528 10.915-8.528 5.422 0 8.52.029 7.484 6.264l-.254 1.189z"/><path d="m350.887 14.326c-1.252 5.887-2.465 7.771-8.814 7.771-6.352 0-6.764-1.885-5.512-7.771 1.258-5.916 2.471-7.801 8.82-7.801 6.351 0 6.764 1.885 5.506 7.801zm-10.678.029c-.863 4.061-.793 4.959 2.455 4.959 3.246 0 3.699-.898 4.562-4.959.875-4.117.811-5.047-2.438-5.047s-3.704.93-4.579 5.047z"/><path d="m356.027 21.924h-3.652l4.623-21.75h3.652z"/><path d="m363.336 21.924h-3.654l4.623-21.75h3.654z"/><path d="m381.533 17.082c-1.018 4.785-3.822 5.016-8.172 5.016-5.828 0-6.623-1.855-5.371-7.742 1.158-5.451 2.533-7.83 8.682-7.83 6.264 0 6.717 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.029 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.25-3.365-2.736-3.365-3.162 0-3.506.668-4.08 3.365z"/><path d="m394.045 19.75h-.086c-1.383 2-3.4 2.348-5.256 2.348-5.221 0-5.219-2.871-4.27-7.336.992-4.67 1.924-8.236 7.58-8.236 2.145 0 3.729.465 4.23 2.465h.117l.342-2.291h3.654l-3.23 15.195c-1.166 5.482-3.182 6.787-8.75 6.787-3.713 0-6.361-.639-5.16-5.191h3.422c-.445 2.088.271 2.406 2.33 2.406 3.104 0 3.904-.637 4.459-3.248zm-5.766-5.887c-.734 3.449-1.16 5.451 2.088 5.451 3.654 0 4.043-1.826 4.812-5.451.691-3.248.475-4.555-2.686-4.555-2.522.001-3.401.727-4.214 4.555z"/><path d="m415.289 17.082c-1.018 4.785-3.822 5.016-8.172 5.016-5.828 0-6.623-1.855-5.371-7.742 1.158-5.451 2.533-7.83 8.682-7.83 6.264 0 6.717 1.826 5.305 8.469h-10.469c-.697 3.275-.832 4.32 2.445 4.32 2.029 0 3.445.029 3.926-2.232h3.654zm-2.717-4.408c.666-3.133.25-3.365-2.736-3.365-3.162 0-3.506.668-4.08 3.365z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path fill="#666" d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m142.394 216.601h48.7v156.684h-48.7zm24.361-77.885c15.567 0 28.219 12.651 28.219 28.226 0 15.588-12.651 28.24-28.219 28.24-15.608 0-28.242-12.652-28.242-28.24 0-15.574 12.633-28.226 28.242-28.226"/><path d="m221.638 216.601h46.707v21.408h.65c6.502-12.316 22.385-25.305 46.076-25.305 49.314 0 58.416 32.454 58.416 74.639v85.941h-48.664v-76.199c0-18.168-.334-41.54-25.302-41.54-25.339 0-29.23 19.792-29.23 40.227v77.512h-48.653z"/></g></svg>
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 40 40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><ellipse cx="20" cy="20" fill="#231f20" opacity=".75" rx="19.56" ry="19.54"/><g fill="#fff"><path d="m26.14 30.11h-3.21c-.34 0-.61-.27-.61-.61v-19c0-.34.27-.61.61-.61h3.21c.34 0 .61.27.61.61v19c0 .34-.27.61-.61.61z"/><path d="m17.07 30.11h-3.21c-.34 0-.61-.27-.61-.61v-19c0-.34.27-.61.61-.61h3.21c.34 0 .61.27.61.61v19c0 .34-.28.61-.61.61z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m256.005 105.086c-83.343 0-150.915 67.566-150.915 150.912 0 61.795 37.159 114.882 90.332 138.223-.425-10.538-.076-23.188 2.627-34.653 2.901-12.252 19.418-82.231 19.418-82.231s-4.821-9.636-4.821-23.878c0-22.363 12.962-39.066 29.104-39.066 13.727 0 20.357 10.311 20.357 22.656 0 13.8-8.8 34.439-13.326 53.557-3.781 16.008 8.026 29.065 23.819 29.065 28.593 0 47.85-36.724 47.85-80.234 0-33.075-22.276-57.832-62.794-57.832-45.778 0-74.297 34.139-74.297 72.271 0 13.147 3.877 22.42 9.949 29.599 2.791 3.298 3.18 4.625 2.168 8.411-.723 2.777-2.386 9.462-3.074 12.111-1.005 3.821-4.102 5.188-7.556 3.776-21.085-8.607-30.905-31.698-30.905-57.654 0-42.869 36.155-94.272 107.856-94.272 57.617 0 95.537 41.693 95.537 86.449 0 59.2-32.912 103.428-81.427 103.428-16.293 0-31.618-8.808-36.868-18.811 0 0-8.761 34.771-10.617 41.484-3.198 11.636-9.462 23.264-15.188 32.328 13.573 4.007 27.91 6.188 42.771 6.188 83.336 0 150.904-67.565 150.904-150.915 0-83.346-67.568-150.912-150.904-150.912z" fill="#fff"/></svg>
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 40 40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><ellipse cx="20" cy="20" fill="#231f20" opacity=".75" rx="19.56" ry="19.54"/><path d="m33.63 19.46-20.02-11.12c-.41-.22-.91.07-.91.54v22.24c0 .47.5.76.91.54l20.02-11.12c.42-.24.42-.84 0-1.08z" fill="#fff"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 128 128" height="128" viewBox="0 0 128 128" width="128" xmlns="http://www.w3.org/2000/svg"><path d="m125.393 115.948c0 2.557-.936 4.771-2.805 6.641-1.87 1.868-4.082 2.804-6.639 2.804-2.657 0-4.871-.936-6.643-2.804l-25.31-25.235c-8.807 6.101-18.62 9.15-29.441 9.15-7.035 0-13.762-1.365-20.182-4.096-6.419-2.732-11.953-6.422-16.602-11.068-4.648-4.65-8.338-10.184-11.068-16.604-2.731-6.42-4.096-13.146-4.096-20.182 0-7.034 1.365-13.761 4.096-20.181 2.73-6.419 6.419-11.954 11.068-16.602 4.649-4.649 10.183-8.338 16.602-11.069 6.42-2.73 13.147-4.095 20.182-4.095 7.034 0 13.761 1.365 20.181 4.095s11.953 6.42 16.603 11.069c4.647 4.648 8.338 10.183 11.069 16.602 2.729 6.42 4.095 13.147 4.095 20.181 0 10.822-3.051 20.637-9.149 29.442l25.312 25.311c1.816 1.818 2.727 4.033 2.727 6.641zm-47.484-38.038c6.468-6.469 9.704-14.254 9.704-23.355 0-9.1-3.236-16.885-9.704-23.354-6.47-6.469-14.253-9.704-23.354-9.704-9.102 0-16.886 3.235-23.355 9.704s-9.703 14.253-9.703 23.354c0 9.102 3.234 16.888 9.703 23.355 6.469 6.468 14.253 9.701 23.355 9.701 9.101 0 16.884-3.233 23.354-9.701z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="46px" viewBox="0 0 24 24" width="46px"><path d="M0 0h24v24H0V0z" fill="none"/><path fill="#c61f48" d="M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="56px" viewBox="0 0 24 24" width="56px"><path d="M0 0h24v24H0V0z" fill="none"/><path fill="#c61f48" d="M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 30 30" height="30" viewBox="0 0 30 30" width="30" xmlns="http://www.w3.org/2000/svg"><path d="m28.811 10.512c-1.993-6.141-7.688-10.043-13.805-10.043-9.779 0-16.881 9.574-13.816 19.02 1.992 6.14 7.699 10.042 13.81 10.042 9.779 0 16.875-9.574 13.811-19.019zm-2.52 10.177-5.525.68-1.043-1.459 1.975-6.1 1.693-.527 4.078 3.809c-.211 1.236-.604 2.449-1.178 3.597zm-23.736-3.609 4.066-3.803 1.693.527 1.986 6.076-1.06 1.477-5.52-.68c-.761-1.523-1.007-2.648-1.165-3.597zm11.513-10.588v1.928l-5.033 3.65-1.846-.574-1.054-5.502c.896-.885 1.922-1.629 3.047-2.215zm8.754 5.004-1.846.574-5.033-3.65v-1.928l4.898-2.719c1.119.586 2.15 1.33 3.047 2.221zm-12.621 2.051 4.805-3.486 4.811 3.492-1.822 5.625h-5.953zm17.444 1.142-2.994-2.795.779-4.002c2.021 2.977 2.185 5.696 2.215 6.797zm-9.059-11.806-3.58 1.986-3.574-1.98c4.189-1.243 7.148-.006 7.154-.006zm-13.998 4.974.773 4.037-2.994 2.783c.047-1.863.51-3.715 1.383-5.426.246-.485.533-.948.838-1.394zm.439 14.883 4.025.492 1.711 3.674c-2.273-.808-4.259-2.256-5.736-4.166zm8.08 4.764-2.35-5.039 1.02-1.418h6.457l1.014 1.418-2.35 5.039c-1.33.205-2.484.199-3.791 0zm6.141-.598 1.711-3.674 4.043-.498c-1.465 1.911-3.445 3.346-5.754 4.172z" fill="#c61f48"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 30 30" height="30" viewBox="0 0 30 30" width="30" xmlns="http://www.w3.org/2000/svg"><path d="m25.085 3.863c0-.654-.562-1.181-1.252-1.181h-22.42c-.69 0-1.25.526-1.25 1.181v16.426c0 .654.561 1.184 1.25 1.184h1.251v-16.431h22.421zm.509 19.212h-16.039v-3.75l4.868-4.867c.139-.137.366-.137.505 0l2.745 2.745c.14.138.365.138.504 0l2.046-2.046c.139-.136.365-.139.504 0l4.868 4.866v3.052zm1.009-12.9c.558 0 1.008.45 1.008 1.007v12.902c0 .556-.45 1.008-1.008 1.008h-18.057c-.558 0-1.008-.452-1.008-1.008v-12.902c0-.557.45-1.007 1.008-1.007zm0-2.227h-18.057c-1.784 0-3.236 1.45-3.236 3.233v12.902c0 1.782 1.452 3.233 3.236 3.233h18.056c1.783 0 3.235-1.451 3.235-3.233v-12.901c.001-1.784-1.451-3.234-3.234-3.234z" fill="#c61f48"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="#0051a7" height="36px" viewBox="0 0 24 24" width="36px"><path d="M0 0h24v24H0z" fill="none"/><path stroke="#003773" d="M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zM7 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="36px" viewBox="0 0 24 24" width="36px"><path d="M0 0h24v24H0z" fill="none"/><path fill="none" stroke="#666" d="M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m393.859 170.531c-10.142 4.498-21.039 7.539-32.479 8.905 11.677-6.998 20.642-18.081 24.865-31.286-10.925 6.48-23.028 11.187-35.91 13.723-10.315-10.991-25.015-17.858-41.278-17.858-31.234 0-56.554 25.32-56.554 56.55 0 4.433.501 8.749 1.465 12.888-47-2.358-88.67-24.873-116.562-59.087-4.868 8.354-7.656 18.067-7.656 28.432 0 19.618 9.984 36.929 25.158 47.069-9.271-.293-17.99-2.837-25.615-7.073-.004.236-.005.473-.005.712 0 27.399 19.493 50.256 45.364 55.451-4.746 1.292-9.742 1.982-14.899 1.982-3.645 0-7.187-.354-10.64-1.014 7.196 22.467 28.081 38.816 52.827 39.274-19.354 15.166-43.738 24.208-70.233 24.208-4.564 0-9.066-.269-13.489-.79 25.026 16.045 54.751 25.406 86.688 25.406 104.021 0 160.9-86.171 160.9-160.901 0-2.452-.054-4.891-.163-7.315 11.046-7.974 20.635-17.934 28.216-29.276z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 32 21.52" height="21.52" viewBox="0 0 32 21.52" width="32" xmlns="http://www.w3.org/2000/svg"><path d="m29.046 18.585h-.659l-7.169-7.167v-1.317l7.169-7.169h.659zm-10.439 0h-15.652v-15.653h15.653v15.653zm10.439-18.261h-.659c-.72 0-1.336.255-1.846.765l-5.323 5.323v-3.48c0-1.44-1.168-2.607-2.61-2.607h-15.653c-1.44 0-2.608 1.167-2.608 2.607v15.653c0 1.444 1.167 2.61 2.608 2.61h15.653c1.442 0 2.61-1.166 2.61-2.61v-3.479l5.323 5.325c.51.509 1.126.764 1.846.764h.659c1.439 0 2.607-1.166 2.607-2.61v-15.653c0-1.441-1.168-2.608-2.607-2.608z" fill="#c61f48"/></svg>
data/assets/img/x.svg ADDED
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 128 128" height="128" viewBox="0 0 128 128" width="128" xmlns="http://www.w3.org/2000/svg"><path d="m114.572 98.99-34.99-34.99 34.99-34.991c4.304-4.303 4.304-11.279.001-15.582s-11.279-4.303-15.583 0l-34.99 34.991-34.992-34.991c-4.303-4.303-11.278-4.303-15.581 0s-4.303 11.278 0 15.581l34.991 34.992-34.992 34.99c-4.303 4.304-4.302 11.28.001 15.583s11.278 4.303 15.581 0l34.992-34.991 34.99 34.99c4.304 4.304 11.28 4.304 15.583.001s4.303-11.279-.001-15.583z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m339.306 134.92h-166.615c-91.187 0-91.187 25.977-91.187 89.865v62.432c0 60.757 12.915 89.864 91.187 89.864h166.614c70.7 0 91.19-17.012 91.19-89.864v-62.432c.001-67.248-3.442-89.865-91.189-89.865zm-118.959 168.537v-98.009l94.064 48.846z" fill="#fff"/></svg>
Binary file
Binary file
@@ -0,0 +1,50 @@
1
+ const ACCORDION_ID = 'accordion';
2
+ const TABS_SELECTOR = '.navTabs';
3
+
4
+ function addHistoryState(target, hashTarget) {
5
+ let url = new URL(window.location);
6
+ let state = {
7
+ page: document.title,
8
+ accordion: target.innerText.trim() // .trim() is needed b/c of the accordion's HTML--each accordion button's text is proceeded by a space
9
+ };
10
+ const title = ''; // Pass empty string as pushState() title parameter
11
+
12
+ url.search = ''; // Remove any searchParams/queries from the URL (e.g. /?id=heading#page)
13
+ url.hash = hashTarget;
14
+ window.history.pushState(state, title, url);
15
+ }
16
+
17
+ function accordionHandler(e) {
18
+ if ( !e.target.matches('.accordion__button') )
19
+ return;
20
+
21
+ const accordionIsOpening = !Boolean(JSON.parse(e.target.getAttribute('aria-expanded')));
22
+
23
+ accordionIsOpening ? addHistoryState(e.target, e.target.dataset.target) : null;
24
+ }
25
+
26
+ function tabHandler(e) {
27
+ let target = e.target;
28
+ let targetHref = target.hash;
29
+
30
+ addHistoryState(e.target, targetHref)
31
+ }
32
+
33
+ function watchElementForEvent(el, event, handler) {
34
+ el.addEventListener(event, handler);
35
+ }
36
+
37
+ function addAccordionOrTabHistoryStates() {
38
+ if (document.getElementById('accordion')) {
39
+ const accordion = document.getElementById(ACCORDION_ID);
40
+
41
+ watchElementForEvent(accordion, 'click', accordionHandler);
42
+ }
43
+ if (document.querySelector('.navTabs')) {
44
+ const tabs = document.querySelector(TABS_SELECTOR);
45
+
46
+ watchElementForEvent(tabs, 'click', tabHandler);
47
+ }
48
+ }
49
+
50
+ export default addAccordionOrTabHistoryStates;
@@ -0,0 +1,56 @@
1
+ /*
2
+ // Custom JS | written by https://github.com/wdzajicek
3
+ // © 2020 Kankakee Community College
4
+ // =================================================== */
5
+ import createAlertsHtml from './createAlertsHtml';
6
+ import cacheResponse from './cacheResponse';
7
+ import getCachedResponse from './getCachedResponse';
8
+ import checkForPrefersReducedMotion from './checkForPrefersReducedMotion';
9
+
10
+ const SHEET_KEY = '1plXBiZY5pVbhNT-mszxEuqCl4zy8wMnz9gXXbbT_yLs'; // Corresponds to the ID of the Google Sheet
11
+ const SHEET_TAB = 'Alerts'; // Corresponds to the tab of workbook: either 'Alerts' or 'Alerts Testing' unless you make a new one.
12
+ const EMERGENCY_ALERT_DIV_ID = 'emergencyAlerts'
13
+ const SHEET_PARAMS = {spreadsheetId: SHEET_KEY, range: SHEET_TAB}; // Configures the Object used for `sheets.spreadsheets.values.get()` parameters
14
+ const API_PARAMS = { // This is configuration for API call with spreadsheets that are setup as readonly
15
+ 'apiKey': 'AIzaSyCEBsbXfFcdbkASlg-PodD1rT_Fe3Nw62A',
16
+ 'discoveryDocs': ['https://www.googleapis.com/discovery/v1/apis/sheets/v4/rest']
17
+ };
18
+ const pageHasAccordionOrTabs = (document.querySelector('#accordion') || document.querySelector('.navTabs')) ? true : false;
19
+
20
+ function loadModule(module) {
21
+ return import(`./${module}`).then(({default: module}) => module())
22
+ }
23
+
24
+ export default function alerts() {
25
+ checkForPrefersReducedMotion();
26
+
27
+ if (!document.getElementById(EMERGENCY_ALERT_DIV_ID)) {
28
+ return pageHasAccordionOrTabs ? loadModule('contentHashLink') : null;
29
+ }
30
+
31
+ new Promise((resolve, reject) => { // First build the alert, whether by cache or API call
32
+ if (window.sessionStorage.getItem('Alert-Content')) { // If cache exists there will be an `Alert-Content` key in `sessionStorage` (which gets set in `./cacheResponse.js`)
33
+ getCachedResponse();
34
+ return resolve()
35
+ } else {
36
+ gapi.load('client', () => {
37
+ gapi.client.init(API_PARAMS).then(() => {
38
+ return gapi.client.sheets.spreadsheets.values.get(SHEET_PARAMS);
39
+ }).then(response => {
40
+ createAlertsHtml(response) // Promise is resolved after HTML alert is built
41
+ return response;
42
+ }).then(response => {
43
+ cacheResponse(response);
44
+ resolve();
45
+ }, err => {
46
+ console.error("Error trying to fetch the alert from gapi:", err);
47
+ })
48
+ });
49
+ }
50
+ }).then(() => {
51
+ window.setTimeout(() => {
52
+ return pageHasAccordionOrTabs ? loadModule('contentHashLink') : null;
53
+ }, 100)
54
+ }) // Run accordion/tab JS, which includes a `scrollTo()`, after alert has painted
55
+ .then(() => loadModule('refreshAlertButton')) // Allow user to refresh the alert (and check for changes/updates)
56
+ }
@@ -0,0 +1,23 @@
1
+ /*
2
+ // Custom JS | written by https://github.com/wdzajicek for,
3
+ // © 2020 Kankakee Community College
4
+ // =================================================== */
5
+ // Modules' default function stores our Google Sheet response in sessionStorage to be retrieved later
6
+ // Each key gets set to a column in our data
7
+ // Each key's value gets set to the corresponding cell in the row below
8
+ // ====================================================================
9
+ function cacheResponse(response) { // response from Google API's spreadsheet.values.get() method
10
+ const VALUES = response.result.values; // This is where the table's data is in a Sheets response in Sheets API V4
11
+ const TABLE_HEADER_ROW = VALUES[1]; // 2nd row in the sheet (first row is instructions to the user)
12
+ const TABLE_BODY_ROW = VALUES[2]; // The only row of data in our table
13
+
14
+ for (let i = 0, len = TABLE_BODY_ROW.length; i < len; i++ ) {
15
+ const cell = TABLE_BODY_ROW[i];
16
+ const column = TABLE_HEADER_ROW[i];
17
+
18
+ window.sessionStorage.setItem(column.replace(/\s/g, '-'), cell);
19
+ }
20
+ //window.sessionStorage.clear();
21
+ }
22
+
23
+ export default cacheResponse;
@@ -0,0 +1,19 @@
1
+ function checkForPrefersReduceMotion() {
2
+ const reducedMotionMediaQuery = window.matchMedia('(prefers-reduced-motion: reduce)');
3
+ const userAgent = window.navigator.userAgent;
4
+ const msExplorer = (userAgent.search(/MSIE/g) !== -1)
5
+ let reducedMotion;
6
+
7
+ reducedMotionMediaQuery.matches ? reducedMotion = true : reducedMotion = false;
8
+ localStorage.setItem('userPrefersReducedMotion', reducedMotion);
9
+
10
+ if (msExplorer) // Bail out at this point if user is in IE
11
+ return; // IE does NOT support `mediaQueryList.onchange`
12
+
13
+ reducedMotionMediaQuery.addEventListener('change', (e) => {
14
+ reducedMotionMediaQuery.matches ? reducedMotion = true : reducedMotion = false;
15
+ localStorage.setItem('userPrefersReducedMotion', reducedMotion);
16
+ });
17
+ }
18
+
19
+ export default checkForPrefersReduceMotion;