-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
102 lines (74 loc) · 4.37 KB
/
about.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<title>About</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="index.css" rel="stylesheet" type="text/css">
</head>
<body id="background">
<img src = "images/mostamazingLogo.png" width = "100%">
<ul id = "navbar">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="robot.html">Robot</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="community.html">Community Service</a></li>
<li><a href = "innovation.html">Innovation</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href= "https://docs.google.com/a/students.davenport.k12.ia.us/forms/d/e/1FAIpQLSeT0kI9usNdWS0-rkkoLFVD49TCNoXXjNJKXJuOcHAE6eBVWw/viewform">Login</a></li>
<li><a href = "https://www.facebook.com/DisruptiveInnovation6317/"><i class = "fa fa-facebook"></i></a></li>
</ul>
<div id = "content" class="container-fluid text-center">
<div class="row content">
<div class="col-md-2 sidenav">
<a class="twitter-timeline" data-width="250" data-height="450" href="https://twitter.com/West_INSPIRE">Tweets by West_INSPIRE</a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="col-md-6">
<h1>About Disruptive Innovation</h1>
<h4>Mission Statement</h4>
<p>FRC Team 6317 Disruptive Innovation strives to spread Gracious Professionalism and STEAM throughout our community.
We accomplish this through volunteering our time, public speaking, and reaching out to people within our community.
We also hope to generate real life experiences for our students through participating in FRC and connecting with professionals in local industry.
By developing relationships with these professionals we are building foundations for our futures. We strive to not only be a competitive robotics team, but also help students develop their career readiness.
By creating a diverse work environment, and having students work together to reach a common goal we can achieve this. </p>
<iframe width="460" height="315" src="https://www.youtube.com/embed/Zmtb3U44hQE" frameborder="0" allowfullscreen></iframe></object>
</div>
<div class="col-md-3">
<p align="center"><img src="images/inspire.jpg" height="400" width="300"/></p>
</div>
</div>
</div>
</div>
<footer class="container-fluid text-center">
<h4 id="footer-title">Our Sponsors</h4>
</footer>
<div align = "center">
<p id="pad">
<a href="https://www.johndeere.com/"> <img src = "images/johndeere.jpg" height ="100" width = "150" /></a>
<a href="https://www.davenportschools.org/"> <img src = "images/schools.jpg" height ="100" width = "150" /></a>
<a href="https://www.davenportschools.org/west/"> <img src = "images/west.jpg" height ="100" width = "100" /></a>
<a href="https://www.nasa.gov/"> <img src = "images/nasa.jpg" height ="100" width = "150" /></a>
<a href= "https://www.steminnovator.org/"><img src = "images/stem.jpg" height ="100" width = "150" /></a>
<a href="https://www.pmi.org/"><img src = "images/institute.jpg" height ="100" width = "200" /></a>
<a href="https://www.grainger.com/"><img src = "images/grainger.jpg" height ="100" width = "150" /></a>
<a href="http://www.scottcountyregionalauthority.com/"><img src = "images/scott.jpg" height ="100" width = "200" /></p></a>
</div>
<div align ="center">
<p id = "pad">
<a href=""> <img src = "images/ford.jpg" height ="90" width = "150" hspace = "30"/></a>
<a href=""> <img src = "images/optimist.jpg" height ="90" width = "150" /></a>
<a href=""> <img src = "images/governor.jpg" height ="100" width = "150" /></a>
<a href=""> <img src = "images/homehardware.jpg" height ="100" width = "150" /></a>
<a href=""> <img src = "images/quad.jpg" height ="100" width = "150" hspace = "30"/></p></a>
<a href=""> <img src = "images/alcoa.jpg" height ="100" width = "150" hspace = "30"/></a>
<a href=""> <img src = "images/bluegrass.jpg" height ="100" width = "150" hspace = "30"/></a>
<a href=""> <img src = "images/defense.jpg" height ="90" width = "150" hspace = "30"/></p></a>
</div>
<script>
<script src="googleTracker.js">
</script>
</body>
</html>