-
Notifications
You must be signed in to change notification settings - Fork 54
/
index.html
325 lines (299 loc) · 48.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
---
permalink: "/"
layout: landing
---
<div class="owl-carousel"> <!-- Promotions carousel. Using (https://owlcarousel2.github.io/OwlCarousel2/). For settings `/assets/css/modules/carousel.scss` and `/assets/js/carousel.js` -->
<div class="ui image"> <!-- Promotion for DIYbiosphere -->
<div class="ui active inverted dimmer">
<div class="content">
<div class="center">
<div class="ui basic fluid blurring segment">
<h1 class="ui header"><div class="ui big inverted header black">DIYbiosphere</div></h1>
<div class="ui header black">An open source project to connect DIYbio initiatives worlwide. Search, browse, update, or add an initiative!</div>
<div class="ui header black">
To contribute all you need is a <a href="https://www.google.ch/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwig3Zb8wMTVAhUPmbQKHU31DbwQFggoMAA&url=https%3A%2F%2Fgithub.com%2Fjoin&usg=AFQjCNF6nezHQWX1hKwEFQVYRrUheS9_Ig">GitHub account!</a>
</div>
<a href="/projects/diybiosphere/"><button class="ui green big button">LEARN MORE</button></a>
</div>
</div>
</div>
</div>
<img class="ui image owl-img" src="/projects/diybiosphere/header.jpg">
</div>
{% for files in site.collections %}
{% assign entries=files.docs %}
{% for entry in entries %}
{% if entry.promotions %}
{% for promotion in entry.promotions %}
{% if promotion.image or entry.header %}
<div class="ui image">
<div class="ui active inverted dimmer">
<div class="content">
<div class="center">
<div class="ui basic blurring segment">
<a href="{{ entry.url }}">
<div class="ui header promotion">
<div class="ui inverted header">
<h1 class="ui big inverted header">{{ entry.title }}</h1>
<h3 class="ui medium inverted header">
{{entry.collection | capitalize | append: '%' | remove: 's%' }}
{% if entry.hostsExist %}
{% if entry.project %}
by
{% else %}
at
{% endif %}
{{entry.hostsSentence}}
{% endif %}
{% if entry.city %}
in {{entry.city}},
{% else %}
{% if entry.country %}
in
{% endif %}
{% endif %}
{% if entry.country %}
{{entry.country}}
{% endif %}
</h3>
</div>
</div>
</a>
<h3 class="ui big inverted header">{{promotion.text | markdownify | replace: '<p>', '' | replace: '</p>', ''}}</h3>
<a href="{{ promotion.URL }}"><button class="ui large blue button">{{promotion.button | markdownify }}</button></a>
</div>
</div>
</div>
</div>
{% if promotion.image %}
<img class="ui image owl-img" src="{{ promotion.image }}">
{% else %}
<img class="ui image owl-img" src="{{ entry.header }}">
{% endif %}
</div>
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endfor %}
</div>
<div class="ui grid">
<div class="center aligned row xo padding top fourfold">
<div class="ui container">
<h2 class="ui center aligned header">Browse by Collection</h2>
</div>
</div>
<div class="row xo padding bottom fourfold">
<div class="ui stackable two column relaxed container grid ">
<div class="row">
<div class="column"> <!-- Projects -->
<div class="ui link items">
<a class="item noul" href="/browse?q=&idx=diybiosphere&p=0&dFR%5Bcollection%5D%5B0%5D=projects">
<div class="ui tiny image">
<i class="huge icons">
<i class="big circle inverted icon"></i>
<i class="far fa-briefcase icon"></i>
</i>
</div>
<div class="middle aligned content">
<div class="header">PROJECTS</div>
<div class="description">
<p>Have particular aims, like in research, engineering, art and design</p>
</div>
</div>
</a>
</div>
</div>
<div class="column"> <!-- Startups -->
<div class="ui link items">
<a class="item noul" href="/browse?q=&idx=diybiosphere&p=0&dFR%5Bcollection%5D%5B0%5D=startups">
<div class="ui tiny image">
<i class="huge icons">
<i class="big circle inverted icon"></i>
<i class="far fa-rocket icon"></i>
</i>
</div>
<div class="middle aligned content">
<div class="header">STARTUPS</div>
<div class="description">
<p> Entrepreneurial ventures and generally concern products or services</p>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="row">
<div class="column"> <!-- Labs -->
<div class="ui link items">
<a class="item noul" href="/browse?q=&idx=diybiosphere&p=0&dFR%5Bcollection%5D%5B0%5D=labs">
<div class="ui tiny image">
<i class="huge icons">
<i class="big circle inverted icon"></i>
<i class="far fa-flask icon"></i>
</i>
</div>
<div class="middle aligned content">
<div class="header">LABS</div>
<div class="description">
<p>Dedicated physical spaces, static or mobile, with materials and equipment</p>
</div>
</div>
</a>
</div>
</div>
<div class="column"> <!-- Incubators -->
<div class="ui link items">
<a class="item noul" href="/browse?q=&idx=diybiosphere&p=0&dFR%5Bcollection%5D%5B0%5D=incubators">
<div class="ui tiny image">
<i class="huge icons">
<i class="big circle inverted icon"></i>
<i class="far fa-leaf icon"></i>
</i>
</div>
<div class="middle aligned content">
<div class="header">INCUBATORS</div>
<div class="description">
<p>Organizations and spaces that help projects and startups to develop</p>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="row">
<div class="column"> <!-- Groups -->
<div class="ui link items">
<a class="item noul" href="/browse?q=&idx=diybiosphere&p=0&dFR%5Bcollection%5D%5B0%5D=groups">
<div class="ui tiny image">
<i class="huge icons">
<i class="big circle inverted icon"></i>
<i class="far fa-users icon"></i>
</i>
</div>
<div class="middle aligned content">
<div class="header">GROUPS</div>
<div class="description">
<p>Associations of people (online and offline) interested in DIYbio</p>
</div>
</div>
</a>
</div>
</div>
<div class="column"> <!-- Networks -->
<div class="ui link items">
<a class="item noul" href="/browse?q=&idx=diybiosphere&p=0&dFR%5Bcollection%5D%5B0%5D=networks">
<div class="ui tiny image">
<i class="huge icons">
<i class="big circle inverted icon"></i>
<i class="far fa-share-alt icon"></i>
</i>
</div>
<div class="middle aligned content">
<div class="header">NETWORKS</div>
<div class="description">
<p>Organizations that facilitate communication and collaboration</p>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="row">
<div class="column"> <!-- Events -->
<div class="ui link items">
<a class="item noul" href="/browse?q=&idx=diybiosphere&p=0&dFR%5Bcollection%5D%5B0%5D=events">
<div class="ui tiny image">
<i class="huge icons">
<i class="big circle inverted icon"></i>
<i class="far fa-calendar-alt icon"></i>
</i>
</div>
<div class="middle aligned content">
<div class="header">EVENTS</div>
<div class="description">
<p>Global or regional events by and/or for the DIYbio community</p>
</div>
</div>
</a>
</div>
</div>
<div class="column"> <!-- Others -->
<div class="ui link items">
<a class="item noul" href="/browse?q=&idx=diybiosphere&p=0&dFR%5Bcollection%5D%5B0%5D=others">
<div class="ui tiny image">
<i class="huge icons">
<i class="big circle inverted icon"></i>
<i class="far fa-umbrella icon"></i>
</i>
</div>
<div class="middle aligned content">
<div class="header">OTHERS</div>
<div class="description">
<p>Umbrella term for the rest of misfit entries. New collections may arise</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="computer tablet only row">
<div class="ui container grid">
<div class="center aligned row xo padding top twofold">
<div class="ui container">
<h2 class="ui center aligned header">Browse by Location</h2>
</div>
</div>
<div class="computer tablet only row">
<div class="sixteen wide column">
<div style="height:700px;">
<div id="map" style="position:absolute; top:0; bottom:0; width:100%; height:700px;"></div>
</div>
</div>
</div>
</div>
</div>
<div class="row xo margin top sixfold">
<div class="ui container center aligned grid">
<div class="ui horizontal relaxed link large list">
<a class="item" href="https://www.netlify.com/">
Deployed on
<div class="ui middle aligned image">
<svg class="logo" xmlns="http://www.w3.org/2000/svg" width="147" height="40">
<g fill="#0E1E25" fill-rule="evenodd">
<path d="M53.37 12.978l.123 2.198c1.403-1.7 3.245-2.55 5.525-2.55 3.951 0 5.962 2.268 6.032 6.804v12.568H60.79V19.676c0-1.207-.26-2.1-.78-2.681-.52-.58-1.371-.87-2.552-.87-1.719 0-3 .78-3.84 2.338v13.535h-4.262v-19.02h4.016zM77.748 32.35c-2.7 0-4.89-.852-6.567-2.557-1.678-1.705-2.517-3.976-2.517-6.812v-.527c0-1.898.365-3.595 1.096-5.089.73-1.494 1.757-2.657 3.078-3.49 1.321-.831 2.794-1.247 4.42-1.247 2.583 0 4.58.826 5.988 2.478 1.41 1.653 2.114 3.99 2.114 7.014v1.723h-12.4c.13 1.57.652 2.812 1.57 3.726.918.914 2.073 1.371 3.464 1.371 1.952 0 3.542-.79 4.77-2.373l2.297 2.198c-.76 1.136-1.774 2.018-3.042 2.645-1.269.627-2.692.94-4.27.94zm-.508-16.294c-1.17 0-2.113.41-2.832 1.23-.72.82-1.178 1.963-1.377 3.428h8.12v-.317c-.094-1.43-.474-2.51-1.14-3.243-.667-.732-1.59-1.098-2.771-1.098zm16.765-7.7v4.623h3.35v3.164h-3.35V26.76c0 .726.144 1.25.43 1.573.286.322.798.483 1.535.483a6.55 6.55 0 0 0 1.49-.176v3.305c-.97.27-1.905.404-2.806.404-3.273 0-4.91-1.81-4.91-5.431V16.142H86.62v-3.164h3.122V8.355h4.261zm11.137 23.643h-4.262v-27h4.262v27zm9.172 0h-4.262v-19.02h4.262v19.02zm-4.525-23.96c0-.655.207-1.2.622-1.634.416-.433 1.009-.65 1.78-.65.772 0 1.368.217 1.79.65.42.434.63.979.63 1.635 0 .644-.21 1.18-.63 1.608-.422.428-1.018.642-1.79.642-.771 0-1.364-.214-1.78-.642-.415-.427-.622-.964-.622-1.608zm10.663 23.96V16.142h-2.894v-3.164h2.894v-1.74c0-2.11.584-3.738 1.753-4.887 1.17-1.148 2.806-1.722 4.91-1.722.749 0 1.544.105 2.386.316l-.105 3.34a8.375 8.375 0 0 0-1.631-.14c-2.035 0-3.052 1.048-3.052 3.146v1.687h3.858v3.164h-3.858v15.856h-4.261zm17.87-6.117l3.858-12.903h4.542l-7.54 21.903c-1.158 3.199-3.122 4.799-5.893 4.799-.62 0-1.304-.106-2.052-.317v-3.305l.807.053c1.075 0 1.885-.196 2.429-.589.543-.392.973-1.051 1.289-1.977l.613-1.635-6.664-18.932h4.595l4.016 12.903z"/>
<path fill-rule="nonzero" d="M27.887 14.135l-.014-.006c-.008-.003-.016-.006-.023-.013a.11.11 0 0 1-.028-.093l.773-4.726 3.625 3.626-3.77 1.604a.083.083 0 0 1-.033.006h-.015c-.005-.003-.01-.007-.02-.017a1.716 1.716 0 0 0-.495-.381zm5.258-.288l3.876 3.876c.805.806 1.208 1.208 1.355 1.674.022.069.04.138.054.209l-9.263-3.923a.728.728 0 0 0-.015-.006c-.037-.015-.08-.032-.08-.07 0-.038.044-.056.081-.071l.012-.005 3.98-1.684zm5.127 7.003c-.2.376-.59.766-1.25 1.427l-4.37 4.369L27 25.469l-.03-.006c-.05-.008-.103-.017-.103-.062a1.706 1.706 0 0 0-.655-1.193c-.023-.023-.017-.059-.01-.092 0-.005 0-.01.002-.014l1.063-6.526.004-.022c.006-.05.015-.108.06-.108a1.73 1.73 0 0 0 1.16-.665c.009-.01.015-.021.027-.027.032-.015.07 0 .103.014l9.65 4.082zm-6.625 6.801l-7.186 7.186 1.23-7.56.002-.01c.001-.01.003-.02.006-.029.01-.024.036-.034.061-.044l.012-.005a1.85 1.85 0 0 0 .695-.517c.024-.028.053-.055.09-.06a.09.09 0 0 1 .029 0l5.06 1.04zm-8.707 8.707l-.81.81-8.955-12.942a.424.424 0 0 0-.01-.014c-.014-.019-.029-.038-.026-.06 0-.016.011-.03.022-.042l.01-.013c.027-.04.05-.08.075-.123l.02-.035.003-.003c.014-.024.027-.047.051-.06.021-.01.05-.006.073-.001l9.921 2.046a.164.164 0 0 1 .076.033c.013.013.016.027.019.043a1.757 1.757 0 0 0 1.028 1.175c.028.014.016.045.003.078a.238.238 0 0 0-.015.045c-.125.76-1.197 7.298-1.485 9.063zm-1.692 1.691c-.597.591-.949.904-1.347 1.03a2 2 0 0 1-1.206 0c-.466-.148-.869-.55-1.674-1.356L8.028 28.73l2.349-3.643c.011-.018.022-.034.04-.047.025-.018.061-.01.091 0a2.434 2.434 0 0 0 1.638-.083c.027-.01.054-.017.075.002a.19.19 0 0 1 .028.032l8.999 13.058zM7.16 27.863L5.098 25.8l4.074-1.738a.084.084 0 0 1 .033-.007c.034 0 .054.034.072.065a2.91 2.91 0 0 0 .13.184l.013.016c.012.017.004.034-.008.05l-2.25 3.493zm-2.976-2.976l-2.61-2.61c-.444-.444-.766-.766-.99-1.043l7.936 1.646a.84.84 0 0 0 .03.005c.049.008.103.017.103.063 0 .05-.059.073-.109.092l-.023.01-4.337 1.837zM.13 19.892a2 2 0 0 1 .09-.495c.148-.466.55-.868 1.356-1.674l3.34-3.34a2175.525 2175.525 0 0 0 4.626 6.687c.027.036.057.076.026.106-.146.161-.292.337-.395.528a.16.16 0 0 1-.05.062c-.013.008-.027.005-.042.002h-.002L.129 19.891zm5.68-6.403l4.49-4.491c.423.185 1.96.834 3.333 1.414 1.04.44 1.988.84 2.286.97.03.012.057.024.07.054.008.018.004.041 0 .06a2.003 2.003 0 0 0 .523 1.828c.03.03 0 .073-.026.11l-.014.021-4.56 7.063c-.012.02-.023.037-.043.05-.024.015-.058.008-.086.001a2.274 2.274 0 0 0-.543-.074c-.164 0-.342.03-.522.063h-.001c-.02.003-.038.007-.054-.005a.21.21 0 0 1-.045-.051l-4.808-7.013zm5.398-5.398l5.814-5.814c.805-.805 1.208-1.208 1.674-1.355a2 2 0 0 1 1.206 0c.466.147.869.55 1.674 1.355l1.26 1.26L18.7 9.94a.155.155 0 0 1-.041.048c-.025.017-.06.01-.09 0a2.097 2.097 0 0 0-1.92.37c-.027.028-.067.012-.101-.003-.54-.235-4.74-2.01-5.341-2.265zm12.506-3.676l3.818 3.818-.92 5.698v.015a.135.135 0 0 1-.008.038c-.01.02-.03.024-.05.03a1.83 1.83 0 0 0-.548.273.154.154 0 0 0-.02.017c-.011.012-.022.023-.04.025a.114.114 0 0 1-.043-.007l-5.818-2.472-.011-.005c-.037-.015-.081-.033-.081-.071a2.198 2.198 0 0 0-.31-.915c-.028-.046-.059-.094-.035-.141l4.066-6.303zM19.78 13.02l5.454 2.31c.03.014.063.027.076.058a.106.106 0 0 1 0 .057c-.016.08-.03.171-.03.263v.153c0 .038-.039.054-.075.069l-.011.004c-.864.369-12.13 5.173-12.147 5.173-.017 0-.035 0-.052-.017-.03-.03 0-.072.027-.11a.76.76 0 0 0 .014-.02l4.482-6.94.008-.012c.026-.042.056-.089.104-.089l.045.007c.102.014.192.027.283.027.68 0 1.31-.331 1.69-.897a.16.16 0 0 1 .034-.04c.027-.02.067-.01.098.004zm-6.246 9.185l12.28-5.237s.018 0 .035.017c.067.067.124.112.179.154l.027.017c.025.014.05.03.052.056 0 .01 0 .016-.002.025L25.054 23.7l-.004.026c-.007.05-.014.107-.061.107a1.729 1.729 0 0 0-1.373.847l-.005.008c-.014.023-.027.045-.05.057-.021.01-.048.006-.07.001l-9.793-2.02c-.01-.002-.152-.519-.163-.52z"/>
</g>
</svg>
</div>
</a>
<a class="item" href="https://github.com/">
Shared on
<div class="ui middle aligned image">
<svg class="logo" xmlns="http://www.w3.org/2000/svg" width="77" height="22" viewBox="0 0 42 12">
<path fill-rule="evenodd" d="M17.3500226,9.81018521 L17.3315393,9.81018521 C17.3398568,9.81018521 17.3454018,9.81821504 17.3537193,9.81999944 C17.3546435,9.81999944 17.3583401,9.81910724 17.3592643,9.81910724 L17.3500226,9.81018521 Z M17.3537193,9.81999944 C17.2677716,9.82089164 17.0515161,9.86371738 16.8232464,9.86371738 C16.1023948,9.86371738 15.8528692,9.54252437 15.8528692,9.12318904 L15.8528692,6.33059423 L17.3222976,6.33059423 C17.4054728,6.33059423 17.4701646,6.25921801 17.4701646,6.1610757 L17.4701646,4.64433091 C17.4701646,4.56403266 17.3962311,4.49265643 17.3222976,4.49265643 L15.8528692,4.49265643 L15.8528692,2.61010849 C15.8528692,2.53873227 15.8066608,2.49412213 15.7234856,2.49412213 L13.7272811,2.49412213 C13.6441059,2.49412213 13.5978974,2.53873227 13.5978974,2.61010849 L13.5978974,4.5461886 C13.5978974,4.5461886 12.5905535,4.78708336 12.5258617,4.79600539 C12.4519282,4.81384945 12.4057197,4.87630364 12.4057197,4.94767987 L12.4057197,6.1610757 C12.4057197,6.25921801 12.4796532,6.33059423 12.5628284,6.33059423 L13.5886557,6.33059423 L13.5886557,9.25701947 C13.5886557,11.4339943 15.1597426,11.657045 16.2317784,11.657045 C16.7215879,11.657045 17.3130559,11.5053706 17.4054728,11.4607604 C17.4609229,11.4429164 17.4886479,11.3804622 17.4886479,11.318008 L17.4886479,9.97970375 C17.4886479,9.89137567 17.4258045,9.83249028 17.3537193,9.81999944 L17.3537193,9.81999944 Z M39.2528224,7.85626105 C39.2528224,6.24137395 38.5781792,6.02724527 37.8665693,6.0986215 C37.312068,6.13430961 36.868467,6.40197046 36.868467,6.40197046 L36.868467,9.54252437 C36.868467,9.54252437 37.3213097,9.84587332 37.9959529,9.86371738 C38.9478467,9.89048346 39.2528224,9.56036842 39.2528224,7.85626105 L39.2528224,7.85626105 Z M41.4985525,7.7135086 C41.4985525,10.7737643 40.4727252,11.648123 38.6798378,11.648123 C37.164201,11.648123 36.3509325,10.9075947 36.3509325,10.9075947 C36.3509325,10.9075947 36.3139657,11.318008 36.2677573,11.3715401 C36.2400322,11.4250723 36.1938238,11.4429164 36.1383737,11.4429164 L34.7706039,11.4429164 C34.678187,11.4429164 34.5950118,11.3715401 34.5950118,11.2912419 L34.6134952,1.37886861 C34.6134952,1.29857035 34.6874287,1.22719413 34.7706039,1.22719413 L36.7390834,1.22719413 C36.8222586,1.22719413 36.8961921,1.29857035 36.8961921,1.37886861 L36.8961921,4.74247322 C36.8961921,4.74247322 37.6540105,4.26960573 38.763013,4.26960573 L38.7537713,4.25176167 C39.8627738,4.25176167 41.4985525,4.65325294 41.4985525,7.7135086 L41.4985525,7.7135086 Z M33.4398009,4.49265643 L33.4305592,4.49265643 L31.4990465,4.49265643 C31.3973879,4.49265643 31.3419378,4.56403266 31.3419378,4.66217497 L31.3419378,9.51575828 C31.3419378,9.51575828 30.8336449,9.86371738 30.1405184,9.86371738 C29.4473918,9.86371738 29.2440747,9.56036842 29.2440747,8.89121631 L29.2440747,4.65325294 C29.2440747,4.57295469 29.1701412,4.50157846 29.086966,4.50157846 L27.1092448,4.50157846 C27.0260696,4.50157846 26.9521361,4.57295469 26.9521361,4.65325294 L26.9521361,9.21240932 C26.9521361,11.1752555 28.0888637,11.6659671 29.6507089,11.6659671 C30.9353035,11.6659671 31.9796142,10.9789709 31.9796142,10.9789709 C31.9796142,10.9789709 32.0258227,11.32693 32.0535477,11.3804622 C32.0720311,11.4250723 32.1367229,11.4607604 32.2014147,11.4607604 L33.4398009,11.4607604 C33.5414594,11.4607604 33.5969096,11.3893842 33.5969096,11.3090859 L33.6153929,4.64433091 C33.6153929,4.56403266 33.5414594,4.49265643 33.4398009,4.49265643 L33.4398009,4.49265643 Z M11.5370011,4.4837344 L9.5685216,4.4837344 C9.48534641,4.4837344 9.41141291,4.56403266 9.41141291,4.66217497 L9.41141291,11.2109436 C9.41141291,11.3893842 9.53155485,11.4518384 9.68866354,11.4518384 L11.4630676,11.4518384 C11.6479013,11.4518384 11.6941098,11.3715401 11.6941098,11.2109436 L11.6941098,4.64433091 L11.6941098,4.63540888 C11.6941098,4.55511063 11.6201763,4.4837344 11.5370011,4.4837344 L11.5370011,4.4837344 Z M10.5666239,1.46808889 C9.85501392,1.46808889 9.29127097,2.01233261 9.29127097,2.69932877 C9.29127097,3.38632494 9.85501392,3.93056866 10.5666239,3.93056866 C11.2597504,3.93056866 11.8234934,3.38632494 11.8234934,2.69932877 C11.8234934,2.01233261 11.2597504,1.46808889 10.5666239,1.46808889 L10.5666239,1.46808889 Z M25.8061669,1.24503818 L23.8561708,1.24503818 C23.7729956,1.24503818 23.6990621,1.31641441 23.6990621,1.39671266 L23.6990621,5.04582218 L20.6400634,5.04582218 L20.6400634,1.39671266 C20.6400634,1.31641441 20.5661299,1.24503818 20.4829548,1.24503818 L18.5144753,1.24503818 C18.4313001,1.24503818 18.3573666,1.31641441 18.3573666,1.39671266 L18.3573666,11.3090859 C18.3573666,11.3893842 18.4405418,11.4607604 18.5144753,11.4607604 L20.4829548,11.4607604 C20.5661299,11.4607604 20.6400634,11.3893842 20.6400634,11.3090859 L20.6400634,7.07112257 L23.6990621,7.07112257 L23.6805787,11.3090859 C23.6805787,11.3893842 23.7545122,11.4607604 23.8376874,11.4607604 L25.8061669,11.4607604 C25.889342,11.4607604 25.9632755,11.3893842 25.9632755,11.3090859 L25.9632755,1.39671266 C25.9632755,1.31641441 25.889342,1.24503818 25.8061669,1.24503818 L25.8061669,1.24503818 Z M8.36710221,5.63467604 L8.36710221,10.7559202 C8.36710221,10.7916083 8.35786052,10.8540625 8.31165208,10.8719066 C8.31165208,10.8719066 7.15644112,11.6659671 5.25265346,11.6659671 C2.95147323,11.6659671 0.225175361,10.9700489 0.225175361,6.3841264 C0.225175361,1.79820393 2.60953078,0.852468946 4.93843608,0.861390974 C6.95312399,0.861390974 7.76639251,1.29857035 7.89577613,1.37886861 C7.93274288,1.42347875 7.95122626,1.45916686 7.95122626,1.503777 L7.56307538,3.09189801 C7.56307538,3.17219627 7.47990019,3.27033858 7.37824162,3.24357249 C7.04554087,3.14543018 6.54648973,2.94914556 5.3727954,2.94914556 C4.01426731,2.94914556 2.55408066,3.32387074 2.55408066,6.27706206 C2.55408066,9.23025338 3.94033381,9.57821248 4.93843608,9.57821248 C5.78867134,9.57821248 6.09364704,9.48007017 6.09364704,9.48007017 L6.09364704,7.42800369 L4.73511895,7.42800369 C4.63346038,7.42800369 4.55952688,7.35662747 4.55952688,7.27632922 L4.55952688,5.63467604 C4.55952688,5.55437778 4.63346038,5.48300156 4.73511895,5.48300156 L8.19151014,5.48300156 C8.2931687,5.48300156 8.36710221,5.55437778 8.36710221,5.63467604 Z M-12.7131874,-0.923076923 C-8.62836143,-0.923076923 -5.31983725,2.27100916 -5.31983725,6.2145456 C-5.31983725,9.36402154 -7.43618372,12.04063 -10.356557,12.986365 C-10.7262245,13.0577412 -10.8648499,12.8346905 -10.8648499,12.6473279 C-10.8648499,12.4064331 -10.8556082,11.6391387 -10.8556082,10.6844817 C-10.8556082,10.0153296 -11.0866504,9.58707224 -11.3546593,9.36402154 C-9.70963889,9.18558097 -7.9814433,8.57888306 -7.9814433,5.83982042 C-7.9814433,5.05468194 -8.26793562,4.42121794 -8.73926169,3.92158436 C-8.66532819,3.7431438 -8.40656093,3.01153749 -8.81319519,2.0301144 C-8.81319519,2.0301144 -9.43238826,1.83382978 -10.8463665,2.7617207 C-11.4378345,2.6011242 -12.0662693,2.52082594 -12.694704,2.52082594 C-13.3231388,2.52082594 -13.9515735,2.6011242 -14.5430415,2.7617207 C-15.9570198,1.8427518 -16.5762128,2.0301144 -16.5762128,2.0301144 C-16.9828471,3.01153749 -16.7240798,3.7431438 -16.6501463,3.92158436 C-17.1214724,4.42121794 -17.4079647,5.06360397 -17.4079647,5.83982042 C-17.4079647,8.56996103 -15.6890108,9.18558097 -14.0439904,9.36402154 C-14.2565492,9.5424621 -14.4506247,9.85473309 -14.5153165,10.3186785 C-14.9404341,10.5060411 -16.0032282,10.8093901 -16.6686297,9.72982469 C-16.807255,9.51569602 -17.223131,8.98929635 -17.8053573,8.99821838 C-18.4245504,9.00714041 -18.0548829,9.33725545 -17.7961156,9.47108588 C-17.4818982,9.64060441 -17.1214724,10.2740684 -17.0382972,10.4792751 C-16.8904302,10.8807663 -16.4098625,11.6480607 -14.5522832,11.3179457 C-14.5522832,11.9157216 -14.5430415,12.4778094 -14.5430415,12.6473279 C-14.5430415,12.8346905 -14.6816669,13.0488192 -15.0513344,12.986365 C-17.9901911,12.04063 -20.1065375,9.37294357 -20.1065375,6.2145456 C-20.1065375,2.27100916 -16.7980133,-0.923076923 -12.7131874,-0.923076923 Z"/>
</svg>
</div>
</a>
<a class="item" href="https://www.algolia.com/">
Search by
<div class="ui middle aligned image">
<svg class="logo" xmlns="http://www.w3.org/2000/svg" width="96" height="30" viewBox="0 0 48 15">
<path fill-rule="evenodd" d="M24.8815373,3.97285891 L24.9583741,4.04999256 C24.5072433,4.40595005 24.1190654,4.83827938 23.8141908,5.32812566 L23.6709777,5.18490466 C23.374091,4.88741637 23.3739009,4.40480733 23.6709777,4.1075095 L23.8054421,3.97285891 C24.1025189,3.67556108 24.5844605,3.67537063 24.8815373,3.97285891 Z M29.5295917,3.22723366 C29.0512637,3.07258547 28.5417446,2.98802414 28.0128261,2.98802414 C27.5514251,2.98802414 27.1054294,3.05296876 26.6814958,3.17181171 L26.6814958,2.79757069 C26.6814958,2.37685902 27.0221262,2.03594735 27.4420658,2.0357569 L28.7735863,2.0357569 C29.1937161,2.03594735 29.5341563,2.37704948 29.5343464,2.79757069 L29.5343464,3.17847758 C29.5343464,3.19523749 29.5307328,3.21085467 29.5295917,3.22723366 Z M23.8286452,7.97505014 C23.8286452,5.64177272 25.7257953,3.74983792 28.0667952,3.74983792 C30.4077951,3.74983792 32.3049451,5.64177272 32.3049451,7.97505014 C32.3049451,10.3083275 30.4077951,12.2002623 28.0667952,12.2002623 C25.7257953,12.2002623 23.8286452,10.3083275 23.8286452,7.97505014 Z M28.0667952,4.9570414 C26.3976452,4.9570414 25.0395452,6.31099558 25.0395452,7.97505014 C25.0395452,9.63910469 26.3976452,10.9930588 28.0667952,10.9930588 C29.7359451,10.9930588 31.0940451,9.63910469 31.0940451,7.97505014 C31.0940451,6.31099558 29.7359451,4.9570414 28.0667952,4.9570414 Z M28.7742359,5.61681187 C29.4326738,5.8040276 29.9830838,6.2498791 30.3056461,6.83952298 L28.0846068,8.05309236 L28.7742359,5.61681187 Z M8.67087946,11.9713324 C8.49609482,11.50834 8.33196081,11.0533467 8.17790689,10.6059716 C8.02385295,10.1585964 7.8644737,9.7034127 7.70033969,9.24061081 L2.86304624,9.24061081 L1.89250646,11.9713324 L0.336561743,11.9713324 C0.747182039,10.8400389 1.13231686,9.79368762 1.49196625,8.83189773 C1.85142542,7.87029827 2.20289662,6.95745488 2.54733077,6.09374851 C2.89119434,5.22966122 3.23277567,4.40442643 3.57169433,3.61766324 C3.91061296,2.83090003 4.264937,2.05194544 4.63466644,1.28060897 L6.00574645,1.28060897 C6.37547589,2.05194544 6.72979993,2.83090003 7.06871856,3.61766324 C7.40763722,4.40442643 7.74902834,5.22966122 8.09327231,6.09374851 C8.43713591,6.95745488 8.78879729,7.87029827 9.14844664,8.83189773 C9.50790582,9.79368762 9.89304067,10.8400389 10.3038511,11.9713324 L8.67087946,11.9713324 Z M7.2689887,8.00666294 C6.94015012,7.11172217 6.61416439,6.24553991 6.2908413,5.40716382 C5.96713788,4.56897821 5.63069168,3.7643124 5.28169298,2.99278546 C4.92204359,3.7643124 4.58065247,4.56897821 4.25732941,5.40716382 C3.93381615,6.24553991 3.61258518,7.11172217 3.29439725,8.00666294 L7.2689887,8.00666294 Z M14.0625769,12.1254092 C13.1793344,12.1048402 12.5530386,11.9147677 12.1833091,11.5546202 C11.8133895,11.1948536 11.6289051,10.6343491 11.6289051,9.87310673 L11.6289051,0.246827667 L13.0612264,0 L13.0612264,9.64170578 C13.0612264,9.87862986 13.0819571,10.0738447 13.1228479,10.2281119 C13.1641192,10.3821888 13.2308759,10.5057931 13.323118,10.5983534 C13.4155504,10.6907234 13.5389837,10.7602389 13.6930377,10.8065191 C13.8472818,10.8527992 14.0370914,10.8914613 14.262847,10.9223148 L14.0625769,12.1254092 Z M20.8871661,11.168952 C20.7641131,11.2516088 20.5252344,11.3567391 20.1709104,11.4852951 C19.8165864,11.6138512 19.4031132,11.6782245 18.9306812,11.6782245 C18.4479788,11.6782245 17.9934246,11.6009004 17.5673989,11.4468236 C17.1411831,11.2923658 16.768791,11.0533467 16.4504128,10.7293854 C16.1320347,10.4052336 15.8804133,10.0018533 15.6955486,9.51848239 C15.5108741,9.03511155 15.4182515,8.45918033 15.4182515,7.79068873 C15.4182515,7.20447302 15.5053585,6.66701338 15.6801432,6.17850029 C15.8547377,5.69017764 16.1088315,5.26832326 16.4428053,4.91350849 C16.7763986,4.55869372 17.1845464,4.2810126 17.6674389,4.0804651 C18.1501412,3.87991763 18.6944651,3.77954867 19.3004106,3.77954867 C19.9679776,3.77954867 20.5507199,3.82868566 21.0490178,3.9261978 C21.5471255,4.02409089 21.9655436,4.11398492 22.3044623,4.19607036 L22.3044623,11.3542632 C22.3044623,12.5884015 21.9862743,13.4829613 21.3495181,14.0383236 C20.7123814,14.5936859 19.747167,14.8711765 18.453114,14.8711765 C17.9498711,14.8711765 17.4749666,14.8304195 17.0282102,14.7481436 C16.5814538,14.6654868 16.1936563,14.5681651 15.8651981,14.4550358 L16.1270898,13.2054707 C16.4144669,13.3182191 16.7663185,13.4187785 17.1822641,13.5061967 C17.5982097,13.5934244 18.0320332,13.6374191 18.4839248,13.6374191 C19.3363565,13.6374191 19.9499096,13.4677251 20.3249643,13.1281466 C20.6998289,12.788949 20.8871661,12.248823 20.8871661,11.50834 L20.8871661,11.168952 Z M20.2941535,5.09862923 C20.0526122,5.062824 19.7266265,5.04454045 19.3160062,5.04454045 C18.5457365,5.04454045 17.9525338,5.29689127 17.5365882,5.80064065 C17.1206425,6.30458047 16.9127648,6.97288161 16.9127648,7.805925 C16.9127648,8.26891732 16.9715335,8.66487005 17.0898318,8.99397359 C17.2079398,9.32326762 17.3671288,9.59542558 17.5673989,9.81159024 C17.767669,10.027374 17.99875,10.186974 18.2606416,10.2896284 C18.5225333,10.3926637 18.7922228,10.4438957 19.0695199,10.4438957 C19.4493294,10.4438957 19.7985183,10.3899974 20.1168964,10.2820103 C20.4350844,10.1738327 20.686896,10.0481334 20.8717607,9.90415063 L20.8717607,5.21442494 C20.7277868,5.17328698 20.5355047,5.1348154 20.2941535,5.09862923 Z M36.2130599,12.1255996 C35.329627,12.1048402 34.7033314,11.9149581 34.3336019,11.5548106 C33.9638725,11.1950441 33.7790078,10.6343491 33.7790078,9.87329716 L33.7790078,0.247018121 L35.2118995,0.00019045414 L35.2118995,9.64170578 C35.2118995,9.87862986 35.2322497,10.0738447 35.2733309,10.2281119 C35.3144119,10.3823792 35.3811686,10.5057931 35.4737913,10.5983534 C35.5660333,10.6909138 35.6890864,10.7604293 35.8433305,10.8067095 C35.9973844,10.8529897 36.1871939,10.8914613 36.4133301,10.9223148 L36.2130599,12.1255996 Z M38.7239487,2.4993206 C38.4673824,2.4993206 38.2488541,2.41437835 38.0695049,2.24487478 C37.889585,2.07499032 37.7998153,1.84644616 37.7998153,1.55829012 C37.7998153,1.27032451 37.889585,1.04139946 38.0695049,0.871895885 C38.2488541,0.702011395 38.4673824,0.61725961 38.7239487,0.61725961 C38.9807054,0.61725961 39.1990435,0.702011395 39.3789634,0.871895885 C39.5583126,1.04139946 39.6484625,1.27032451 39.6484625,1.55829012 C39.6484625,1.84644616 39.5583126,2.07499032 39.3789634,2.24487478 C39.1990435,2.41437835 38.9807054,2.4993206 38.7239487,2.4993206 Z M38.0154909,3.94943314 L39.4481924,3.94943314 L39.4481924,11.9713324 L38.0154909,11.9713324 L38.0154909,3.94943314 Z M44.5009711,3.74888566 C45.076106,3.74888566 45.5612807,3.82373385 45.9568759,3.97266847 C46.3520909,4.12179352 46.670469,4.33262548 46.9118201,4.6049739 C47.1531714,4.87770323 47.3252932,5.20166456 47.4279961,5.57704831 C47.5305084,5.95243205 47.5820499,6.36628738 47.5820499,6.81880478 L47.5820499,11.8326822 C47.4588066,11.8532512 47.2866848,11.8814383 47.0660642,11.917434 C46.8450633,11.9534297 46.5961047,11.9867591 46.3188075,12.0176125 C46.0415105,12.048466 45.7410104,12.0766531 45.4176871,12.1023643 C45.0939837,12.1278851 44.7729431,12.1410264 44.4547552,12.1410264 C44.0026734,12.1410264 43.5869179,12.0947462 43.2069181,12.0021858 C42.8269186,11.9096254 42.4982701,11.7629763 42.2209732,11.5626192 C41.9436759,11.3620718 41.7280004,11.0973415 41.5739465,10.7680475 C41.4198926,10.4389439 41.3428655,10.0429912 41.3428655,9.5801893 C41.3428655,9.13814686 41.4326353,8.7574304 41.6125552,8.43861135 C41.7919044,8.11998273 42.0359182,7.86287056 42.3442162,7.66727487 C42.652324,7.47206011 43.0117833,7.32788684 43.4225937,7.23532646 C43.8332141,7.1427661 44.2645649,7.0964859 44.7166467,7.0964859 C44.8602402,7.0964859 45.0093493,7.10410404 45.1634032,7.11953077 C45.3174571,7.13495751 45.4639034,7.15590738 45.6023616,7.18142814 C45.7410104,7.20713937 45.8617809,7.23018421 45.9646737,7.25075319 C46.0671863,7.27151263 46.1390781,7.28693934 46.180159,7.29703337 L46.180159,6.89593843 C46.180159,6.65939524 46.1544835,6.4255184 46.1031322,6.19392703 C46.0515907,5.96252609 45.9591582,5.7570268 45.825835,5.57704831 C45.6923216,5.39706979 45.5099294,5.25308698 45.2788484,5.14490943 C45.0477675,5.03711277 44.7472673,4.983024 44.3777281,4.983024 C43.9051058,4.983024 43.4920132,5.01654379 43.1374989,5.08339295 C42.7833648,5.15024214 42.5188105,5.21975762 42.3442162,5.29155859 L42.1747569,4.10370043 C42.3596216,4.021615 42.6679196,3.941815 43.0990805,3.86468135 C43.5304313,3.78735724 43.9977283,3.74888566 44.5009711,3.74888566 Z M44.6242145,10.9377415 C44.9631331,10.9377415 45.2636333,10.9299329 45.5255251,10.9145062 C45.7874166,10.8990794 46.0055647,10.8710828 46.180159,10.8297544 L46.180159,8.43861135 C46.0772662,8.38737936 45.9104697,8.34357508 45.6795789,8.30757939 C45.4483077,8.27158367 45.1685383,8.25330015 44.8398897,8.25330015 C44.6242145,8.25330015 44.395606,8.26891732 44.154445,8.29977079 C43.9130939,8.33062423 43.6920931,8.3949975 43.4920132,8.49250967 C43.2915528,8.59040275 43.124566,8.72391061 42.9912426,8.8937951 C42.8577291,9.06329864 42.7909724,9.28708145 42.7909724,9.56476257 C42.7909724,10.0789869 42.9551065,10.4362776 43.2839452,10.636825 C43.6125934,10.837563 44.0593499,10.9377415 44.6242145,10.9377415 Z"/>
</svg>
</div>
</a>
<a class="item" href="https://diybio.org">
Supported by
<div class="ui middle aligned image">
<svg class="logo" xmlns="http://www.w3.org/2000/svg" width="64" height="40" viewBox="0 0 32 20">
<path fill-rule="evenodd" d="M19.1081234,18.667481 L19.1081234,16.3106655 C19.0451074,16.2850208 18.9804214,16.2707864 18.9145187,16.2707864 C18.8326064,16.2707864 18.7519294,16.2922738 18.6734947,16.3299993 L18.6734947,18.6176782 C18.7626698,18.6663029 18.8549349,18.6946147 18.9487175,18.6946147 C19.0027545,18.6946147 19.0559742,18.6850488 19.1081234,18.667481 Z M19.4149429,18.4703601 C19.6867744,18.2144488 19.9045439,17.79643 20.0181898,17.5256499 C19.9192436,17.269438 19.6985003,16.8146737 19.4149429,16.5286687 L19.4149429,18.4703601 Z M18.3666751,18.3666927 L18.3666751,16.5626437 C18.1149304,16.8212703 17.9094641,17.1956425 17.7963018,17.4458546 C17.8915647,17.6727166 18.1012562,18.0791939 18.3666751,18.3666927 Z M13.4571424,18.6252649 L13.4571424,16.3233201 C13.3832168,16.2897482 13.3073703,16.2707864 13.2304379,16.2707864 C13.1595322,16.2707864 13.0900361,16.287264 13.0225137,16.3167021 L13.0225137,18.6624755 C13.0791889,18.6832242 13.1371639,18.6946147 13.1961098,18.6946147 C13.2849308,18.6946147 13.3723859,18.6692351 13.4571424,18.6252649 Z M13.7639619,18.3820247 C14.0361933,18.0938124 14.2517607,17.6767799 14.3488488,17.4458546 C14.2334155,17.1909279 14.0222277,16.8071179 13.7639619,16.548149 L13.7639619,18.3820247 Z M16.2953847,18.6343778 L16.2953847,16.3272646 C16.2232024,16.2926781 16.1486512,16.2726415 16.0724298,16.2715292 C16.0001566,16.2725845 15.9293777,16.2906747 15.8606914,16.3220637 L15.8606914,18.6397355 C15.9293489,18.6720352 16.0001317,18.6911448 16.0724298,18.6932907 C16.1486792,18.6910287 16.2232349,18.6699179 16.2953847,18.6343778 Z M16.6021719,18.3911437 C16.8548609,18.115928 17.0521446,17.7167117 17.1487225,17.4746274 C17.0468469,17.2245979 16.8506953,16.8345052 16.6021719,16.5666918 L16.6021719,18.3911437 Z M15.5538395,18.4030158 L15.5538395,16.5549806 C15.3001438,16.8230253 15.0996449,17.2209285 14.9962341,17.4746274 C15.0942099,17.7202158 15.2958908,18.1275178 15.5538395,18.4030158 Z M12.7156618,18.4566656 L12.7156618,16.5433562 C12.4390292,16.8300336 12.2240539,17.2737809 12.1267022,17.5256499 C12.2384054,17.7916528 12.4505506,18.1997448 12.7156618,18.4566656 Z M27.7079562,6.49723782 C29.6565447,7.16414743 30.9582327,8.97286363 30.9582327,11.0426989 C30.9582327,13.112405 29.6565447,14.9210889 27.7079562,15.5879662 L26.9409073,17.3032595 L23.8274261,18.0716652 C23.8556772,18.0007826 23.8769141,17.9424942 23.8906195,17.9031294 L23.9839712,17.6335496 L26.5935858,16.9558543 L27.3606346,15.3384402 L27.4824638,15.3003994 C29.353604,14.7145446 30.6108142,13.0034816 30.6108142,11.0426989 C30.6108142,9.08185161 29.353604,7.37078865 27.4824638,6.78490153 L27.3606346,6.74692527 L26.440176,5.12947895 L23.4109958,4.36665992 L23.3610229,4.32064277 C23.1105118,4.08952365 22.805761,3.87458319 22.4596678,3.6762412 C22.4482897,3.53014886 22.4177112,3.37972929 22.3700656,3.23111811 C22.821923,3.46733949 23.2185063,3.73046071 23.5422959,4.01957758 L26.7874329,4.78207369 L27.7079562,6.49723782 Z M8.60288693,4.0195905 C8.92855137,3.72882669 9.32665391,3.46399396 9.78164672,3.22677151 C9.73345162,3.37916094 9.70432768,3.52925758 9.69262639,3.6696664 C9.34268662,3.86959073 9.03686913,4.08740525 8.78409535,4.32062339 L8.73412243,4.36667283 L5.55156473,5.12945957 L4.78441893,6.74693818 L4.66249275,6.78491444 C2.79151421,7.37076928 1.53436869,9.08186453 1.53436869,11.0426795 C1.53436869,13.0034622 2.79151421,14.7145575 4.66249275,15.3004123 L4.78441893,15.3384531 L5.55156473,16.9558672 L8.27056375,17.6553924 L8.35654563,17.9031423 C8.37183489,17.9465115 8.39552839,18.0122595 8.42859585,18.0935403 L5.20421089,17.3032724 L4.43716205,15.5879468 C2.48857356,14.9211018 1.18691787,13.1123856 1.18691787,11.0426795 C1.18691787,8.97287654 2.48857356,7.16416035 4.43716205,6.49725074 L5.20421089,4.78205431 L8.60288693,4.0195905 Z M26.8141681,7.16019803 C28.6719261,7.47883046 30.0886553,9.09598614 30.0886553,11.0426892 C30.0886553,12.9893277 28.6719261,14.6065157 26.8141681,14.9250189 L26.0470223,16.4256947 L23.6682982,17.0695796 L22.5914883,16.697761 L22.4158719,17.2046278 C22.2652097,17.6403214 21.9454606,18.0983293 21.7962529,18.1558104 C21.6284267,18.10017 21.2849194,17.612808 21.1244306,17.2002683 C20.9951023,16.8309686 20.3197567,15.1212296 18.9145348,15.1212296 C18.3953789,15.1212296 17.9096782,15.3608417 17.4834538,15.8215622 C17.0699327,15.3609709 16.5905029,15.1214879 16.0710884,15.1214879 C15.5528051,15.1214879 15.0744421,15.3609709 14.6614058,15.8214653 C14.2352784,15.3608417 13.7494161,15.1212296 13.2304218,15.1212296 C11.8252646,15.1212296 11.149822,16.8309686 11.0205259,17.2002683 C10.8600695,17.612808 10.516336,18.10017 10.348736,18.1558104 C10.199399,18.0983293 9.87981152,17.6403214 9.72892303,17.2046278 L9.55350061,16.697761 L8.47672308,17.0695796 L6.097805,16.4256947 L5.33075616,14.9250189 C3.47322442,14.6065157 2.05649524,12.9893277 2.05649524,11.0426892 C2.05649524,9.09598614 3.47322442,7.47883046 5.33075616,7.16019803 L6.097805,5.65945766 L8.92887137,4.89315101 C9.12795497,4.65050339 9.40109288,4.42174164 9.73490297,4.21051485 C9.84739053,4.68147212 10.1383713,5.2040009 10.5862205,5.44994238 C11.1953665,6.38016697 12.2354886,6.94838996 13.3585541,6.94838996 C14.4657162,6.94838996 15.4935552,6.38346082 16.101182,5.4885322 C16.7091321,6.38346082 17.7366478,6.94838996 18.8441331,6.94838996 C19.9932518,6.94838996 21.0513137,6.35652868 21.6548031,5.39039458 C22.0491883,5.12456077 22.304742,4.64033118 22.4093425,4.20980441 C22.7436374,4.42135413 23.0170663,4.65037422 23.2163115,4.89315101 L25.8936125,5.65945766 L26.8141681,7.16019803 Z M26.2883534,12.030524 C26.3742383,11.7302985 26.4172615,11.3975218 26.4172615,11.032743 C26.4172615,10.6637016 26.3752727,10.3310542 26.2915858,10.0350589 C26.2076726,9.73880537 26.0874596,9.48469382 25.9307528,9.27207844 C25.7738844,9.0597214 25.5837222,8.89673996 25.3605249,8.78297264 C25.1370044,8.66917304 24.8857175,8.61233782 24.6066643,8.61233782 C24.3229887,8.61233782 24.0663684,8.6702387 23.8365123,8.78610504 C23.6066886,8.90197138 23.4113223,9.06614766 23.2501224,9.27850469 C23.0890842,9.49105549 22.9657357,9.74752441 22.8796246,10.0479114 C22.793772,10.3482662 22.7507487,10.6809137 22.7507487,11.0456601 C22.7507487,11.4104066 22.7927376,11.7419561 22.8764568,12.0402441 C22.9601114,12.3385644 23.080389,12.5938062 23.2372251,12.8062925 C23.3940936,13.0187464 23.5839325,13.1829226 23.8076147,13.2987567 C24.0308443,13.4145584 24.2821312,13.4725239 24.561346,13.4725239 C24.8451832,13.4725239 25.1016419,13.4135574 25.3314333,13.2954951 C25.5613217,13.1774975 25.7568173,13.0122878 25.9178555,12.7998016 C26.0789261,12.5873154 26.2022422,12.3311371 26.2883534,12.030524 Z M24.5807986,9.47498016 C24.8385503,9.47498016 25.0382157,9.61235347 25.1798272,9.88703549 C25.3217296,10.1616529 25.3927778,10.5456782 25.3927778,11.0392081 C25.3927778,11.5285399 25.3217296,11.9135985 25.1798272,12.1947068 C25.0382157,12.475815 24.8385503,12.6163207 24.5807986,12.6163207 C24.3229823,12.6163207 24.1242866,12.475815 23.9847761,12.1947068 C23.8451041,11.9135985 23.7754135,11.5285399 23.7754135,11.0392081 C23.7754135,10.5456782 23.8451041,10.1616529 23.9847761,9.88703549 C24.1242866,9.61235347 24.3229823,9.47498016 24.5807986,9.47498016 Z M20.8821622,13.4017059 L21.8617414,13.4017059 L21.8617414,8.6831235 L20.8821622,8.6831235 L20.8821622,13.4017059 Z M19.9287008,12.6228374 C20.0017207,12.4554964 20.0382145,12.2730425 20.0382145,12.0756047 C20.0382145,11.8052176 19.9738574,11.5758423 19.8449492,11.386736 C19.716138,11.197985 19.5291436,11.0564459 19.2843215,10.9619574 C19.4861527,10.8504505 19.6452515,10.7076521 19.7611654,10.5338848 C19.8772086,10.3601176 19.9351656,10.148794 19.9351656,9.89984925 C19.9351656,9.73673863 19.9007082,9.58018344 19.8320843,9.42982846 C19.7632988,9.27969953 19.6581488,9.14668574 19.516214,9.0308194 C19.3745055,8.91485618 19.1941052,8.82156247 18.9750454,8.75077679 C18.7558563,8.6800234 18.4980399,8.64450139 18.201855,8.64450139 C18.1374009,8.64450139 18.0587889,8.64672959 17.9666331,8.65095994 C17.8741541,8.65528716 17.778572,8.66064776 17.6799192,8.6671063 C17.5808461,8.67359714 17.4853932,8.68102447 17.3931082,8.68954976 C17.3006615,8.6982688 17.2202394,8.70886081 17.1514539,8.72171332 L17.1514539,13.3695424 C17.3320158,13.3952797 17.5241821,13.4135574 17.7282759,13.4243431 C17.9321758,13.4349352 18.1052062,13.4403603 18.2470116,13.4403603 C18.5474633,13.4403603 18.8105485,13.4059363 19.0362024,13.3373788 C19.2618564,13.2688213 19.4486892,13.1743974 19.5968301,13.0541715 C19.7450034,12.9339779 19.8555838,12.7901461 19.9287008,12.6228374 Z M18.3629094,11.3417167 C18.5690719,11.3417167 18.7290435,11.3987457 18.8429856,11.5123193 C18.9566369,11.6261189 19.0137534,11.7774103 19.0137534,11.9661937 C19.0137534,12.184977 18.9566369,12.3449875 18.8429856,12.4457408 C18.7290435,12.5466556 18.5732417,12.5970969 18.375742,12.5970969 C18.3068919,12.5970969 18.25443,12.5960312 18.2179039,12.593803 C18.1813454,12.5916717 18.1415869,12.5864403 18.0987899,12.5777858 L18.0987899,11.3610278 C18.1287219,11.3525025 18.1684481,11.3472711 18.2179039,11.3450106 C18.267295,11.3429116 18.315587,11.3417167 18.3629094,11.3417167 Z M18.3306791,10.6659008 C18.2833244,10.6659008 18.2415295,10.6648997 18.204971,10.6626069 C18.1684449,10.6605402 18.1330824,10.6572463 18.0987866,10.6530483 L18.0987866,9.53923948 C18.1846069,9.51786169 18.2748232,9.50707592 18.3693386,9.50707592 C18.5539088,9.50707592 18.6968455,9.5564838 18.7979874,9.65517041 C18.8986767,9.7538893 18.9493607,9.89345851 18.9493607,10.073652 C18.9493607,10.2795828 18.8965756,10.4298732 18.7913933,10.524168 C18.6860493,10.6185919 18.5325103,10.6659008 18.3306791,10.6659008 Z M14.6062934,11.650826 L15.875722,8.6831235 L14.8254502,8.6831235 L14.1165846,10.549902 L13.4142807,8.6831235 L12.3511116,8.6831235 L13.6270051,11.6443352 L13.6270051,13.4017059 L14.6062934,13.4017059 L14.6062934,11.650826 Z M10.7208823,13.4017059 L11.7004292,13.4017059 L11.7004292,8.6831235 L10.7208823,8.6831235 L10.7208823,13.4017059 Z M9.68997259,12.011213 C9.7846173,11.7109551 9.83184268,11.376144 9.83184268,11.0070703 C9.83184268,10.6422593 9.78348596,10.3140359 9.68667554,10.0221418 C9.59018836,9.73031238 9.44518284,9.4825625 9.25185291,9.27850469 C9.05861996,9.07486669 8.81696564,8.91811775 8.52692227,8.80867766 C8.23700819,8.69933446 7.89870507,8.64450139 7.5121422,8.64450139 C7.32304672,8.64450139 7.15021022,8.65095994 6.99343876,8.66381245 C6.83660265,8.67669725 6.67010165,8.69390928 6.49390346,8.71535165 L6.49390346,13.3695424 C6.68299893,13.3911139 6.85486571,13.4081968 7.00943914,13.4210816 C7.16410955,13.4338695 7.33817436,13.4403603 7.53131034,13.4403603 C7.91784089,13.4403603 8.25523894,13.3834605 8.54308428,13.2696932 C8.83086497,13.1560874 9.07028893,12.9930091 9.26148547,12.7805874 C9.45258504,12.5680366 9.59526323,12.3117615 9.68997259,12.011213 Z M7.71833385,9.53288104 C8.06617255,9.53288104 8.33465581,9.66382809 8.52378361,9.92562531 C8.7124912,10.1873902 8.80720056,10.5499085 8.80720056,11.0134384 C8.80720056,11.2494984 8.78473537,11.46192 8.73964337,11.6508325 C8.69455137,11.8396804 8.62783461,12.0016285 8.53994561,12.1368059 C8.45183035,12.271951 8.3421873,12.3760951 8.2112104,12.4490121 C8.0801042,12.5220905 7.92653281,12.5584844 7.75049624,12.5584844 C7.68607448,12.5584844 7.63551972,12.5574188 7.59905824,12.5551583 C7.56246745,12.5530593 7.52064018,12.5478278 7.47354409,12.5391411 L7.47354409,9.54566897 C7.52064018,9.54153549 7.56143309,9.53824164 7.59569654,9.53611032 C7.63018626,9.53407587 7.67091452,9.53288104 7.71833385,9.53288104 Z M23.5035912,17.5802569 C23.4424018,17.7571888 22.8745012,19.3076923 21.797756,19.3076923 C21.1370209,19.3076923 20.6491868,18.7214177 20.3567838,18.2315368 C20.0786357,18.7237105 19.6098728,19.3076923 18.9487175,19.3076923 C18.2721112,19.3076923 17.7764871,18.6923542 17.486767,18.1957888 C17.2134675,18.6910302 16.7428945,19.2977139 16.073949,19.3068527 L16.073949,19.3069819 L16.0718157,19.3068527 C16.0718157,19.3068527 16.0714924,19.3069819 16.0711045,19.3069819 L16.0711045,19.3068527 C15.4021267,19.2977139 14.9313275,18.6910302 14.6580926,18.1957888 C14.3684695,18.6923542 13.8728777,19.3076923 13.1961098,19.3076923 C12.5350837,19.3076923 12.0663209,18.7237105 11.7882374,18.2315368 C11.4958021,18.7214177 11.0079681,19.3076923 10.3470713,19.3076923 C9.27042306,19.3076923 8.70261944,17.7571888 8.64117149,17.5802569 L9.22145218,17.3800743 C9.3395318,17.7209887 9.79959948,18.6946147 10.3470713,18.6946147 C10.8980341,18.6946147 11.396729,17.7180177 11.5246674,17.3851119 C11.5859861,17.2083415 12.1536281,15.6576442 13.2304379,15.6576442 C13.8905912,15.6576442 14.3779081,16.2444033 14.6705374,16.7354789 C14.9472309,16.2451783 15.4136664,15.6630694 16.0711045,15.6580963 L16.0711045,15.6579672 C16.0714924,15.6579672 16.0724298,15.6580963 16.0724298,15.6580963 L16.073949,15.6579672 L16.073949,15.6580963 C16.7313548,15.6630694 17.1977257,16.2451783 17.4744839,16.7354789 C17.7669516,16.2444033 18.25443,15.6576442 18.9145187,15.6576442 C19.9913285,15.6576442 20.5590352,17.2083415 20.6202892,17.3851119 C20.7482599,17.7180177 21.2470195,18.6946147 21.797756,18.6946147 C22.3452925,18.6946147 22.8054571,17.7209887 22.9235691,17.3800743 L23.5035912,17.5802569 Z M21.3725368,2.82518549 C21.6311613,3.04897416 21.8103333,3.49503374 21.8103333,3.79971571 C21.8103333,4.17272911 21.5421409,4.75871312 21.1873849,4.88746426 C20.7418307,5.71503023 19.8671752,6.27779576 18.8603145,6.27779576 C17.732756,6.27779576 16.7727005,5.57071399 16.3936368,4.57713106 L15.8089923,4.57713106 C15.4299933,5.57071399 14.4701964,6.27779576 13.3426055,6.27779576 C12.3436318,6.27779576 11.4749563,5.72371698 11.0261051,4.90674303 C10.638023,4.83460105 10.3348237,4.1963674 10.3348237,3.79971571 C10.3348237,3.46442022 10.5514269,2.95784406 10.8525574,2.7647012 C11.2085741,1.7531958 12.1617123,1.02438102 13.2911456,1.00255113 L13.2911456,1 L19.0295954,1 L19.0295954,1.00855758 C20.129323,1.07830989 21.0456441,1.81771669 21.3725368,2.82518549 Z M18.8192954,5.48588097 C19.8081193,5.48588097 20.6096578,4.68505339 20.6096578,3.69721856 C20.6096578,3.4400715 20.5545454,3.19613216 20.4565066,2.97512067 L19.4314475,3.87130871 L19.2294871,3.64048022 L20.3055212,2.6997605 C20.2279112,2.58421709 20.1356262,2.47962092 20.0334823,2.38526154 L18.1339616,3.87641096 L17.9442843,3.63541026 L19.7835207,2.1915697 C19.5051463,2.01315233 19.1746656,1.90842698 18.8192954,1.90842698 C17.8304068,1.90842698 17.0285774,2.70935145 17.0285774,3.69721856 C17.0285774,4.68505339 17.8304068,5.48588097 18.8192954,5.48588097 Z M13.4142678,5.48588097 C14.4030917,5.48588097 15.2046949,4.68505339 15.2046949,3.69721856 C15.2046949,3.38811248 15.1261476,3.09741327 14.9879947,2.84391528 L13.6725367,3.87641096 L13.4828594,3.63541026 L14.8171946,2.58805993 C14.7141134,2.45804937 14.5933508,2.34328098 14.4585597,2.24607984 L12.3813863,3.87641096 L12.191709,3.63541026 L14.1742054,2.07932015 C13.9434119,1.97081655 13.6863067,1.90842698 13.4142678,1.90842698 C12.4253793,1.90842698 11.6241316,2.70935145 11.6241316,3.69721856 C11.6241316,4.68505339 12.4253793,5.48588097 13.4142678,5.48588097 Z"/>
</svg>
</div>
</a>
</div>
</div>
</div>
</div>