-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
32 lines (31 loc) · 1022 Bytes
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>Team 60 - Contact</title>
<link rel="stylesheet" href="menu_style.css">
<link rel="stylesheet" href="website_style.css">
</head>
<body>
<div id="menu">
<iframe id="menu" title="navigation menu" width="100%" height="100%" src="menu.html"></iframe>
</div>
<div class="text">
<h1>Contact us!</h1>
<p>
Interested in contacting us? Please feel free to send us an email! Our email is
<br>
firstteam60robotics@gmail.com
<br><br>
Are you a local business or organization? We do robotics
demonstrations and presentation. Please feel free to reach out!
<br><br>
Please consider supporting us so we can continue to provide this
program to students in our community! Sponsors are added to our
sponsors page, our sponsors banner, and the side of the robot.
</p>
</div>
<div id="page footer">
<iframe id="page footer" title="page footer" width="100%" height="100%" src="footer.html"></iframe>
</div>
</body>
</html>