schniggie commited on
Commit
42eda4e
Β·
verified Β·
1 Parent(s): 4c67a3c

Can we add some padding left and rights? - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +10 -10
index.html CHANGED
@@ -157,8 +157,8 @@
157
  </header>
158
 
159
  <!-- Hero Section -->
160
- <section id="home" class="min-h-screen flex items-center pt-20">
161
- <div class="container mx-auto px-4 py-16 flex flex-col md:flex-row items-center">
162
  <div class="md:w-1/2 mb-10 md:mb-0">
163
  <div class="ascii-art text-sm md:text-base">
164
  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
@@ -191,8 +191,8 @@
191
  </section>
192
 
193
  <!-- Projects Section -->
194
- <section id="projects" class="py-16 bg-terminal-bg">
195
- <div class="container mx-auto px-4">
196
  <div class="text-center mb-16">
197
  <h2 class="text-3xl md:text-4xl font-bold mb-4 terminal-text">
198
  <i class="fas fa-laptop-code mr-3"></i>Our Projects
@@ -262,8 +262,8 @@
262
  </section>
263
 
264
  <!-- Activities Section -->
265
- <section id="activities" class="py-16">
266
- <div class="container mx-auto px-4">
267
  <div class="text-center mb-16">
268
  <h2 class="text-3xl md:text-4xl font-bold mb-4 terminal-text">
269
  <i class="fas fa-tasks mr-3"></i>Our Activities
@@ -351,8 +351,8 @@
351
  </section>
352
 
353
  <!-- Team Section -->
354
- <section id="team" class="py-16 bg-terminal-bg">
355
- <div class="container mx-auto px-4">
356
  <div class="text-center mb-16">
357
  <h2 class="text-3xl md:text-4xl font-bold mb-4 terminal-text">
358
  <i class="fas fa-user-secret mr-3"></i>The Kaeferjaeger Team
@@ -437,8 +437,8 @@
437
  </section>
438
 
439
  <!-- Contact Section -->
440
- <section id="contact" class="py-16">
441
- <div class="container mx-auto px-4">
442
  <div class="text-center mb-16">
443
  <h2 class="text-3xl md:text-4xl font-bold mb-4 terminal-text">
444
  <i class="fas fa-terminal mr-3"></i>Contact Us
 
157
  </header>
158
 
159
  <!-- Hero Section -->
160
+ <section id="home" class="min-h-screen flex items-center pt-20 px-4 md:px-8">
161
+ <div class="container mx-auto py-16 flex flex-col md:flex-row items-center">
162
  <div class="md:w-1/2 mb-10 md:mb-0">
163
  <div class="ascii-art text-sm md:text-base">
164
  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
 
191
  </section>
192
 
193
  <!-- Projects Section -->
194
+ <section id="projects" class="py-16 bg-terminal-bg px-4 md:px-8">
195
+ <div class="container mx-auto">
196
  <div class="text-center mb-16">
197
  <h2 class="text-3xl md:text-4xl font-bold mb-4 terminal-text">
198
  <i class="fas fa-laptop-code mr-3"></i>Our Projects
 
262
  </section>
263
 
264
  <!-- Activities Section -->
265
+ <section id="activities" class="py-16 px-4 md:px-8">
266
+ <div class="container mx-auto">
267
  <div class="text-center mb-16">
268
  <h2 class="text-3xl md:text-4xl font-bold mb-4 terminal-text">
269
  <i class="fas fa-tasks mr-3"></i>Our Activities
 
351
  </section>
352
 
353
  <!-- Team Section -->
354
+ <section id="team" class="py-16 bg-terminal-bg px-4 md:px-8">
355
+ <div class="container mx-auto">
356
  <div class="text-center mb-16">
357
  <h2 class="text-3xl md:text-4xl font-bold mb-4 terminal-text">
358
  <i class="fas fa-user-secret mr-3"></i>The Kaeferjaeger Team
 
437
  </section>
438
 
439
  <!-- Contact Section -->
440
+ <section id="contact" class="py-16 px-4 md:px-8">
441
+ <div class="container mx-auto">
442
  <div class="text-center mb-16">
443
  <h2 class="text-3xl md:text-4xl font-bold mb-4 terminal-text">
444
  <i class="fas fa-terminal mr-3"></i>Contact Us