-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
483 lines (478 loc) · 28.8 KB
/
index.html
File metadata and controls
483 lines (478 loc) · 28.8 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./src/output.css" rel="stylesheet" />
<link
rel="shortcut icon"
href="./src/favicon.ico"
type="image/x-icon"
/>
<title>Pedro Segura - github.io</title>
</head>
<body>
<div class="bg-white dark:bg-gray-900">
<main class="isolate">
<!-- Hero section -->
<div
class="relative isolate -z-10 bg-gray-100 dark:bg-gray-800"
>
<div class="overflow-hidden">
<div class="mx-auto max-w-7xl px-6 pb-24 pt-16 lg:px-8">
<div
class="mx-auto max-w-2xl gap-x-14 lg:mx-0 lg:flex lg:max-w-none lg:items-center"
>
<div
class="relative w-full lg:max-w-xl lg:shrink-0 xl:max-w-2xl"
>
<h1
class="text-5xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-7xl dark:text-white"
>
Hi there, I'm Pedro!
</h1>
<p
class="mt-8 text-lg font-medium text-pretty text-gray-500 w-full lg:max-w-md sm:text-xl/8 lg:max-w-none dark:text-gray-300"
>
I'm a proud dad and devoted husband,
balancing family life with my passion
for software engineering. Football is a
big part of my world—I love watching and
playing whenever I get the chance.
</p>
<p
class="mt-8 text-lg font-medium text-pretty text-gray-500 sm:max-w-md sm:text-xl/8 lg:max-w-none dark:text-gray-300"
>
I bring energy and passion to everything
I do, whether it’s coding, cheering for
my favorite team, or just enjoying life.
</p>
</div>
<div
class="grid grid-cols-2 gap-4 mt-8 lg:mt-0"
>
<img
class="w-full rounded-lg shadow"
src="./src/animated-picture-of-pedro.png"
alt="Animated picture of Pedro"
/>
<img
class="mt-4 w-full lg:mt-10 rounded-sm shadow dark:border-2 dark:border-gray-100/10 dark:shadow-lg"
src="./src/close-up-code-coding.jpg"
alt="Close up code coding"
/>
</div>
</div>
</div>
</div>
</div>
<!-- Logo cloud -->
<div class="bg-white py-20 sm:py-30 dark:bg-gray-700">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-2xl text-center">
<h2
class="text-4xl font-medium tracking-tight text-balance text-gray-900 sm:text-5xl dark:text-white"
>
How I Create Value
</h2>
<p
class="mt-2 text-lg/8 text-gray-600 dark:text-gray-300"
>
A showcase of the skills, techniques, and
creative tools I rely on to bring ideas to life
beautifully and effectively.
</p>
</div>
<div
class="mt-10 grid grid-cols-2 gap-2 overflow-hidden sm:mx-0 rounded-2xl md:grid-cols-3 lg:grid-cols-5"
>
<div
class="bg-gray-100 p-8 sm:p-10 dark:bg-gray-200 shadow-sm"
>
<img
src="./src/logos/Next.js.png"
alt="Next.js logo"
class="max-h-12 w-full object-contain"
/>
</div>
<div
class="bg-gray-100 p-8 sm:p-10 dark:bg-gray-200 shadow-sm"
>
<img
src="./src/logos/python-127-svgrepo-com.png"
alt="Python logo"
class="max-h-12 w-full object-contain"
/>
</div>
<div
class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm"
>
<img
src="./src/logos/Tailwind_CSS.png"
alt="Tailwind CSS logo"
class="max-h-12 w-full object-contain"
/>
</div>
<div
class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm"
>
<img
src="./src/logos/Cypress.io.png"
alt="Cypress.io logo"
class="max-h-12 w-full object-contain"
/>
</div>
<div
class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm"
>
<img
src="./src/logos/Git.png"
alt="Git logo"
class="max-h-12 w-full object-contain"
/>
</div>
<div
class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm"
>
<img
src="./src/logos/React.png"
alt="React logo"
class="max-h-12 w-full object-contain"
/>
</div>
<div
class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm"
>
<img
src="./src/logos/streamlit-mark-dark.png"
alt="Streamlit logo"
class="max-h-12 w-full object-contain"
/>
</div>
<div
class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm"
>
<img
src="./src/logos/Laravel.png"
alt="Laravel logo"
class="max-h-12 w-full object-contain"
/>
</div>
</div>
</div>
</div>
<!-- What I’ve Built -->
<div class="bg-gray-100 py-20 pb-40 sm:pt-30 dark:bg-gray-800">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-2xl text-center">
<h2
class="text-4xl font-semibold tracking-tight text-balance text-gray-900 sm:text-5xl dark:text-white"
>
What I’ve Built
</h2>
<p
class="mt-2 text-lg/8 text-gray-600 dark:text-gray-300"
>
Here’s a look at the work, projects, and
achievements I’ve been a part of, showing what
I’ve accomplished along the way.
</p>
</div>
<div
class="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-12 lg:mx-0 lg:max-w-none lg:grid-cols-3"
>
<div
class="overflow-hidden rounded-lg bg-white shadow-sm dark:bg-gray-700 dark:shadow-none dark:outline dark:-outline-offset-1 dark:outline-white/10"
>
<div>
<div
class="relative w-full bg-gradient-to-r from-slate-300 to-slate-500"
>
<img
src="./src/logos/cypress-axe-reporter.png"
alt="Design featuring Axe, Cypress.io and JavaScript logos"
class="aspect-video w-full object-cover sm:aspect-2/1 lg:aspect-3/2"
/>
</div>
<div
class="flex p-8 grow flex-col justify-between"
>
<div
class="flex items-center gap-x-2 text-xs"
>
<span
class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-600 dark:text-gray-300"
>javascript</span
>
<span
class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-600 dark:text-gray-300"
>axe-core</span
>
<span
class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-600 dark:text-gray-300"
>cypress.io</span
>
</div>
<div class="group relative grow">
<h3
class="mt-5 text-xl font-semibold text-gray-700 hover:underline underline-offset-2 decoration-[1px] decoration-gray-400 dark:text-white dark:group-hover:text-gray-300"
>
<a
href="https://www.npmjs.com/package/cypress-axe-reporter"
target="_blank"
>
<span
class="absolute inset-0"
></span>
Cypress-Axe-Reporter
</a>
</h3>
<p
class="mt-5 text-gray-600 dark:text-gray-400"
>
Cypress-Axe-Reporter is a
lightweight and user-friendly
tool that seamlessly integrates
with both Cypress and
Cypress-Axe to report
accessibility violations. It
automatically generates HTML
reports highlighting any issues
detected during testing, such as
missing alt text, poor color
contrast, or form accessibility
errors.
</p>
<div
class="flex mt-3 justify-between items-center text-gray-700 dark:text-gray-400"
>
<span
class="inline-flex items-center font-medium text-primary-600 dark:text-primary-500 hover:underline"
>
Read more
<svg
class="ml-2 w-4 h-4"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z"
clip-rule="evenodd"
></path>
</svg>
</span>
</div>
</div>
</div>
</div>
</div>
<div
class="overflow-hidden rounded-lg bg-white shadow-sm dark:bg-gray-700 dark:shadow-none dark:outline dark:-outline-offset-1 dark:outline-white/10"
>
<div>
<div
class="relative w-full bg-gradient-to-r from-slate-400 to-sky-300"
>
<img
src="./src/logos/conduce-en-estados-unidos.png"
alt="Design featuring Git, Next.js and Tailwind CSS logos"
class="aspect-video w-full object-cover sm:aspect-2/1 lg:aspect-3/2"
/>
</div>
<div
class="flex p-8 grow flex-col justify-between"
>
<div
class="flex items-center gap-x-2 text-xs"
>
<span
class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-600 dark:text-gray-300"
>next.js</span
>
<span
class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-600 dark:text-gray-300"
>tailwind</span
>
</div>
<div class="group relative grow">
<h3
class="mt-5 text-xl font-semibold text-gray-700 hover:underline underline-offset-2 decoration-[1px] decoration-gray-400 dark:text-white dark:group-hover:text-gray-300"
>
<a
href="https://www.conduceenestadosunidos.com/"
target="_blank"
>
<span
class="absolute inset-0"
></span>
Pass Your Permit – Spanish
</a>
</h3>
<p
class="mt-5 text-gray-600 dark:text-gray-400"
>
Powered by AI, this platform
offers a realistic driving exam
experience designed to support
the Hispanic community. Practice
with flexible question settings,
adjusting the number of
questions to your skill level
and pace. All content is 100% in
Spanish, ensuring clear
understanding without language
barriers.
</p>
<div
class="flex mt-3 justify-between items-center text-gray-700 dark:text-gray-400"
>
<span
class="inline-flex items-center font-medium text-primary-600 dark:text-primary-500 hover:underline"
>
Read more
<svg
class="ml-2 w-4 h-4"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z"
clip-rule="evenodd"
></path>
</svg>
</span>
</div>
</div>
</div>
</div>
</div>
<div
class="overflow-hidden rounded-lg bg-white shadow-sm dark:bg-gray-700 dark:shadow-none dark:outline dark:-outline-offset-1 dark:outline-white/10"
>
<div>
<div
class="relative w-full bg-gradient-to-r from-emerald-500 to-emerald-900"
>
<img
src="./src/logos/ai-summarizer.png"
alt="Design featuring Git, Next.js and Tailwind CSS logos"
class="aspect-video w-full object-cover sm:aspect-2/1 lg:aspect-3/2"
/>
</div>
<div
class="flex p-8 grow flex-col justify-between"
>
<div
class="flex items-center gap-x-2 text-xs"
>
<span
class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-600 dark:text-gray-300"
>python</span
>
<span
class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-600 dark:text-gray-300"
>streamlit</span
>
<span
class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-600 dark:text-gray-300"
>hugging face</span
>
</div>
<div class="group relative grow">
<h3
class="mt-5 text-xl font-semibold text-gray-700 hover:underline underline-offset-2 decoration-[1px] decoration-gray-400 dark:text-white dark:group-hover:text-gray-300"
>
<a
href="https://ai-summarizer-psegurap.streamlit.app/"
target="_blank"
>
<span
class="absolute inset-0"
></span>
AI Summarizer
</a>
</h3>
<p
class="mt-5 text-gray-600 dark:text-gray-400"
>
An open-source AI text
summarization project focused on
transparency, reliability, and
ease of use. Built with Python,
Streamlit, and Hugging Face to
summarize text or documents in
seconds. Lightweight,
customizable, and designed to be
easy to run, extend, deploy, and
integrate into workflows.
</p>
<div
class="flex mt-3 justify-between items-center text-gray-700 dark:text-gray-400"
>
<span
class="inline-flex items-center font-medium text-primary-600 dark:text-primary-500 hover:underline"
>
Read more
<svg
class="ml-2 w-4 h-4"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z"
clip-rule="evenodd"
></path>
</svg>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer
class="fixed bottom-0 left-0 z-20 w-full p-4 bg-white border-t border-gray-200 shadow-sm md:flex md:items-center md:justify-between md:p-6 dark:bg-gray-800 dark:border-gray-600"
>
<span
class="text-sm text-gray-500 sm:text-center dark:text-gray-400"
>© 2025 Pedro Segura. All Rights Reserved.
</span>
<ul
class="flex flex-wrap items-center mt-3 text-sm font-medium text-gray-500 dark:text-gray-400 sm:mt-0"
>
<li>
<a
href="https://github.com/psegurap"
class="hover:underline me-4 md:me-6"
>github</a
>
</li>
<li>
<a
href="https://www.npmjs.com/~psegurap"
class="hover:underline me-4 md:me-6"
>npm</a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/pedro-segura01/"
class="hover:underline me-4 md:me-6"
>linkedin</a
>
</li>
</ul>
</footer>
</div>
</body>
</html>