|
1 | 1 | <!DOCTYPE html> |
2 | | -<html class="light"> |
| 2 | +<html > |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
15 | 15 | <div class="bg-white dark:bg-gray-900"> |
16 | 16 | <main class="isolate"> |
17 | 17 | <!-- Hero section --> |
18 | | - <div class="relative isolate -z-10 bg-gray-100"> |
| 18 | + <div |
| 19 | + class="relative isolate -z-10 bg-gray-100 dark:bg-gray-800" |
| 20 | + > |
19 | 21 | <div class="overflow-hidden"> |
20 | 22 | <div class="mx-auto max-w-7xl px-6 pb-24 pt-16 lg:px-8"> |
21 | 23 | <div |
|
30 | 32 | Hi there, I'm Pedro! |
31 | 33 | </h1> |
32 | 34 | <p |
33 | | - 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-400" |
| 35 | + 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" |
34 | 36 | > |
35 | 37 | I'm a proud dad and devoted husband, |
36 | 38 | balancing family life with my passion |
|
39 | 41 | playing whenever I get the chance. |
40 | 42 | </p> |
41 | 43 | <p |
42 | | - 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-400" |
| 44 | + 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" |
43 | 45 | > |
44 | 46 | I bring energy and passion to everything |
45 | 47 | I do, whether it’s coding, cheering for |
|
55 | 57 | alt="Animated picture of Pedro" |
56 | 58 | /> |
57 | 59 | <img |
58 | | - class="mt-4 w-full lg:mt-10 rounded-lg shadow" |
| 60 | + class="mt-4 w-full lg:mt-10 rounded-sm shadow dark:border-2 dark:border-gray-100/10 dark:shadow-lg" |
59 | 61 | src="./src/close-up-code-coding.jpg" |
60 | 62 | alt="Close up code coding" |
61 | 63 | /> |
|
66 | 68 | </div> |
67 | 69 |
|
68 | 70 | <!-- Logo cloud --> |
69 | | - <div class="bg-white py-20 sm:py-30 dark:bg-gray-900"> |
| 71 | + <div class="bg-white py-20 sm:py-30 dark:bg-gray-700"> |
70 | 72 | <div class="mx-auto max-w-7xl px-6 lg:px-8"> |
71 | 73 | <div class="mx-auto max-w-2xl text-center"> |
72 | 74 | <h2 |
|
86 | 88 | class="mt-10 grid grid-cols-2 gap-2 overflow-hidden sm:mx-0 rounded-2xl md:grid-cols-3 lg:grid-cols-6" |
87 | 89 | > |
88 | 90 | <div |
89 | | - class="bg-gray-100 p-8 sm:p-10 dark:bg-white/5 shadow-sm" |
| 91 | + class="bg-gray-100 p-8 sm:p-10 dark:bg-gray-200 shadow-sm" |
90 | 92 | > |
91 | 93 | <img |
92 | 94 | src="./src/logos/Next.js.png" |
93 | 95 | alt="Next.js logo" |
94 | | - class="max-h-12 w-full object-contain dark:hidden" |
| 96 | + class="max-h-12 w-full object-contain" |
95 | 97 | /> |
96 | 98 | </div> |
97 | 99 | <div |
98 | | - class="bg-gray-100 p-6 sm:p-10 dark:bg-white/5 shadow-sm" |
| 100 | + class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm" |
99 | 101 | > |
100 | 102 | <img |
101 | 103 | src="./src/logos/Tailwind_CSS.png" |
102 | 104 | alt="Tailwind CSS logo" |
103 | | - class="max-h-12 w-full object-contain dark:hidden" |
| 105 | + class="max-h-12 w-full object-contain" |
104 | 106 | /> |
105 | 107 | </div> |
106 | 108 | <div |
107 | | - class="bg-gray-100 p-6 sm:p-10 dark:bg-white/5 shadow-sm" |
| 109 | + class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm" |
108 | 110 | > |
109 | 111 | <img |
110 | 112 | src="./src/logos/Cypress.io.png" |
111 | 113 | alt="Cypress.io logo" |
112 | | - class="max-h-12 w-full object-contain dark:hidden" |
| 114 | + class="max-h-12 w-full object-contain" |
113 | 115 | /> |
114 | 116 | </div> |
115 | 117 | <div |
116 | | - class="bg-gray-100 p-6 sm:p-10 dark:bg-white/5 shadow-sm" |
| 118 | + class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm" |
117 | 119 | > |
118 | 120 | <img |
119 | 121 | src="./src/logos/Git.png" |
120 | 122 | alt="Git logo" |
121 | | - class="max-h-12 w-full object-contain dark:hidden" |
| 123 | + class="max-h-12 w-full object-contain" |
122 | 124 | /> |
123 | 125 | </div> |
124 | 126 | <div |
125 | | - class="bg-gray-100 p-6 sm:p-10 dark:bg-white/5 shadow-sm" |
| 127 | + class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm" |
126 | 128 | > |
127 | 129 | <img |
128 | 130 | src="./src/logos/React.png" |
129 | 131 | alt="React logo" |
130 | | - class="max-h-12 w-full object-contain dark:hidden" |
| 132 | + class="max-h-12 w-full object-contain" |
131 | 133 | /> |
132 | 134 | </div> |
133 | 135 | <div |
134 | | - class="bg-gray-100 p-6 sm:p-10 dark:bg-white/5 shadow-sm" |
| 136 | + class="bg-gray-100 p-6 sm:p-10 dark:bg-gray-200 shadow-sm" |
135 | 137 | > |
136 | 138 | <img |
137 | 139 | src="./src/logos/Laravel.png" |
138 | 140 | alt="Laravel logo" |
139 | | - class="max-h-12 w-full object-contain dark:hidden" |
| 141 | + class="max-h-12 w-full object-contain" |
140 | 142 | /> |
141 | 143 | </div> |
142 | 144 | </div> |
143 | 145 | </div> |
144 | 146 | </div> |
145 | 147 |
|
146 | 148 | <!-- What I’ve Built --> |
147 | | - <div class="bg-gray-100 py-20 pb-40 sm:pt-30 dark:bg-gray-900"> |
| 149 | + <div class="bg-gray-100 py-20 pb-40 sm:pt-30 dark:bg-gray-800"> |
148 | 150 | <div class="mx-auto max-w-7xl px-6 lg:px-8"> |
149 | 151 | <div class="mx-auto max-w-2xl text-center"> |
150 | 152 | <h2 |
|
164 | 166 | 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" |
165 | 167 | > |
166 | 168 | <div |
167 | | - class="overflow-hidden rounded-lg bg-white shadow-sm dark:bg-gray-800/50 dark:shadow-none dark:outline dark:-outline-offset-1 dark:outline-white/10" |
| 169 | + 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" |
168 | 170 | > |
169 | 171 | <div> |
170 | 172 | <div |
|
173 | 175 | <img |
174 | 176 | src="./src/logos/cypress-axe-reporter.png" |
175 | 177 | alt="Design featuring Axe, Cypress.io and JavaScript logos" |
176 | | - class="aspect-video w-full bg-white-100 object-cover sm:aspect-2/1 lg:aspect-3/2 dark:bg-gray-800" |
| 178 | + class="aspect-video w-full object-cover sm:aspect-2/1 lg:aspect-3/2" |
177 | 179 | /> |
178 | 180 | </div> |
179 | 181 | <div |
|
183 | 185 | class="flex items-center gap-x-2 text-xs" |
184 | 186 | > |
185 | 187 | <span |
186 | | - class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-700 dark:text-gray-300" |
| 188 | + 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" |
187 | 189 | >axe-core</span |
188 | 190 | > |
189 | 191 | <span |
190 | | - class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-700 dark:text-gray-300" |
| 192 | + 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" |
191 | 193 | >cypress.io</span |
192 | 194 | > |
193 | 195 | </div> |
|
248 | 250 | </div> |
249 | 251 |
|
250 | 252 | <div |
251 | | - class="overflow-hidden rounded-lg bg-white shadow-sm dark:bg-gray-800/50 dark:shadow-none dark:outline dark:-outline-offset-1 dark:outline-white/10" |
| 253 | + 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" |
252 | 254 | > |
253 | 255 | <div> |
254 | 256 | <div |
|
257 | 259 | <img |
258 | 260 | src="./src/logos/conduce-en-estados-unidos.png" |
259 | 261 | alt="Design featuring Git, Next.js and Tailwind CSS logos" |
260 | | - class="aspect-video w-full bg-white-100 object-cover sm:aspect-2/1 lg:aspect-3/2 dark:bg-gray-800" |
| 262 | + class="aspect-video w-full object-cover sm:aspect-2/1 lg:aspect-3/2" |
261 | 263 | /> |
262 | 264 | </div> |
263 | 265 | <div |
|
267 | 269 | class="flex items-center gap-x-2 text-xs" |
268 | 270 | > |
269 | 271 | <span |
270 | | - class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-700 dark:text-gray-300" |
| 272 | + 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" |
271 | 273 | >next.js</span |
272 | 274 | > |
273 | 275 | <span |
274 | | - class="bg-gray-100 text-gray-600 text-xs font-medium px-2.5 py-0.5 rounded-sm dark:bg-gray-700 dark:text-gray-300" |
| 276 | + 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" |
275 | 277 | >tailwind</span |
276 | 278 | > |
277 | 279 | </div> |
|
0 commit comments