-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
430 lines (416 loc) · 21 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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-KYVMFV2X4B')
</script>
<!-- Google tag (gtag.js) end -->
<title>This is Allan Garcia speaking!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="color-scheme" content="dark only" />
<link rel="manifest" href="/site.webmanifest" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/favicons/apple-touch-icon.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="57x57"
href="/assets/favicons/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="114x114"
href="/assets/favicons/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="72x72"
href="/assets/favicons/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="144x144"
href="/assets/favicons/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="60x60"
href="/assets/favicons/apple-touch-icon-60x60.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="120x120"
href="/assets/favicons/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="76x76"
href="/assets/favicons/apple-touch-icon-76x76.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="152x152"
href="/assets/favicons/apple-touch-icon-152x152.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicons/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="196x196"
href="/assets/favicons/favicon-196x196.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="/assets/favicons/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicons/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="128x128"
href="/assets/favicons/favicon-128.png"
/>
<meta name="application-name" content="Allan's Website" />
<meta name="msapplication-TileColor" content="#6a00ff" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
<link rel="canonical" href="https://allangarcia.com" />
<meta
name="description"
content="I make accessible apps that everybody can use, especially with low-vision and blind people in mind. Down you'll find some social networks where you can find me."
/>
<meta property="og:site_name" content="This is Allan Garcia speaking!" />
<meta property="og:title" content="This is Allan Garcia speaking!" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="I make accessible apps that everybody can use, especially with low-vision and blind people in mind. Down you'll find some social networks where you can find me."
/>
<meta
property="og:image"
content="https://allangarcia.carrd.co/assets/images/card.jpg?v=9a12ddd9"
/>
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="800" />
<meta property="og:url" content="https://allangarcia.com" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="x:card" content="summary_large_image" />
<link
href="https://fonts.googleapis.com/css2?display=swap&family=Martian+Mono:ital,wght@0,200;0,400;0,600;0,800;1,200;1,400;1,600;1,800"
rel="stylesheet"
type="text/css"
/>
<link rel="canonical" href="https://allangarcia.carrd.co" />
<meta property="og:url" content="https://allangarcia.carrd.co" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<noscript>
<style>
body {
overflow: auto !important;
}
body:after {
display: none !important;
}
#main > .inner {
opacity: 1 !important;
}
#main {
opacity: 1 !important;
transform: none !important;
transition: none !important;
filter: none !important;
}
#main > .inner > section {
opacity: 1 !important;
transform: none !important;
transition: none !important;
filter: none !important;
}
</style>
</noscript>
</head>
<body class="is-loading">
<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 40 40"
display="none"
width="0"
height="0"
>
<symbol id="icon-bf393d6ea48a4e69e1ed58a3563b94a5" viewBox="0 0 40 40">
<path
d="M12.1,13.8v19.1H5.7V13.8C5.7,13.8,12.1,13.8,12.1,13.8z M12.5,7.9c0,0.9-0.3,1.7-1,2.4c-0.7,0.6-1.5,0.9-2.6,0.9h0 c-1.1,0-1.9-0.3-2.5-0.9c-0.6-0.6-1-1.4-1-2.4c0-1,0.3-1.7,1-2.4S7.9,4.6,9,4.6s1.9,0.3,2.6,0.9S12.5,6.9,12.5,7.9z M35,22v11h-6.4 V22.7c0-1.4-0.3-2.4-0.8-3.2c-0.5-0.8-1.3-1.1-2.4-1.1c-0.8,0-1.5,0.2-2,0.7c-0.5,0.4-1,1-1.2,1.7c-0.1,0.4-0.2,0.9-0.2,1.6v10.7 h-6.4c0-5.1,0-9.3,0-12.5s0-5.1,0-5.7l0-0.9H22v2.8h0c0.3-0.4,0.5-0.8,0.8-1.1c0.3-0.3,0.6-0.6,1.1-1c0.5-0.4,1-0.6,1.7-0.8 c0.7-0.2,1.4-0.3,2.2-0.3c2.2,0,4,0.7,5.3,2.2C34.4,17,35,19.1,35,22L35,22z"
/>
</symbol>
<symbol id="icon-8c4b37645de3c276d895d87df51ba614" viewBox="0 0 40 40">
<path
d="M36,20.3c0,3.5-1,6.6-3.1,9.4c-2,2.8-4.7,4.7-7.9,5.8c-0.4,0.1-0.6,0-0.8-0.1c-0.2-0.2-0.3-0.4-0.3-0.6v-4.4 c0-1.3-0.4-2.3-1.1-3c0.8-0.1,1.5-0.2,2.1-0.4c0.6-0.2,1.3-0.4,2-0.8c0.7-0.4,1.2-0.8,1.7-1.4c0.5-0.5,0.8-1.3,1.1-2.2 s0.4-2,0.4-3.1c0-1.7-0.5-3.1-1.6-4.3c0.5-1.3,0.5-2.7-0.2-4.2c-0.4-0.1-1,0-1.7,0.2c-0.7,0.3-1.4,0.6-1.9,0.9L24,12.5 c-1.3-0.4-2.6-0.5-4-0.5s-2.7,0.2-4,0.5c-0.2-0.2-0.5-0.3-0.9-0.6c-0.4-0.2-0.9-0.5-1.7-0.8c-0.8-0.3-1.4-0.4-1.8-0.3 c-0.6,1.6-0.7,3-0.1,4.2c-1.1,1.2-1.6,2.6-1.6,4.3c0,1.2,0.1,2.2,0.4,3.1s0.6,1.6,1.1,2.2s1,1,1.7,1.4c0.7,0.4,1.3,0.6,2,0.8 c0.6,0.2,1.3,0.3,2.1,0.4c-0.6,0.5-0.9,1.2-1,2.1c-0.3,0.1-0.6,0.2-0.9,0.3c-0.3,0.1-0.7,0.1-1.2,0.1c-0.5,0-0.9-0.1-1.4-0.4 c-0.5-0.3-0.8-0.7-1.2-1.3c-0.3-0.4-0.6-0.8-1-1.1c-0.4-0.3-0.8-0.4-1-0.5L9,26.5c-0.3,0-0.5,0-0.6,0.1c-0.1,0.1-0.1,0.1-0.1,0.2 c0,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.2,0.3,0.2l0.1,0.1c0.3,0.1,0.6,0.4,0.9,0.8s0.5,0.7,0.7,1.1l0.2,0.5c0.2,0.5,0.5,1,0.9,1.3 c0.4,0.3,0.9,0.5,1.4,0.6c0.5,0.1,1,0.1,1.4,0.1c0.5,0,0.9,0,1.2-0.1l0.5-0.1c0,0.5,0,1.1,0,1.9c0,0.7,0,1.1,0,1.1 c0,0.2-0.1,0.5-0.3,0.6c-0.2,0.2-0.5,0.2-0.8,0.1c-3.2-1.1-5.8-3-7.9-5.8S4,23.8,4,20.3c0-2.9,0.7-5.6,2.1-8S9.5,7.8,12,6.4 s5.1-2.1,8-2.1s5.6,0.7,8,2.1s4.4,3.4,5.8,5.8S36,17.4,36,20.3L36,20.3z"
/>
</symbol>
<symbol id="icon-31b8880d36499db40d4e47546c4763f3" viewBox="0 0 40 40">
<path
d="M30.1,4h5.4L23.7,17.6L37.6,36H26.7l-8.5-11.2L8.5,36H3.1l12.6-14.5L2.4,4h11.1l7.7,10.2L30.1,4z M28.2,32.8h3L11.9,7.1H8.7 L28.2,32.8z"
/>
</symbol>
<symbol id="icon-85976685de3e4af37529a1ce5d57d2a7" viewBox="0 0 40 40">
<path
d="M20,7c4.2,0,4.7,0,6.3,0.1c1.5,0.1,2.3,0.3,3,0.5C30,8,30.5,8.3,31.1,8.9c0.5,0.5,0.9,1.1,1.2,1.8c0.2,0.5,0.5,1.4,0.5,3 C33,15.3,33,15.8,33,20s0,4.7-0.1,6.3c-0.1,1.5-0.3,2.3-0.5,3c-0.3,0.7-0.6,1.2-1.2,1.8c-0.5,0.5-1.1,0.9-1.8,1.2 c-0.5,0.2-1.4,0.5-3,0.5C24.7,33,24.2,33,20,33s-4.7,0-6.3-0.1c-1.5-0.1-2.3-0.3-3-0.5C10,32,9.5,31.7,8.9,31.1 C8.4,30.6,8,30,7.7,29.3c-0.2-0.5-0.5-1.4-0.5-3C7,24.7,7,24.2,7,20s0-4.7,0.1-6.3c0.1-1.5,0.3-2.3,0.5-3C8,10,8.3,9.5,8.9,8.9 C9.4,8.4,10,8,10.7,7.7c0.5-0.2,1.4-0.5,3-0.5C15.3,7.1,15.8,7,20,7z M20,4.3c-4.3,0-4.8,0-6.5,0.1c-1.6,0-2.8,0.3-3.8,0.7 C8.7,5.5,7.8,6,6.9,6.9C6,7.8,5.5,8.7,5.1,9.7c-0.4,1-0.6,2.1-0.7,3.8c-0.1,1.7-0.1,2.2-0.1,6.5s0,4.8,0.1,6.5 c0,1.6,0.3,2.8,0.7,3.8c0.4,1,0.9,1.9,1.8,2.8c0.9,0.9,1.7,1.4,2.8,1.8c1,0.4,2.1,0.6,3.8,0.7c1.6,0.1,2.2,0.1,6.5,0.1 s4.8,0,6.5-0.1c1.6-0.1,2.9-0.3,3.8-0.7c1-0.4,1.9-0.9,2.8-1.8c0.9-0.9,1.4-1.7,1.8-2.8c0.4-1,0.6-2.1,0.7-3.8 c0.1-1.6,0.1-2.2,0.1-6.5s0-4.8-0.1-6.5c-0.1-1.6-0.3-2.9-0.7-3.8c-0.4-1-0.9-1.9-1.8-2.8c-0.9-0.9-1.7-1.4-2.8-1.8 c-1-0.4-2.1-0.6-3.8-0.7C24.8,4.3,24.3,4.3,20,4.3L20,4.3L20,4.3z"
/>
<path
d="M20,11.9c-4.5,0-8.1,3.7-8.1,8.1s3.7,8.1,8.1,8.1s8.1-3.7,8.1-8.1S24.5,11.9,20,11.9z M20,25.2c-2.9,0-5.2-2.3-5.2-5.2 s2.3-5.2,5.2-5.2s5.2,2.3,5.2,5.2S22.9,25.2,20,25.2z"
/>
<path
d="M30.6,11.6c0,1-0.8,1.9-1.9,1.9c-1,0-1.9-0.8-1.9-1.9s0.8-1.9,1.9-1.9C29.8,9.7,30.6,10.5,30.6,11.6z"
/>
</symbol>
<symbol id="icon-950f35a71f420383dc2b54f8bf482185" viewBox="0 0 40 40">
<path
d="M35.3,20c0,2.8-0.7,5.4-2.1,7.7c-1.4,2.4-3.3,4.2-5.6,5.6c-2.4,1.4-4.9,2.1-7.7,2.1c-1.5,0-2.9-0.2-4.4-0.6 c0.8-1.2,1.3-2.3,1.6-3.3c0.1-0.5,0.5-1.9,1.1-4.2c0.3,0.5,0.8,1,1.5,1.4c0.7,0.4,1.5,0.6,2.3,0.6c1.6,0,3.1-0.5,4.3-1.4 c1.3-0.9,2.3-2.2,3-3.8c0.7-1.6,1-3.4,1-5.4c0-1.5-0.4-3-1.2-4.3c-0.8-1.3-2-2.4-3.5-3.3c-1.5-0.8-3.2-1.3-5.1-1.3 c-1.4,0-2.7,0.2-3.9,0.6c-1.2,0.4-2.3,0.9-3.1,1.5c-0.9,0.6-1.6,1.4-2.2,2.2c-0.6,0.8-1.1,1.7-1.3,2.6c-0.3,0.9-0.4,1.8-0.4,2.7 c0,1.4,0.3,2.6,0.8,3.7c0.5,1.1,1.3,1.8,2.3,2.2c0.4,0.2,0.7,0,0.8-0.4c0-0.1,0.1-0.3,0.2-0.6c0.1-0.3,0.1-0.5,0.2-0.6 c0.1-0.3,0-0.6-0.2-0.9c-0.7-0.8-1-1.8-1-3c0-2,0.7-3.8,2.1-5.2c1.4-1.5,3.2-2.2,5.5-2.2c2,0,3.6,0.5,4.7,1.6 c1.1,1.1,1.7,2.5,1.7,4.3c0,2.3-0.5,4.2-1.4,5.8s-2.1,2.4-3.5,2.4c-0.8,0-1.5-0.3-2-0.9c-0.5-0.6-0.6-1.3-0.5-2.1 c0.1-0.5,0.3-1.1,0.5-1.9c0.2-0.8,0.4-1.5,0.6-2.1c0.2-0.6,0.2-1.1,0.2-1.5c0-0.7-0.2-1.2-0.5-1.7c-0.4-0.4-0.9-0.7-1.5-0.7 c-0.8,0-1.5,0.4-2.1,1.1c-0.6,0.8-0.9,1.7-0.9,2.9c0,1,0.2,1.8,0.5,2.5l-2,8.4c-0.2,0.9-0.3,2.1-0.3,3.6c-2.8-1.2-5-3.1-6.7-5.6 S4.4,23.1,4.4,20c0-2.8,0.7-5.4,2.1-7.7S9.7,8,12.1,6.6s4.9-2.1,7.7-2.1c2.8,0,5.4,0.7,7.7,2.1s4.2,3.3,5.6,5.6 C34.6,14.6,35.3,17.2,35.3,20L35.3,20z"
/>
</symbol>
<symbol id="icon-ed4887661630e8b94521e3db170debe9" viewBox="0 0 40 40">
<path
d="M29.5,31.1h-20v-8.6H6.7V34h25.7V22.6h-2.9L29.5,31.1L29.5,31.1z M12.7,21.8l0.6-2.8l14,2.9l-0.6,2.8L12.7,21.8z M14.5,15.1 l1.2-2.6l12.9,6.1l-1.2,2.6L14.5,15.1z M18.1,8.8l1.8-2.2l11,9.2l-1.8,2.2L18.1,8.8z M25.2,2l8.5,11.4l-2.3,1.7L22.9,3.7L25.2,2z M12.4,28.3v-2.8h14.3v2.8C26.7,28.3,12.4,28.3,12.4,28.3z"
/>
</symbol>
<symbol id="icon-7ba57a956e94fa64bf7f65dd78b6b627" viewBox="0 0 40 40">
<path
d="M22.6,20c0,6.3-5.1,11.4-11.3,11.4S0,26.3,0,20S5.1,8.6,11.3,8.6S22.6,13.7,22.6,20 M34.9,20c0,5.9-2.5,10.7-5.6,10.7 c-3.1,0-5.6-4.8-5.6-10.7s2.5-10.7,5.6-10.7C32.4,9.3,34.9,14.1,34.9,20 M40,20c0,5.3-0.9,9.6-2,9.6s-2-4.3-2-9.6s0.9-9.6,2-9.6 S40,14.7,40,20"
/>
</symbol>
<symbol id="icon-65b2527f26e728377d2307394969cc13" viewBox="0 0 40 40">
<path
d="M33.4,26.7c-0.5,1.7-1.4,3.4-2.5,5.1c-1.8,2.7-3.5,4-5.3,4c-0.7,0-1.6-0.2-2.9-0.7c-1.2-0.4-2.2-0.7-3.1-0.7 c-0.8,0-1.8,0.2-2.9,0.7c-1.1,0.5-2,0.7-2.7,0.7c-2.1,0-4.1-1.8-6.2-5.3c-2-3.6-3-7-3-10.4c0-3.1,0.8-5.7,2.3-7.7c1.5-2,3.5-3,5.8-3 c1,0,2.2,0.2,3.6,0.6c1.4,0.4,2.4,0.6,2.8,0.6c0.6,0,1.6-0.2,2.9-0.7c1.4-0.5,2.6-0.7,3.6-0.7c1.6,0,3.1,0.4,4.4,1.3 c0.7,0.5,1.4,1.2,2.1,2.1c-1.1,0.9-1.9,1.7-2.3,2.4c-0.9,1.3-1.3,2.7-1.3,4.3c0,1.7,0.5,3.2,1.4,4.6C31.1,25.4,32.2,26.3,33.4,26.7 L33.4,26.7z M25.7,2.5c0,0.8-0.2,1.8-0.6,2.8c-0.4,1-1,2-1.9,2.8c-0.7,0.7-1.5,1.2-2.2,1.5c-0.5,0.2-1.2,0.3-2.1,0.3 c0-2,0.6-3.8,1.6-5.3c1-1.5,2.7-2.5,5.1-3c0,0,0,0.1,0.1,0.2c0,0.1,0,0.2,0.1,0.2c0,0.1,0,0.1,0,0.2S25.7,2.5,25.7,2.5L25.7,2.5z"
/>
</symbol>
<symbol id="icon-a63c85b2b6ee333b6d6753e57c8dfe0a" viewBox="0 0 40 40">
<path
d="M37.6,27.1c0,0-0.3,2.4-1.4,3.5c-1.4,1.4-2.9,1.4-3.6,1.5c-5,0.4-12.4,0.4-12.4,0.4s-9.2-0.1-12.1-0.4 c-0.8-0.1-2.6-0.1-3.9-1.5c-1.1-1.1-1.4-3.5-1.4-3.5s-0.4-2.9-0.4-5.7v-2.7c0-2.9,0.4-5.7,0.4-5.7s0.3-2.4,1.4-3.5 C5.5,8,7,8,7.7,7.9c5-0.4,12.4-0.4,12.4-0.4h0c0,0,7.5,0,12.4,0.4C33.3,8,34.8,8,36.2,9.4c1.1,1.1,1.4,3.5,1.4,3.5s0.4,2.9,0.4,5.7 v2.7C37.9,24.2,37.6,27.1,37.6,27.1z M16.5,14.6l0,9.9l9.6-5L16.5,14.6z"
/>
</symbol>
<symbol id="icon-c0646d28bbeb18e39eb973f96b44bd0f" viewBox="0 0 40 40">
<path
d="M34.9,30.5V15.6c-0.4,0.4-0.8,0.9-1.4,1.2c-3.4,2.7-6.2,4.8-8.2,6.6c-0.6,0.5-1.1,0.9-1.6,1.2c-0.4,0.3-0.9,0.6-1.7,0.9 c-0.7,0.3-1.4,0.5-2,0.5l0,0c-0.6,0-1.2-0.2-2-0.5c-0.7-0.3-1.2-0.6-1.7-0.9c-0.4-0.3-0.9-0.7-1.6-1.2c-2.1-1.7-4.8-3.8-8.2-6.6 c-0.5-0.4-0.9-0.8-1.4-1.2v14.9c0,0.2,0.1,0.3,0.2,0.4C5.7,31,5.9,31.1,6,31.1h28.4c0.2,0,0.3-0.1,0.4-0.2 C34.8,30.8,34.9,30.7,34.9,30.5L34.9,30.5z M34.9,10.2V9.7c0,0,0-0.1,0-0.2c0-0.1,0-0.2-0.1-0.2c-0.1,0-0.1,0-0.1-0.2 c0-0.1-0.1-0.2-0.2-0.1c-0.1,0-0.2,0-0.3,0H5.8C5.6,8.9,5.4,9,5.3,9.1C5.2,9.2,5.1,9.3,5.1,9.5c0,2.2,0.9,4,2.8,5.5 c2.5,2,5.1,4,7.7,6.1c0.1,0.1,0.3,0.2,0.7,0.5c0.4,0.3,0.6,0.5,0.9,0.7c0.2,0.2,0.5,0.4,0.8,0.6c0.3,0.2,0.7,0.4,0.9,0.5 c0.3,0.1,0.6,0.2,0.8,0.2l0,0c0.2,0,0.5-0.1,0.8-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.6-0.4,0.8-0.6c0.2-0.2,0.5-0.4,0.9-0.7 c0.4-0.3,0.6-0.5,0.6-0.5c2.7-2.1,5.3-4.2,7.7-6.1c0.7-0.5,1.4-1.2,2-2.2C34.6,11.8,34.9,11,34.9,10.2L34.9,10.2z M37.3,9.5v21 c0,0.8-0.3,1.6-0.9,2.2s-1.4,0.9-2.2,0.9H5.8c-0.8,0-1.6-0.3-2.2-0.9c-0.6-0.6-0.9-1.4-0.9-2.2v-21c0-0.8,0.3-1.6,0.9-2.2 s1.4-0.9,2.2-0.9h28.4c0.8,0,1.6,0.3,2.2,0.9S37.3,8.7,37.3,9.5z"
/>
</symbol>
</svg>
<div id="wrapper">
<div id="main">
<div class="inner">
<div id="container02" class="container default">
<div class="wrapper">
<div class="inner">
<div id="image03" class="image">
<span class="frame"
><img
src="assets/images/profile.jpg"
alt="Handsome guy 😃!"
/></span>
</div>
<p id="text24">Software Engineer and Professor</p>
<h1 id="text36">
This is <strong>Allan Garcia</strong> speaking!
</h1>
<p id="text37">
<span class="p"
>I make accessible apps that everybody can use, especially
with low-vision and blind people in mind.</span
><span class="p"
>Down you'll find some social networks where you can
find me.</span
>
</p>
<hr id="divider01" class="full" />
<ul id="icons03" class="icons">
<li>
<a
class="n01"
href="https://www.linkedin.com/in/allangarcia/"
aria-label="External link to LinkedIn."
target="_blank"
><svg>
<use
xlink:href="#icon-bf393d6ea48a4e69e1ed58a3563b94a5"
></use></svg
><span class="label">LinkedIn</span></a
>
</li>
<li>
<a
class="n02"
href="https://github.com/allangarcia"
aria-label="External link to Git-Hub."
target="_blank"
><svg>
<use
xlink:href="#icon-8c4b37645de3c276d895d87df51ba614"
></use></svg
><span class="label">GitHub</span></a
>
</li>
<li>
<a
class="n03"
href="https://x.com/profallangarcia"
aria-label="External link to X."
target="_blank"
><svg>
<use
xlink:href="#icon-31b8880d36499db40d4e47546c4763f3"
></use></svg
><span class="label">X</span></a
>
</li>
<li>
<a
class="n04"
href="https://www.instagram.com/prof.allangarcia"
aria-label="External link to Instagram."
target="_blank"
><svg>
<use
xlink:href="#icon-85976685de3e4af37529a1ce5d57d2a7"
></use></svg
><span class="label">Instagram</span></a
>
</li>
<li>
<a
class="n05"
href="https://www.pinterest.com/profallangarcia"
aria-label="External link to Pinterest."
target="_blank"
><svg>
<use
xlink:href="#icon-950f35a71f420383dc2b54f8bf482185"
></use></svg
><span class="label">Pinterest</span></a
>
</li>
<li>
<a
class="n06"
href="https://stackoverflow.com/users/1636456/allan-garcia"
aria-label="External link to Stackoverflow."
target="_blank"
><svg>
<use
xlink:href="#icon-ed4887661630e8b94521e3db170debe9"
></use></svg
><span class="label">Stack Overflow</span></a
>
</li>
<li>
<a
class="n07"
href="https://medium.com/@prof.allangarcia"
aria-label="External link to Medium."
target="_blank"
><svg>
<use
xlink:href="#icon-7ba57a956e94fa64bf7f65dd78b6b627"
></use></svg
><span class="label">Medium</span></a
>
</li>
<li>
<a
class="n08"
href="https://apps.apple.com/br/developer/allan-garcia/id1005147963"
aria-label="External link to App Store Developer Page"
target="_blank"
><svg>
<use
xlink:href="#icon-65b2527f26e728377d2307394969cc13"
></use></svg
><span class="label">Apple</span></a
>
</li>
<li>
<a
class="n09"
href="https://www.youtube.com/@profallangarcia"
aria-label="External link to You-Tube."
target="_blank"
><svg>
<use
xlink:href="#icon-a63c85b2b6ee333b6d6753e57c8dfe0a"
></use></svg
><span class="label">YouTube</span></a
>
</li>
</ul>
<hr id="divider08" class="full" />
<ul id="buttons07" class="buttons">
<li>
<a
href="https://x.com/messages/compose?recipient_id=1652324321824579587&text=Hi%20there!"
class="button n01"
data-screen-name="@profallangarcia"
target="_blank"
><svg>
<use
xlink:href="#icon-c0646d28bbeb18e39eb973f96b44bd0f"
></use></svg
><span class="label">Contact me</span></a
>
</li>
</ul>
</div>
</div>
</div>
<div id="credits" class="icc-credits">
<span>
<a
href="https://try.carrd.co/allangarcia"
aria-label="External link to Referral Program of Carrd."
target="_blank"
>Made with Carrd</a
>
</span>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>