-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
626 lines (619 loc) · 23.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
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
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
<html>
<head>
<title>Frexity.com</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
<style
data-href="https://fonts.googleapis.com/css2?family=Signika:wght@400;600&display=swap"
>
@font-face {
font-family: 'Signika';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tJXHJbF.woff)
format('woff');
}
@font-face {
font-family: 'Signika';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tKJG5bF.woff)
format('woff');
}
@font-face {
font-family: 'Signika';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/signika/v20/vEFR2_JTCgwQ5ejvG14mBlprZ0gk0w.woff2)
format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Signika';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/signika/v20/vEFR2_JTCgwQ5ejvG18mBlprZ0gk0w.woff2)
format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Signika';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/signika/v20/vEFR2_JTCgwQ5ejvG1EmBlprZ0g.woff2)
format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Signika';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/signika/v20/vEFR2_JTCgwQ5ejvG14mBlprZ0gk0w.woff2)
format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Signika';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/signika/v20/vEFR2_JTCgwQ5ejvG18mBlprZ0gk0w.woff2)
format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Signika';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/signika/v20/vEFR2_JTCgwQ5ejvG1EmBlprZ0g.woff2)
format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
</head>
<body>
<!-- HERO -->
<section class="py-12 md:py-16 lg:py-20 xl:py-24 bg-pink-900 text-white">
<div class="px-4 md:px-6">
<div class="flex flex-col items-center text-center">
<h1
class="text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl lg:text-6xl"
>
Frexity - Micro software studio
</h1>
<p class="text-white md:text-2xl sm:mt-4 md:mt-6 lg:mt-8">
Specializing in Ruby on Rails & React/React Native (TypeScript)
</p>
</div>
</div>
</section>
<!-- Projects -->
<!-- TODO: https://primer.tailwindui.com/#table-of-contents -->
<section class="py-6 md:py-8 lg:py-10 xl:py-12 bg-[#111] text-white">
<h2
class="text-2xl text-white font-bold tracking-tighter sm:text-3xl md:text-4xl lg:text-5xl text-center mb-8"
>
Projects
</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 p-4 md:p-6">
<div class="p-8 flex flex-col items-center">
<h3 class="font-bold text-2xl text-center">EpisodeCalendar.com</h3>
<p class="text-slate-500 text-center mt-2 text-xl">
TV show calendar and tracking website.
</p>
<div
class="p-8 h-auto sm:h-64 flex items-center justify-center flex-col"
>
<img
src="https://episodecalendar.com/assets/logos/logo-vertical-5e251d9139cd286407550a93c4239484dd25ef6bdfc2428ece259dddbc5ad826.png"
alt="Project 1 screenshot"
/>
</div>
<a
class="sm:mt-6 inline-block text-white bg-pink-700 px-6 py-2 rounded-full font-medium"
href="https://episodecalendar.com"
target="_blank"
rel="noopener noreferrer"
>Visit »</a
>
</div>
<div class="p-8 flex flex-col items-center">
<h3 class="font-bold text-2xl text-center">TravClub.com</h3>
<p class="text-slate-500 text-center mt-2 text-xl">
Community for finding travel partners.
</p>
<div
class="p-8 h-auto sm:h-64 flex items-center justify-center flex-col"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1136 839"
width="82"
height="60"
class="mb-2"
>
<style>
.a {
fill: #4abfd6;
}
.b {
fill: #fcfcfc;
}
</style>
<path
class="a"
d="m578.2 378.3-73-52.9c4.8-26 5.7-52.4 2.5-77.8 9.9 6.7 20.6 14.3 32.4 22.9q17.1 12.5 34.2 24.9c-2.6 27.2-1.3 55.2 3.9 82.9zm462 40.9 81.5 211.5c24.6 63.6 24 104.8-60.5 129.7-77.4 22.7-154.6 45.4-232.6 68.5-46.6 13.7-48.3 13.2-81.8-.7Q593.7 764.6 440.5 701c-46.1-19.2-48.9-18.9-94.9-3.7q-134.8 44.4-269.5 88.8c-78 25.7-88.3 21.1-65.2-60Q60.6 552 110.4 377.9c13 24 30.1 46.2 50.6 65.6L83.9 713.3c102.8-33.8 212.3-69.9 312.3-102.9l389.5 161.7 286.5-84.5-76.5-198.5c18.3-21.4 33.3-45 44.5-69.9z"
></path>
<path
fill-rule="evenodd"
class="a"
d="M387.4 124.3c6.8 3.9 13.1 8.1 19 12.7l-43.9 49.6c21.3-14.4 44.5-28.5 67.6-41.9 11-6.3 14.9 3.9 8.1 7.2l-10.2 5c49.8 55 56.7 138.3 25 212l-80.8 187.9-163.9-122.3c-78.9-58.9-114.8-159.3-65.5-244.7C192 104.5 302.1 75 387.4 124.3zM228.3 239.2c-22.1 38.4-9 87.5 29.4 109.7 38.4 22.2 87.5 9 109.7-29.4 22.2-38.4 9-87.5-29.4-109.6-38.4-22.2-87.5-9.1-109.7 29.3z"
></path>
<path
fill-rule="evenodd"
class="b"
d="M870.5 121c3.9 19.6 1.7 47.4-5.4 69 18.4-25.5 28.6-49.4 28.6-70.3 0-52.8-65.3-73.3-164.6-61.2-21.7 2.6-23.8-21.9-3.5-25.7 117.6-21.6 198.1-2 198.1 57.7 0 14.1-4.5 29.5-12.9 45.8 35.6 17.9 66.7 45.9 88 82.9 58.1 100.6 15.8 218.9-77.3 288.4L728.3 651.8l-95.2-221.5c-45.9-106.7-23.3-230.3 77.2-288.4h.1c50.2-29 107.8-34.9 160.1-20.9zM768.6 242.8c-45.3 26.1-60.8 84-34.6 129.3 26.1 45.2 84 60.8 129.3 34.6 45.2-26.1 60.7-84 34.6-129.3-26.1-45.2-84-60.8-129.3-34.6z"
></path>
<path
class="b"
d="M433 7.8c2.4-1.6 4.6-3.3 7-4.9 5.8-3.6 7-3.3 16.2 1.6 30.5 16.3 59.8 32.4 90.2 47.2l2.4 1.1c23.7 11.2 3.4 1.9 8 3.7l1.1.7c16.9 7.8 2.2 1 14.1 6.5h-.1l10.4 4.6c17.7-7.1 34.8-17.2 52.6-24.3 23.5-9.5 57.9-11.8 64.4 3.5 4.4 10.5-37.6 28.6-47.3 32.7l-39.4 16.6q2.8 12 5.7 23.2c2.9 10.8 0 0 2.2 8.5 2.7 9.2 0 0 2.6 8.7 4.2 14.3 8.6 27.5 13.3 39.7q-6.5 3.8-13.1 7.6-27.1-34.2-54.1-68.4c-29.5 7.7-56.4 16.3-86.7 19.2 2 5.2 4 10.5 6 15.7 1.5 3.9 1.1 5.5-2.5 7.9-2.8 2-4.3 1.6-8.5-3.6q-7.7-9.4-15.4-18.9c-2.6-3.2-2.1-2.5-4-3.6-1.2-.7-7.2-4.3-5.3-3q-19.4-13.2-38.9-26.5 1.7-.8 3.4-1.7c5-2.5 7.9-3 17.9 2.1q13 6.7 25.9 13.3c-2.4-1.2 4.3 3.2 7.2 1.6 2.1-1.1 2.1-1.1 7.1-3.6 1.4-.7-8.6 4 8-4.3 1.6-.9 3.9-1.9 5.9-3.1 12.9-7.3 25.8-14.4 38.8-21.6C502 65.9 456.2 30.2 430 10.2"
></path>
</svg>
<div
style="
color: rgb(255, 255, 255);
cursor: auto;
font-family: Signika;
font-size: 32px;
font-weight: bold;
line-height: 40px;
"
>
TravClub
</div>
</div>
<a
class="sm:mt-6 inline-block text-white bg-pink-700 px-6 py-2 rounded-full font-medium"
href="https://travclub.com"
target="_blank"
rel="noopener noreferrer"
>Visit »</a
>
</div>
<div class="p-8 flex flex-col items-center">
<h3 class="font-bold text-2xl text-center">Prickkoll.se</h3>
<p class="text-slate-500 text-center mt-2 text-xl">
Online assessment for worrisome skin marks and dots.
</p>
<div
class="p-8 h-auto sm:h-64 flex items-center justify-center flex-col"
>
<div class="flex">
<span class="font-bold text-white text-4xl">Prick</span>
<span class="font-medium text-teal-700 text-4xl">koll</span>
</div>
</div>
<a
class="sm:mt-6 inline-block text-white bg-pink-700 px-6 py-2 rounded-full font-medium"
href="https://prickkoll.se"
target="_blank"
rel="noopener noreferrer"
>Visit »</a
>
</div>
</div>
</section>
<!-- Tech -->
<section class="py-6 md:py-8 lg:py-10 xl:py-12 bg-[#222] text-white">
<h2
class="text-2xl text-white font-bold tracking-tighter sm:text-3xl md:text-4xl lg:text-5xl text-center mb-12"
>
Backend stack
</h2>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div
class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4"
>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
1
</div>
<div>
<p class="font-medium">Rails 7.x</p>
<p class="text-sm mt-0.5 text-slate-500">Core framework</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
2
</div>
<div>
<p class="font-medium">PostgreSQL</p>
<p class="text-sm mt-0.5 text-slate-500">Preferred database</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
3
</div>
<div>
<p class="font-medium">Propshaft</p>
<p class="text-sm mt-0.5 text-slate-500">
Static asset management
</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
4
</div>
<div>
<p class="font-medium">Kredis</p>
<p class="text-sm mt-0.5 text-slate-500">Redis adapter</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
5
</div>
<div>
<p class="font-medium">Blueprinter (with Oj)</p>
<p class="text-sm mt-0.5 text-slate-500">JSON serializer</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
6
</div>
<div>
<p class="font-medium">HTTParty</p>
<p class="text-sm mt-0.5 text-slate-500">HTTP client</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
7
</div>
<div>
<p class="font-medium">Solid Cache</p>
<p class="text-sm mt-0.5 text-slate-500">
Rails caching solution
</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
8
</div>
<div>
<p class="font-medium">ImgProxy (with Blurhash)</p>
<p class="text-sm mt-0.5 text-slate-500">
On-demand image processing
</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
9
</div>
<div>
<p class="font-medium">ViewComponents</p>
<p class="text-sm mt-0.5 text-slate-500">
Rails component framework
</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
10
</div>
<div>
<p class="font-medium">Devise</p>
<p class="text-sm mt-0.5 text-slate-500">Authentication</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
11
</div>
<div>
<p class="font-medium">Pundit</p>
<p class="text-sm mt-0.5 text-slate-500">Authorization</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
12
</div>
<div>
<p class="font-medium">Prawn</p>
<p class="text-sm mt-0.5 text-slate-500">PDF generation</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
13
</div>
<div>
<p class="font-medium">GoodJob / Sidekiq</p>
<p class="text-sm mt-0.5 text-slate-500">Background processing</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
14
</div>
<div>
<p class="font-medium">S3 / Exoscale</p>
<p class="text-sm mt-0.5 text-slate-500">Image storage</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
15
</div>
<div>
<p class="font-medium">Ransack + Pagy</p>
<p class="text-sm mt-0.5 text-slate-500">
Searching, filtering, and pagination
</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
16
</div>
<div>
<p class="font-medium">Meilisearch / Manticore</p>
<p class="text-sm mt-0.5 text-slate-500">
Full-text search servers
</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
17
</div>
<div>
<p class="font-medium">WordPress Development</p>
<p class="text-sm mt-0.5 text-slate-500">Some description</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
18
</div>
<div>
<p class="font-medium">Stripe / PayPal</p>
<p class="text-sm mt-0.5 text-slate-500">Payments</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
19
</div>
<div>
<p class="font-medium">MotorAdmin / ActiveAdmin</p>
<p class="text-sm mt-0.5 text-slate-500">Administration system</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
20
</div>
<div>
<p class="font-medium">And more...</p>
<p class="text-sm mt-0.5 text-slate-500">So much more :)</p>
</div>
</div>
</div>
</div>
<h2
class="mt-16 text-2xl text-white font-bold tracking-tighter sm:text-3xl md:text-4xl lg:text-5xl text-center mb-12"
>
Frontend stack
</h2>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div
class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4"
>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
1
</div>
<div>
<p class="font-medium">React</p>
<p class="text-sm mt-0.5 text-slate-500">Core framework</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
2
</div>
<div>
<p class="font-medium">React Native</p>
<p class="text-sm mt-0.5 text-slate-500">Mobile apps</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
3
</div>
<div>
<p class="font-medium">Tailwind</p>
<p class="text-sm mt-0.5 text-slate-500">Preferred styling</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
4
</div>
<div>
<p class="font-medium">Stimulus / Hotwire</p>
<p class="text-sm mt-0.5 text-slate-500">Non-react frameworks</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
5
</div>
<div>
<p class="font-medium">TypeScript</p>
<p class="text-sm mt-0.5 text-slate-500">Preferred JS flavor</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
6
</div>
<div>
<p class="font-medium">NextJS</p>
<p class="text-sm mt-0.5 text-slate-500">React framework</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
7
</div>
<div>
<p class="font-medium">Prettier / ESLint</p>
<p class="text-sm mt-0.5 text-slate-500">
Formatting and linting
</p>
</div>
</div>
<div class="flex space-x-2 items-start">
<div
class="inline-flex rounded-full px-2.5 py-0.5 font-semibold bg-black w-10 justify-center"
>
8
</div>
<div>
<p class="font-medium">And more...</p>
<p class="text-sm mt-0.5 text-slate-500">So much more :)</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="py-12 md:py-24 bg-gray-100 dark:bg-gray-800">
<div
class="grid items-center justify-center gap-4 px-4 text-center md:px-6 lg:gap-10"
>
<div class="space-y-3">
<h2
class="text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl"
>
Connect with me
</h2>
<p
class="mx-auto max-w-[700px] text-gray-500 md:text-xl/relaxed lg:text-base/relaxed xl:text-xl/relaxed dark:text-gray-400"
>
Open for freelancing, and startup work.
</p>
</div>
<div class="flex items-center justify-center gap-8">
<a
class="inline-flex h-10 items-center justify-center rounded-md bg-blue-500 px-8 text-sm font-medium text-white shadow transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-blue-600"
href="https://www.linkedin.com/in/kristian-gerardsson/"
target="_blank"
rel="noopener noreferrer"
><svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="w-4 h-4 mr-2"
>
<path
d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"
></path>
<rect width="4" height="12" x="2" y="9"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
Connect on LinkedIn
</a>
</div>
</div>
<p class="text-gray-400 text-center mt-12">
© Frexity. Made in Hong Kong
</p>
</section>
</body>
</html>