Update index.html
Browse files- index.html +43 -42
index.html
CHANGED
|
@@ -278,30 +278,45 @@
|
|
| 278 |
</h2>
|
| 279 |
|
| 280 |
<div class="grid md:grid-cols-2 gap-8">
|
| 281 |
-
|
| 282 |
-
<div class="
|
| 283 |
-
|
| 284 |
-
|
| 285 |
-
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
|
| 299 |
-
|
| 300 |
|
| 301 |
-
|
| 302 |
-
|
| 303 |
-
|
| 304 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 305 |
|
| 306 |
<div class="project-card rounded-xl p-8 relative overflow-hidden">
|
| 307 |
<div class="absolute -right-10 -top-10 w-32 h-32 bg-red-500 rounded-full opacity-10"></div>
|
|
@@ -353,21 +368,7 @@
|
|
| 353 |
<a href="#" class="px-4 py-2 bg-gold-500 text-black rounded-md hover:bg-gold-300 transition-colors duration-300">Learn More</a>
|
| 354 |
</div>
|
| 355 |
</div>
|
| 356 |
-
</div>
|
| 357 |
-
A dynamic portfolio showcasing my tech skills, certifications, and professional accomplishments with an interactive, modern interface.
|
| 358 |
-
</p>
|
| 359 |
-
|
| 360 |
-
<div class="flex flex-wrap gap-2 mb-6">
|
| 361 |
-
<span class="px-3 py-1 bg-black bg-opacity-40 rounded-full text-xs">React</span>
|
| 362 |
-
<span class="px-3 py-1 bg-black bg-opacity-40 rounded-full text-xs">Tailwind CSS</span>
|
| 363 |
-
<span class="px-3 py-1 bg-black bg-opacity-40 rounded-full text-xs">JavaScript</span>
|
| 364 |
-
<span class="px-3 py-1 bg-black bg-opacity-40 rounded-full text-xs">Responsive Design</span>
|
| 365 |
-
</div>
|
| 366 |
-
|
| 367 |
-
<a href="#" class="inline-flex items-center text-gold-500 hover:text-gold-300 transition">
|
| 368 |
-
View Project <i class="fas fa-arrow-right ml-2"></i>
|
| 369 |
-
</a>
|
| 370 |
-
</div>
|
| 371 |
</div>
|
| 372 |
|
| 373 |
<div class="text-center mt-12">
|
|
@@ -515,7 +516,7 @@
|
|
| 515 |
<i class="fab fa-linkedin-in"></i>
|
| 516 |
</a>
|
| 517 |
</a>
|
| 518 |
-
<a href="https://github.com/adhamqabban37" target="_blank" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center text-white hover:bg-gray-600 transition" aria-label="GitHub profile">
|
| 519 |
</a>
|
| 520 |
</div>
|
| 521 |
</div>
|
|
@@ -569,9 +570,9 @@
|
|
| 569 |
<a href="https://www.linkedin.com/in/adam-qab-620856187/" target="_blank" class="text-gray-500 hover:text-blue-400 transition" aria-label="LinkedIn profile">
|
| 570 |
<i class="fab fa-linkedin-in"></i>
|
| 571 |
</a>
|
| 572 |
-
<a href="https://github.com/adhamqabban37" target="_blank" class="text-gray-500 hover:text-white transition" aria-label="GitHub profile">
|
| 573 |
-
|
| 574 |
-
<a href="https://github.com/adhamqabban37" target="_blank" class="text-gray-500 hover:text-white transition" aria-label="GitHub profile">
|
| 575 |
</a>
|
| 576 |
</div>
|
| 577 |
</div>
|
|
|
|
| 278 |
</h2>
|
| 279 |
|
| 280 |
<div class="grid md:grid-cols-2 gap-8">
|
| 281 |
+
<div class="project-card rounded-xl p-8 relative overflow-hidden">
|
| 282 |
+
<div class="absolute -right-10 -top-10 w-32 h-32 bg-green-500 rounded-full opacity-10"></div>
|
| 283 |
+
<div class="absolute -left-10 -bottom-10 w-32 h-32 bg-blue-500 rounded-full opacity-10"></div>
|
| 284 |
+
<div class="flex items-center mb-6">
|
| 285 |
+
<div class="w-16 h-16 bg-green-500 bg-opacity-20 rounded-lg flex items-center justify-center mr-4">
|
| 286 |
+
<i class="fas fa-gamepad text-3xl text-green-400"></i>
|
| 287 |
+
</div>
|
| 288 |
+
<h3 class="text-2xl font-bold tech-font">Snake Game</h3>
|
| 289 |
+
</div>
|
| 290 |
+
<p class="mb-6 text-gray-300">
|
| 291 |
+
A classic Snake game built with HTML, CSS, and JavaScript. Try to get the highest score!
|
| 292 |
+
</p>
|
| 293 |
+
<div class="flex justify-center mb-4">
|
| 294 |
+
<iframe src="https://adhamqabban37.github.io/snakegame/" width="100%" height="400px" style="border:none; border-radius: 12px;"></iframe>
|
| 295 |
+
</div>
|
| 296 |
+
<a href="https://adhamqabban37.github.io/snakegame/" target="_blank" class="text-green-400 hover:text-green-200 transition">
|
| 297 |
+
Play in full screen <i class="fas fa-arrow-right ml-1"></i>
|
| 298 |
+
</a>
|
| 299 |
+
</div>
|
| 300 |
|
| 301 |
+
<div class="project-card rounded-xl p-8 relative overflow-hidden">
|
| 302 |
+
<div class="absolute -right-10 -top-10 w-32 h-32 bg-yellow-500 rounded-full opacity-10"></div>
|
| 303 |
+
<div class="absolute -left-10 -bottom-10 w-32 h-32 bg-pink-500 rounded-full opacity-10"></div>
|
| 304 |
+
<div class="flex items-center mb-6">
|
| 305 |
+
<div class="w-16 h-16 bg-yellow-500 bg-opacity-20 rounded-lg flex items-center justify-center mr-4">
|
| 306 |
+
<i class="fas fa-gamepad text-3xl text-yellow-400"></i>
|
| 307 |
+
</div>
|
| 308 |
+
<h3 class="text-2xl font-bold tech-font">XO Tic-Tac-Toe Game</h3>
|
| 309 |
+
</div>
|
| 310 |
+
<p class="mb-6 text-gray-300">
|
| 311 |
+
A simple and fun Tic-Tac-Toe game made with HTML, CSS, and JavaScript. Play and challenge yourself!
|
| 312 |
+
</p>
|
| 313 |
+
<div class="flex justify-center mb-4">
|
| 314 |
+
<iframe src="https://adhamqabban37.github.io/xo/" width="100%" height="400px" style="border:none; border-radius: 12px;"></iframe>
|
| 315 |
+
</div>
|
| 316 |
+
<a href="https://adhamqabban37.github.io/xo/" target="_blank" class="text-yellow-400 hover:text-yellow-200 transition">
|
| 317 |
+
Play in full screen <i class="fas fa-arrow-right ml-1"></i>
|
| 318 |
+
</a>
|
| 319 |
+
</div>
|
| 320 |
|
| 321 |
<div class="project-card rounded-xl p-8 relative overflow-hidden">
|
| 322 |
<div class="absolute -right-10 -top-10 w-32 h-32 bg-red-500 rounded-full opacity-10"></div>
|
|
|
|
| 368 |
<a href="#" class="px-4 py-2 bg-gold-500 text-black rounded-md hover:bg-gold-300 transition-colors duration-300">Learn More</a>
|
| 369 |
</div>
|
| 370 |
</div>
|
| 371 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 372 |
</div>
|
| 373 |
|
| 374 |
<div class="text-center mt-12">
|
|
|
|
| 516 |
<i class="fab fa-linkedin-in"></i>
|
| 517 |
</a>
|
| 518 |
</a>
|
| 519 |
+
<a href="https://github.com/adhamqabban37" target="_blank" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center text-white hover:bg-gray-600 transition" aria-label="GitHub profile"> <i class="fab fa-github"></i>
|
| 520 |
</a>
|
| 521 |
</div>
|
| 522 |
</div>
|
|
|
|
| 570 |
<a href="https://www.linkedin.com/in/adam-qab-620856187/" target="_blank" class="text-gray-500 hover:text-blue-400 transition" aria-label="LinkedIn profile">
|
| 571 |
<i class="fab fa-linkedin-in"></i>
|
| 572 |
</a>
|
| 573 |
+
<a href="https://github.com/adhamqabban37" target="_blank" class="text-gray-500 hover:text-white transition" aria-label="GitHub profile">
|
| 574 |
+
</a>
|
| 575 |
+
<a href="https://github.com/adhamqabban37" target="_blank" class="text-gray-500 hover:text-white transition" aria-label="GitHub profile"> <i class="fab fa-github"></i>
|
| 576 |
</a>
|
| 577 |
</div>
|
| 578 |
</div>
|