Update index.html
Browse files- index.html +5 -3
index.html
CHANGED
|
@@ -348,9 +348,8 @@
|
|
| 348 |
|
| 349 |
<div class="section-divider"></div>
|
| 350 |
|
| 351 |
-
|
| 352 |
-
<!--
|
| 353 |
-
|
| 354 |
<div class="bg-black bg-opacity-40 rounded-xl p-8 border border-gray-800 hover:border-gold-500 transition achievement-card">
|
| 355 |
<div class="w-16 h-16 bg-red-500 bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
|
| 356 |
<i class="fas fa-certificate text-2xl gold-accent"></i>
|
|
@@ -362,6 +361,7 @@
|
|
| 362 |
<a href="https://coursera.org/share/97c37f369e95bc4dd67a0751e8f6757d" target="_blank" class="text-blue-500 hover:underline">View Certificate</a>
|
| 363 |
</div>
|
| 364 |
|
|
|
|
| 365 |
<div class="bg-black bg-opacity-40 rounded-xl p-8 border border-gray-800 hover:border-gold-500 transition achievement-card">
|
| 366 |
<div class="w-16 h-16 bg-red-500 bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
|
| 367 |
<i class="fas fa-certificate text-2xl gold-accent"></i>
|
|
@@ -373,6 +373,7 @@
|
|
| 373 |
<a href="https://coursera.org/share/6830f096fca708ed65a144449430c5e3" target="_blank" class="text-blue-500 hover:underline">View Certificate</a>
|
| 374 |
</div>
|
| 375 |
|
|
|
|
| 376 |
<div class="bg-black bg-opacity-40 rounded-xl p-8 border border-gray-800 hover:border-gold-500 transition achievement-card">
|
| 377 |
<div class="w-16 h-16 bg-red-500 bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
|
| 378 |
<i class="fas fa-certificate text-2xl gold-accent"></i>
|
|
@@ -384,6 +385,7 @@
|
|
| 384 |
<a href="https://coursera.org/share/4fe48a65a7b6c2d0ee755ec6f0cdda4d" target="_blank" class="text-blue-500 hover:underline">View Certificate</a>
|
| 385 |
</div>
|
| 386 |
|
|
|
|
| 387 |
<div class="bg-black bg-opacity-40 rounded-xl p-8 border border-gray-800 hover:border-gold-500 transition achievement-card">
|
| 388 |
<div class="w-16 h-16 bg-red-500 bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
|
| 389 |
<i class="fas fa-certificate text-2xl gold-accent"></i>
|
|
|
|
| 348 |
|
| 349 |
<div class="section-divider"></div>
|
| 350 |
|
| 351 |
+
<div class="grid md:grid-cols-3 gap-8">
|
| 352 |
+
<!-- Getting Started with Microsoft Excel Certificate -->
|
|
|
|
| 353 |
<div class="bg-black bg-opacity-40 rounded-xl p-8 border border-gray-800 hover:border-gold-500 transition achievement-card">
|
| 354 |
<div class="w-16 h-16 bg-red-500 bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
|
| 355 |
<i class="fas fa-certificate text-2xl gold-accent"></i>
|
|
|
|
| 361 |
<a href="https://coursera.org/share/97c37f369e95bc4dd67a0751e8f6757d" target="_blank" class="text-blue-500 hover:underline">View Certificate</a>
|
| 362 |
</div>
|
| 363 |
|
| 364 |
+
<!-- Ethical Hacking Certificate -->
|
| 365 |
<div class="bg-black bg-opacity-40 rounded-xl p-8 border border-gray-800 hover:border-gold-500 transition achievement-card">
|
| 366 |
<div class="w-16 h-16 bg-red-500 bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
|
| 367 |
<i class="fas fa-certificate text-2xl gold-accent"></i>
|
|
|
|
| 373 |
<a href="https://coursera.org/share/6830f096fca708ed65a144449430c5e3" target="_blank" class="text-blue-500 hover:underline">View Certificate</a>
|
| 374 |
</div>
|
| 375 |
|
| 376 |
+
<!-- Foundations of Digital Marketing and E-commerce Certificate -->
|
| 377 |
<div class="bg-black bg-opacity-40 rounded-xl p-8 border border-gray-800 hover:border-gold-500 transition achievement-card">
|
| 378 |
<div class="w-16 h-16 bg-red-500 bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
|
| 379 |
<i class="fas fa-certificate text-2xl gold-accent"></i>
|
|
|
|
| 385 |
<a href="https://coursera.org/share/4fe48a65a7b6c2d0ee755ec6f0cdda4d" target="_blank" class="text-blue-500 hover:underline">View Certificate</a>
|
| 386 |
</div>
|
| 387 |
|
| 388 |
+
<!-- Google AI Essentials Certificate -->
|
| 389 |
<div class="bg-black bg-opacity-40 rounded-xl p-8 border border-gray-800 hover:border-gold-500 transition achievement-card">
|
| 390 |
<div class="w-16 h-16 bg-red-500 bg-opacity-20 rounded-lg flex items-center justify-center mb-6">
|
| 391 |
<i class="fas fa-certificate text-2xl gold-accent"></i>
|