Skip to content

Commit 34ded64

Browse files
Update footer
1 parent e066db8 commit 34ded64

5 files changed

Lines changed: 94 additions & 8 deletions

File tree

about.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>About | Team 10152</title>
77
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
89
<link rel="stylesheet" href="styles.css">
910
<script defer src="script.js"></script>
1011
</head>
@@ -69,6 +70,24 @@ <h3>Mr.&nbsp;Matt&nbsp;Danko</h3>
6970
</div>
7071
</section>
7172

72-
<footer><div class="container"><p>&copy;2025&nbsp;Orbotics – FRC Team 10152</p></div></footer>
73+
<footer>
74+
<div class="container footer-flex">
75+
<p>&copy;2025&nbsp;Orbotics – FRC&nbsp;Team&nbsp;10152</p>
76+
77+
<div class="social">
78+
<a href="mailto:greeleyrobotics@gmail.com" aria-label="Email">
79+
<i class="fas fa-envelope"></i>
80+
</a>
81+
<a href="https://www.instagram.com/YOUR_HANDLE" target="_blank" aria-label="Instagram">
82+
<i class="fab fa-instagram"></i>
83+
</a>
84+
<a href="https://www.linkedin.com/company/YOUR_PAGE" target="_blank" aria-label="LinkedIn">
85+
<i class="fab fa-linkedin"></i>
86+
</a>
87+
</div>
88+
</div>
89+
</footer>
90+
91+
7392
</body>
7493
</html>

history.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
89
<link rel="stylesheet" href="styles.css">
910
<script defer src="script.js"></script>
1011
</head>
@@ -55,6 +56,23 @@ <h2 id="panelYear"></h2>
5556
<ul id="panelList"></ul>
5657
</aside>
5758

58-
<footer><div class="container"><p>&copy;2025 Team&nbsp;10152 Robotics</p></div></footer>
59+
<footer>
60+
<div class="container footer-flex">
61+
<p>&copy;2025&nbsp;Orbotics – FRC&nbsp;Team&nbsp;10152</p>
62+
63+
<div class="social">
64+
<a href="mailto:greeleyrobotics@gmail.com" aria-label="Email">
65+
<i class="fas fa-envelope"></i>
66+
</a>
67+
<a href="https://www.instagram.com/YOUR_HANDLE" target="_blank" aria-label="Instagram">
68+
<i class="fab fa-instagram"></i>
69+
</a>
70+
<a href="https://www.linkedin.com/company/YOUR_PAGE" target="_blank" aria-label="LinkedIn">
71+
<i class="fab fa-linkedin"></i>
72+
</a>
73+
</div>
74+
</div>
75+
</footer>
76+
5977
</body>
6078
</html>

index.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
21
<!DOCTYPE html>
32
<html lang="en">
43
<head>
54
<meta charset="UTF-8">
65
<meta name="viewport" content="width=device-width, initial-scale=1">
76
<title>Orbotics | FRC Team 10152</title>
87
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
99
<link rel="stylesheet" href="styles.css">
1010
<script defer src="script.js"></script>
1111
</head>
@@ -32,7 +32,7 @@
3232
<section class="hero split">
3333
<div class="hero-left">
3434
<h1>Orbotics</h1>
35-
<p>We design, build, and compete—together. Join us in pushing the limits of creativity and engineering.</p>
35+
<p>We're a FIRST Robotics team based in Horace Greeley High School. We seek to impact young adults by cultivating skills in engineering, programming, and business through FIRST.</p>
3636
<a href="about.html" class="cta">Discover&nbsp;More</a>
3737
</div>
3838
<div class="hero-right">
@@ -83,9 +83,22 @@ <h2>Season Highlights</h2>
8383
</section>
8484

8585
<footer>
86-
<div class="container">
87-
<p>&copy;2025 Orbotics – FRC Team 10152</p>
86+
<div class="container footer-flex">
87+
<p>&copy;2025&nbsp;Orbotics – FRC&nbsp;Team&nbsp;10152</p>
88+
89+
<div class="social">
90+
<a href="mailto:greeleyrobotics@gmail.com" aria-label="Email">
91+
<i class="fas fa-envelope"></i>
92+
</a>
93+
<a href="https://www.instagram.com/YOUR_HANDLE" target="_blank" aria-label="Instagram">
94+
<i class="fab fa-instagram"></i>
95+
</a>
96+
<a href="https://www.linkedin.com/company/YOUR_PAGE" target="_blank" aria-label="LinkedIn">
97+
<i class="fab fa-linkedin"></i>
98+
</a>
99+
</div>
88100
</div>
89101
</footer>
102+
90103
</body>
91104
</html>

sponsorship.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
89
<link rel="stylesheet" href="styles.css">
910
<script defer src="script.js"></script>
1011
</head>
@@ -36,6 +37,23 @@
3637
</div>
3738
</section>
3839

39-
<footer><div class="container"><p>&copy;2025 Team&nbsp;10152 Robotics</p></div></footer>
40+
<footer>
41+
<div class="container footer-flex">
42+
<p>&copy;2025&nbsp;Orbotics – FRC&nbsp;Team&nbsp;10152</p>
43+
44+
<div class="social">
45+
<a href="mailto:greeleyrobotics@gmail.com" aria-label="Email">
46+
<i class="fas fa-envelope"></i>
47+
</a>
48+
<a href="https://www.instagram.com/YOUR_HANDLE" target="_blank" aria-label="Instagram">
49+
<i class="fab fa-instagram"></i>
50+
</a>
51+
<a href="https://www.linkedin.com/company/YOUR_PAGE" target="_blank" aria-label="LinkedIn">
52+
<i class="fab fa-linkedin"></i>
53+
</a>
54+
</div>
55+
</div>
56+
</footer>
57+
4058
</body>
4159
</html>

team.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
89
<link rel="stylesheet" href="styles.css">
910
<script defer src="script.js"></script>
1011
</head>
@@ -48,6 +49,23 @@ <h2>Business</h2>
4849
</div>
4950
</section>
5051

51-
<footer><div class="container"><p>&copy;2025 Team&nbsp;10152 Robotics</p></div></footer>
52+
<footer>
53+
<div class="container footer-flex">
54+
<p>&copy;2025&nbsp;Orbotics – FRC&nbsp;Team&nbsp;10152</p>
55+
56+
<div class="social">
57+
<a href="mailto:greeleyrobotics@gmail.com" aria-label="Email">
58+
<i class="fas fa-envelope"></i>
59+
</a>
60+
<a href="https://www.instagram.com/YOUR_HANDLE" target="_blank" aria-label="Instagram">
61+
<i class="fab fa-instagram"></i>
62+
</a>
63+
<a href="https://www.linkedin.com/company/YOUR_PAGE" target="_blank" aria-label="LinkedIn">
64+
<i class="fab fa-linkedin"></i>
65+
</a>
66+
</div>
67+
</div>
68+
</footer>
69+
5270
</body>
5371
</html>

0 commit comments

Comments
 (0)