oskarnr1 commited on
Commit
3f8c0f2
·
verified ·
1 Parent(s): 67939f8

give each project a tag, a small symbol that indicates that it is, game or art

Browse files
Files changed (1) hide show
  1. projects.html +30 -16
projects.html CHANGED
@@ -19,9 +19,12 @@
19
 
20
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
21
  <!-- Game Projects -->
22
- <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full">
 
 
 
23
  <img src="https://static.wixstatic.com/media/6588f2_d9fdecb14bfc48ac99bd5efed3e1b054~mv2.png" alt="Bap Cat" class="w-full h-48 object-cover">
24
- <div class="p-6">
25
  <h2 class="text-2xl font-bold mb-2">Bap Cat</h2>
26
  <h3 class="text-xl font-semibold mb-2">A game about a cat spreading chaos</h3>
27
  <p class="text-gray-600 mb-4">Why? Simply because it wants to spend more time with their owner.</p>
@@ -31,10 +34,12 @@
31
  </a>
32
  </div>
33
  </div>
34
-
35
- <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full">
 
 
36
  <img src="http://static.photos/gaming/640x360/101" alt="Mech Warrior" class="w-full h-48 object-cover">
37
- <div class="p-6">
38
  <h2 class="text-2xl font-bold mb-2">Mech Warrior</h2>
39
  <h3 class="text-xl font-semibold mb-2">Epic mech battles</h3>
40
  <p class="text-gray-600 mb-4">Strategic combat game with customizable mech units</p>
@@ -44,10 +49,12 @@
44
  </a>
45
  </div>
46
  </div>
47
-
48
- <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full">
 
 
49
  <img src="http://static.photos/gaming/640x360/102" alt="Pixel Adventure" class="w-full h-48 object-cover">
50
- <div class="p-6">
51
  <h2 class="text-2xl font-bold mb-2">Pixel Adventure</h2>
52
  <h3 class="text-xl font-semibold mb-2">Retro-style platformer</h3>
53
  <p class="text-gray-600 mb-4">Explore a vibrant pixel world full of secrets</p>
@@ -59,9 +66,12 @@
59
  </div>
60
 
61
  <!-- Art Projects -->
62
- <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full">
 
 
 
63
  <img src="https://static.wixstatic.com/media/6588f2_24e4126d37144f21863c7c78faba9f93~mv2.jpg" alt="The Fireflies Night" class="w-full h-48 object-cover">
64
- <div class="p-6">
65
  <h2 class="text-2xl font-bold mb-2">The Fireflies Night</h2>
66
  <h3 class="text-xl font-semibold mb-2">Moonlight house illustration</h3>
67
  <p class="text-gray-600 mb-4">Where fireflies lead weary travelers to its doors.</p>
@@ -71,10 +81,12 @@
71
  </a>
72
  </div>
73
  </div>
74
-
75
- <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full">
 
 
76
  <img src="http://static.photos/art/640x360/42" alt="Concept Art Collection" class="w-full h-48 object-cover">
77
- <div class="p-6">
78
  <h2 class="text-2xl font-bold mb-2">Concept Art</h2>
79
  <h3 class="text-xl font-semibold mb-2">Stylized characters</h3>
80
  <p class="text-gray-600 mb-4">Character concepts for fantasy RPG</p>
@@ -84,10 +96,12 @@
84
  </a>
85
  </div>
86
  </div>
87
-
88
- <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full">
 
 
89
  <img src="http://static.photos/art/640x360/43" alt="Environment Art" class="w-full h-48 object-cover">
90
- <div class="p-6">
91
  <h2 class="text-2xl font-bold mb-2">Environment Art</h2>
92
  <h3 class="text-xl font-semibold mb-2">Fantasy landscapes</h3>
93
  <p class="text-gray-600 mb-4">Magical environments and world-building</p>
 
19
 
20
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
21
  <!-- Game Projects -->
22
+ <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full relative">
23
+ <div class="absolute top-4 right-4 bg-red-500 text-white px-3 py-1 rounded-full text-xs font-bold flex items-center">
24
+ <i data-feather="cpu" class="w-3 h-3 mr-1"></i> Game
25
+ </div>
26
  <img src="https://static.wixstatic.com/media/6588f2_d9fdecb14bfc48ac99bd5efed3e1b054~mv2.png" alt="Bap Cat" class="w-full h-48 object-cover">
