-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (230 loc) · 28.3 KB
/
index.html
File metadata and controls
232 lines (230 loc) · 28.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Fluany - Everything you need to force your mind to learn</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta name="description" content="Fluany is a chrome extension to memorize and study anything, fast and easy while you're surfing the Internet.">
<meta name="application-name" content="Fluany"/>
<meta name="keywords" content="fluany, anki, chrome extension, aprender inglês, idioma, memorizar, inglês quiz, quiz, idiomas, learn, learnin english, foreign languages, organize your studies, apps like anki, chrome anki, flashcards chrome, flashcards">
<meta name="google-site-verification" content="M6GAhOzP6yrVyQEfio1Lt9rF_jIyBDzfJ7ZzLMotZlA" />
<link rel="author" href="https://github.com/victorvoid/fluany">
<link rel="preload" href="./dist/images/bg-header.png" as="image">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="./dist/images/favicons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./dist/images/favicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./dist/images/favicons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./dist/images/favicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="./dist/images/favicons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="./dist/images/favicons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="./dist/images/favicons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./dist/images/favicons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="./dist/images/favicons/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="./dist/images/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="./dist/images/favicons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./dist/images/favicons/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="./dist/images/favicons/favicon-128.png" sizes="128x128" />
<meta name="msapplication-TileImage" content="./dist/images/favicons/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="./dist/images/favicons/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="./dist/images/favicons/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="./dist/images/favicons/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="./dist/images/favicons/mstile-310x310.png" />
<meta name="msapplication-TileColor" content="#6cebdc">
<meta name="theme-color" content="#6cebdc">
<!-- Social Facebook/Open Graph -->
<meta property="og:url" content="https://www.fluany.com">
<meta property="og:title" content="Fluany - Everything you need to force your mind to learn">
<meta property="og:description" content="Fluany is a chrome extension to memorize and study anything, fast and easy while you're surfing the Internet.">
<meta property="og:site_name" content="https://www.fluany.com/src/images/fluany.png">
<!-- Social Google+/Schema.org -->
<meta itemprop="name" content="Fluany - Everything you need to force your mind to learn"/>
<meta itemprop="description" content="Fluany is a chrome extension to memorize and study anything, fast and easy while you're surfing the Internet.">
<meta itemprop="image" content="https://www.fluany.com/src/images/fluany.png"/>
<!-- Social Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@victorvoid">
<meta name="twitter:title" content="Fluany - Everything you need to force your mind to learn">
<meta name="twitter:description" content="Fluany is a chrome extension to memorize and study anything, fast and easy while you're surfing the Internet.">
<meta property="twitter:image:src" content="https://www.fluany.com/src/images/fluany.png">
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/gijlnmefafhloacckomgabbndcepdnce">
<link rel="stylesheet" href="./dist/css/main.css?version=2">
</head>
<body>
<div class="topbar-container">
<div class="container">
<nav class="topbar">
<h1 class="logo-title"><span class="flu">Flu</span><span class="any">any</span></h1>
<a href="https://chrome.google.com/webstore/detail/fluany/gijlnmefafhloacckomgabbndcepdnce?hl=en"
class="btn btn-download">Plugin download</a>
</nav>
</div>
</div>
<main class="content">
<header class="header">
<section class="container">
<!-- to animation -->
<svg class="fish-animation-1">
<use xlink:href="#fish-1"></use>
</svg>
<svg class="fish-animation-2">
<use xlink:href="#fish-1"></use>
</svg>
<svg class="fish-animation-3">
<use xlink:href="#fish-1"></use>
</svg>
<svg class="fish-animation-4">
<use xlink:href="#fish-1"></use>
</svg>
<section class="banner-panel">
<img class="fluflu" alt="octopus logo" src="./dist/images/fluflu.svg"/>
<h2>Everything you need to force your mind to learn</h2>
<p>Fluany is a chrome extension to memorize and study anything, fast and easy while you're surfing the Internet.</p>
<a href="https://chrome.google.com/webstore/detail/fluany/gijlnmefafhloacckomgabbndcepdnce?hl=en"
class="btn btn-download">Add Fluany to Chrome</a>
</section>
</section>
</header>
<section class="features-section">
<h2>Look what you can do</h2>
<ul>
<li>
<svg class="browser-icon">
<use xlink:href="#people"></use>
</svg>
<h3>Study while surfing the internet</h3>
<p>You can learn a lot while you work, or spend hours on social networks.</p>
</li>
<li>
<svg class="packlist-icon">
<use xlink:href="#pack-icon"></use>
</svg>
<h3>Create your study list</h3>
<p>Create study lists, customize, add questions, terms or expressions you want to memorize.</p>
</li>
<li>
<svg class="clock-icon">
<use xlink:href="#clock-icon"></use>
</svg>
<h3>Customize a interval</h3>
<p>Choose the interval at which a question/term should appear for you.</p>
</li>
</ul>
</section>
<section class="review-section">
<h2>Friendly and intuitive interface. Start practicing in a <span>few clicks</span>.</h2>
<p>Create study lists, customize, add questions, terms or expressions you want to memorize.</p>
<img alt="review app" class="review-app" src="./dist/images/review.png"/>
</section>
<section class="otimize-section">
<h2>Optimize your <span>time</span></h2>
<p>
Your time is precious and with fluany, you can study while you work, talk with your friends or even watching videos. The fluany enters into your routine forcing your mind to learn.
</p>
</section>
</main>
<footer>
<div class="add-chrome">
<a href="https://chrome.google.com/webstore/detail/fluany/gijlnmefafhloacckomgabbndcepdnce?hl=en"
class="btn btn-download">Add Fluany to Chrome</a>
</div>
<div class="footer-wrapper">
<ul>
<li>
<a target="_blank" href="https://github.com/fluany/fluany">
<svg class="social-icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#github-icon"></use>
</svg>
</a>
</li>
<li>
<a target="_blank" href="https://facebook.com/fluany">
<svg class="social-icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fb-icon"></use>
</svg>
</a>
</li>
<li>
<a target="_blank" href="https://medium.com/@victorvoid/productivity-in-learning-with-fluany-fd808e1b6edc">
<svg class="social-icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#medium-icon"></use>
</svg>
</a>
</li>
<li>
<a target="_blank" href="https://www.youtube.com/channel/UCoBSTY_DcJA4tUpqQpRsSIw/videos">
<svg class="social-icon">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#yt-icon"></use>
</svg>
</a>
</li>
</ul>
<h4>Fluany - Made with ❤ </h4>
</div>
</footer>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="display: none;" version="1.1">
<defs>
<symbol id="people">
<svg width="72" viewBox="0 0 72 73" height="73" xmlns="http://www.w3.org/2000/svg"><title>people</title><g fill="none" fill-rule="evenodd"><path d="M34.443 12.586h.05c1.456-.01 2.818-.482 3.836-1.327 1.02-.845 1.573-1.962 1.56-3.145-.03-2.42-2.47-4.39-5.444-4.39h-.052c-1.453.01-2.816.482-3.834 1.326-1.02.846-1.574 1.963-1.56 3.146.027 2.42 2.47 4.39 5.443 4.39" fill="#FF7E66"/><path d="M15.98 63.75c-.32.022-.64.054-.96.086-.357.036-.713.075-1.068.118l-.59.073c-.018.003-.047.007-.08.01l-.252.036c-2.078.298-4.18.67-6.17 1.356-.258.087-.515.178-.767.28l-.02.008-.016.007c-.097.045-.196.088-.292.136-.346.17-.687.354-1 .58l-.043.04-.04.038c.054.028.11.052.165.078.06.023.122.048.184.07.346.125.697.237 1.05.336.952.265 1.918.47 2.89.644.614.11 1.23.21 1.848.3l.458.067c.008 0 .265.036.305.042.296.04.59.076.887.113 3.22.388 6.46.632 9.7.8 8.11.417 16.255.413 24.37.04 6.353-.29 12.695-.673 18.76-1.91.954-.195 1.908-.41 2.84-.7.294-.09.587-.188.875-.297-.014-.006-.027-.014-.042-.02-.05-.024-.27-.115-.297-.128-.06-.023-.123-.048-.184-.07-.247-.09-.496-.176-.747-.254-.566-.175-1.14-.33-1.717-.465-1.414-.33-2.847-.583-4.287-.783-2.82-.392-6.058-.626-9.055-.63-1.064-.003-1.567-.87-1.512-1.69-.84-.052-1.684-.1-2.532-.144-.532 1.058-1.634 1.706-3.015 1.706-2.007 0-4.93.398-5.684-2.02-4.43-.097-8.677-.11-12.324-.086-.6.835-1.21 1.69-2.194 2.08-1.41.555-2.637-.292-3.703-1.115-.378-.29-.765-.575-1.145-.866-1.314.028-2.373.057-3.115.08.056.16.087.325.087.492 0 .9-.715 1.5-1.567 1.563" fill="#5CBF98"/><path d="M20.477 58.58v-.005.004zm2.555 2.098l-.023.03c-.022.015-.05.037-.092.073.052-.045.09-.078.114-.102zm.1-.04h.005-.004zm.042-.015c-.006.002-.01.003-.013.006.005-.004.008-.005.014-.007zm21.372-.054v.003c-.052.067-.096.107 0-.004zm0 .04c-.034.097-.09.197 0-.002zM4.686 23.457c3.08-.373 6.16-.734 9.24-1.086 3.71-.424 7.426-.887 11.15-1.194l-1.035 6.528c-.304 1.93-.61 3.862-.916 5.794l-.284 1.803c-.044.268-.17.708-.14.967.482 4.16.965 8.323 1.446 12.485l-5.602 7.362-.725.953c-.94 1.235-.412 3.008.678 3.932.25.21.51.412.77.612.38.29.767.575 1.145.867 1.066.824 2.293 1.67 3.703 1.115.985-.388 1.593-1.243 2.194-2.08.115-.16.23-.32.35-.476 1.178-1.558 2.355-3.115 3.533-4.67 1.133-1.5 2.266-2.997 3.4-4.495.27-.358.54-.716.812-1.074.322-.425.27-.96.26-1.458-.02-1.158-.04-2.318-.058-3.477l3.927 3.394-.042 8.967c-.004 1.035-.17 2.234.104 3.252.012.042.025.082.04.124.753 2.416 3.675 2.018 5.683 2.018 1.38 0 2.482-.648 3.014-1.705.223-.44.346-.953.348-1.52l.016-4.197.045-11.37c.003-.79.094-1.603-.597-2.174l-2.753-2.275c-1.822-1.506-3.645-3.012-5.467-4.52l1.81-12.062 2.532.764 2.79.843c.603.182 1.25.473 1.89.318l9.212-2.217.256-.062c1.965-.472 1.13-3.488-.832-3.014l-9.008 2.168-7.694-2.324c-.744-.225-1.804.262-1.928 1.092l-1.372 9.142c-.246 1.64-.492 3.278-.74 4.918-.09.615-.273 1.3.06 1.866.23.39.663.66 1.002.94l7.705 6.37-.033 8.09c-.008 1.94-.014 3.883-.023 5.825l-.007 1.753v.196c-.028.013-.038.025 0 .025-.338.03-.69.005-1.03.005h-1.9v-.03l.01-1.823.046-10.06c.005-.874-.634-1.286-1.212-1.785l-2.466-2.13-3.904-3.375c-.99-.853-2.7-.34-2.676 1.106l.118 7.044c-1.79 2.365-3.577 4.73-5.367 7.094l-2.97 3.924-.1.134c-.03-.015-.065-.035-.11-.062.053.03.084.054.105.07l-.01.012c-.01-.004-.018-.01-.027-.017l-.99-.765-1.1-.85-.243-.187c-.08-.062-.133-.108-.184-.16.003-.002.005-.007.01-.012.1-.135.204-.27.307-.405l3.283-4.313c.96-1.265 1.924-2.53 2.886-3.794.595-.78.164-2.178.062-3.06L25.86 36.487c-.01-.084-.02-.132-.03-.158.074-.462.148-.924.22-1.387.29-1.835.583-3.67.873-5.507l1.51-9.542c.15-.93-.4-2.052-1.51-1.978-4.342.29-8.674.84-12.996 1.334-3.08.352-6.162.712-9.24 1.086-.85.103-1.57.633-1.57 1.562 0 .775.72 1.667 1.57 1.564zm63.844 42.21v-.003.002zm-.038.94c.02.043.026.062 0 0zm-65.38.222v-.002V66.83zm-.155-.546c-.028-.063-.037-.106.01.007-.002 0-.005-.004-.01-.006zm8.9-2.23c-.04.006-.03.005 0 0zM70 63.807c-1.344-.958-3.177-1.37-4.758-1.73-4.508-1.032-9.245-1.446-13.863-1.454-.96-.002-1.462.7-1.513 1.437-.056.82.448 1.687 1.512 1.69 2.996.003 6.234.238 9.053.63 1.44.2 2.872.452 4.287.783.578.135 1.15.29 1.718.465.25.077.498.163.745.253.062.023.123.05.184.072.026.013.247.104.298.128l.04.02c-.287.11-.58.207-.875.298-.93.29-1.885.505-2.84.7-6.064 1.237-12.406 1.62-18.76 1.91-8.114.373-16.258.377-24.37-.042-3.24-.166-6.478-.41-9.7-.798-.295-.036-.59-.075-.885-.113l-.305-.042-.458-.066c-.618-.09-1.234-.192-1.848-.302-.972-.174-1.938-.378-2.89-.644-.353-.097-.704-.21-1.05-.334l-.183-.07c-.054-.026-.11-.05-.165-.078l.04-.04.045-.04c.312-.224.654-.408 1-.577.095-.046.193-.09.29-.135.008-.002.012-.004.018-.007l.02-.008c.25-.102.507-.193.765-.282 1.99-.684 4.092-1.056 6.17-1.355l.254-.035c.032-.004.06-.01.08-.01.196-.026.392-.05.59-.075.354-.042.71-.08 1.066-.117.32-.032.64-.063.96-.087.853-.064 1.568-.664 1.568-1.564 0-.167-.03-.332-.086-.493-.215-.613-.803-1.12-1.48-1.07-3.182.235-6.443.7-9.494 1.64-1.734.536-3.885 1.34-4.804 3.034-.872 1.606-.15 3.126 1.383 3.904 1.605.817 3.447 1.17 5.205 1.484 2.82.505 5.677.807 8.53 1.05 7.76.655 15.575.764 23.36.61 7.27-.146 14.56-.542 21.768-1.533 2.267-.31 4.548-.676 6.75-1.31 1.37-.394 2.984-.91 3.812-2.16.877-1.326-.092-2.754-1.185-3.533zM30.97 5.05c.83-.842 1.943-1.314 3.13-1.325h.04c2.428 0 4.42 1.97 4.443 4.39.01 1.183-.442 2.3-1.272 3.144-.83.844-1.942 1.315-3.13 1.326h-.04c-2.428 0-4.42-1.97-4.443-4.39-.01-1.183.442-2.3 1.273-3.145zm3.17 10.662h.07c2.024-.018 3.92-.822 5.337-2.262 1.418-1.44 2.19-3.346 2.17-5.364C41.68 3.956 38.28.6 34.14.6h-.07c-2.023.017-3.92.82-5.337 2.26-1.418 1.442-2.19 3.346-2.17 5.365.038 4.13 3.436 7.487 7.576 7.487z" fill="#674E73"/></g></svg>
</symbol>
<symbol id="pack-icon">
<svg width="48" viewBox="0 0 48 59" height="80" xmlns="http://www.w3.org/2000/svg"><title>pack</title><g fill="none" fill-rule="evenodd"><path d="M42.17 0H14.808L14.4.066l-.003.026c-.256.076-.502.202-.72.385L.71 11.385c-.39.325-.614.77-.685 1.234L0 12.614v40.41c0 2.75 2.25 5 5 5h37.17c2.75 0 5-2.25 5-5V5c0-2.75-2.25-5-5-5" fill="#674E73"/><path d="M43.67 53.026c0 .812-.686 1.5-1.5 1.5H5c-.813 0-1.5-.688-1.5-1.5V18.268h14.473L17.98 3.5h24.19c.814 0 1.5.686 1.5 1.5v48.026z" fill="#FFF"/><path fill="#FF7257" d="M12.05 30.885l-4.042-3.24 1.564-1.95 2.056 1.647 3.333-4.316 1.98 1.526M12.05 40.067l-4.042-3.24 1.564-1.95 2.056 1.648 3.333-4.316 1.98 1.527M12.05 49.248L8.01 46.01l1.564-1.952 2.056 1.648 3.333-4.315 1.98 1.53"/><path fill="#FFF" d="M14.479 5.03l-.002 9.738H3.5v-.504"/><path d="M37.17 48.185H21.438c-.966 0-1.75-.783-1.75-1.75s.784-1.75 1.75-1.75H37.17c.967 0 1.75.783 1.75 1.75s-.783 1.75-1.75 1.75M37.17 38.47H21.438c-.966 0-1.75-.782-1.75-1.75 0-.964.784-1.75 1.75-1.75H37.17c.967 0 1.75.786 1.75 1.75 0 .968-.783 1.75-1.75 1.75" fill="#40B080"/><path d="M37.17 28.756H21.438c-.966 0-1.75-.783-1.75-1.75 0-.966.784-1.75 1.75-1.75H37.17c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75" fill="#4EB88C"/></g></svg>
</symbol>
<symbol id="line1-icon">
<svg width="178" height="69" viewBox="0 0 178 69" xmlns="http://www.w3.org/2000/svg"><title>lines2</title><g fill="none" fill-rule="evenodd"><path d="M416.812 171.104c.43 0 .868-.092 1.282-.29 1.498-.708 2.138-2.496 1.428-3.994-9.854-20.814-22.296-40.414-36.984-58.254-37.75-45.89-90.088-79.166-147.374-93.7-22.49-5.708-45.762-8.602-69.164-8.602-54.432 0-107.214 15.616-152.638 45.162-1.39.902-1.782 2.762-.88 4.15.908 1.39 2.768 1.782 4.15.878 44.452-28.91 96.1-44.19 149.368-44.19 22.904 0 45.68 2.832 67.69 8.42 56.054 14.22 107.27 46.784 144.216 91.696 14.374 17.458 26.55 36.638 36.192 57.006.514 1.084 1.592 1.718 2.714 1.718" fill="#5A2773"/><path d="M3 53.94c0 6.625 5.372 11.997 11.998 11.997 6.626 0 11.998-5.372 11.998-11.998 0-6.627-5.372-12-11.998-12C8.372 41.94 3 47.314 3 53.94" fill="#5BCDE5"/><path d="M6 53.94c0 4.96 4.038 8.998 8.998 8.998 4.962 0 8.998-4.038 8.998-8.998 0-4.962-4.036-8.998-8.998-8.998-4.96 0-8.998 4.036-8.998 8.998m-6 0c0-8.27 6.728-14.998 14.998-14.998S29.996 45.67 29.996 53.94s-6.728 14.998-14.998 14.998S0 62.21 0 53.94" fill="#5A2773"/><path d="M172.762 9.263c0 3.458 2.804 6.262 6.262 6.262 3.458 0 6.262-2.804 6.262-6.262 0-3.458-2.804-6.262-6.262-6.262-3.458 0-6.262 2.805-6.262 6.263" fill="#AA2BA0"/><path d="M175.762 9.263c0 1.798 1.464 3.262 3.262 3.262 1.8 0 3.262-1.464 3.262-3.262S180.824 6 179.024 6c-1.798 0-3.262 1.465-3.262 3.263m-6 0c0-5.108 4.156-9.262 9.262-9.262 5.106 0 9.262 4.155 9.262 9.263 0 5.106-4.156 9.262-9.262 9.262-5.106 0-9.262-4.156-9.262-9.262" fill="#5A2773"/></g></svg>
</symbol>
<symbol id="clock-icon">
<svg width="62" viewBox="0 0 62 62" height="80" xmlns="http://www.w3.org/2000/svg"><title>clock</title><g fill="none" fill-rule="evenodd"><path d="M16.857 16.857L31 31" stroke="#674E73" stroke-width="2"/><path fill="#FF5F5C" d="M46.557 18.271L32.414 32.416l-2.828-2.83 4.242-4.242 9.9-9.9"/><path stroke="#674E73" stroke-width="2" stroke-linejoin="round" d="M32.414 26.757l11.313-11.313 2.83 2.828-14.143 14.142"/><path fill="#40B080" d="M40.9 38.07l-2.83 2.83-8.484-8.486 2.828-2.83"/><path stroke="#674E73" stroke-width="2" stroke-linejoin="round" d="M40.9 38.07l-2.83 2.83-8.484-8.486 2.828-2.83z"/><path d="M31 56C17.195 56 6 44.805 6 31S17.195 6 31 6s25 11.195 25 25-11.195 25-25 25m0-55C14.432 1 1 14.432 1 31c0 16.568 13.432 30 30 30 16.568 0 30-13.432 30-30C61 14.432 47.568 1 31 1" stroke="#FFF" fill="#674E73"/><path d="M33 31c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2" fill="#FFE55A"/><path d="M31 9v6M9 31h6M31 53v-6M53 31h-6M33 31c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2z" stroke="#674E73" stroke-width="2"/></g></svg>
</symbol>
<symbol id="balls">
<svg width="33" viewBox="0 0 33 44" height="44" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>balls</title><defs><path id="a" d="M4.552.634v4.06H.488V.634h4.064z"/><path id="c" d="M10.51 10H.663V.152h9.847V10z"/></defs><g fill="none" fill-rule="evenodd"><path d="M1.5 6.15c0 2.57 2.082 4.653 4.652 4.653 2.568 0 4.65-2.084 4.65-4.652 0-2.567-2.082-4.65-4.65-4.65C3.582 1.5 1.5 3.582 1.5 6.15" fill="#FFE982"/><path d="M3 6.15c0 1.738 1.414 3.152 3.152 3.152 1.736 0 3.15-1.414 3.15-3.152C9.302 4.412 7.888 3 6.152 3 4.414 3 3 4.412 3 6.15m-3 0C0 2.758 2.76 0 6.152 0c3.39 0 6.15 2.758 6.15 6.15 0 3.392-2.76 6.152-6.15 6.152C2.76 12.302 0 9.542 0 6.15" fill="#5A2773"/><path d="M6.064 23.2c-.218.197-.232.533-.034.75.196.217.534.233.75.035.218-.198.232-.534.034-.752-.196-.216-.534-.232-.75-.034" fill="#AA2BA0"/><path d="M7.074 24.31l.004-.003-.004.002zm.316-.673c.012-.254-.082-.51-.254-.7-.358-.388-.968-.418-1.366-.06l.294.322-.294-.323-.002.002c-.394.357-.42.97-.062 1.365.172.188.416.304.672.316.252.007.508-.08.696-.25.188-.173.304-.417.316-.673zm-2.468 1.326c-.366-.402-.556-.92-.53-1.462.024-.54.26-1.04.66-1.407.4-.368.92-.572 1.462-.53.544.024 1.044.26 1.41.662.752.828.692 2.114-.134 2.87-.388.354-.878.528-1.366.528-.552 0-1.102-.222-1.502-.66z" fill="#5A2773"/><path d="M15.83 28.58c-.22.198-.233.534-.035.752.196.216.534.232.75.034.218-.198.232-.534.036-.752-.197-.216-.535-.232-.75-.034" fill="#AA2BA0"/><path d="M16.84 29.69c.187-.173.303-.417.315-.673.012-.256-.08-.51-.25-.696-.358-.39-.97-.425-1.37-.063l.294.322-.295-.32h-.002c-.188.17-.302.415-.314.67-.01.255.08.51.25.69.17.193.415.307.67.32.245.005.51-.08.7-.253v.002zm-2.153.653c-.366-.402-.554-.922-.528-1.464.023-.543.257-1.04.657-1.407.402-.368.936-.562 1.466-.53.544.026 1.044.262 1.404.66.756.826.698 2.114-.134 2.874-.388.352-.878.526-1.366.526-.552 0-1.1-.222-1.5-.66z" fill="#5A2773"/><path d="M30.163 18.13c-.218.2-.232.535-.036.753.198.216.536.232.752.034.217-.198.23-.534.035-.752-.198-.216-.534-.232-.752-.034" fill="#AA2BA0"/><g transform="translate(28 15.86)"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><path d="M3.488 2.71c.012-.256-.08-.51-.252-.698-.172-.188-.416-.304-.672-.316-.246.008-.51.082-.696.25l.294.324-.294-.322c-.394.36-.422.972-.062 1.37.172.186.416.302.67.312.25.012.51-.08.698-.252.186-.17.302-.414.314-.668M2.426 4.692c-.542-.024-1.042-.26-1.408-.66C.652 3.628.464 3.108.49 2.566c.028-.54.262-1.038.66-1.402.828-.754 2.116-.698 2.874.13.754.83.692 2.118-.132 2.87-.378.344-.862.53-1.37.53-.032 0-.064 0-.096-.002" fill="#5A2773" mask="url(#b)"/></g><path d="M23.28 36.403c-1.4 1.274-1.5 3.442-.225 4.84 1.274 1.398 3.442 1.498 4.84.224 1.398-1.274 1.498-3.442.224-4.84-1.275-1.398-3.443-1.498-4.84-.224" fill="#AA2BA0"/><g transform="translate(20 33.86)"><mask id="d" fill="#fff"><use xlink:href="#c"/></mask><path d="M4.29 3.65c-.786.716-.842 1.936-.126 2.72.346.382.82.604 1.334.628.522.014 1.006-.154 1.386-.502.784-.716.842-1.934.126-2.718-.378-.418-.9-.628-1.424-.628-.464 0-.928.166-1.296.5m1.068 6.344c-1.314-.06-2.526-.63-3.412-1.602-1.83-2.008-1.684-5.13.322-6.958 2.008-1.83 5.13-1.684 6.96.322 1.828 2.008 1.684 5.128-.322 6.958C7.99 9.548 6.822 10 5.592 10c-.078 0-.156-.002-.234-.006" fill="#5A2773" mask="url(#d)"/></g></g></svg>
</symbol>
<symbol id="fish-1">
<svg viewBox="0 0 46 30" xmlns="http://www.w3.org/2000/svg"><path d="M2.3 19.5H2l1-3.3-2.3-3C2.4 11.5 4.4 11 6 11h.5c2 0 3.3.7 3.3.7 8-1 4.8-1.6 3-2h-1c-1.8-3 0-6 0-6 .6-.2 1.2-.3 2-.3h.2c2 0 3.8.5 3.8.5 7-7 12.8-2.4 12.8-2.4l1 .5.4.2.8.4.4.2.6.3c10.5 5.5 11.6 13.5 11.6 13.5 0 .3-.3.6-.5 1-.2 0-.3.2-.4.3l-.4.5-.4.4c-2.2 2.3-5.3 3.8-7.7 4.6 0 0-.2 0-.3.2h-.4l-.4.2h-.2-.3v.2h-.8-.2s-.2 0-.2.2h-.5c-2.3 3-4.3 4.4-6 5v.2h-.3l-.4.3-1 .2c-1 0-1.6 0-2-.2v-.4-.5-.6-.5-.2c.7-2.3 2.3-5.5 2.3-5.5l-1 .4H24l-.3.2h-.3H22.8h-.2-.4H21.6h-.3-.3-.3-.2l-.6-.2h-.3-.3l-.2-.2H19h-.2-.3v-.2h-.6-.2V22h-.2-.3-.2V22h-.3-.3-.2c0-.2-.2-.2-.4-.2h-.2-.3-.2c0-.2-.3-.2-.5-.2h-.3-.7l-1.2-.3c-1.2 0-2.2-.2-2.2-.2.2-.8 1-1.8 1.7-2.5 1-1 2.4-1.8 2.4-1.8-1.4-1.4-4.2-.5-4.2-.5-2.2 3.3-6.4 3.3-7.5 3.3" style="mix-blend-mode:luminosity" fill-rule="evenodd" /></svg>
</symbol>
<symbol id="github-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 24"><path fill="#FFF" d="M18.87 13.946c.538 0 .984.266 1.372.792.384.53.588 1.176.588 1.95 0 .77-.204 1.422-.588 1.946-.386.53-.834.792-1.372.792-.556 0-1.044-.262-1.43-.792-.384-.524-.588-1.176-.588-1.946 0-.774.204-1.42.588-1.95.384-.528.872-.792 1.43-.792m6.88-7.118C27.242 8.45 28 10.418 28 12.734c0 1.496-.172 2.846-.518 4.046-.35 1.194-.788 2.168-1.308 2.918-.528.752-1.176 1.41-1.948 1.978-.772.572-1.482.984-2.13 1.246-.65.264-1.39.466-2.222.612-.834.142-1.452.222-1.886.246-.426.018-.876.028-1.37.028-.11 0-.486.008-1.094.03-.602.026-1.12.032-1.524.032-.404 0-.922-.006-1.524-.032-.608-.022-.984-.03-1.094-.03-.492 0-.944-.01-1.37-.028-.436-.024-1.052-.104-1.886-.246-.846-.144-1.572-.348-2.222-.612-.648-.262-1.36-.674-2.128-1.246-.774-.568-1.422-1.226-1.95-1.978-.522-.75-.958-1.724-1.308-2.918C.172 15.58 0 14.23 0 12.734c0-2.316.758-4.286 2.25-5.906-.164-.082-.17-.894-.016-2.434.126-1.542.454-2.964.99-4.264 1.868.198 4.18 1.258 6.942 3.162.932-.238 2.202-.366 3.834-.366 1.704 0 2.982.128 3.836.368 1.258-.85 2.46-1.542 3.61-2.068 1.168-.522 2.01-.832 2.538-.914l.792-.18c.54 1.298.868 2.72.992 4.264.152 1.538.146 2.35-.018 2.432m-11.69 15.64c3.376 0 5.908-.404 7.642-1.214 1.71-.808 2.584-2.476 2.584-4.992 0-1.46-.546-2.68-1.644-3.656-.556-.526-1.226-.85-1.978-.972-.75-.122-1.898-.122-3.44 0-1.538.124-2.596.18-3.164.18-.77 0-1.6-.036-2.638-.118-1.04-.08-1.856-.13-2.446-.156-.588-.018-1.218.054-1.916.216-.69.164-1.258.448-1.706.85-1.042.938-1.58 2.154-1.58 3.656 0 2.516.852 4.184 2.56 4.992 1.7.81 4.226 1.214 7.604 1.214h.122m-4.868-8.522c.536 0 .984.266 1.37.792.384.53.588 1.176.588 1.95 0 .77-.204 1.422-.588 1.946-.384.53-.834.792-1.37.792-.558 0-1.044-.262-1.432-.792-.384-.524-.588-1.176-.588-1.946 0-.774.204-1.42.588-1.95.386-.528.872-.792 1.432-.792"/></svg>
</symbol>
<symbol id="fb-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 24"><path fill="#FFF" d="M9 24V13.5h4.5l.75-4.5H9V6.75c0-1.5.752-2.25 2.25-2.25h2.25V0H9.75C6 0 4.5 2.25 4.5 6v3H0v4.5h4.5V24H9z"/></svg>
</symbol>
<symbol id="medium-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 24"><g fill="#FFF"><path d="M19.276 19.716l8.154 4.076c.015.007.028.013.04.017l.002-.043V6.397l-8.196 13.32zM18.763.545l-5.786 9.36 5.565 9.044 8.713-14.16M9.61 14.89l7.55 3.773L9.61 6.396M.167 19.343c0 .128.125.33.24.387l8.136 4.07.04.016.002-.043V4.9L.168.69v18.653z"/></g></svg>
</symbol>
<symbol id="yt-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 24"><path fill="#FFF" d="M31.85 5.286c0-2.805-2.063-5.062-4.613-5.062C23.784.062 20.262 0 16.665 0h-1.122c-3.59 0-7.12.062-10.573.224C2.427.224.364 2.494.364 5.3.208 7.517.14 9.736.144 11.955c-.005 2.22.064 4.44.213 6.664 0 2.805 2.064 5.08 4.607 5.08 3.628.17 7.35.244 11.134.238 3.79.012 7.5-.063 11.133-.237 2.55 0 4.614-2.275 4.614-5.08.15-2.225.218-4.444.212-6.67.012-2.22-.056-4.438-.206-6.664zm-18.8 12.786V5.822l9.038 6.122-9.04 6.128z"/></svg>
</symbol>
</defs>
</svg>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75932201-5', 'auto');
ga('send', 'pageview');
</script>
<script src="dist/js/app.js"></script>
<!-- Start of Async Drift Code -->
<script>
!function() {
var t;
if (t = window.driftt = window.drift = window.driftt || [], !t.init) return t.invoked ? void (window.console && console.error && console.error("Drift snippet included twice.")) : (t.invoked = !0,
t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n;
return n = Array.prototype.slice.call(arguments), n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e, n, o, i;
e = 3e5, i = Math.ceil(new Date() / e) * e, o = document.createElement("script"),
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + i + "/" + t + ".js",
n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
});
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('4vdn3828yrdr');
</script>
<!-- End of Async Drift Code -->
</body>
</html>