-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
491 lines (487 loc) · 13.5 KB
/
index.html
File metadata and controls
491 lines (487 loc) · 13.5 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
484
485
486
487
488
489
490
491
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Webcrumbs Plugin</title>
<style>
@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css);
/*! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
border: 0 solid #e5e7eb;
box-sizing: border-box;
}
:after,
:before {
--tw-content: "";
}
:host,
html {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
font-family: Open Sans, ui-sans-serif, system-ui, sans-serif,
Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
font-feature-settings: normal;
font-variation-settings: normal;
-moz-tab-size: 4;
tab-size: 4;
-webkit-tap-highlight-color: transparent;
}
body {
line-height: inherit;
margin: 0;
}
hr {
border-top-width: 1px;
color: inherit;
height: 0;
}
abbr:where([title]) {
text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
a {
color: inherit;
text-decoration: inherit;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
pre,
samp {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
Liberation Mono, Courier New, monospace;
font-feature-settings: normal;
font-size: 1em;
font-variation-settings: normal;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
table {
border-collapse: collapse;
border-color: inherit;
text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font-family: inherit;
font-feature-settings: inherit;
font-size: 100%;
font-variation-settings: inherit;
font-weight: inherit;
letter-spacing: inherit;
line-height: inherit;
margin: 0;
padding: 0;
}
button,
select {
text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
-webkit-appearance: button;
background-color: transparent;
background-image: none;
}
:-moz-focusring {
outline: auto;
}
:-moz-ui-invalid {
box-shadow: none;
}
progress {
vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
summary {
display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
}
fieldset,
legend {
padding: 0;
}
menu,
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}
dialog {
padding: 0;
}
textarea {
resize: vertical;
}
input::placeholder,
textarea::placeholder {
color: #9ca3af;
opacity: 1;
}
[role="button"],
button {
cursor: pointer;
}
:disabled {
cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
display: block;
vertical-align: middle;
}
img,
video {
height: auto;
max-width: 100%;
}
[hidden] {
display: none;
}
*,
:after,
:before {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgba(59, 130, 246, 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgba(59, 130, 246, 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
#webcrumbs .flex {
display: flex;
}
#webcrumbs .h-\[100px\] {
height: 100px;
}
#webcrumbs .w-\[100px\] {
width: 100px;
}
#webcrumbs .w-\[600px\] {
width: 600px;
}
#webcrumbs .flex-row {
flex-direction: row;
}
#webcrumbs .items-center {
align-items: center;
}
#webcrumbs .justify-end {
justify-content: flex-end;
}
#webcrumbs .justify-between {
justify-content: space-between;
}
#webcrumbs .gap-4 {
gap: 16px;
}
#webcrumbs :is(.space-x-4 > :not([hidden]) ~ :not([hidden])) {
--tw-space-x-reverse: 0;
margin-left: calc(16px * (1 - var(--tw-space-x-reverse)));
margin-right: calc(16px * var(--tw-space-x-reverse));
}
#webcrumbs :is(.space-x-6 > :not([hidden]) ~ :not([hidden])) {
--tw-space-x-reverse: 0;
margin-left: calc(24px * (1 - var(--tw-space-x-reverse)));
margin-right: calc(24px * var(--tw-space-x-reverse));
}
#webcrumbs :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-bottom: calc(16px * var(--tw-space-y-reverse));
margin-top: calc(16px * (1 - var(--tw-space-y-reverse)));
}
#webcrumbs :is(.space-y-6 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-bottom: calc(24px * var(--tw-space-y-reverse));
margin-top: calc(24px * (1 - var(--tw-space-y-reverse)));
}
#webcrumbs .rounded-full {
border-radius: 9999px;
}
#webcrumbs .rounded-lg {
border-radius: 24px;
}
#webcrumbs .bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#webcrumbs .object-contain {
object-fit: contain;
}
#webcrumbs .p-6 {
padding: 24px;
}
#webcrumbs .font-sans {
font-family: Open Sans, ui-sans-serif, system-ui, sans-serif,
Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
#webcrumbs .font-title {
font-family: Lato, ui-sans-serif, system-ui, sans-serif,
Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
#webcrumbs .text-2xl {
font-size: 24px;
line-height: 31.200000000000003px;
}
#webcrumbs .text-neutral-950 {
--tw-text-opacity: 1;
color: rgb(40 40 40 / var(--tw-text-opacity));
}
#webcrumbs .text-primary-950 {
--tw-text-opacity: 1;
color: rgb(34 1 116 / var(--tw-text-opacity));
}
#webcrumbs .shadow-lg {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
0 4px 6px -4px rgba(0, 0, 0, 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#webcrumbs {
font-family: Open Sans !important;
font-size: 16px !important;
}
body {
line-height: inherit;
padding: 24px;
display: flex;
flex-direction: column;
min-width: 100vw;
min-height: 100vh;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #ffffff, #d4d4d4);
}
</style>
</head>
<body>
<div id="webcrumbs">
<div
class="w-[600px] bg-white shadow-lg rounded-lg p-6 text-neutral-950 font-sans space-y-6"
>
<div class="flex items-center space-x-6">
<img
src="https://tools-api.webcrumbs.org/image-placeholder/100/100/avatars/1"
alt="Profile Picture"
class="w-[100px] h-[100px] rounded-full object-contain"
/>
<div>
<h1 class="text-2xl font-title text-primary-950">
Frontend Developer Specializing in AI-Powered Applications
</h1>
</div>
</div>
<div class="space-y-4">
<p>
As a skilled frontend developer with expertise in modern frameworks
like React and Vue.js, I am dedicated to crafting intuitive,
user-centric interfaces that elevate the digital experience. My
technical strengths lie in developing responsive, accessible designs
and seamlessly integrating AI technologies into web applications to
create innovative solutions that empower users.
</p>
<p>
Over my career, I've leveraged AI capabilities to enhance
projects like dynamic data visualization dashboards, intelligent
recommendation systems, and conversational AI chatbots—delivering
impactful and efficient tools for users. I am passionate about
bridging the gap between cutting-edge AI technologies and
exceptional user experience design.
</p>
<p>
Beyond my technical proficiency, I thrive in collaborative
environments where teamwork and creative problem-solving lead to
meaningful outcomes. Whether working independently or as part of a
team, I bring dedication, curiosity, and a forward-thinking mindset
to every project I undertake.
</p>
</div>
<div class="flex justify-end space-x-4">
<a href="#" aria-label="LinkedIn">
<i class="fa-brands fa-linkedin text-primary-950 text-2xl"></i>
</a>
<a href="#" aria-label="GitHub">
<i class="fa-brands fa-github text-primary-950 text-2xl"></i>
</a>
<a href="#" aria-label="Twitter">
<i class="fa-brands fa-twitter text-primary-950 text-2xl"></i>
</a>
</div>
</div>
</div>
</body>
</html>