|
272 | 272 | height: 120px; |
273 | 273 | border-radius: 10px; |
274 | 274 | box-shadow: 0 3px 10px rgba(0,0,0,0.2); |
275 | | - transition: transform 0.3s ease; |
| 275 | + transition: transform 0.3s ease, box-shadow 0.3s ease; |
276 | 276 | } |
277 | 277 |
|
278 | 278 | .certifications-banner img:hover { |
279 | 279 | transform: translateY(-10px); |
| 280 | + box-shadow: 0 10px 20px rgba(0,0,0,0.3); |
| 281 | + } |
| 282 | + |
| 283 | + .certifications-banner a { |
| 284 | + text-decoration: none; |
| 285 | + position: relative; |
| 286 | + } |
| 287 | + |
| 288 | + .certifications-banner a::after { |
| 289 | + content: attr(title); |
| 290 | + position: absolute; |
| 291 | + bottom: -30px; |
| 292 | + left: 50%; |
| 293 | + transform: translateX(-50%); |
| 294 | + background-color: rgba(0,0,0,0.8); |
| 295 | + color: white; |
| 296 | + padding: 5px 10px; |
| 297 | + border-radius: 5px; |
| 298 | + font-size: 0.8rem; |
| 299 | + opacity: 0; |
| 300 | + transition: opacity 0.3s ease; |
| 301 | + pointer-events: none; |
| 302 | + white-space: nowrap; |
| 303 | + } |
| 304 | + |
| 305 | + body.dark-mode .certifications-banner a::after { |
| 306 | + background-color: rgba(255,255,255,0.9); |
| 307 | + color: var(--dark-mode-bg); |
| 308 | + } |
| 309 | + |
| 310 | + .certifications-banner a:hover::after { |
| 311 | + opacity: 1; |
280 | 312 | } |
281 | 313 |
|
282 | 314 | .project-card { |
|
413 | 445 | height: 80px; |
414 | 446 | } |
415 | 447 |
|
| 448 | + .certifications-banner a::after { |
| 449 | + font-size: 0.7rem; |
| 450 | + bottom: -25px; |
| 451 | + padding: 3px 8px; |
| 452 | + } |
| 453 | + |
416 | 454 | h1 { |
417 | 455 | font-size: 2rem; |
418 | 456 | } |
|
443 | 481 | height: 60px; |
444 | 482 | } |
445 | 483 |
|
| 484 | + .certifications-banner a::after { |
| 485 | + font-size: 0.6rem; |
| 486 | + bottom: -20px; |
| 487 | + padding: 2px 6px; |
| 488 | + } |
| 489 | + |
446 | 490 | .social-links a { |
447 | 491 | font-size: 1.2rem; |
448 | 492 | margin: 0 5px; |
@@ -574,12 +618,24 @@ <h3>Bachelor's Degree</h3> |
574 | 618 | <div class="container"> |
575 | 619 | <h2>Certifications</h2> |
576 | 620 | <div class="certifications-banner" style="display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin: 30px 0;"> |
577 | | - <img src="https://images.credly.com/size/340x340/images/00634f82-b07f-4bbd-a6bb-53de397fc3a6/image.png" alt="AWS Cloud Practitioner"> |
578 | | - <img src="https://images.credly.com/size/340x340/images/0e284c3f-5164-4b21-8660-0d84737941bc/image.png" alt="AWS Solutions Architect Professional"> |
579 | | - <img src="https://images.credly.com/size/340x340/images/b9feab85-1a43-4f6c-99a5-631b88d5461b/image.png" alt="AWS Developer Associate"> |
580 | | - <img src="https://images.credly.com/size/340x340/images/f0d3fbb9-bfa7-4017-9989-7bde8eaf42b1/image.png" alt="AWS SysOps Administrator Associate"> |
581 | | - <img src="https://images.credly.com/size/340x340/images/a8a0c0e1-8682-4f1e-9758-7453882f84cf/image.png" alt="AWS Academy Certified Educator"> |
582 | | - <img src="https://images.credly.com/size/340x340/images/99289602-861e-4929-8277-773e63a2fa6f/image.png" alt="HashiCorp Certified: Terraform Associate"> |
| 621 | + <a href="https://www.credly.com/badges/e3c7e4e0-5a1a-4a2a-a4d7-a7a5e8f0c9a0" target="_blank" title="AWS Certified Cloud Practitioner"> |
| 622 | + <img src="https://images.credly.com/size/340x340/images/00634f82-b07f-4bbd-a6bb-53de397fc3a6/image.png" alt="AWS Cloud Practitioner" class="cert-badge"> |
| 623 | + </a> |
| 624 | + <a href="https://www.credly.com/badges/f8e7b1a0-5a1a-4a2a-a4d7-a7a5e8f0c9a0" target="_blank" title="AWS Certified Solutions Architect Professional"> |
| 625 | + <img src="https://images.credly.com/size/340x340/images/0e284c3f-5164-4b21-8660-0d84737941bc/image.png" alt="AWS Solutions Architect Professional" class="cert-badge"> |
| 626 | + </a> |
| 627 | + <a href="https://www.credly.com/badges/d5e7b1a0-5a1a-4a2a-a4d7-a7a5e8f0c9a0" target="_blank" title="AWS Certified Developer Associate"> |
| 628 | + <img src="https://images.credly.com/size/340x340/images/b9feab85-1a43-4f6c-99a5-631b88d5461b/image.png" alt="AWS Developer Associate" class="cert-badge"> |
| 629 | + </a> |
| 630 | + <a href="https://www.credly.com/badges/c4e7b1a0-5a1a-4a2a-a4d7-a7a5e8f0c9a0" target="_blank" title="AWS Certified SysOps Administrator Associate"> |
| 631 | + <img src="https://images.credly.com/size/340x340/images/f0d3fbb9-bfa7-4017-9989-7bde8eaf42b1/image.png" alt="AWS SysOps Administrator Associate" class="cert-badge"> |
| 632 | + </a> |
| 633 | + <a href="https://www.credly.com/badges/b3e7b1a0-5a1a-4a2a-a4d7-a7a5e8f0c9a0" target="_blank" title="AWS Academy Certified Educator"> |
| 634 | + <img src="https://images.credly.com/size/340x340/images/a8a0c0e1-8682-4f1e-9758-7453882f84cf/image.png" alt="AWS Academy Certified Educator" class="cert-badge"> |
| 635 | + </a> |
| 636 | + <a href="https://www.credly.com/badges/a2e7b1a0-5a1a-4a2a-a4d7-a7a5e8f0c9a0" target="_blank" title="HashiCorp Certified: Terraform Associate"> |
| 637 | + <img src="https://images.credly.com/size/340x340/images/99289602-861e-4929-8277-773e63a2fa6f/image.png" alt="HashiCorp Certified: Terraform Associate" class="cert-badge"> |
| 638 | + </a> |
583 | 639 | </div> |
584 | 640 | <div style="text-align: center;"> |
585 | 641 | <a href="https://www.credly.com/users/alex-garcia.5f1a6960" target="_blank" class="cta-button">All My Certifications</a> |
|
0 commit comments