-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
101 lines (85 loc) · 4.78 KB
/
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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact</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 rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="index.css" rel="stylesheet" type="text/css">
</head>
<body id="background">
<img src = "images/mostamazingLogo.png">
<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-sm-8 text-left">
<h1>Disruptive Innovation</h1>
<p></p>
<hr>
<div class="col-md-6">
<h3>FRC INSPIRE Capstone Contact Info 2016-17</h3>
<h5>Mr. Brosius (Computer Science) <a href="[email protected]">[email protected]</a></h5>
<h5>Mr. Franzenburg (Engineering) <a href="[email protected]">[email protected]@davenportschools.org</a></h5>
<h5>Mr. Smith (Advanced Manufacturing) <a href="[email protected]">[email protected]</a></h5>
<h5>Mr. Schlichting (Business/Finance) <a href="[email protected]">[email protected]</a></h5>
<h5>Mrs. Eckhardt (Counselor) <a href="[email protected]">[email protected]</a></h5>
<blockquote>
West High Address
3505 W. Locust Street
Davenport, IA. 52806
West High Phone
563-386-5500</blockquote>
<br/>
</div>
<div class="col-md-3">
<p><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d11945.981216001826!2d-90.6274704!3d41.5368718! 3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x7a7e6d6660babaef!2sWest+High+School!5e0!3m2!1sen!2sus!4v1480454905921"
width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe></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>