adamqab commited on
Commit
8739bdf
·
verified ·
1 Parent(s): e8717c0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +25 -0
index.html CHANGED
@@ -275,6 +275,31 @@
275
  </h2>
276
 
277
  <div class="grid md:grid-cols-2 gap-8">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
278
  <div class="project-card rounded-xl p-8 relative overflow-hidden">
279
  <div class="absolute -right-10 -top-10 w-32 h-32 bg-red-500 rounded-full opacity-10"></div>
280
  <div class="absolute -left-10 -bottom-10 w-32 h-32 bg-gold-500 rounded-full opacity-10"></div>
 
275
  </h2>
276
 
277
  <div class="grid md:grid-cols-2 gap-8">
278
+ <!-- NEW XO Game Project -->
279
+ <div class="project-card rounded-xl p-8 relative overflow-hidden">
280
+ <div class="absolute -right-10 -top-10 w-32 h-32 bg-yellow-500 rounded-full opacity-10"></div>
281
+ <div class="absolute -left-10 -bottom-10 w-32 h-32 bg-pink-500 rounded-full opacity-10"></div>
282
+
283
+ <div class="flex items-center mb-6">
284
+ <div class="w-16 h-16 bg-yellow-500 bg-opacity-20 rounded-lg flex items-center justify-center mr-4">
285
+ <i class="fas fa-gamepad text-3xl text-yellow-400"></i>
286
+ </div>
287
+ <h3 class="text-2xl font-bold tech-font">XO Tic-Tac-Toe Game</h3>
288
+ </div>
289
+
290
+ <p class="mb-6 text-gray-300">
291
+ A simple and fun Tic-Tac-Toe game made with HTML, CSS, and JavaScript. Play and challenge yourself!
292
+ </p>
293
+
294
+ <div class="flex justify-center mb-4">
295
+ <iframe src="https://adhamqabban37.github.io/xo/" width="100%" height="400px" style="border:none; border-radius: 12px;"></iframe>
296
+ </div>
297
+
298
+ <a href="https://adhamqabban37.github.io/xo/" target="_blank" class="text-yellow-400 hover:text-yellow-200 transition">
299
+ Play in full screen <i class="fas fa-arrow-right ml-1"></i>
300
+ </a>
301
+ </div>
302
+
303
  <div class="project-card rounded-xl p-8 relative overflow-hidden">
304
  <div class="absolute -right-10 -top-10 w-32 h-32 bg-red-500 rounded-full opacity-10"></div>
305
  <div class="absolute -left-10 -bottom-10 w-32 h-32 bg-gold-500 rounded-full opacity-10"></div>