-
Notifications
You must be signed in to change notification settings - Fork 1
/
outreach.html
37 lines (33 loc) · 1.14 KB
/
outreach.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Green Mountain Robotics: Outreach Page</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/x-icon" href="/images/websitelogo.png">
</head>
<body>
<div class="topbar">
<!-- <img class='logo'
src='https://cloud-qnxbbhdn1-hack-club-bot.vercel.app/0green_mountain_robotics_logo_revision_3__color_.png'> -->
<a href="/index.html">Home</a>
<a href="/sponsor.html">Sponsors</a>
<a href="/join.html">Join</a>
<a class="active" href="/outreach.html">Outreach</a>
<a class="ical" href="/calendar.html">Calendar</a>
<!-- <a href="/CAD-page.html">CAD Page</a> -->
</div>
<div class="img-container2">
<div class="title"><strong>Outreach</strong></div>
</div>
<div class="content1">
<h2 class="subtitle"><strong>Team 9101 - Chittenden County, VT</strong></h2>
<p class="par-text"></p>
</div>
<!-- <div class="footer">
<p class="footer-text">Green Mountain Robotics</p>
</div> -->
</body>
<script src="script.js"></script>
</html>