File tree Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -75,14 +75,15 @@ <h2 class="text-3xl font-semibold mb-4">Contact Form</h2>
75
75
76
76
<!-- Footer Section -->
77
77
< footer class ="bg-gray-800 text-white py-4 ">
78
- < div class ="container mx-auto flex justify-between items-center ">
79
- < p > © 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 " > © 2024 Kelmscott Senior High School Robotics</ p >
80
80
< div >
81
81
< a href ="# " class ="mx-2 "> < i class ="fab fa-twitter "> </ i > </ a >
82
82
< a href ="https://www.facebook.com/profile.php?id=61559577347658 " class ="mx-2 "> < i class ="fab fa-facebook "> </ i > </ a >
83
83
< a href ="https://www.instagram.com/kshsrobotics/ " class ="mx-2 "> < i class ="fab fa-instagram "> </ i > </ a >
84
84
< a href ="https://www.youtube.com/@KSHSFRCroboticsteam " class ="mx-2 "> < i class ="fab fa-youtube "> </ i > </ a >
85
85
</ div >
86
+
86
87
</ div >
87
88
</ footer >
88
89
@@ -118,19 +119,7 @@ <h2 class="text-3xl font-semibold mb-4">Contact Form</h2>
118
119
} ) ;
119
120
} ) ;
120
121
</ 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 "> © 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 >
131
122
132
- </ div >
133
- </ footer >
134
123
</ body >
135
124
</ html >
136
125
Original file line number Diff line number Diff line change 68
68
< div style ="position: relative; z-index: 1; ">
69
69
< h1 class ="text-4xl font-bold "> Kelmscott Senior High School Robotics</ h1 >
70
70
< 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 >
72
72
</ div >
73
73
</ section >
74
74
@@ -102,9 +102,9 @@ <h2 class="text-2xl font-bold my-3">WARP</h2>
102
102
< div class ="container mx-auto px-4 sm:px-0 ">
103
103
< div class ="flex flex-col items-center sm:items-start ">
104
104
< 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 >
108
108
</ div >
109
109
</ div >
110
110
</ div >
You can’t perform that action at this time.
0 commit comments