ssergorp commited on
Commit
8ea0c9d
·
verified ·
1 Parent(s): 7cbbf1b

increase font size by 5% - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +21 -20
index.html CHANGED
@@ -11,6 +11,7 @@
11
 
12
  .pixel-font {
13
  font-family: 'VT323', monospace;
 
14
  }
15
 
16
  .title-font {
@@ -76,7 +77,7 @@
76
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
77
  <div class="flex items-center space-x-2">
78
  <i class="fas fa-radiation-alt text-green-500 text-2xl"></i>
79
- <h1 class="title-font text-xl md:text-2xl glow">OREGON TRAILER PARK</h1>
80
  </div>
81
  <nav class="hidden md:block">
82
  <ul class="flex space-x-6">
@@ -105,8 +106,8 @@
105
  <section class="relative h-screen flex items-center justify-center bg-gray-800 overflow-hidden">
106
  <div class="absolute inset-0 bg-[url('https://images.unsplash.com/photo-1508514177221-188e1e5f9425?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80')] bg-cover bg-center opacity-30"></div>
107
  <div class="container mx-auto px-4 z-10 text-center">
108
- <h1 class="title-font text-4xl md:text-6xl mb-6 glow typewriter">SURVIVE THE WASTELAND</h1>
109
- <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">A post-apocalyptic deck-building roguelike where survival hinges on scavenging, combat, and managing your crew's sanity.</p>
110
  <div class="flex flex-col sm:flex-row justify-center gap-4">
111
  <button class="bg-green-600 hover:bg-green-700 text-black font-bold py-3 px-6 rounded-lg transition transform hover:scale-105 flex items-center justify-center gap-2">
112
  <i class="fas fa-play"></i> PLAY DEMO
@@ -122,27 +123,27 @@
122
  <!-- Features Section -->
123
  <section id="features" class="py-16 bg-gray-800 bg-opacity-70">
124
  <div class="container mx-auto px-4">
125
- <h2 class="title-font text-3xl md:text-4xl text-center mb-12 glow">CORE MECHANICS</h2>
126
 
127
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
128
  <!-- Feature 1 -->
129
  <div class="bg-gray-900 bg-opacity-80 p-6 rounded-lg border-2 border-green-500 card-hover radiation-pulse">
130
  <div class="text-center mb-4">
131
  <i class="fas fa-cards text-4xl text-green-500 mb-3"></i>
132
- <h3 class="title-font text-xl mb-2">DECK-BUILDING</h3>
133
  </div>
134
  <ul class="space-y-2 text-sm">
135
  <li class="flex items-start">
136
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
137
- <span>Class-specific starting cards</span>
138
  </li>
139
  <li class="flex items-start">
140
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
141
- <span>Acquire new cards through scavenging and combat</span>
142
  </li>
143
  <li class="flex items-start">
144
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
145
- <span>Modify your deck at safe zones</span>
146
  </li>
147
  </ul>
148
  </div>
@@ -151,20 +152,20 @@
151
  <div class="bg-gray-900 bg-opacity-80 p-6 rounded-lg border-2 border-green-500 card-hover">
152
  <div class="text-center mb-4">
153
  <i class="fas fa-fist-raised text-4xl text-green-500 mb-3"></i>
154
- <h3 class="title-font text-xl mb-2">TURN-BASED COMBAT</h3>
155
  </div>
156
  <ul class="space-y-2 text-sm">
157
  <li class="flex items-start">
158
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
159
- <span>Fight raiders, mutants, and Corporate enforcers</span>
160
  </li>
161
  <li class="flex items-start">
162
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
163
- <span>Action point system for strategic play</span>
164
  </li>
165
  <li class="flex items-start">
166
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
167
- <span>Environmental hazards affect battles</span>
168
  </li>
169
  </ul>
170
  </div>
@@ -173,20 +174,20 @@
173
  <div class="bg-gray-900 bg-opacity-80 p-6 rounded-lg border-2 border-green-500 card-hover">
174
  <div class="text-center mb-4">
175
  <i class="fas fa-boxes text-4xl text-green-500 mb-3"></i>
176
- <h3 class="title-font text-xl mb-2">RESOURCE MANAGEMENT</h3>
177
  </div>
178
  <ul class="space-y-2 text-sm">
179
  <li class="flex items-start">
180
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
181
- <span>Track Food, Fuel, Scrap, and Chems</span>
182
  </li>
183
  <li class="flex items-start">
184
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
185
- <span>Chems as currency and crafting ingredients</span>
186
  </li>
187
  <li class="flex items-start">
188
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
189
- <span>Starvation adds permanent debuffs</span>
190
  </li>
191
  </ul>
192
  </div>
@@ -195,20 +196,20 @@
195
  <div class="bg-gray-900 bg-opacity-80 p-6 rounded-lg border-2 border-green-500 card-hover">
196
  <div class="text-center mb-4">
197
  <i class="fas fa-skull text-4xl text-green-500 mb-3"></i>
198
- <h3 class="title-font text-xl mb-2">PERMADEATH</h3>
199
  </div>
200
  <ul class="space-y-2 text-sm">
201
  <li class="flex items-start">
202
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
203
- <span>Lose party members permanently</span>
204
  </li>
205
  <li class="flex items-start">
206
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
207
- <span>Their cards are removed from your deck</span>
208
  </li>
209
  <li class="flex items-start">
210
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
211
- <span>Recruit replacements at random events</span>
212
  </li>
213
  </ul>
214
  </div>
 
11
 
12
  .pixel-font {
13
  font-family: 'VT323', monospace;
14
+ font-size: 1.05rem; /* 5% increase from default */
15
  }
16
 
17
  .title-font {
 
77
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
78
  <div class="flex items-center space-x-2">
79
  <i class="fas fa-radiation-alt text-green-500 text-2xl"></i>
80
+ <h1 class="title-font text-xl md:text-2xl glow" style="font-size: 1.1025rem;">OREGON TRAILER PARK</h1>
81
  </div>
82
  <nav class="hidden md:block">
83
  <ul class="flex space-x-6">
 
106
  <section class="relative h-screen flex items-center justify-center bg-gray-800 overflow-hidden">
107
  <div class="absolute inset-0 bg-[url('https://images.unsplash.com/photo-1508514177221-188e1e5f9425?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80')] bg-cover bg-center opacity-30"></div>
108
  <div class="container mx-auto px-4 z-10 text-center">
109
+ <h1 class="title-font text-4xl md:text-6xl mb-6 glow typewriter" style="font-size: 2.205rem;">SURVIVE THE WASTELAND</h1>
110
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto" style="font-size: 1.1025rem;">A post-apocalyptic deck-building roguelike where survival hinges on scavenging, combat, and managing your crew's sanity.</p>
111
  <div class="flex flex-col sm:flex-row justify-center gap-4">
112
  <button class="bg-green-600 hover:bg-green-700 text-black font-bold py-3 px-6 rounded-lg transition transform hover:scale-105 flex items-center justify-center gap-2">
113
  <i class="fas fa-play"></i> PLAY DEMO
 
123
  <!-- Features Section -->
124
  <section id="features" class="py-16 bg-gray-800 bg-opacity-70">
125
  <div class="container mx-auto px-4">
126
+ <h2 class="title-font text-3xl md:text-4xl text-center mb-12 glow" style="font-size: 1.65375rem;">CORE MECHANICS</h2>
127
 
128
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
129
  <!-- Feature 1 -->
130
  <div class="bg-gray-900 bg-opacity-80 p-6 rounded-lg border-2 border-green-500 card-hover radiation-pulse">
131
  <div class="text-center mb-4">
132
  <i class="fas fa-cards text-4xl text-green-500 mb-3"></i>
133
+ <h3 class="title-font text-xl mb-2" style="font-size: 1.1025rem;">DECK-BUILDING</h3>
134
  </div>
135
  <ul class="space-y-2 text-sm">
136
  <li class="flex items-start">
137
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
138
+ <span style="font-size: 0.84rem;">Class-specific starting cards</span>
139
  </li>
140
  <li class="flex items-start">
141
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
142
+ <span style="font-size: 0.84rem;">Acquire new cards through scavenging and combat</span>
143
  </li>
144
  <li class="flex items-start">
145
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
146
+ <span style="font-size: 0.84rem;">Modify your deck at safe zones</span>
147
  </li>
148
  </ul>
149
  </div>
 
152
  <div class="bg-gray-900 bg-opacity-80 p-6 rounded-lg border-2 border-green-500 card-hover">
153
  <div class="text-center mb-4">
154
  <i class="fas fa-fist-raised text-4xl text-green-500 mb-3"></i>
155
+ <h3 class="title-font text-xl mb-2" style="font-size: 1.1025rem;">TURN-BASED COMBAT</h3>
156
  </div>
157
  <ul class="space-y-2 text-sm">
158
  <li class="flex items-start">
159
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
160
+ <span style="font-size: 0.84rem;">Fight raiders, mutants, and Corporate enforcers</span>
161
  </li>
162
  <li class="flex items-start">
163
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
164
+ <span style="font-size: 0.84rem;">Action point system for strategic play</span>
165
  </li>
166
  <li class="flex items-start">
167
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
168
+ <span style="font-size: 0.84rem;">Environmental hazards affect battles</span>
169
  </li>
170
  </ul>
171
  </div>
 
174
  <div class="bg-gray-900 bg-opacity-80 p-6 rounded-lg border-2 border-green-500 card-hover">
175
  <div class="text-center mb-4">
176
  <i class="fas fa-boxes text-4xl text-green-500 mb-3"></i>
177
+ <h3 class="title-font text-xl mb-2" style="font-size: 1.1025rem;">RESOURCE MANAGEMENT</h3>
178
  </div>
179
  <ul class="space-y-2 text-sm">
180
  <li class="flex items-start">
181
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
182
+ <span style="font-size: 0.84rem;">Track Food, Fuel, Scrap, and Chems</span>
183
  </li>
184
  <li class="flex items-start">
185
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
186
+ <span style="font-size: 0.84rem;">Chems as currency and crafting ingredients</span>
187
  </li>
188
  <li class="flex items-start">
189
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
190
+ <span style="font-size: 0.84rem;">Starvation adds permanent debuffs</span>
191
  </li>
192
  </ul>
193
  </div>
 
196
  <div class="bg-gray-900 bg-opacity-80 p-6 rounded-lg border-2 border-green-500 card-hover">
197
  <div class="text-center mb-4">
198
  <i class="fas fa-skull text-4xl text-green-500 mb-3"></i>
199
+ <h3 class="title-font text-xl mb-2" style="font-size: 1.1025rem;">PERMADEATH</h3>
200
  </div>
201
  <ul class="space-y-2 text-sm">
202
  <li class="flex items-start">
203
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
204
+ <span style="font-size: 0.84rem;">Lose party members permanently</span>
205
  </li>
206
  <li class="flex items-start">
207
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
208
+ <span style="font-size: 0.84rem;">Their cards are removed from your deck</span>
209
  </li>
210
  <li class="flex items-start">
211
  <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
212
+ <span style="font-size: 0.84rem;">Recruit replacements at random events</span>
213
  </li>
214
  </ul>
215
  </div>