27
+ <div class="p-6">
28
  <h2 class="text-2xl font-bold mb-2">Bap Cat</h2>
29
  <h3 class="text-xl font-semibold mb-2">A game about a cat spreading chaos</h3>
30
  <p class="text-gray-600 mb-4">Why? Simply because it wants to spend more time with their owner.</p>
 
34
  </a>
35
  </div>
36
  </div>
37
+ <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full relative">
38
+ <div class="absolute top-4 right-4 bg-red-500 text-white px-3 py-1 rounded-full text-xs font-bold flex items-center">
39
+ <i data-feather="cpu" class="w-3 h-3 mr-1"></i> Game
40
+ </div>
41
  <img src="http://static.photos/gaming/640x360/101" alt="Mech Warrior" class="w-full h-48 object-cover">
42
+ <div class="p-6">
43
  <h2 class="text-2xl font-bold mb-2">Mech Warrior</h2>
44
  <h3 class="text-xl font-semibold mb-2">Epic mech battles</h3>
45
  <p class="text-gray-600 mb-4">Strategic combat game with customizable mech units</p>
 
49
  </a>
50
  </div>
51
  </div>
52
+ <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full relative">
53
+ <div class="absolute top-4 right-4 bg-red-500 text-white px-3 py-1 rounded-full text-xs font-bold flex items-center">
54
+ <i data-feather="cpu" class="w-3 h-3 mr-1"></i> Game
55
+ </div>
56
  <img src="http://static.photos/gaming/640x360/102" alt="Pixel Adventure" class="w-full h-48 object-cover">
57
+ <div class="p-6">
58
  <h2 class="text-2xl font-bold mb-2">Pixel Adventure</h2>
59
  <h3 class="text-xl font-semibold mb-2">Retro-style platformer</h3>
60
  <p class="text-gray-600 mb-4">Explore a vibrant pixel world full of secrets</p>
 
66
  </div>
67
 
68
  <!-- Art Projects -->
69
+ <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full relative">
70
+ <div class="absolute top-4 right-4 bg-blue-500 text-white px-3 py-1 rounded-full text-xs font-bold flex items-center">
71
+ <i data-feather="image" class="w-3 h-3 mr-1"></i> Art
72
+ </div>
73
  <img src="https://static.wixstatic.com/media/6588f2_24e4126d37144f21863c7c78faba9f93~mv2.jpg" alt="The Fireflies Night" class="w-full h-48 object-cover">
74
+ <div class="p-6">
75
  <h2 class="text-2xl font-bold mb-2">The Fireflies Night</h2>
76
  <h3 class="text-xl font-semibold mb-2">Moonlight house illustration</h3>
77
  <p class="text-gray-600 mb-4">Where fireflies lead weary travelers to its doors.</p>
 
81
  </a>
82
  </div>
83
  </div>
84
+ <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full relative">
85
+ <div class="absolute top-4 right-4 bg-blue-500 text-white px-3 py-1 rounded-full text-xs font-bold flex items-center">
86
+ <i data-feather="image" class="w-3 h-3 mr-1"></i> Art
87
+ </div>
88
  <img src="http://static.photos/art/640x360/42" alt="Concept Art Collection" class="w-full h-48 object-cover">
89
+ <div class="p-6">
90
  <h2 class="text-2xl font-bold mb-2">Concept Art</h2>
91
  <h3 class="text-xl font-semibold mb-2">Stylized characters</h3>
92
  <p class="text-gray-600 mb-4">Character concepts for fantasy RPG</p>
 
96
  </a>
97
  </div>
98
  </div>
99
+ <div class="project-card bg-white rounded-xl overflow-hidden shadow-lg h-full relative">
100
+ <div class="absolute top-4 right-4 bg-blue-500 text-white px-3 py-1 rounded-full text-xs font-bold flex items-center">
101
+ <i data-feather="image" class="w-3 h-3 mr-1"></i> Art
102
+ </div>
103
  <img src="http://static.photos/art/640x360/43" alt="Environment Art" class="w-full h-48 object-cover">
104
+ <div class="p-6">
105
  <h2 class="text-2xl font-bold mb-2">Environment Art</h2>
106
  <h3 class="text-xl font-semibold mb-2">Fantasy landscapes</h3>
107
  <p class="text-gray-600 mb-4">Magical environments and world-building</p>