-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
597 lines (531 loc) · 24.4 KB
/
Copy pathindex.html
File metadata and controls
597 lines (531 loc) · 24.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>América BH - Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Outfit', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: #fafafa;
min-height: 100vh;
padding: 40px 20px;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
/* ── HEADER ── */
header {
text-align: center;
margin-bottom: 40px;
}
h1 {
font-size: 48px;
margin-bottom: 10px;
font-weight: 800;
letter-spacing: 1px;
background: linear-gradient(90deg, #f44496 0%, #f44496 35%, #f85a8d 45%, #fb7a79 55%, #fd9961 65%, #f17c36 75%, #f17c36 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.subtitle {
font-size: 20px;
color: #523752;
font-weight: 400;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
.intro-text {
font-size: 17px;
color: #523752;
font-weight: 300;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
opacity: 0.85;
}
/* ── NAV CHIPS ── */
.nav-chips {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
margin-bottom: 60px;
padding: 20px 0;
}
.chip {
color: white;
padding: 12px 28px;
border-radius: 25px;
text-decoration: none;
font-weight: 700;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease;
}
.chip:hover { transform: translateY(-3px); }
.chip.tools { background: linear-gradient(135deg, #f44496 0%, #ff6b9d 100%); box-shadow: 0 4px 15px rgba(244,68,150,0.3); }
.chip.apps { background: linear-gradient(135deg, #f17c36 0%, #ff9656 100%); box-shadow: 0 4px 15px rgba(241,124,54,0.4); }
.chip.websites { background: linear-gradient(135deg, #f44496 0%, #f17c36 100%); box-shadow: 0 4px 15px rgba(244,68,150,0.3); }
.chip.components { background: linear-gradient(135deg, #f17c36 0%, #ff9656 100%); box-shadow: 0 4px 15px rgba(241,124,54,0.3); }
/* ── SECTIONS ── */
section {
display: block;
width: 100%;
margin-bottom: 70px;
}
.section-title {
color: #523752;
font-size: 28px;
margin-bottom: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
padding-bottom: 15px;
}
.section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 3px;
border-radius: 2px;
}
/* Pink sections (Tools & Websites) */
#tools .section-title::after { background: #f44496; }
#websites .section-title::after { background: #f44496; }
/* Orange sections (Apps & Components) */
#apps .section-title::after { background: #f17c36; }
#components .section-title::after { background: #f17c36; }
.section-description {
color: #523752;
font-size: 16px;
margin-bottom: 30px;
font-weight: 400;
opacity: 0.8;
font-style: italic;
}
/* ── GRID ── */
.projects-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 30px;
}
/* ── CARDS ── */
.project-card {
background: white;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
border: 2px solid #f7fafc;
}
.project-card:hover {
transform: translateY(-10px);
box-shadow: 0 12px 35px rgba(0,0,0,0.15);
border-color: #e2e8f0;
}
.project-header {
padding: 30px;
color: white;
position: relative;
overflow: hidden;
}
.project-header::before {
content: '';
position: absolute;
top: -50%; right: -50%;
width: 200%; height: 200%;
background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
pointer-events: none;
}
/* Pink card headers (Tools & Websites) */
#tools .project-header { background: linear-gradient(135deg, #f44496 0%, #ff6b9d 100%); }
#websites .project-header { background: linear-gradient(135deg, #f44496 0%, #ff6b9d 100%); }
/* Orange card headers (Apps & Components) */
#apps .project-header { background: linear-gradient(135deg, #f17c36 0%, #ff9656 100%); }
#components .project-header { background: linear-gradient(135deg, #f17c36 0%, #ff9656 100%); }
.project-name {
font-size: 24px;
font-weight: 700;
margin-bottom: 8px;
position: relative;
z-index: 1;
}
.project-type {
font-size: 13px;
opacity: 0.95;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
position: relative;
z-index: 1;
}
.project-body {
padding: 28px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.project-description {
color: #523752;
line-height: 1.7;
margin-bottom: 20px;
font-size: 15px;
flex-grow: 1;
}
.project-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: auto;
}
.tag {
background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
padding: 7px 14px;
border-radius: 20px;
font-size: 12px;
color: #523752;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
border: 1px solid #e2e8f0;
transition: all 0.3s ease;
}
.tag:hover {
background: linear-gradient(135deg, #f44496 0%, #f17c36 100%);
color: white;
transform: scale(1.05);
border-color: transparent;
}
/* ── FOOTER ── */
footer {
text-align: center;
color: #523752;
margin-top: 40px;
padding-top: 40px;
border-top: 2px solid #e2e8f0;
}
.footer-content {
font-size: 15px;
margin-bottom: 20px;
}
.footer-links {
display: flex;
justify-content: center;
gap: 35px;
flex-wrap: wrap;
}
.footer-link {
color: #f44496;
text-decoration: none;
font-weight: 600;
font-size: 16px;
transition: all 0.3s ease;
position: relative;
padding: 5px 0;
}
.footer-link::after {
content: '';
position: absolute;
bottom: 0; left: 0;
width: 0; height: 2px;
background: linear-gradient(135deg, #f44496 0%, #f17c36 100%);
transition: width 0.3s ease;
}
.footer-link:hover::after { width: 100%; }
.footer-link:hover { color: #f17c36; }
/* ── RESPONSIVE ── */
@media (max-width: 768px) {
h1 { font-size: 36px; }
.subtitle { font-size: 18px; }
.section-title { font-size: 24px; }
.projects-grid { grid-template-columns: 1fr; gap: 25px; }
.nav-chips { gap: 12px; }
.chip { padding: 10px 20px; font-size: 14px; }
}
@media (max-width: 480px) {
body { padding: 30px 15px; }
h1 { font-size: 32px; }
.project-header { padding: 25px; }
.project-body { padding: 22px; }
}
html { scroll-behavior: smooth; }
section { scroll-margin-top: 20px; }
</style>
</head>
<body>
<div class="container">
<!-- HEADER -->
<header>
<h1>América BH</h1>
<p class="subtitle">Digital Strategist · UX-driven Web Developer</p>
<p class="intro-text">Building digital solutions that bridge strategic thinking with technical execution. Currently developing coding fluency through an MSc in Web Development.</p>
</header>
<!-- NAV CHIPS -->
<nav class="nav-chips">
<a href="#tools" class="chip tools">Tools</a>
<a href="#apps" class="chip apps">Apps</a>
<a href="#websites" class="chip websites">Websites</a>
<a href="#components" class="chip components">Components</a>
</nav>
<!-- ═══════════════════════════════════════════════════ -->
<!-- TOOLS — PINK -->
<!-- ═══════════════════════════════════════════════════ -->
<section id="tools">
<h2 class="section-title">Tools</h2>
<p class="section-description">Utility tools and mini-apps built to solve real problems.</p>
<div class="projects-grid">
<a href="tools/image-format-converter.html" class="project-card">
<div class="project-header">
<div class="project-name">Image Format Converter</div>
<div class="project-type">HTML/CSS/JS Tool</div>
</div>
<div class="project-body">
<p class="project-description">Convert images between formats — PNG, JPG, WebP and more — directly in the browser. No uploads, no server, no waiting. Fast and privacy-friendly.</p>
<div class="project-tags">
<span class="tag">Images</span>
<span class="tag">Converter</span>
<span class="tag">JavaScript</span>
</div>
</div>
</a>
<a href="tools/url_encoder_decoder.html" class="project-card">
<div class="project-header">
<div class="project-name">URL Encoder / Decoder</div>
<div class="project-type">HTML/CSS/JS Tool</div>
</div>
<div class="project-body">
<p class="project-description">A simple tool to encode and decode URLs instantly. Useful for developers handling query strings, API requests, and special characters in web addresses.</p>
<div class="project-tags">
<span class="tag">Dev Tool</span>
<span class="tag">Utility</span>
<span class="tag">JavaScript</span>
</div>
</div>
</a>
<a href="tools/calculator.html" class="project-card">
<div class="project-header">
<div class="project-name">Calculator</div>
<div class="project-type">HTML/CSS/JS Tool</div>
</div>
<div class="project-body">
<p class="project-description">A clean, functional calculator for everyday arithmetic. Built with a focus on usability and a minimal interface that works seamlessly across devices.</p>
<div class="project-tags">
<span class="tag">Math</span>
<span class="tag">JavaScript</span>
<span class="tag">Utility</span>
</div>
</div>
</a>
<a href="tools/grading_system.html" class="project-card">
<div class="project-header">
<div class="project-name">Grading System</div>
<div class="project-type">HTML/CSS/JS Tool</div>
</div>
<div class="project-body">
<p class="project-description">A grade calculator that computes weighted scores and letter grades. A practical academic tool for students tracking their performance across modules.</p>
<div class="project-tags">
<span class="tag">Academic</span>
<span class="tag">Calculator</span>
<span class="tag">JavaScript</span>
</div>
</div>
</a>
<a href="tools/password-strength-checker.html" class="project-card">
<div class="project-header">
<div class="project-name">Password Strength Checker</div>
<div class="project-type">HTML/CSS/JS Tool</div>
</div>
<div class="project-body">
<p class="project-description">A real-time tool that evaluates password strength based on length, complexity, and character variety. Gives instant visual feedback to encourage better security habits.</p>
<div class="project-tags">
<span class="tag">Security</span>
<span class="tag">Real-time</span>
<span class="tag">JavaScript</span>
</div>
</div>
</a>
</div>
</section>
<!-- ═══════════════════════════════════════════════════ -->
<!-- APPS — ORANGE -->
<!-- ═══════════════════════════════════════════════════ -->
<section id="apps">
<h2 class="section-title">Apps</h2>
<p class="section-description">Interactive applications and full experiences.</p>
<div class="projects-grid">
<a href="apps/apa-generator.html" class="project-card">
<div class="project-header">
<div class="project-name">APA Generator</div>
<div class="project-type">HTML/CSS/JS App</div>
</div>
<div class="project-body">
<p class="project-description">A citation generator that formats references in APA style automatically. Simplifies academic writing by producing ready-to-use citations from user inputs.</p>
<div class="project-tags">
<span class="tag">Academic</span>
<span class="tag">Generator</span>
<span class="tag">JavaScript</span>
</div>
</div>
</a>
<a href="apps/color_palette_picker.html" class="project-card">
<div class="project-header">
<div class="project-name">Colour Palette Picker</div>
<div class="project-type">HTML/CSS/JS App</div>
</div>
<div class="project-body">
<p class="project-description">An interactive tool for exploring and building colour palettes. Pick, preview, and export colours for use in your design and development projects.</p>
<div class="project-tags">
<span class="tag">Design</span>
<span class="tag">Colour</span>
<span class="tag">Interactive</span>
</div>
</div>
</a>
<a href="apps/harvard_referencing.html" class="project-card">
<div class="project-header">
<div class="project-name">Harvard Referencing</div>
<div class="project-type">HTML/CSS/JS App</div>
</div>
<div class="project-body">
<p class="project-description">A referencing tool that generates Harvard-style citations from structured inputs. A practical companion for students and researchers managing bibliographies.</p>
<div class="project-tags">
<span class="tag">Academic</span>
<span class="tag">Generator</span>
<span class="tag">JavaScript</span>
</div>
</div>
</a>
</div>
</section>
<!-- ═══════════════════════════════════════════════════ -->
<!-- WEBSITES — PINK -->
<!-- ═══════════════════════════════════════════════════ -->
<section id="websites">
<h2 class="section-title">Websites</h2>
<p class="section-description">Full websites — corporate, responsive, accessible.</p>
<div class="projects-grid">
<a href="websites/digital-solutions-website.html" class="project-card">
<div class="project-header">
<div class="project-name">Digital Solutions</div>
<div class="project-type">Full Website</div>
</div>
<div class="project-body">
<p class="project-description">A complete corporate website for a digital solutions agency. Showcases services, case studies, and contact — built with clean layout, responsive design, and accessible markup.</p>
<div class="project-tags">
<span class="tag">Corporate</span>
<span class="tag">Responsive</span>
<span class="tag">Accessible</span>
<span class="tag">Full-site</span>
</div>
</div>
</a>
<a href="websites/designer-portfolio.html" class="project-card">
<div class="project-header">
<div class="project-name">Paola Setic — Designer Portfolio</div>
<div class="project-type">Full Website</div>
</div>
<div class="project-body">
<p class="project-description">A single-page portfolio for a graphic designer — brand identity showcase, service breakdown, filterable project gallery, and a live interactive project-price estimator with an FAQ accordion.</p>
<div class="project-tags">
<span class="tag">Branding</span>
<span class="tag">Portfolio</span>
<span class="tag">JavaScript</span>
<span class="tag">Responsive</span>
</div>
</div>
</a>
</div>
</section>
<!-- ═══════════════════════════════════════════════════ -->
<!-- COMPONENTS — ORANGE -->
<!-- ═══════════════════════════════════════════════════ -->
<section id="components">
<h2 class="section-title">Components</h2>
<p class="section-description">Reusable UI elements ready to implement in websites.</p>
<div class="projects-grid">
<a href="components/coming-soon.html" class="project-card">
<div class="project-header">
<div class="project-name">Coming Soon Page</div>
<div class="project-type">HTML/CSS Component</div>
</div>
<div class="project-body">
<p class="project-description">A polished coming soon / launch page component with countdown or placeholder layout. Clean, responsive, and ready to customise for any upcoming project.</p>
<div class="project-tags">
<span class="tag">Landing Page</span>
<span class="tag">Responsive</span>
<span class="tag">Modern CSS</span>
</div>
</div>
</a>
<a href="components/profile-card.html" class="project-card">
<div class="project-header">
<div class="project-name">Profile Card</div>
<div class="project-type">HTML/CSS Component</div>
</div>
<div class="project-body">
<p class="project-description">A clean, responsive profile card component with modern CSS techniques. Uses flexbox layouts and smooth transitions for a polished look in user interfaces.</p>
<div class="project-tags">
<span class="tag">Responsive</span>
<span class="tag">Flexbox</span>
<span class="tag">Gradients</span>
<span class="tag">Modern CSS</span>
</div>
</div>
</a>
<a href="components/interactive-cards.html" class="project-card">
<div class="project-header">
<div class="project-name">Interactive Cards</div>
<div class="project-type">HTML/CSS/JS Component</div>
</div>
<div class="project-body">
<p class="project-description">Card components with 3D hover effects and smooth animations. A fun showcase of CSS transforms and JavaScript interactivity for engaging user experiences.</p>
<div class="project-tags">
<span class="tag">3D Effects</span>
<span class="tag">Animations</span>
<span class="tag">Interactive</span>
<span class="tag">JavaScript</span>
</div>
</div>
</a>
<a href="components/timeline-career.html" class="project-card">
<div class="project-header">
<div class="project-name">Career Timeline</div>
<div class="project-type">HTML/CSS/JS Component</div>
</div>
<div class="project-body">
<p class="project-description">An interactive horizontal timeline to showcase career milestones. Click each stop to expand details, drag to scroll, and navigate with arrow buttons. Clean neutral aesthetic with smooth animations.</p>
<div class="project-tags">
<span class="tag">Timeline</span>
<span class="tag">Interactive</span>
<span class="tag">Animations</span>
<span class="tag">JavaScript</span>
</div>
</div>
</a>
</div>
</section>
<!-- FOOTER -->
<footer>
<p class="footer-content">Built with curiosity and caffeine · América Bernal 2025</p>
<div class="footer-links">
<a href="https://www.americabernal.com" target="_blank" class="footer-link">Portfolio</a>
<a href="https://www.linkedin.com/in/americabernal" target="_blank" class="footer-link">LinkedIn</a>
<a href="https://github.com/amerique82" target="_blank" class="footer-link">GitHub</a>
</div>
</footer>
</div>
</body>
</html>