-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesdropmenu.html
More file actions
54 lines (45 loc) · 2.65 KB
/
desdropmenu.html
File metadata and controls
54 lines (45 loc) · 2.65 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "stylesheet" type = "text/css" href = "hardware.css">
<script src = "finalp3.js"></script>
</script>
</head>
<body>
<div id="main">
<span style="color: white; padding-left: 50px; font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
<center>
<h1>For Inspiration and Recognition of Science and Technology</h1>
<h1> About us </h1>
<h2> Hello! We are Lizbeth, Paula and Julia and we are the creators of this website.
Julia and Lizbeth are part of FRC division of FIRST; Julia is part of team 5992, The Pirates, and Liz is part of Team 714, Panthrea. Paula is part of FTC Team 5573, Payne Bots. </h2>
<h1>Our misson </h1>
<h2> We want to inspire a new generation of FIRST students to start their own team or join their school's team. Sometimes, it's hard to get used to a new things, whether it's building, coding, or strategy -- we all strugle with it.
This website is designed to help even experienced FIRST students with problems they could be facing during build season or the games. Click on the hamburger to access the menu. Have fun! :) - Julia, Paula, and Liz
</h2>
</div>
<center>
<center><img src="first.jpg" alt="Trulli" width="700" height="333"></center>
<h1>What you will Find</h1>
<h2>In the following pages what you will find help in every area of a robotics team. So go ahead and explore, and have fun this year with FIRST!</h2>
</center>
<div id="mySidenav" class="sidenav">
<ul>
<li><a></a></li>
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/desdropmenu.html">Home</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/aboutfirst.html">About FIRST</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/FTC.html">FTC</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/FRC.html">FRC</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/coding.html">Coding</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/hardwear.html">Hardware</a></li>
<li><a href="https://www.reddit.com/r/firstrobotics/">Forum</a></li>
<li><a href="https://docs.google.com/spreadsheets/d/1WlWj_zOJyUR7AiFoY_vinTzRoDLSmw3gSUKS8oBGj18/edit#gid=1076842680">Scouting Templetes</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLScg3RWPMMKuOmrMry4tmpb5iGnurarxgmNhE87naX0Adciyew/viewform">Help</a></li>
<li><a href="file:///C:/Users/Prudential/Desktop/FIRST/aboutus.html">About Us</a></li>
</ul>
</div>
</center>
</body>
</html>