jekyll-rebellion 0.1.0 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +0,0 @@
1
- <div class="Rebellion-Section">
2
- <div class="Rebellion-Wrapper-Wide">
3
- {% if blok.anchor %}
4
- <a id="{{ blok.anchor }}"></a>
5
- {% endif %}
6
- {% for blok in blok.body %}
7
- {% include component.html blok=blok %}
8
- {% endfor %}
9
- </div>
10
- </div>
@@ -1,10 +0,0 @@
1
- <div class="Rebellion-Section">
2
- <div class="Rebellion-Wrapper-Wide">
3
- <div class="Rebellion-rich-text">
4
- {% if blok.anchor %}
5
- <a id="{{ blok.anchor }}"></a>
6
- {% endif %}
7
- {{ blok.text | markdownify }}
8
- </div>
9
- </div>
10
- </div>
@@ -1,16 +0,0 @@
1
- {% comment %}
2
-
3
- blok {
4
- video_id: string
5
- }
6
-
7
- {% endcomment %}
8
- {{ blok._editable }}
9
- <div class="Rebellion-Youtube-Video">
10
- <iframe
11
- src="https://www.youtube-nocookie.com/embed/{{ blok.video_id }}?rel=0;"
12
- frameborder="0"
13
- allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
14
- allowfullscreen>
15
- </iframe>
16
- </div>
@@ -1,59 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {{ content }}
6
-
7
- <div class="Rebellion-Section">
8
- <div class="Rebellion-Wrapper-Wide">
9
- <a href="{{ page.previous.url }}">&lt; {{ page.previous.date }}</a>
10
- <a href="{{ page.next.url }}" style="float: right;"> {{ page.next.date }} &gt;</a>
11
- </div>
12
-
13
- <div class="Rebellion-Post-Info">
14
- {% if page.authors %}
15
- <div class="box">
16
- {% if page.authors.size == 1 %}
17
- <h3>Author</h3>
18
- {% else %}
19
- <h3>Authors</h3>
20
- {% endif %}
21
- <ul class="authors">
22
- {% for author in page.authors %}
23
- {% if author.image %}
24
- <img src="{{ story.content.image }}" />
25
- {% endif %}
26
- {% if author.url %}
27
- <li><a href="/{{ author.url }}" rel="author">{{ author.name }}</a></li>
28
- {% else %}
29
- <li>{{ author.name }}</li>
30
- {%endif%}
31
- {% if author.bio %}
32
- {{ author.bio }}
33
- {% endif %}
34
- {% endfor %}
35
- </ul>
36
- </div>
37
- {% endif %}
38
-
39
- {% if page.categories %}
40
- <div class="box">
41
- <h3>Tags</h3>
42
- <ul class="tags">
43
- {% for tag in page.categories %}
44
- <li><a href="/categories/{{ tag }}/">{{ tag }}</a></li>
45
- {% endfor %}
46
- </ul>
47
- </div>
48
- {% endif %}
49
-
50
- <div class="box">
51
- <h3>Published</h3>
52
- <p>Published: {{ page.date }}</p>
53
- {% if page.last_updaed %}
54
- <p>Updated: {{ page.last_updaed }}</p>
55
- {% endif %}
56
- </div>
57
- </div>
58
- </div>
59
- </div>
@@ -1,326 +0,0 @@
1
- h1 {
2
- font-family: $header-font-stack;
3
- margin-bottom: 1em;
4
- }
5
-
6
- .Rebellion-Section {
7
- padding: 50px 0;
8
- width: 100%;
9
- position: relative;
10
- box-sizing: border-box;
11
- &:first-of-type {
12
- padding-top: $action-bar-height + 50;
13
- }
14
- }
15
-
16
- .Rebellion-Big-Picture {
17
- background-position: center;
18
- background-size: cover;
19
- height: 100vh;
20
- padding: 0;
21
- }
22
-
23
- .Rebellion-Half-Picture {
24
- background-position: center;
25
- background-size: cover;
26
- height: 60vh;
27
- padding: 0;
28
- }
29
-
30
- .Rebellion-Contents {
31
- background-color: $accent-color;
32
- color: $accent-text-color;
33
- line-height: 200%;
34
-
35
- a {
36
- color: $accent-text-color;
37
- font-size: $base-font-size * 1.1;
38
- border-bottom: 1px dashed $accent-text-color;
39
- }
40
- a:hover {
41
- text-decoration: none;
42
- border-bottom: 1px solid $accent-text-color;
43
- }
44
-
45
- ol li {
46
- list-style-type: decimal;
47
- }
48
-
49
- ol li:before {
50
- content: none;
51
- }
52
- }
53
-
54
-
55
- .Rebellion-Near-Bottom {
56
- position: absolute;
57
- bottom: 10%;
58
- left: 0;
59
- right: 0;
60
- }
61
-
62
- .Rebellion-Flex-Line {
63
- display: flex;
64
- flex-direction: row;
65
- flex-wrap: wrap;
66
- justify-content: space-evenly;
67
- }
68
-
69
- .Rebellion-PullQuote {
70
- background-color: $brand-color;
71
- color: $brand-text-color;
72
- font-family: $header-font-stack;
73
- text-align: center;
74
- padding: 130px 0 100px 0;
75
-
76
- h1 {
77
- text-align: left;
78
- }
79
- }
80
-
81
- .Rebellion-Floating-Boxes {
82
- background-color: $background-color;
83
- display: flex;
84
- flex-direction: row;
85
- align-items: stretch;
86
- align-content: center;
87
- justify-content: space-evenly;
88
- flex-wrap: wrap;
89
-
90
- .Rebellion-Floating-Box {
91
- position: relative;
92
- background-color: $background-color;
93
- font-size: $small-font-size;
94
- box-shadow: 0 5px 10px $shadow-color;
95
- margin: $spacing-unit;
96
- padding: 2*$spacing-unit 0;
97
- width: 310px;
98
-
99
- padding-bottom: 46px + 2*$spacing-unit;;
100
-
101
- .at-bottom {
102
- position: absolute;
103
- bottom: 2*$spacing-unit;
104
- width: 100%;
105
- }
106
-
107
- .Rebellion-Button {
108
- position: relative;
109
- left: 50%;
110
- transform: translateX(-50%);
111
- }
112
-
113
- text-align: center;
114
- font-family: $header-font-stack;
115
-
116
- h2 {
117
- border-bottom: 4px solid $accent-color;
118
- padding: 0 2*$spacing-unit;
119
- margin: 0 $spacing-unit;
120
- }
121
-
122
- p {
123
- text-align: left;
124
- font-family: $base-font-stack;
125
- padding: 0 2*$spacing-unit;
126
- }
127
-
128
- &:nth-of-type(8n + 1) > h2 {
129
- border-bottom-color: $xr-yellow;
130
- }
131
- &:nth-of-type(8n + 2) > h2 {
132
- border-bottom-color: $xr-green;
133
- }
134
- &:nth-of-type(8n + 3) > h2 {
135
- border-bottom-color: $xr-pink;
136
- }
137
- &:nth-of-type(8n + 4) > h2 {
138
- border-bottom-color: $xr-dark-blue;
139
- }
140
- &:nth-of-type(8n + 5) > h2 {
141
- border-bottom-color: $xr-purple;
142
- }
143
- &:nth-of-type(8n + 6) > h2 {
144
- border-bottom-color: $xr-light-blue;
145
- }
146
- &:nth-of-type(8n + 7) > h2 {
147
- border-bottom-color: $xr-light-green;
148
- }
149
- &:nth-of-type(8n + 8) > h2 {
150
- border-bottom-color: $xr-pastel-yellow;
151
- }
152
- }
153
- }
154
-
155
- .Rebellion-Halves {
156
- display: flex;
157
- flex-direction: row;
158
- align-items: stretch;
159
- flex-wrap: wrap-reverse;
160
- justify-content: space-between;
161
- align-content: center;
162
- width: 100%;
163
-
164
- .half {
165
- flex-basis: 500px;
166
- flex-grow: 1;
167
- padding: 56px $spacing-unit;
168
- box-sizing: border-box;
169
- background-position: center;
170
- background-size: cover;
171
-
172
- display: flex;
173
- flex-direction: column;
174
- justify-content: center;
175
- }
176
-
177
- .half-image {
178
- min-height: 300px;
179
-
180
- @media screen and (min-width: $on-small) {
181
- & { min-height: 400px;}
182
- }
183
- }
184
-
185
- .content-right {
186
- max-width: $half-width;
187
- float: right;
188
- }
189
- .content-left {
190
- max-width: $half-width;
191
- }
192
- }
193
-
194
- .image-right {
195
- flex-wrap: wrap-reverse;
196
- }
197
-
198
- .image-left {
199
- flex-wrap: wrap-reverse;
200
- flex-direction: row-reverse;
201
- }
202
-
203
- .Rebellion-rich-text {
204
- padding: $spacing-unit;
205
- }
206
-
207
- .Rebellion-Youtube-Video {
208
- text-align: center;
209
-
210
- iframe {
211
- width: 100%;
212
- max-width: 1400px;
213
- height: 56vw;
214
- max-height: 720px;
215
- }
216
- }
217
-
218
- .Rebellion-Event-List {
219
- display: flex;
220
- flex-direction: column;
221
- align-items: center;
222
- justify-content: start;
223
-
224
- & > .Rebellion-Event-Item:nth-of-type(8n + 1) > .date > .day-number {
225
- border-bottom-color: $xr-yellow;
226
- }
227
- & > .Rebellion-Event-Item:nth-of-type(8n + 2) > .date > .day-number {
228
- border-bottom-color: $xr-green;
229
- }
230
- & > .Rebellion-Event-Item:nth-of-type(8n + 3) > .date > .day-number {
231
- border-bottom-color: $xr-pink;
232
- }
233
- & > .Rebellion-Event-Item:nth-of-type(8n + 4) > .date > .day-number {
234
- border-bottom-color: $xr-dark-blue;
235
- }
236
- & > .Rebellion-Event-Item:nth-of-type(8n + 5) > .date > .day-number {
237
- border-bottom-color: $xr-purple;
238
- }
239
- & > .Rebellion-Event-Item:nth-of-type(8n + 6) > .date > .day-number {
240
- border-bottom-color: $xr-light-blue;
241
- }
242
- & > .Rebellion-Event-Item:nth-of-type(8n + 7) > .date > .day-number {
243
- border-bottom-color: $xr-light-green;
244
- }
245
- & > .Rebellion-Event-Item:nth-of-type(8n + 8) > .date > .day-number {
246
- border-bottom-color: $xr-pastel-yellow;
247
- }
248
- }
249
-
250
- .Rebellion-Event-List-Short {
251
- img { display: none;}
252
- }
253
-
254
- .Rebellion-Event-Item {
255
- display: flex;
256
- flex-direction: column;
257
- align-items: center;
258
- background-color: $background-color;
259
- box-shadow: 0 5px 10px $shadow-color;
260
- padding: $spacing-unit;
261
- padding-bottom: $spacing-unit /2;
262
- margin: $spacing-unit;
263
- max-width: $content-width-wide;
264
- width: 90%;
265
-
266
- & > img {
267
- margin: $spacing-unit 0 $spacing-unit/2 0;
268
- }
269
-
270
- .top {
271
- display: flex;
272
- flex-direction: row;
273
- align-items: center;
274
- width: 100%;
275
-
276
- .date {
277
- flex-basis: 60px;
278
- flex-grow: 0;
279
- flex-shrink: 0;
280
-
281
- display: flex;
282
- flex-direction: column;
283
- align-items: center;
284
- justify-content: center;
285
- text-align: center;
286
- font-family: $header-font-stack;
287
- padding-right: $spacing-unit;
288
-
289
- .day-number {
290
- font-size: $base-font-size * 2;
291
- border-bottom: 4px solid $xr-green;
292
- line-height: 1;
293
- }
294
-
295
- .month {
296
- font-size: $small-font-size; //$base-font-size * 0.8;
297
- color: $text-color-light;
298
- }
299
- }
300
-
301
- .description {
302
- line-height: 1;
303
- width: 100%;
304
- font-size: $small-font-size;
305
-
306
- h3 {
307
- margin-top: 0;
308
- }
309
-
310
- .bottom-line {
311
- display: flex;
312
- flex-direction: row;
313
- align-items: center;
314
- justify-content: space-between;
315
- width: 100%;
316
-
317
- .Rebellion-Button {
318
- margin-left: $spacing-unit;
319
- position: relative;
320
- bottom: $spacing-unit /2;
321
- }
322
-
323
- }
324
- }
325
- }
326
- }
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
2
- <circle cx="151.69" cy="148.96" r="135.04"/>
3
- <path d="M128.44 242.77c.02-.47.05-.94.05-1.41v-85.19-1.09H100.1c-1.26 0-1.26 0-1.26-1.21 0-10.63.01-21.26-.02-31.89 0-.97.29-1.21 1.23-1.21 9.06.03 18.11.02 27.17.02h1.27v-1.03c.02-8.84-.05-17.67.07-26.51.1-7.11 1.48-13.99 4.58-20.44 4.21-8.76 10.82-15.01 19.8-18.75 6.01-2.49 12.29-3.66 18.76-3.56 7.42.11 14.83.44 22.24.71 1.38.05 2.75.28 4.13.35.77.04 1.03.32 1.02 1.09-.03 4.4-.01 8.8-.01 13.21 0 5.19-.02 10.38.02 15.57.01.9-.25 1.18-1.17 1.17-5.63-.04-11.26-.11-16.89.02-2.56.06-5.15.34-7.65.88-4.82 1.06-7.67 4.24-8.63 9.03-.39 1.93-.6 3.92-.62 5.88-.07 7.2-.03 14.4-.03 21.6 0 .21.03.43.05.76h32.36c1.36 0 1.38 0 1.21 1.29-.73 5.66-1.49 11.32-2.22 16.98-.61 4.73-1.2 9.46-1.77 14.2-.22 1.81-.17 1.81-1.99 1.81h-27.64v85.61c0 .69-.01 1.38-.02 2.07-11.88.04-23.77.04-35.65.04z" fill="#fff"/>
4
- </svg>
@@ -1,9 +0,0 @@
1
- <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
2
- <style>
3
- .st0{fill:#fff}
4
- </style>
5
- <circle cx="153" cy="150.23" r="135.04"/>
6
- <path class="st0" d="M185.18 230.32h-64.36c-25.23 0-45.76-20.53-45.76-45.76v-68.67c0-25.23 20.53-45.76 45.76-45.76h64.36c25.23 0 45.76 20.53 45.76 45.76v68.67c0 25.23-20.53 45.76-45.76 45.76zM120.82 81.86c-18.76 0-34.03 15.26-34.03 34.03v68.67c0 18.76 15.26 34.03 34.03 34.03h64.36c18.76 0 34.03-15.26 34.03-34.03v-68.67c0-18.76-15.26-34.03-34.03-34.03h-64.36z"/>
7
- <path class="st0" d="M153 192.56c-23.47 0-42.56-19.09-42.56-42.56 0-11.57 4.76-22.83 13.05-30.88 8.08-7.85 18.64-12 29.72-11.67 13.25.39 24.25 4.85 31.8 12.92 7.16 7.64 10.81 17.95 10.55 29.8-.25 11.34-4.72 21.97-12.6 29.91-7.99 8.05-18.63 12.48-29.96 12.48zm-.98-70.79c-6.89 0-13.45 2.7-18.54 7.64-5.53 5.37-8.7 12.88-8.7 20.59 0 15.56 12.66 28.22 28.22 28.22 15.48 0 27.87-12.46 28.22-28.37.18-8.02-2.13-14.83-6.68-19.68-4.88-5.21-12.41-8.11-21.75-8.39-.26-.01-.52-.01-.77-.01z"/>
8
- <circle class="st0" cx="196.59" cy="106.24" r="9.93"/>
9
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="251" height="84" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="#000105" fill-rule="evenodd">
3
- <path d="M250.849 74.111V32.859l-45.546 4.924v30.49s.036.618-.926.618h-3.63c-.962 0-.926-.618-.926-.618V38.377l-1.922.208v29.688s.036.618-.926.618h-3.63c-.962 0-.926-.618-.926-.618V39.177l-26.598 2.876v9.764c.234-.006.69-.084 1.122-.546.612-.656 1.78-1.838 3.062-1.838 1.28 0 4.84 1.004 4.84 9.156 0 8.152-3.346 10.572-4.84 10.572-.82 0-1.702.044-2.67-.818-1.104-.982-1.06-1.096-1.346-1.054-.062.01-.168.064-.168.184v.8s.036.618-.924.618h-3.632c-.96 0-.924-.618-.924-.618V42.645l-60.574 6.55v24.916h151.084zm-107.448-19.1s.018.482-.354.482c-.322 0-4.228-.284-4.23 2.56v10.22s.036.616-.926.616h-3.63c-.96 0-.926-.616-.926-.616V50.389c0-.54.712-.484.712-.484h4.058s.712-.056.712.484v1.436a1.66 1.66 0 0 0 1.132-.568c.57-.642 1.602-1.816 3.098-1.816.306 0 .354.178.354.462v5.108zm15.292 5.822c-.178.598-1.102.552-1.102.552h-7.476c0 1.514.076 3.204 1.826 3.204 1.246 0 1.488-.836 1.594-1.228.13-.498.834-.428.834-.428h3.204c.694 0 .658.534.658.534s.356 5.91-6.514 5.91-7.244-8.544-7.244-8.544-1.352-11.336 7.154-11.336c8.58 0 7.266 10.672 7.066 11.336zm31.766 0c-.18.598-1.104.552-1.104.552h-7.476c0 1.514.076 3.204 1.826 3.204 1.246 0 1.488-.836 1.596-1.228.128-.498.832-.428.832-.428h3.204c.694 0 .658.534.658.534s.356 5.91-6.514 5.91-7.244-8.544-7.244-8.544-1.352-11.336 7.156-11.336c8.578 0 7.264 10.672 7.066 11.336zm17.4-10.442c0-.542.712-.484.712-.484h4.058s.712-.058.712.484v17.882s.036.618-.926.618h-3.63c-.96 0-.926-.618-.926-.618V50.391zm6.034-5.734c0 1.778-1.474 3.22-3.292 3.22-1.818 0-3.294-1.442-3.294-3.22 0-1.78 1.476-3.222 3.294-3.222s3.292 1.442 3.292 3.222zm16.03 14.802v.002c0 9.488-5.8 9.74-6.804 9.74-.122 0-.284.006-.462.006-.192 0-.392-.014-.512-.014-1.004 0-6.792-.86-6.792-9.732v-.006c.002-10.208 6.464-9.96 7.132-9.96.046 0 .1.004.152.008.054-.004.108-.008.152-.008.67 0 7.13-.248 7.134 9.96v.004zm14.844-4.89v13.704s.036.618-.926.618h-3.334c-.962 0-.926-.618-.926-.618V56.527s.1-1.282-.854-1.282c-1.172 0-1.576.876-1.578 1.272v11.756s.036.618-.926.618h-3.63c-.962 0-.926-.618-.926-.618V50.391c0-.542.712-.484.712-.484h4.058s.712-.058.712.484v1.432c.424-.016.758-.212.868-.294.342-.256 1.638-2.086 3.368-2.086 3.772 0 3.382 5.126 3.382 5.126zm-20.64 4.632c0-.098.014-1.39-.094-2.72-.112-1.382-1.374-1.308-1.374-1.308s-1.262-.074-1.374 1.308c-.108 1.33-.094 2.622-.094 2.72 0 .096-.014 1.52.094 2.85.064.8.514 1.112.882 1.232.252.11.47.096.47.096s.162.01.364-.056c.384-.082.958-.358 1.032-1.272.108-1.33.094-2.754.094-2.85zm-38.698-2.222s.028-2.482-1.724-2.482c-1.7 0-1.842 2.054-1.842 2.474 0 .42.818.392.818.392h1.922c.926 0 .826-.384.826-.384zm-31.764 0s.028-2.482-1.724-2.482c-1.702 0-1.844 2.054-1.844 2.474 0 .42.82.392.82.392h1.922c.924 0 .826-.384.826-.384zm12.066 2.222c0 .096-.014 1.388.094 2.718.112 1.384 1.374 1.308 1.374 1.308s1.262.076 1.374-1.308c.108-1.33.096-2.622.094-2.718.002-.098.014-1.39-.094-2.72-.112-1.382-1.374-1.308-1.374-1.308s-1.262-.074-1.374 1.308c-.108 1.33-.094 2.622-.094 2.72zM238.588 30.012V5.096H87.504v41.25L193.472 34.89c-2.018-.548-5.564-2.554-5.564-9.52v-.008c.002-10.208 6.464-9.96 7.134-9.96.044 0 .098.004.153.008.051-.004.105-.008.151-.008.668 0 7.13-.248 7.132 9.96v.008c0 5.562-1.991 7.938-3.844 8.962l5.353-.578V16.356c0-.542.711-.484.711-.484h4.058s.712-.058.712.484v1.432c.422-.016.758-.212.868-.294.342-.256 1.638-2.086 3.366-2.086 3.774 0 3.382 5.126 3.382 5.126v11.802l21.504-2.324zm-57.782-13.656c0-.542.712-.484.712-.484h4.058s.712-.058.712.484V34.24s.036.616-.926.616h-3.629c-.96 0-.927-.616-.927-.616V16.356zm-44.066 0c0-.542.712-.484.712-.484h4.058s.71-.058.71.484V34.24s.036.616-.924.616h-3.632c-.96 0-.924-.616-.924-.616V16.356zM108.908 26.8c-.18.598-1.104.552-1.104.552h-7.476c0 1.512.076 3.202 1.828 3.202 1.244 0 1.486-.836 1.594-1.228.128-.498.832-.426.832-.426h3.204c.694 0 .658.534.658.534s.356 5.908-6.514 5.908-7.244-8.542-7.244-8.542-1.352-11.338 7.156-11.338c8.578 0 7.266 10.672 7.066 11.338zm15.676 8.056h-4.934s-.526 0-.834-.546c-.28-.5-1.744-3.666-1.744-3.666s-.142-.284-.426-.284c-.286 0-.428.284-.428.284s-1.462 3.166-1.744 3.666c-.306.546-.832.546-.832.546h-4.934c-.534 0 0-.866 0-.866s4.806-8.044 4.982-8.418c.18-.374 0-.766 0-.766s-4.324-7.724-4.698-8.382c-.374-.658.66-.552.66-.552h4.43c.784 0 .962.498.962.498s1.104 2.564 1.282 2.954c.192.448.32.392.32.392s.114.056.32-.392c.178-.39 1.282-2.954 1.282-2.954s.178-.498.96-.498h4.432s1.032-.106.658.552-4.698 8.382-4.698 8.382-.178.392 0 .766 4.984 8.418 4.984 8.418.534.866 0 .866zM134.7 19.944s.028.59-.584.59h-1.204V34.24s.036.616-.924.616h-3.632c-.96 0-.924-.616-.924-.616V20.534h-1.204c-.612 0-.584-.59-.584-.59v-3.516c0-.556.542-.556.542-.556h1.246v-4.714c0-.54.71-.484.71-.484h4.058s.712-.056.712.484v4.714h1.246s.542 0 .542.556v3.516zm8.073-9.322c0 1.778-1.475 3.22-3.293 3.22s-3.292-1.442-3.292-3.22c0-1.78 1.474-3.222 3.292-3.222 1.818 0 3.293 1.442 3.293 3.222zm14.523 9.912V34.24s.036.616-.926.616h-3.334c-.96 0-.925-.616-.925-.616V22.492s.099-1.282-.855-1.282c-1.172 0-1.576.876-1.578 1.272V34.24s.036.616-.926.616h-3.63c-.962 0-.926-.616-.926-.616V16.356c0-.542.712-.484.712-.484h4.058s.712-.058.712.484v1.432a1.65 1.65 0 0 0 .868-.294c.342-.256 1.638-2.086 3.368-2.086 3.775 0 3.382 5.126 3.382 5.126zm11.532 12.544s.01.412-.17.84c-.576 1.112-2.673 1.218-3.21 1.218-1.003 0-6.795.44-6.799-9.768v-.006c.004-10.208 6.463-9.96 7.133-9.96.538 0 1.67.23 2.206.654.17.136.514.386.67.756.18.428.17.84.17.84v3.114c0 .588-.444.392-.444.392s-.748-.374-1.246-.374c-2.414 0-2.418 4.428-2.418 4.578v.006c0 .15.004 4.578 2.418 4.578.498 0 1.246-.374 1.246-.374s.444-.196.444.392v3.114zm10.695-13.134s.027.59-.584.59h-1.204V34.24s.035.616-.925.616h-3.632c-.96 0-.924-.616-.924-.616V20.534h-1.204c-.611 0-.584-.59-.584-.59v-3.516c0-.556.542-.556.542-.556h1.246v-4.714c0-.54.712-.484.712-.484h4.057s.712-.056.712.484v4.714h1.246s.542 0 .542.556v3.516zm7.317-9.322c0 1.778-1.474 3.22-3.292 3.22-1.817 0-3.294-1.442-3.294-3.22 0-1.78 1.477-3.222 3.294-3.222 1.818 0 3.292 1.442 3.292 3.222zm-82.962 12.322s.028-2.48-1.722-2.48c-1.702 0-1.846 2.054-1.846 2.474 0 .42.82.392.82.392h1.922c.926 0 .826-.386.826-.386zm89.868 2.164c0 .096-.013 1.52.094 2.85.066.8.515 1.112.882 1.232.252.11.473.096.473.096s.16.01.363-.056c.383-.082.956-.358 1.03-1.272.108-1.33.094-2.754.094-2.85 0-.096.014-1.39-.094-2.72-.112-1.382-1.374-1.308-1.374-1.308s-1.262-.074-1.374 1.308c-.107 1.33-.094 2.624-.094 2.72zm15.722-2.626V33.16l2.433-.262V22.492s.099-1.282-.855-1.282c-1.174 0-1.578.876-1.578 1.272zM83.53 42.234C83.53 19.168 64.83.468 41.764.468S-.002 19.168 0 42.234C-.002 65.3 18.698 84 41.764 84 64.832 84 83.53 65.3 83.53 42.234zM41.764 77.568c-8.85 0-16.932-3.262-23.132-8.638h46.266c-6.2 5.376-14.284 8.638-23.134 8.638zm0-30.16l13.1 15.068H28.666l13.098-15.068zm0-10.356l-13.092-15.06h26.184l-13.092 15.06zm-25.63-19.126L37.262 42.23 16.13 66.538c-6.006-6.334-9.7-14.884-9.7-24.304 0-9.42 3.694-17.974 9.704-24.308zM41.764 6.9c8.85 0 16.934 3.26 23.134 8.636h-4.43v.002H23.062v-.002h-4.43C24.832 10.16 32.914 6.9 41.764 6.9zm35.334 35.334c0 9.42-3.692 17.97-9.7 24.304L46.266 42.23l21.13-24.304c6.01 6.334 9.702 14.888 9.702 24.308z"/>
4
- </g>
5
- </svg>