|
1 | | - |
2 | 1 | <!DOCTYPE html> |
3 | 2 | <html lang="en"> |
4 | 3 | <head> |
5 | 4 | <meta charset="UTF-8"> |
6 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 6 | <title>Orbotics | FRC Team 10152</title> |
8 | 7 | <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"> |
9 | 9 | <link rel="stylesheet" href="styles.css"> |
10 | 10 | <script defer src="script.js"></script> |
11 | 11 | </head> |
|
32 | 32 | <section class="hero split"> |
33 | 33 | <div class="hero-left"> |
34 | 34 | <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> |
36 | 36 | <a href="about.html" class="cta">Discover More</a> |
37 | 37 | </div> |
38 | 38 | <div class="hero-right"> |
@@ -83,9 +83,22 @@ <h2>Season Highlights</h2> |
83 | 83 | </section> |
84 | 84 |
|
85 | 85 | <footer> |
86 | | - <div class="container"> |
87 | | - <p>©2025 Orbotics – FRC Team 10152</p> |
| 86 | + <div class="container footer-flex"> |
| 87 | + <p>©2025 Orbotics – FRC Team 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> |
88 | 100 | </div> |
89 | 101 | </footer> |
| 102 | + |
90 | 103 | </body> |
91 | 104 | </html> |
0 commit comments