make this one similar to Bap Cat
Browse files- index.html +4 -3
index.html
CHANGED
|
@@ -206,9 +206,10 @@ View Project
|
|
| 206 |
<div class="project-card bg-gray-50 rounded-xl overflow-hidden shadow-sm">
|
| 207 |
<img src="https://static.wixstatic.com/media/6588f2_24e4126d37144f21863c7c78faba9f93~mv2.jpg" alt="Project 2" class="w-full h-48 object-cover">
|
| 208 |
<div class="p-6">
|
| 209 |
-
<
|
| 210 |
-
<
|
| 211 |
-
<
|
|
|
|
| 212 |
View Project
|
| 213 |
<i data-feather="arrow-right" class="ml-2"></i>
|
| 214 |
</a>
|
|
|
|
| 206 |
<div class="project-card bg-gray-50 rounded-xl overflow-hidden shadow-sm">
|
| 207 |
<img src="https://static.wixstatic.com/media/6588f2_24e4126d37144f21863c7c78faba9f93~mv2.jpg" alt="Project 2" class="w-full h-48 object-cover">
|
| 208 |
<div class="p-6">
|
| 209 |
+
<h2 class="text-2xl font-bold mb-2">Mech Pilot Simulator</h2>
|
| 210 |
+
<h3 class="text-xl font-semibold mb-2">First-person mech combat experience</h3>
|
| 211 |
+
<p class="text-gray-600 mb-4">Take control of a powerful mech and engage in intense combat scenarios</p>
|
| 212 |
+
<a href="#" class="text-red-600 hover:text-red-800 font-medium inline-flex items-center">
|
| 213 |
View Project
|
| 214 |
<i data-feather="arrow-right" class="ml-2"></i>
|
| 215 |
</a>
|