-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcommunity.html
More file actions
116 lines (86 loc) · 4.9 KB
/
Copy pathcommunity.html
File metadata and controls
116 lines (86 loc) · 4.9 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<title>Community</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 class="container-fluid text-center">
<div class="row content">
<div class="col-sm-2 sidenav">
<a class="twitter-timeline" data-width="250" data-height="600" 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 class = "text-center">Disruptive Innovation</h1>
<div class = "center-container">
<h2 align ="center">Community Service</h2>
<h3> Blue Grass Fire Department</h3>
<img src = "images/fire.JPG" height = "200" width = "300" hspace= "20">
<p>Every Sunday our team gives to a local fire department to volunteer. We help the firefighters by cleaning the fire station, and doing other various tasks
to help them be prepared when an emergency occurs. For example, one of the tasks we have done is filling out cards for the elderly so the firefighters can know the
medications they take. Another task we have done is hose down and clean the firetrucks, cop cars, and ambulances. </p>
<h3>Teams we mentor</h3>
<img src = "images/mentor.JPG" height = "200" width = "300" hspace= "20">
<ol>
<li>FLL Jr-Wilson and Bett</li>
<br>
<li>FLL-BG and Walcott </li>
<br>
<li>FTC-Combots and Lemons</li>
</ol>
<br>
<h3> Women in Engineering Day</h3>
<img src = "images/women.JPG" height = "200" width = "350" hspace= "20">
<p>On this day, we had women that were interested in Engineering listen to women in our community that are involved with many different
aspects of engineering. One of the women was a work at the COBHAM work place that designs military equipment. It was a fantastic way for
West girls to be more involved in the Engineering world.
</p>
</div>
<hr>
</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>
</body>
</html>