make this block same has the one above
Browse files- 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
|
| 322 |
-
<div class="project-card bg-gray-50 rounded-xl overflow-hidden shadow-sm
|
| 323 |
-
<img src="https://static.wixstatic.com/media/6588f2_24e4126d37144f21863c7c78faba9f93~mv2.jpg" alt="
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
|
| 330 |
-
|
| 331 |
-
|
| 332 |
-
|
| 333 |
-
|
| 334 |
-
<div class="project-card bg-
|
| 335 |
-
<img src="http://static.photos/art/640x360/42" alt="
|
| 336 |
-
|
| 337 |
-
|
| 338 |
-
|
| 339 |
-
|
| 340 |
-
|
| 341 |
-
|
| 342 |
-
|
| 343 |
-
|
| 344 |
-
|
| 345 |
-
|
| 346 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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) -->
|