-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
287 lines (277 loc) · 14.6 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:url" content="https://www.indiana.edu/~una" />
<meta property="og:type" content="website" />
<meta property="og:title" content="United Nations Association at Indiana University" />
<meta property="og:description" content="Your description" />
<meta property="og:image" content="favicon.png" />
<title>United Nations Association at Indiana University</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="images/ico/apple-touch-icon-57-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="images/ico/apple-touch-icon-60-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="images/ico/apple-touch-icon-76-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="images/ico/apple-touch-icon-120-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="images/ico/apple-touch-icon-152-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="images/ico/apple-touch-icon-180-precomposed.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/ico/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/ico/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/ico/favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/ico/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<!--/head-->
<body>
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<header class="navbar navbar-inverse navbar-fixed-top wet-asphalt">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<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 src="images/logo.png" alt="logo">
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Board
<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul class="dropdown-menu">
<li><a href="board.html">2016-17</a></li>
<li><a href="board2015.html">2015-16</a></li>
</ul>
</li>
<li><a href="events.html">Events</a>
</li>
<li><a href="refugeeswelcome.html">Refugees Welcome Campaign</a>
</li>
<li><a href="donate.html">Donate</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</header>
<!--/header-->
<section id="main-slider" class="no-margin">
<div class="carousel slide wet-asphalt">
<ol class="carousel-indicators">
<li data-target="#main-slider" data-slide-to="0" class="active"></li>
<li data-target="#main-slider" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="item active" style="background-image: url(images/slider/bg1.jpg)">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="carousel-content centered">
<h2 class="boxed animation animated-item-1">Welcome to the United Nations Association</h2>
<br>
<p class="boxed animation animated-item-2">A student run organization at Indiana University.</p>
</div>
</div>
</div>
</div>
</div>
<!--/.item-->
<div class="item" style="background-image: url(images/slider/bg2.jpg)">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="carousel-content center centered">
<h2 class="boxed animation animated-item-1">Join the Refugees Welcome Campaign</h2>
<br>
<p class="boxed animation animated-item-2">A campaign to support refugees fleeing war.</p>
<br>
<a class="btn btn-md animation animated-item-3" href="refugeeswelcome.html">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!--/.item-->
</div>
<!--/.carousel-inner-->
</div>
<!--/.carousel-->
<a class="prev hidden-xs" href="#main-slider" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class="next hidden-xs" href="#main-slider" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</section>
<!--/#main-slider-->
<section id="services" class="emerald">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<a href="https://list.indiana.edu/sympa/subscribe/una-l"><i class="fa fa-envelope icon-md"></i></a>
</div>
<div class="media-body">
<h3 class="media-heading">Join Our Mailing List</h3>
<p>We send all the latest updates about events on the mailing list.</p>
</div>
</div>
</div>
<!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<a href="https://www.facebook.com/unausaiu/"><i class="fa fa-thumbs-up icon-md"></i></a>
</div>
<div class="media-body">
<h3 class="media-heading">Like Us</h3>
<p>Like the United Nations Association on facebook to keep up with all their latest events.</p>
</div>
</div>
</div>
<!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<a href="donate.html"><i class="fa fa-credit-card icon-md"></i></a>
</div>
<div class="media-body">
<h3 class="media-heading">Donate</h3>
<p>Donate money to this student organization using SOAPay.</p>
</div>
</div>
</div>
<!--/.col-md-4-->
</div>
</div>
</section>
<!--/#services-->
<section>
<div class="container">
<div class="row">
<div class="col-md-9 col-sm-9">
<h4>Please subscribe to our mailing list to get all the latest updates</h4>
</div>
<div class="col-md-3 col-sm-3">
<a class="btn btn-primary btn-large pull-right" href="https://list.indiana.edu/sympa/subscribe/una-l">Subscribe to Mailing List</a>
</div>
</div>
</div>
</section>
<section id="bottom" class="wet-asphalt">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<h4>About Us</h4>
<p>The Indiana University United Nations Association Chapter was created in January of 2014. Although we are a new organization, we have many plans for the near future! Our new club on the Indiana University Campus will host events, dinners, listen to think-tanks and attend congressional hearings.</p>
<p>We are excited to have you join us on this exciting journey of becoming global advocates!</p>
</div>
<!--/.col-md-3-->
<div class="col-md-3 col-sm-6">
<h4>Useful Links</h4>
<div>
<ul class="arrow">
<li><a href="https://www.indiana.edu/s">Indiana University</a>
</li>
<li><a href="http://unausa.org">United Nations Association of America</a>
</li>
<li><a href="index.html">Home</a>
</li>
<li><a href="board.html">Board</a>
</li>
<li><a href="events.html">Events</a>
</li>
<li><a href="refugeeswelcome.html">Refugees Welcome Campaign</a>
</li>
<li><a href="donate.html">Donate</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<!--/.col-md-3-->
<div class="col-md-3 col-sm-6">
<h4>Connect with us</h4>
<p> <i class="fa fa-envelope"></i> : <a href="mailto:una@indiana.edu">una@indiana.edu </a>
<br>
<br>
<div class="fb-like" data-href="https://www.facebook.com/unausaiu" data-colorscheme="dark" data-width="186" data-layout="standard" data-action="like" data-show-faces="true" data-share="false"></div>
<br>
<br>
<div class="fb-share-button" data-href="https://www.facebook.com/unausaiu" data-layout="button_count"></div>
<br>
<br>
<div class="fb-send" data-href="https://www.facebook.com/unausaiu"></div>
<br>
<br>
</div>
<!--/.col-md-3-->
<div class="col-md-3 col-sm-6">
<h4>Facebook Feed</h4>
<div class="fb-page" data-href="https://www.facebook.com/unausaiu/" data-tabs="timeline" data-height="290" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/unausaiu/"><a href="https://www.facebook.com/unausaiu/">United Nations Association - Indiana University</a></blockquote></div></div>
</div>
<!--/.col-md-3-->
</div>
</div>
</section>
<!--/#bottom-->
<footer id="footer" class="midnight-blue">
<div class="container">
<div class="row">
<div class="col-sm-6">
© 2016 <a target="_blank" href="https://www.indiana.edu/~una" title="United Nations Association">United Nations Association</a> at <a target="_blank" href="https://www.indiana.edu/" title="United Nations Association">Indiana University</a>. All Rights Reserved.
</div>
<div class="col-sm-6">
<ul class="social pull-right">
<li><a href="https://www.facebook.com/unausaiu/"><i class="fa fa-facebook"></i></a></li>
<li><a id="gototop" class="gototop" href="#"><i class="fa fa-chevron-up"></i></a></li>
<!--#gototop-->
</ul>
</div>
</div>
</div>
</footer>
<!--/#footer-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.2/isotope.pkgd.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>
</html>