|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | -<title>About | Team 10152</title> |
5 | 4 | <meta charset="UTF-8"> |
6 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | +<title>About | Team 10152</title> |
7 | 7 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet"> |
8 | 8 | <link rel="stylesheet" href="styles.css"> |
9 | 9 | <script defer src="script.js"></script> |
10 | 10 | </head> |
11 | 11 | <body> |
| 12 | + |
12 | 13 | <header class="sticky-header"> |
13 | 14 | <nav class="navbar container"> |
14 | | - <a href="index.html" class="logo"><span class="logo-text">Team 10152</span><img src="images/logo.png" class="logo-icon" alt="logo"></a> |
| 15 | + <a href="index.html" class="logo"> |
| 16 | + <span class="logo-text">Team 10152</span> |
| 17 | + <img class="logo-icon" src="images/logo.png" alt="logo"> |
| 18 | + </a> |
| 19 | + |
15 | 20 | <ul class="nav-links"> |
16 | 21 | <li class="dropdown"> |
17 | 22 | <a href="about.html">About</a> |
18 | 23 | <ul class="dropdown-menu"> |
19 | | - <li><a href="#mission">Mission</a></li> |
| 24 | + <li><a href="about.html#mission">Mission</a></li> |
20 | 25 | <li><a href="history.html">History</a></li> |
21 | 26 | </ul> |
22 | 27 | </li> |
|
30 | 35 |
|
31 | 36 | <section class="page-hero"><h1>About Us</h1></section> |
32 | 37 |
|
33 | | -<section class="content container"> |
34 | | - <h2 id="mission">Mission</h2> |
35 | | - <p>Team 10152 empowers students to innovate through robotics while uplifting our community with STEM outreach.</p> |
36 | | - <h2>Core Values</h2> |
37 | | - <ul class="values"> |
38 | | - <li>Gracious Professionalism</li> |
39 | | - <li>Inclusive Teamwork</li> |
40 | | - <li>Relentless Curiosity</li> |
41 | | - <li>Community Impact</li> |
42 | | - </ul> |
| 38 | +<section class="about-grid container"> |
| 39 | + <div class="about-text"> |
| 40 | + <h2 id="mission">Mission</h2> |
| 41 | + <p>Orbotics empowers students to innovate through robotics while uplifting our community with STEM outreach.</p> |
| 42 | + <br> |
| 43 | + <h2>Who Are We?</h2> |
| 44 | + <p>Our team, Greeley Orbotics, is a student-run rookie FRC robotics team. Since our founding in 2023 we’ve grown to more than seventy diverse students. Beyond competition, we help members and the community build skills in design, software, construction, and business management.</p> |
| 45 | + </div> |
| 46 | + |
| 47 | + <div class="about-img"> |
| 48 | + <img src="images/2024-2025/Full.Team.Photo.jpg" alt="Full Team Photo"> |
| 49 | + </div> |
| 50 | +</section> |
| 51 | + |
| 52 | +<section class="coaches container"> |
| 53 | + <h2>Our Coaches</h2> |
| 54 | + |
| 55 | + <div class="coaches-grid"> |
| 56 | + <div class="coach-card"> |
| 57 | + <img src="images/ritter.jpg" alt="Mr. Ritter"> |
| 58 | + <h3>Mr. Nick Ritter</h3> |
| 59 | + <p class="role">Coach – Logistics, Software, Drive Team</p> |
| 60 | + <p class="desc"></p> |
| 61 | + </div> |
| 62 | + |
| 63 | + <div class="coach-card"> |
| 64 | + <img src="images/danko.jpg" alt="Mr. Danko"> |
| 65 | + <h3>Mr. Matt Danko</h3> |
| 66 | + <p class="role">Coach – Logistics, Mechanics, Pit Crew</p> |
| 67 | + <p class="desc"></p> |
| 68 | + </div> |
| 69 | + </div> |
43 | 70 | </section> |
44 | 71 |
|
45 | | -<footer><div class="container"><p>©2025 Team 10152 Robotics</p></div></footer> |
| 72 | +<footer><div class="container"><p>©2025 Orbotics – FRC Team 10152</p></div></footer> |
46 | 73 | </body> |
47 | 74 | </html> |
0 commit comments