oskarnr1 commited on
Commit
1bc0d1d
·
verified ·
1 Parent(s): b449354

make this block same has the one above

Browse files
Files changed (1) hide show
  1. index.html +39 -27
index.html CHANGED
@@ -316,34 +316,46 @@ Download CV
316
  </div>
317
  </div>
318
  <!-- Art Column -->
319
- <div id="art-col" class="w-full">
320
  <h3 class="text-3xl font-bold mb-10 text-center">Art</h3>
321
- <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
322
- <div class="project-card bg-gray-50 rounded-xl overflow-hidden shadow-sm h-full">
323
- <img src="https://static.wixstatic.com/media/6588f2_24e4126d37144f21863c7c78faba9f93~mv2.jpg" alt="The Fireflies Night" class="w-full h-48 object-cover">
324
- <div class="p-6">
325
- <h2 class="text-2xl font-bold mb-2">The Fireflies Night</h2>
326
- <h3 class="text-xl font-semibold mb-2">In the full moonlight, there is a house, where the fireflies lead weary travelers to its doors.</h3>
327
- <p class="text-gray-600 mb-4">Take control of a powerful mech and engage in intense combat scenarios</p>
328
- <a href="#" class="text-red-600 hover:text-red-800 font-medium inline-flex items-center">
329
- View Project
330
- <i data-feather="arrow-right" class="ml-2"></i>
331
- </a>
332
- </div>
333
- </div>
334
- <div class="project-card bg-gray-50 rounded-xl overflow-hidden shadow-sm h-full">
335
- <img src="http://static.photos/art/640x360/42" alt="Concept Art Collection" class="w-full h-48 object-cover">
336
- <div class="p-6">
337
- <h2 class="text-2xl font-bold mb-2">Concept Art Collection</h2>
338
- <h3 class="text-xl font-semibold mb-2">Stylized character designs</h3>
339
- <p class="text-gray-600 mb-4">A series of character concepts for fantasy RPG game</p>
340
- <a href="#" class="text-red-600 hover:text-red-800 font-medium inline-flex items-center">
341
- View Project
342
- <i data-feather="arrow-right" class="ml-2"></i>
343
- </a>
344
- </div>
345
- </div>
346
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
347
  </div>
348
  </div>
349
  <!-- Games Column (Filtered State) -->
 
316
  </div>
317
  </div>
318
  <!-- Art Column -->
319
+ <div id="art-col" class="w-full" style="display: grid;">
320
  <h3 class="text-3xl font-bold mb-10 text-center">Art</h3>
321
+ <div class="grid grid-cols-1 gap-8">
322
+ <div class="project-card bg-gray-50 rounded-xl overflow-hidden shadow-sm w-full">
323
+ <img src="https://static.wixstatic.com/media/6588f2_24e4126d37144f21863c7c78faba9f93~mv2.jpg" alt="Project 2" class="w-full h-48 object-cover">
324
+ <div class="p-6">
325
+ <h2 class="text-2xl font-bold mb-2">The Fireflies Night</h2>
326
+ <h3 class="text-xl font-semibold mb-2">In the full moonlight, there is a house, where the fireflies lead weary travelers to its doors.</h3>
327
+ <p class="text-gray-600 mb-4">Take control of a powerful mech and engage in intense combat scenarios</p>
328
+ <a href="#" class="text-red-600 hover:text-red-800 font-medium inline-flex items-center">
329
+ View Project
330
+ <i data-feather="arrow-right" class="ml-2"></i>
331
+ </a>
332
+ </div>
333
+ </div>
334
+ <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition">
335
+ <img src="http://static.photos/art/640x360/42" alt="Art Project 1" class="w-full h-48 object-cover">
336
+ <div class="p-6">
337
+ <h2 class="text-2xl font-bold mb-2">Concept Art Collection</h2>
338
+ <h3 class="text-xl font-semibold mb-2">Stylized character designs</h3>
339
+ <p class="text-gray-600 mb-4">A series of character concepts for fantasy RPG game</p>
340
+ <a href="#" class="text-red-600 hover:text-red-800 font-medium inline-flex items-center">
341
+ View Project
342
+ <i data-feather="arrow-right" class="ml-2"></i>
343
+ </a>
344
+ </div>
345
+ </div>
346
+ <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition">
347
+ <img src="http://static.photos/art/640x360/43" alt="Art Project 2" class="w-full h-48 object-cover">
348
+ <div class="p-6">
349
+ <h2 class="text-2xl font-bold mb-2">Environment Art</h2>
350
+ <h3 class="text-xl font-semibold mb-2">Fantasy landscapes</h3>
351
+ <p class="text-gray-600 mb-4">Digital paintings of magical environments and world-building</p>
352
+ <a href="#" class="text-red-600 hover:text-red-800 font-medium inline-flex items-center">
353
+ View Project
354
+ <i data-feather="arrow-right" class="ml-2"></i>
355
+ </a>
356
+ </div>
357
+ </div>
358
+ </div>
359
  </div>
360
  </div>
361
  <!-- Games Column (Filtered State) -->