-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
316 lines (261 loc) · 25.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Buffalo Devs</title>
<link rel="icon" type="image/png" href="./assets/favicon.png" />
<meta name="description" content="A community for developers, engineers, and makers in the Buffalo, New York area">
<meta name="keywords" content="technology, community, meetup, software engineering, programmer, new york, engineer, python, java, golang, javascript">
<!-- Font Awesome if you need it -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css">
<meta property="og:url" content="http://buffalodevs.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Buffalo Devs">
<meta property="og:description" content="A community for developers, engineers, and makers in the Buffalo, New York area">
<meta property="og:image" content="http://buffalodevs.com/assets/og-social.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary">
<meta property="twitter:domain" content="buffalodevs.com">
<meta property="twitter:url" content="http://buffalodevs.com/">
<meta name="twitter:title" content="Buffalo Devs">
<meta name="twitter:description" content="A community for developers, engineers, and makers in the Buffalo, New York area">
<meta name="twitter:image" content="http://buffalodevs.com/assets/og-social.png">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/tailwind.min.css" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet">
<!-- Animation CSS-->
<style>
/* ----------------------------------------------
* Generated by Animista
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
.slide-in-bottom {
-webkit-animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both
}
.slide-in-bottom-h1 {
-webkit-animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) .5s both;
animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) .5s both
}
.slide-in-bottom-subtitle {
-webkit-animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) .75s both;
animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) .75s both
}
.fade-in {
-webkit-animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1.000) 1s both;
animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1.000) 1s both
}
.bounce-top-icons {
-webkit-animation: bounce-top .9s 1s both;
animation: bounce-top .9s 1s both
}
@-webkit-keyframes slide-in-bottom {
0% {
-webkit-transform: translateY(1000px);
transform: translateY(1000px);
opacity: 0
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
@keyframes slide-in-bottom {
0% {
-webkit-transform: translateY(1000px);
transform: translateY(1000px);
opacity: 0
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
@-webkit-keyframes bounce-top {
0% {
-webkit-transform: translateY(-45px);
transform: translateY(-45px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 1
}
24% {
opacity: 1
}
40% {
-webkit-transform: translateY(-24px);
transform: translateY(-24px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
65% {
-webkit-transform: translateY(-12px);
transform: translateY(-12px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
82% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
93% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
25%,
55%,
75%,
87% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1
}
}
@keyframes bounce-top {
0% {
-webkit-transform: translateY(-45px);
transform: translateY(-45px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 1
}
24% {
opacity: 1
}
40% {
-webkit-transform: translateY(-24px);
transform: translateY(-24px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
65% {
-webkit-transform: translateY(-12px);
transform: translateY(-12px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
82% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
93% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
25%,
55%,
75%,
87% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1
}
}
@-webkit-keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
</style>
</head>
<body class="leading-normal tracking-normal text-gray-900" style="font-family: 'Source Sans Pro', sans-serif;">
<div class="h-screen pb-14 bg-right bg-cover" style="background-image:url('./assets/bg.svg');">
<!--Nav-->
<div class="w-full container mx-auto p-6">
<div class="w-full flex items-center justify-between">
<div class="w-full flex items-center text-blue-400 no-underline hover:no-underline font-bold text-2xl lg:text-4xl">
<svg class="h-8 fill-current text-blue-600 pr-2" version="1.0" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1280.000000 847.000000" preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.15, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,847.000000) scale(0.100000,-0.100000)">
<path
d="M7615 8014 c-9 -14 -14 -15 -32 -4 -18 11 -25 10 -56 -9 -36 -22 -36 -22 -53 -3 -16 19 -17 19 -57 -1 -37 -17 -48 -18 -100 -9 -43 8 -64 8 -76 0 -14 -8 -26 -7 -49 4 -29 15 -32 15 -46 -6 -13 -17 -17 -19 -25 -7 -7 11 -13 12 -24 3 -16 -14 -107 -9 -116 6 -4 6 -26 11 -50 10 -37 0 -42 -3 -38 -19 3 -11 1 -19 -4 -19 -5 0 -9 4 -9 9 0 13 -53 21 -67 9 -7 -5 -22 -7 -34 -3 -13 5 -25 2 -30 -6 -6 -11 -12 -11 -32 0 -21 11 -39 10 -111 -4 -51 -10 -103 -15 -127 -11 -21 3 -39 3 -39 -1 0 -11 -51 -33 -61 -27 -11 7 -179 -35 -196 -48 -13 -11 -132 -31 -180 -31 -18 0 -33 -4 -33 -9 0 -4 -11 -8 -25 -8 -14 0 -33 -4 -43 -9 -23 -11 -114 -42 -132 -44 -8 -2 -30 -10 -48 -20 -18 -10 -37 -15 -41 -12 -5 3 -23 -6 -40 -20 -22 -19 -43 -26 -80 -28 -35 -1 -51 -6 -51 -15 0 -8 -10 -13 -22 -12 -39 4 -48 1 -69 -24 -18 -21 -25 -23 -46 -13 -17 7 -27 8 -31 0 -4 -5 -20 -13 -35 -17 -20 -5 -27 -11 -23 -21 4 -12 -4 -15 -40 -15 -25 0 -57 -6 -72 -14 -15 -8 -45 -18 -66 -22 -22 -4 -51 -13 -65 -20 -14 -8 -34 -14 -43 -14 -9 0 -20 -5 -23 -10 -4 -6 -22 -10 -40 -8 -18 1 -40 -4 -48 -11 -16 -13 -114 -32 -182 -36 -22 -1 -42 -3 -45 -4 -3 -1 -24 -3 -47 -4 -23 -1 -45 -6 -49 -10 -4 -4 -19 -7 -34 -7 -15 0 -30 -3 -33 -7 -4 -4 -26 -6 -48 -6 -26 0 -43 -4 -46 -13 -3 -9 -20 -14 -43 -14 -29 0 -39 -4 -43 -20 -3 -13 -14 -20 -29 -20 -16 0 -30 -12 -47 -39 -24 -38 -25 -39 -87 -40 -42 0 -74 -7 -98 -20 -19 -11 -52 -23 -73 -27 -21 -4 -41 -12 -45 -17 -3 -6 -24 -11 -46 -13 -22 -1 -44 -4 -48 -7 -5 -2 -25 -8 -44 -12 -59 -11 -70 -16 -70 -30 0 -38 -402 -153 -611 -175 -285 -29 -427 -82 -705 -261 -51 -33 -102 -59 -117 -59 -28 0 -184 -35 -225 -51 -15 -6 -67 -20 -117 -30 -55 -12 -108 -31 -135 -49 -25 -15 -65 -34 -90 -40 -24 -7 -62 -24 -85 -40 -22 -15 -51 -31 -65 -35 -14 -4 -43 -20 -65 -35 -22 -14 -61 -39 -87 -53 -75 -43 -177 -152 -245 -262 -63 -102 -84 -150 -104 -243 -10 -50 -14 -55 -55 -72 -53 -23 -57 -35 -9 -27 34 6 35 5 28 -21 -9 -38 -49 -88 -96 -120 -34 -22 -45 -39 -63 -89 -11 -34 -27 -70 -35 -79 -13 -16 -12 -16 8 -6 13 8 31 36 44 73 18 50 28 63 60 80 49 24 58 24 26 -1 -13 -11 -28 -32 -32 -47 -3 -15 -17 -40 -31 -56 -13 -16 -25 -36 -25 -45 -1 -9 -2 -33 -3 -52 -1 -19 -6 -43 -10 -52 -12 -26 11 -23 25 3 6 12 8 35 5 51 -5 26 14 83 33 98 4 3 17 21 29 40 25 40 29 26 7 -26 -8 -20 -20 -66 -26 -102 -8 -48 -18 -73 -34 -87 -17 -15 -24 -35 -29 -80 -4 -41 -3 -55 4 -45 5 8 10 32 10 52 0 29 6 41 25 54 14 9 25 24 25 34 0 9 11 37 23 61 13 24 29 61 36 81 7 21 16 40 21 43 14 8 -6 -58 -31 -105 -13 -25 -25 -56 -26 -70 -2 -14 -9 -77 -16 -140 -8 -63 -13 -116 -11 -118 4 -6 23 64 29 113 4 28 12 68 18 90 l11 40 7 -65 c8 -78 -15 -260 -43 -344 -22 -67 -48 -207 -37 -200 4 2 11 26 15 52 3 26 17 74 30 107 12 33 33 98 46 145 l23 85 5 -50 c3 -34 0 -63 -11 -90 -10 -22 -20 -60 -24 -85 -4 -25 -13 -56 -20 -70 -7 -14 -15 -52 -19 -85 -4 -32 -9 -71 -11 -85 -5 -23 -4 -22 9 5 9 17 15 41 16 55 0 28 53 190 70 217 11 18 11 15 -5 -107 l-5 -35 15 30 c23 48 19 -3 -4 -56 -11 -24 -22 -60 -26 -80 -7 -38 -42 -84 -73 -93 -10 -4 -29 -20 -41 -37 -25 -34 -21 -32 52 21 53 38 103 109 113 158 9 43 24 41 24 -3 0 -53 -111 -215 -146 -215 -7 0 -47 -18 -89 -40 -42 -22 -89 -40 -106 -40 -28 0 -136 -47 -127 -55 2 -2 34 7 71 20 37 14 79 25 92 25 40 0 237 107 272 148 l32 37 -13 -38 c-7 -21 -28 -53 -46 -72 -34 -36 -32 -49 2 -18 19 17 19 16 12 -12 -8 -35 -26 -74 -57 -129 -26 -46 -76 -75 -186 -108 -41 -12 -69 -24 -62 -26 6 -2 31 3 56 11 30 11 45 12 48 4 11 -33 182 94 216 162 11 20 29 45 41 56 l23 20 -8 -25 c-10 -34 -40 -82 -65 -105 -11 -10 -20 -22 -20 -28 0 -19 90 89 111 135 24 49 66 76 53 35 -3 -12 -17 -39 -30 -59 -30 -46 -31 -57 -3 -32 31 28 61 93 55 118 -3 12 1 32 10 44 16 23 46 246 43 311 -2 20 2 45 8 56 18 34 -9 153 -57 249 -48 97 -59 158 -59 357 -2 227 54 428 151 552 47 59 187 146 218 135 6 -2 -2 -23 -20 -50 -44 -67 -136 -301 -159 -405 -11 -48 -22 -140 -26 -203 -6 -101 -4 -133 20 -260 30 -162 120 -444 184 -580 22 -47 72 -146 111 -220 80 -153 140 -342 140 -440 0 -100 -36 -215 -98 -315 -86 -139 -229 -302 -313 -356 -43 -27 -48 -35 -69 -107 -13 -42 -27 -115 -31 -162 -4 -49 -20 -126 -38 -183 -42 -127 -61 -231 -61 -323 0 -41 -15 -164 -34 -274 -28 -161 -41 -210 -67 -262 -25 -49 -34 -83 -40 -149 -4 -47 -17 -110 -28 -140 -11 -30 -25 -74 -31 -99 -6 -25 -24 -61 -39 -80 -73 -93 -106 -166 -91 -205 9 -23 15 -25 70 -25 54 0 61 -3 77 -27 30 -45 33 -156 6 -231 -26 -72 -29 -114 -9 -131 8 -6 36 -14 62 -17 l49 -6 0 -60 c0 -58 1 -61 43 -99 72 -64 127 -78 326 -85 195 -8 223 -4 236 31 5 14 18 25 28 25 49 0 57 67 14 126 -16 21 -42 53 -58 69 -17 17 -49 62 -72 101 -42 72 -112 146 -150 158 -24 8 -26 13 -47 114 -21 103 -19 275 5 397 67 346 104 467 217 715 73 160 223 365 346 472 88 78 192 180 235 233 l33 40 -6 -129 c-4 -70 -13 -151 -20 -180 -8 -28 -30 -109 -49 -179 -42 -151 -47 -131 73 -297 42 -58 141 -217 220 -355 79 -137 186 -320 236 -405 104 -174 256 -458 273 -508 8 -24 9 -62 2 -134 -14 -141 -9 -147 119 -167 76 -12 111 -33 111 -65 0 -30 21 -48 105 -88 l70 -33 215 0 c249 0 262 4 274 75 8 51 -18 109 -106 233 -43 60 -78 98 -109 117 -119 73 -336 327 -493 575 -121 192 -181 315 -218 448 -21 76 -23 101 -23 347 0 227 2 269 16 290 9 14 19 48 22 75 3 28 10 84 16 125 6 41 17 165 25 275 12 166 21 224 51 340 46 180 111 385 128 409 13 17 16 17 78 -14 77 -39 304 -197 529 -369 253 -194 236 -183 450 -286 52 -25 106 -52 118 -59 39 -23 63 -73 72 -155 5 -48 20 -101 39 -144 17 -38 31 -76 31 -84 0 -12 3 -13 14 -4 8 7 18 37 22 68 5 43 9 52 16 39 9 -16 11 -16 29 0 10 9 19 25 19 35 0 10 4 20 10 24 5 3 7 12 4 19 -3 7 6 20 19 29 13 8 37 29 54 45 28 28 29 33 17 60 -7 17 -11 32 -9 34 2 1 -19 19 -46 38 -33 24 -49 42 -49 58 0 12 6 22 14 22 7 0 19 7 26 15 17 20 64 20 56 0 -8 -22 11 -18 48 10 19 14 40 23 49 19 8 -3 26 0 39 7 12 7 54 13 93 14 67 2 96 10 158 41 34 17 67 18 67 3 0 -6 14 0 31 12 26 18 33 19 40 8 5 -8 9 -10 9 -5 0 5 7 3 15 -4 8 -7 15 -11 16 -9 0 2 2 12 4 22 2 11 6 21 9 24 12 12 160 42 166 33 3 -4 28 -10 55 -12 28 -2 53 -7 57 -12 4 -6 24 -4 50 4 24 8 63 15 88 16 25 1 72 4 105 6 82 6 92 1 63 -30 l-23 -25 35 7 c70 13 152 18 159 10 10 -14 81 -45 91 -39 4 3 11 -2 14 -11 4 -11 13 -14 31 -10 29 7 65 -12 65 -36 0 -9 -12 -26 -27 -37 l-28 -21 55 6 c30 4 66 11 79 16 19 7 22 6 17 -8 -5 -13 -2 -15 18 -10 13 3 31 8 39 12 10 3 17 -3 21 -20 5 -20 13 -25 44 -28 28 -2 37 -7 36 -20 -2 -21 1 -22 26 -8 16 9 18 8 13 -6 -5 -13 1 -15 28 -14 59 3 62 2 55 -27 -5 -17 -3 -29 6 -34 10 -6 7 -19 -12 -56 -34 -66 -34 -67 -21 -59 18 12 13 -36 -8 -70 -10 -17 -37 -50 -60 -74 -22 -23 -38 -47 -35 -52 3 -5 -2 -18 -12 -29 -16 -18 -16 -19 -1 -13 9 3 17 9 17 13 0 9 60 44 66 38 7 -7 -79 -80 -130 -110 -26 -15 -45 -31 -42 -36 4 -5 -24 -37 -61 -70 l-68 -61 55 19 c30 11 57 18 59 16 2 -2 -10 -28 -26 -57 -32 -57 -45 -115 -47 -216 -1 -47 1 -61 11 -58 20 8 15 -20 -13 -77 -24 -48 -25 -50 -5 -33 21 19 21 19 21 -5 0 -13 -12 -33 -27 -46 -37 -29 -7 -32 31 -2 l26 20 0 -23 c1 -23 1 -23 16 -3 l16 20 -5 -20 c-13 -49 -17 -95 -9 -95 10 0 45 47 56 75 13 33 18 0 7 -42 -6 -21 -11 -52 -11 -69 0 -16 -6 -38 -13 -48 -7 -10 -11 -33 -9 -53 l5 -36 18 24 c11 14 19 18 19 10 0 -7 6 -11 15 -7 10 4 15 -1 15 -16 0 -21 0 -21 15 -2 13 17 14 17 15 2 0 -9 -5 -40 -11 -68 -6 -28 -8 -63 -4 -78 6 -25 8 -25 19 -9 19 25 26 21 27 -15 l1 -33 11 27 c16 41 22 34 24 -24 1 -29 7 -54 13 -56 5 -2 10 -10 10 -18 0 -9 5 -12 10 -9 6 3 10 17 10 29 0 18 7 25 28 29 35 7 38 3 18 -28 -10 -15 -16 -31 -14 -36 5 -16 95 69 129 122 17 27 33 49 36 49 2 0 1 -15 -3 -32 -6 -29 -5 -31 9 -19 9 7 21 10 27 6 12 -8 13 -57 1 -70 -5 -6 -12 -21 -15 -35 -7 -23 -5 -22 22 9 l28 33 1 -83 c2 -121 -19 -233 -79 -426 -18 -57 -18 -101 0 -104 4 -1 26 -3 50 -3 53 -3 65 -18 56 -71 -19 -120 -12 -141 67 -190 92 -59 217 -85 407 -85 82 0 94 2 114 22 13 13 32 28 43 33 26 14 31 62 10 111 -9 22 -25 65 -36 98 -11 32 -31 75 -45 95 -13 19 -24 42 -24 50 0 8 -22 64 -49 125 -44 99 -52 125 -66 238 -23 192 -16 258 56 463 32 94 72 201 88 239 l29 70 14 -35 c8 -19 18 -46 21 -61 4 -15 16 -32 27 -38 23 -12 25 -7 9 22 -15 28 -7 31 30 12 28 -14 32 -21 29 -45 -5 -32 6 -39 16 -12 6 15 9 14 21 -7 8 -14 19 -36 25 -49 6 -13 16 -21 24 -18 8 3 16 -3 19 -15 3 -11 10 -17 16 -13 6 3 11 1 11 -5 0 -20 67 -78 99 -85 28 -6 31 -4 31 17 1 22 1 22 15 5 7 -11 11 -25 9 -31 -6 -17 22 -41 31 -26 3 5 10 10 16 10 16 0 10 -29 -12 -51 -11 -11 -18 -23 -16 -26 3 -2 15 5 26 16 12 12 25 21 29 21 5 0 16 16 25 35 16 34 37 47 37 24 0 -6 7 -9 15 -5 8 3 15 0 15 -6 0 -7 6 -4 13 7 13 16 13 15 9 -16 -3 -19 -23 -58 -45 -87 -22 -29 -37 -55 -35 -58 3 -3 21 14 39 38 34 44 49 58 61 58 9 0 -8 -59 -23 -76 -6 -8 -7 -14 -3 -14 5 0 20 18 34 40 32 51 37 44 11 -17 -21 -47 -21 -48 -1 -24 20 23 21 23 35 5 14 -18 14 -18 15 2 0 12 7 38 16 59 19 46 34 36 41 -28 4 -32 11 -47 23 -50 10 -3 21 -18 25 -36 12 -55 28 -29 30 50 3 96 3 99 14 99 9 0 37 -72 51 -130 8 -35 8 -35 9 -5 0 17 -6 51 -14 77 -8 27 -13 48 -12 49 1 0 14 2 29 4 24 3 27 0 33 -36 4 -21 11 -39 16 -39 8 0 14 43 9 65 -12 47 -12 57 1 53 8 -3 16 -13 18 -24 1 -10 10 -27 19 -37 15 -16 13 -23 -16 -83 -18 -35 -32 -75 -32 -87 0 -13 -9 -33 -20 -45 -28 -29 -25 -42 8 -37 15 2 46 7 70 11 40 6 42 6 42 -19 0 -25 -26 -82 -64 -139 -25 -38 -15 -72 26 -88 18 -6 40 -15 48 -19 23 -12 24 -81 1 -135 -19 -44 -20 -50 -6 -77 17 -32 81 -83 133 -105 46 -19 265 -71 333 -79 59 -6 109 8 109 31 0 8 12 16 28 20 55 12 55 12 49 59 -4 25 -20 80 -37 123 -36 92 -60 204 -60 287 0 33 -10 94 -21 135 -11 41 -24 126 -29 188 l-9 114 -58 75 c-157 205 -160 211 -189 375 -7 40 6 62 42 70 17 4 17 6 -6 17 -24 11 -25 16 -25 109 -1 74 -5 105 -19 131 -16 30 -17 41 -6 93 6 32 8 67 5 77 -4 12 0 21 11 25 12 5 14 10 7 17 -12 12 1 76 18 94 5 5 9 22 9 37 0 15 5 28 10 28 6 0 10 18 10 40 0 29 4 40 15 40 10 0 15 11 15 35 0 39 6 43 26 18 12 -16 13 -13 14 24 0 41 14 65 23 41 2 -7 10 0 18 17 7 17 21 38 31 48 17 17 18 17 18 -8 0 -14 -7 -28 -15 -31 -26 -10 -16 -31 15 -31 26 0 31 5 36 33 8 43 32 65 45 42 5 -10 15 -23 23 -30 7 -7 15 -20 17 -27 3 -9 13 -1 27 24 20 33 24 36 35 21 11 -14 15 -12 41 19 23 27 32 32 43 24 10 -9 13 -7 14 7 0 18 1 18 8 1 6 -17 8 -17 34 4 16 11 31 19 34 16 3 -3 16 -1 30 4 21 8 24 7 19 -6 -9 -24 42 -19 64 7 11 13 36 40 55 61 l35 38 -4 -33 c-2 -18 -7 -41 -11 -50 -10 -26 5 -22 36 8 l28 27 7 -27 c3 -14 4 -36 1 -48 -9 -34 8 -7 22 37 8 22 20 49 28 60 13 18 14 15 7 -30 -4 -27 -11 -60 -15 -72 -5 -13 -5 -23 0 -23 10 0 36 53 46 93 4 15 16 32 26 38 23 12 24 7 5 -29 -10 -19 -12 -39 -7 -62 8 -35 14 -31 25 20 3 14 12 34 21 45 15 19 16 16 11 -49 l-6 -69 25 34 c33 46 56 69 65 64 4 -3 5 -46 2 -97 -2 -54 -1 -89 4 -85 5 5 9 22 9 39 0 34 27 60 44 43 7 -7 5 -24 -4 -50 -17 -48 -18 -65 -5 -65 6 0 10 5 10 10 0 12 41 102 45 98 1 -2 -1 -27 -4 -55 -8 -55 -4 -62 18 -41 14 13 14 9 -5 -37 -3 -8 -1 -15 4 -15 11 0 42 55 42 75 0 7 6 18 14 24 22 18 29 -4 13 -36 -8 -15 -18 -39 -22 -53 -6 -22 -4 -21 13 6 28 43 45 53 32 19 -14 -37 -12 -74 4 -91 13 -12 15 -10 21 16 4 16 11 32 16 35 11 8 12 -31 0 -53 -4 -9 -11 -43 -14 -74 l-5 -57 23 27 c22 26 49 26 28 0 -6 -7 -14 -27 -17 -44 -6 -26 -2 -37 18 -58 14 -14 26 -34 26 -45 0 -11 8 -26 18 -33 11 -7 21 -20 25 -28 4 -11 6 -10 6 4 1 17 15 15 17 -2 0 -4 4 -26 8 -50 6 -33 12 -42 24 -38 12 4 22 -6 36 -34 10 -21 31 -52 46 -67 33 -34 60 -85 60 -112 0 -12 5 -18 13 -15 8 3 11 18 9 45 l-4 41 29 -21 c16 -12 40 -39 53 -61 32 -52 55 -62 47 -20 -8 38 3 38 31 0 26 -34 43 -39 35 -10 -7 26 18 109 31 104 6 -2 20 17 31 43 l19 48 13 -44 c15 -52 21 -60 33 -41 7 11 11 9 19 -13 16 -41 23 -32 15 18 -7 49 1 95 16 95 6 0 10 -10 11 -22 0 -19 3 -17 16 12 8 19 31 55 52 80 62 77 71 104 76 238 3 79 9 109 30 158 28 62 36 156 25 288 l-5 60 75 14 c61 11 85 21 134 58 33 24 67 44 77 44 9 0 27 8 40 19 13 10 40 22 59 26 61 13 126 52 170 102 75 85 75 88 65 298 -3 61 -11 121 -18 133 -10 20 -8 26 11 40 27 21 38 72 22 101 -8 16 -8 26 -1 35 6 7 8 16 5 19 -4 4 1 19 11 34 12 18 14 28 7 31 -17 5 -15 21 4 39 11 11 12 18 4 23 -6 4 7 12 29 18 29 9 41 19 46 39 4 16 11 31 17 34 6 4 2 11 -11 18 -17 10 -21 21 -21 61 0 43 3 49 22 52 22 3 51 45 42 60 -3 4 -17 8 -32 8 -15 0 -38 10 -52 21 -14 11 -19 18 -12 14 6 -3 12 -1 12 5 0 6 -11 16 -25 22 -23 10 -24 13 -9 29 9 10 13 23 9 28 -3 6 1 14 10 17 12 5 13 9 4 14 -8 6 -3 13 17 23 16 8 38 25 49 37 l20 23 -23 -8 c-22 -6 -23 -5 -13 14 12 21 -2 31 -14 11 -3 -5 -15 -10 -26 -10 -11 0 -17 5 -14 10 4 6 -9 10 -32 11 -34 1 -35 2 -13 9 14 4 19 8 13 9 -15 1 -18 21 -4 21 5 0 22 5 38 11 20 7 24 12 14 19 -10 6 -5 12 20 25 45 23 46 24 29 36 -12 8 -10 14 15 34 23 19 27 27 17 37 -9 9 -8 16 4 30 15 16 15 18 0 24 -20 8 -21 30 -1 38 23 8 18 26 -7 26 -53 0 -69 57 -22 78 15 8 22 17 18 27 -4 10 0 15 15 15 24 0 28 15 6 24 -19 7 -19 21 1 40 21 22 31 20 59 -10 14 -15 25 -22 25 -16 0 25 -23 59 -56 81 -43 29 -44 58 -4 96 22 21 28 34 24 52 -4 13 -1 30 5 37 10 11 8 15 -6 18 -15 4 -13 7 10 18 36 18 35 34 -3 27 -29 -6 -41 5 -19 19 6 3 8 17 5 30 -5 17 -2 24 8 24 7 0 21 11 30 25 l16 25 -43 -6 c-33 -3 -47 -1 -58 12 -11 14 -11 17 4 25 9 6 17 17 17 25 0 8 7 17 15 20 21 9 19 24 -4 24 -31 0 -51 11 -51 27 0 12 3 13 14 4 12 -10 13 -8 9 8 -3 12 -10 21 -16 21 -7 0 -7 4 1 12 17 17 15 28 -4 21 -13 -5 -15 -2 -9 15 5 19 2 22 -23 22 -16 0 -35 7 -42 15 -7 8 -9 15 -5 15 22 0 -22 29 -60 40 -25 7 -45 17 -45 21 0 5 -7 9 -15 9 -10 0 -15 10 -15 30 0 17 -3 30 -7 30 -5 0 -17 7 -27 15 -15 11 -17 17 -7 29 10 12 8 16 -10 21 -37 12 -70 47 -58 61 7 9 6 21 -6 43 -15 30 -28 36 -67 33 -15 -2 -18 7 -18 62 0 80 -25 224 -47 273 -24 52 -72 113 -89 113 -11 0 -13 -9 -7 -42 9 -46 9 -175 1 -183 -2 -3 -22 4 -44 14 -22 11 -57 22 -79 26 -51 9 -122 42 -134 62 -6 11 -10 12 -15 4 -10 -16 -26 -14 -26 3 0 11 -10 13 -42 9 -27 -4 -39 -3 -35 4 9 15 -16 23 -68 23 -24 0 -47 5 -50 10 -3 6 -13 10 -21 10 -8 0 -12 -4 -9 -10 3 -5 -3 -10 -14 -10 -11 0 -22 4 -25 8 -6 10 -79 8 -95 -2 -6 -4 -17 -4 -23 1 -7 4 -25 6 -40 4 -31 -3 -45 14 -27 35 11 14 8 15 -24 9 -30 -6 -37 -4 -37 9 0 9 -1 16 -2 16 -10 -1 -77 -28 -98 -39 -14 -8 -44 -30 -67 -49 -33 -28 -52 -36 -88 -38 -25 -1 -45 0 -45 2 0 1 4 14 9 27 13 33 4 40 -20 16 -20 -20 -79 -27 -79 -9 0 6 -7 10 -15 10 -8 0 -15 -9 -15 -19 0 -20 -26 -36 -35 -21 -3 4 -2 16 2 27 4 13 0 11 -15 -7 -14 -16 -21 -20 -22 -11 0 10 -7 8 -23 -7 -29 -27 -37 -21 -31 24 4 32 -10 48 -19 22 -3 -10 -10 -10 -30 1 -22 12 -25 17 -14 29 9 12 9 16 0 19 -7 3 -13 11 -13 18 0 8 -9 21 -21 29 -12 8 -18 19 -14 25 3 6 1 11 -4 11 -6 0 -11 9 -11 20 0 11 -8 29 -17 39 -48 52 -68 84 -65 102 2 11 -4 22 -13 25 -14 6 -14 7 1 18 14 11 13 14 -10 30 -15 9 -25 20 -23 24 3 4 -4 21 -14 37 -11 17 -24 42 -30 58 -6 15 -17 27 -25 27 -8 0 -18 8 -21 18 -4 9 -15 23 -25 30 -10 7 -18 18 -18 24 0 6 -8 17 -17 24 -17 12 -17 14 0 31 16 17 16 18 -20 28 -34 10 -38 14 -36 43 1 28 -2 32 -18 27 -10 -4 -19 -3 -19 2 0 8 -15 17 -80 48 -19 8 -42 23 -52 32 -10 9 -21 14 -24 10 -5 -5 -46 12 -106 44 -10 5 -25 9 -33 9 -8 0 -15 5 -15 10 0 6 -7 10 -15 10 -8 0 -31 11 -51 25 -20 14 -47 25 -59 25 -12 0 -28 7 -36 16 -7 8 -21 13 -31 11 -10 -3 -18 -1 -18 3 0 23 -31 38 -70 33 -36 -5 -40 -3 -50 22 -9 24 -12 25 -27 14 -11 -9 -17 -10 -20 -3 -2 6 -17 8 -33 6 -17 -2 -37 1 -44 8 -8 6 -32 13 -52 16 -21 3 -44 10 -51 16 -7 5 -22 8 -33 5 -10 -3 -24 1 -31 9 -7 8 -21 11 -40 7 -23 -4 -36 0 -54 17 -19 18 -25 20 -25 8 0 -13 -7 -14 -47 -6 -27 6 -51 15 -54 19 -6 10 -32 7 -62 -6 -11 -4 -23 -3 -30 4 -6 6 -19 11 -28 11 -10 0 -20 6 -22 13 -4 9 -7 9 -15 -1 -7 -11 -11 -10 -20 1 -9 11 -23 12 -59 5 -27 -5 -52 -8 -58 -8 -5 0 -49 2 -97 4 -71 3 -88 1 -88 -10 0 -19 -14 -18 -34 4 -10 12 -32 19 -58 20 -23 1 -47 7 -52 12 -14 14 -19 13 -31 -6z m-1235 -5858 c0 -8 -4 -18 -10 -21 -5 -3 -10 3 -10 14 0 12 5 21 10 21 6 0 10 -6 10 -14z m210 -426 c-6 -11 -13 -20 -15 -20 -3 0 -5 9 -5 20 0 11 7 20 15 20 13 0 14 -4 5 -20z m50 -120 c-6 -11 -13 -20 -15 -20 -3 0 -5 9 -5 20 0 11 7 20 15 20 13 0 14 -4 5 -20z" />
<path d="M865 5079 c-4 -6 -5 -12 -2 -15 2 -3 7 2 10 11 7 17 1 20 -8 4z" />
<path d="M855 4450 l-30 -8 32 -1 c17 0 35 4 38 9 7 11 3 11 -40 0z" />
<path d="M6380 2720 c-18 -12 -2 -12 25 0 13 6 15 9 5 9 -8 0 -22 -4 -30 -9z" />
<path d="M6779 1583 c-13 -16 -12 -17 4 -4 16 13 21 21 13 21 -2 0 -10 -8 -17 -17z" />
</g>
</svg>
Buffalo Devs
</div>
<div class="flex w-1/2 justify-end content-center">
<a class="inline-block text-blue-300 no-underline hover:text-blue-800 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4"
href="https://launchpass.com/buffalodevs">
<i class="fab fa-slack fa-2x"></i>
</a>
<a class="inline-block text-blue-300 no-underline hover:text-blue-800 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4"
href="https://github.com/buffalodevs">
<i class="fab fa-github fa-2x"></i>
</a>
</div>
</div>
</div>
<!--Main-->
<div class="container pt-12 md:pt-24 px-6 mx-auto flex flex-wrap flex-col md:flex-row items-center">
<!--Left Col-->
<div class="flex flex-col w-full xl:w-2/5 justify-center lg:items-start overflow-y-hidden">
<h1
class="my-4 text-3xl md:text-5xl text-blue-800 font-bold leading-tight text-center md:text-left slide-in-bottom-h1">
Welcome to the Buffalo Developer Community</h1>
<p class="leading-normal text-base md:text-2xl mb-8 text-center md:text-left slide-in-bottom-subtitle">A
place for developers, engineers, and makers associated with the <span class="font-semibold text-blue-800">Buffalo, New York</span> area</p>
<div class="flex w-full justify-center md:justify-start pb-24 lg:pb-0 fade-in">
<a href="https://launchpass.com/buffalodevs" class="flex flex-row items-center content-center justify-start gap-1 h-sm px-3 py-2 rounded-xl text-white bg-blue-600 active:text-gray-100 active:bg-blue-700">
<div class="fab fa-slack"></div>
<p>Join the Slack Community</p>
</a>
</div>
</div>
<!--Right Col-->
<div class="w-full xl:w-3/5 py-6 overflow-y-hidden">
<img class="w-5/6 mx-auto lg:mr-0 slide-in-bottom" src="./assets/binary-buffalo.png">
</div>
<!--Footer-->
<div class="w-full pt-16 pb-6 text-sm text-center md:text-left fade-in">
<a href="https://github.com/tailwindtoolbox/App-Landing-Page"
class="text-gray-500 no-underline hover:no-underline" href="#">Template from Tailwind Toolbox</a>
</div>
</div>
</div>
</body>
</html>