Skip to content

Commit 6d03831

Browse files
authored
Merge pull request #33 from SPLATPLAYS/master
made the buttons looked better and improved metadata in the hero section
2 parents 8284983 + 949d1c2 commit 6d03831

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

contact.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,15 @@ <h2 class="text-3xl font-semibold mb-4">Contact Form</h2>
7575

7676
<!-- Footer Section -->
7777
<footer class="bg-gray-800 text-white py-4">
78-
<div class="container mx-auto flex justify-between items-center">
79-
<p>&copy; 2024 Kelmscott Senior High School Robotics</p>
78+
<div class="container mx-auto flex flex-col sm:flex-row justify-between items-center px-4 sm:px-0">
79+
<p class="mb-4 sm:mb-0">&copy; 2024 Kelmscott Senior High School Robotics</p>
8080
<div>
8181
<a href="#" class="mx-2"><i class="fab fa-twitter"></i></a>
8282
<a href="https://www.facebook.com/profile.php?id=61559577347658" class="mx-2"><i class="fab fa-facebook"></i></a>
8383
<a href="https://www.instagram.com/kshsrobotics/" class="mx-2"><i class="fab fa-instagram"></i></a>
8484
<a href="https://www.youtube.com/@KSHSFRCroboticsteam" class="mx-2"><i class="fab fa-youtube"></i></a>
8585
</div>
86+
8687
</div>
8788
</footer>
8889

@@ -118,19 +119,7 @@ <h2 class="text-3xl font-semibold mb-4">Contact Form</h2>
118119
});
119120
});
120121
</script>
121-
<!-- Footer Section -->
122-
<footer class="bg-gray-800 text-white py-4">
123-
<div class="container mx-auto flex flex-col sm:flex-row justify-between items-center px-4 sm:px-0">
124-
<p class="mb-4 sm:mb-0">&copy; 2024 Kelmscott Senior High School Robotics</p>
125-
<div>
126-
<a href="#" class="mx-2"><i class="fab fa-twitter"></i></a>
127-
<a href="https://www.facebook.com/profile.php?id=61559577347658" class="mx-2"><i class="fab fa-facebook"></i></a>
128-
<a href="https://www.instagram.com/kshsrobotics/" class="mx-2"><i class="fab fa-instagram"></i></a>
129-
<a href="https://www.youtube.com/@KSHSFRCroboticsteam" class="mx-2"><i class="fab fa-youtube"></i></a>
130-
</div>
131122

132-
</div>
133-
</footer>
134123
</body>
135124
</html>
136125

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<div style="position: relative; z-index: 1;">
6969
<h1 class="text-4xl font-bold">Kelmscott Senior High School Robotics</h1>
7070
<p class="text-xl my-4">An opportunity for students to explore and develop their passions and interests.</p>
71-
<button class="bg-blue-500 text-white px-6 py-3 rounded-lg">Learn More</button>
71+
<button class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-3 rounded-lg mx-auto sm:mx-0 transition duration-300 ease-in-out focus:outline-none focus:ring-2 focus:ring-blue-300">Learn More</button>
7272
</div>
7373
</section>
7474

@@ -102,9 +102,9 @@ <h2 class="text-2xl font-bold my-3">WARP</h2>
102102
<div class="container mx-auto px-4 sm:px-0">
103103
<div class="flex flex-col items-center sm:items-start">
104104
<div class="w-full sm:w-1/2 text-center sm:text-left">
105-
<h2 class="text-3xl font-bold mb-4">aliquet praesent sodades</h2>
106-
<p class="text-lg mb-4">aliquet praesent sodales ipsum null</p>
107-
<button class="bg-blue-500 text-white px-6 py-3 rounded-lg mx-auto sm:mx-0">Learn More</button>
105+
<h2 class="text-3xl font-bold mb-4">FIRST Robotics Competition</h2>
106+
<p class="text-lg mb-4">Join our team as we prepare for the exciting world of FRC, where high school students build and program robots.</p>
107+
<button class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-3 rounded-lg mx-auto sm:mx-0 transition duration-300 ease-in-out focus:outline-none focus:ring-2 focus:ring-blue-300">Learn More</button>
108108
</div>
109109
</div>
110110
</div>

0 commit comments

Comments
 (0)