forked from spaceconcordia/spaceconcordia.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
250 lines (227 loc) · 12.4 KB
/
index.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width = device-width, initial-scale = 1">
<title>Space Concordia</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="src/css/styles.css">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/png" href="img/favicon.ico">
</head>
<body>
<!-- NAVBAR -->
<div class="navbar-wrapper">
<div class="container">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img alt="Brand" src="img/sclogo_header.png"></a>
</div> <!-- .navbar-header -->
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active dropdown">
<a href="index.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspop="true" aria-expanded="false">
About Us<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="src/html/mission.html">Mission</a></li>
<li><a href="src/html/history.html">Our History</a></li>
<li><a href="src/html/exec.html">Our Executive Team</a></li>
</ul>
</li>
<li><a href="https://medium.com/space-concordia" target=_"blank">Blog</a></li>
<li class="dropdown">
<a href="src/html/spacecraft.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspop="true" aria-expanded="false">
Spacecraft Division<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="src/html/consat-1.html">ConSat-1</a></li>
<li><a href="src/html/aleksandr.html">Aleksandr</a></li>
<li><a href="src/html/groundsegment.html">Ground Station</a></li>
</ul>
</li>
<li class="dropdown">
<a href="src/html/rocketry.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspop="true" aria-expanded="false">
Rocketry Division<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="src/html/arcturus.html">Arcturus</a></li>
<li><a href="src/html/aurelius.html">Aurelius</a></li>
<li><a href="src/html/maurice.html">Maurice</a></li>
</ul>
</li>
<li class="dropdown">
<a href="src/html/projects.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspop="true" aria-expanded="false">
Special Projects<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="src/html/robotics.html">Robotics</a></li>
</ul>
</li>
<li><a href="src/html/sponsors.html">Sponsors</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspop="true" aria-expanded="false">
Contact Us<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="src/html/join.html">Join the Team!</a></li>
<li><a href="src/html/contact.html">Contact Form</a></li>
<li><a href="src/html/faq.html">FAQ</a></li>
</ul>
<li><a href="src/html/donate.html">Donate</a></li>
</ul>
</div><!-- .navbar -->
</div><!-- .container -->
</nav>
</div><!-- .container -->
</div><!-- .navbar-wrapper -->
<!-- END OF NAVBAR -->
<!-- CAROUSEL -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<!-- FIRST SLIDE -->
<!-- if you want to modify the background picture, replace the firstslide.png picture in the img folder with desired picture. make sure it is titled firstslide.png -->
<div class="item active">
<img class="first-slide" src="img/firstslide.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>Welcome to Space Concordia!</h1>
<p>Space Concordia is an award-winning, multidisciplinary student society of over 200 students from various fields of studies working in different subdivisions such as Spacecraft, Ground Station, Rocketry and Robotics.</p>
</div><!-- .carousel-caption -->
</div><!-- .container -->
</div><!-- .item active -->
<!-- END OF FIRST SLIDE -->
<!-- SECOND SLIDE -->
<div class="item">
<img class="second-slide" src="img/secondslide.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>Follow us on Social Media</h1>
<p>Follow us on social media to have the latest updates!</p>
<p><a class="btn btn-lg btn-primary" href="#follow_us" role="button">Learn more</a></p>
</div><!-- .carousel-caption -->
</div><!-- .container -->
</div><!-- .item -->
<!-- END OF SECOND SLIDE -->
<!-- THIRD SLIDE -->
<div class="item">
<img class="third-slide" src="img/thirdslide.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1>Join the Space Concordia team</h1>
<p>We welcome students of every discipline, even outside engineering! Want to be a part of something amazing? Join the team today or visit us at H1029-7.</p>
<p><a class="btn btn-lg btn-primary" href="src/html/join.html" role="button">Join now!</a></p>
</div><!-- .carousel-caption -->
</div><!-- .container -->
</div><!-- .item -->
<!-- END OF THIRD SLIDE -->
</div><!-- carousel-inner -->
<!-- CAROUSEL BUTTONS -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- END OF CAROUSEL -->
<!-- HEADINGS (DIVISIONS) -->
<!-- If you want to change the division pictures, replace either
spacecraft.png
rocketry.png
robotics.png
projects.png
With whatever picture you want to replace it with.
make sure it's the same format (png/jpg/gif) and same name. -->
<div class="container marketing">
<div class="division title">
<div class="col-lg-12">
<h1>DIVISIONS</h1>
</div>
</div>
<div class="row">
<!-- 1 -->
<div class="col-lg-4">
<a href="src/html/spacecraft.html"><img class="img-circle" src="img/spacecraft.jpg" alt="Robotics Division" width="200" height="200"></a>
<h2>Spacecraft</h2>
</div>
<!-- 2 -->
<div class="col-lg-4">
<a href="src/html/rocketry.html"><img class="img-circle" src="img/rocketry.jpg" alt="Rocketry Division" width="200" height="200"></a>
<h2>Rocketry</h2>
</div>
<!-- 3 -->
<div class="col-lg-4">
<a href="src/html/projects.html"><img class="img-circle" src="img/projects.jpg" alt="Projects Division" width="200" height="200"></a>
<h2>Special Projects</h2>
</div>
</div>
<!-- END DIVISIONS -->
<!-- FEATURETTES -->
<a name="about"><hr class="featurette-divider"></a>
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">About <span class="text-muted">Us</span></h2>
<p class="lead">Space Concordia is a student society at Concordia University that throws its members at challenging space and aerospace projects, to yield awesome results. We win Awards at national and international competitions, we showcase our school, but most importantly: Space Concordia teaches and trains excellent young scientists and engineers through hands-on work and an attitude of persistance and collaboration.<br><br>
<a href="src/html/aboutus.html"><button type="button" class="btn btn-primary">More Details >></button></a></p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" src="img/patch.png" alt="Space Concordia Patch" height="500px" width="500px">
</div>
</div><!-- END ABOUT US -->
</div>
<a name="follow_us"><hr class="featurette-divider"></a>
<div class="container marketing">
<div class="follow us">
<div class="col-lg-12">
<h1>Follow Us</h1>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p><!-- Social Media Icons -->
<a href="https://www.facebook.com/Space.Concordia"><i class="fa fa-facebook-official" aria-hidden="true" style="font-size:36px"></i></a>
<a href="https://twitter.com/SpaceConcordia"><i class="fa fa-twitter" aria-hidden="true" style="font-size:36px"></i></a>
<a href="https://www.instagram.com/SpaceConcordia/"><i class="fa fa-instagram" aria-hidden="true" style="font-size:36px"></i></a>
<a href="https://www.youtube.com/user/SpaceConcordia"><i class="fa fa-youtube" aria-hidden="true" style="font-size:36px"></i></a>
<a href="https://www.linkedin.com/company/space-concordia"><i class="fa fa-linkedin-square" aria-hidden="true" style="font-size:36px"></i></a>
</p>
</div><!-- .row -->
</div><!-- .container marketing -->
</div>
</div>
<hr class="featurette-divider" id="dividerone">
<!-- map -->
<div id="map"></div>
<!-- end map -->
<hr class="featurette-divider" id="dividertwo">
<!-- footer -->
<div class="container footer">
<footer></footer>
</div><!-- end footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAaGU0-6aZH48QaiiiaurSz2Ugiepb5-7g"></script>
<script src="src/js/maps.js"></script>
<script src="src/js/utilities.js"></script>
<script src="src/js/smoothscrolling.js"></script>
<script src="src/js/expandableLinks.js"></script>
<script src="src/js/footer.js"></script>
</body>
</html>