Skip to content

Commit 76f2c36

Browse files
Update about
1 parent ef29572 commit 76f2c36

1 file changed

Lines changed: 41 additions & 14 deletions

File tree

about.html

Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>About | Team 10152</title>
54
<meta charset="UTF-8">
65
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>About | Team 10152</title>
77
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
88
<link rel="stylesheet" href="styles.css">
99
<script defer src="script.js"></script>
1010
</head>
1111
<body>
12+
1213
<header class="sticky-header">
1314
<nav class="navbar container">
14-
<a href="index.html" class="logo"><span class="logo-text">Team&nbsp;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&nbsp;10152</span>
17+
<img class="logo-icon" src="images/logo.png" alt="logo">
18+
</a>
19+
1520
<ul class="nav-links">
1621
<li class="dropdown">
1722
<a href="about.html">About</a>
1823
<ul class="dropdown-menu">
19-
<li><a href="#mission">Mission</a></li>
24+
<li><a href="about.html#mission">Mission</a></li>
2025
<li><a href="history.html">History</a></li>
2126
</ul>
2227
</li>
@@ -30,18 +35,40 @@
3035

3136
<section class="page-hero"><h1>About&nbsp;Us</h1></section>
3237

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&nbsp;Values</h2>
37-
<ul class="values">
38-
<li>Gracious&nbsp;Professionalism</li>
39-
<li>Inclusive&nbsp;Teamwork</li>
40-
<li>Relentless&nbsp;Curiosity</li>
41-
<li>Community&nbsp;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&nbsp;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.&nbsp;Nick&nbsp;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.&nbsp;Matt&nbsp;Danko</h3>
66+
<p class="role">Coach – Logistics, Mechanics, Pit Crew</p>
67+
<p class="desc"></p>
68+
</div>
69+
</div>
4370
</section>
4471

45-
<footer><div class="container"><p>&copy;2025 Team&nbsp;10152 Robotics</p></div></footer>
72+
<footer><div class="container"><p>&copy;2025&nbsp;Orbotics – FRC Team 10152</p></div></footer>
4673
</body>
4774
</html>

0 commit comments

Comments
 (0)