-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (47 loc) · 2.04 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
<html>
<head>
<title>NUMUN XIII - April 14-17, 2016</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700,300|Lato:700,300' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/adviser-style.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/custom.css" rel="stylesheet" type="text/css" />
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main">
<div class="container video-box hidden-xs hidden-sm">
<div class="row">
<div class="secondary-video col-xs-6 col-xs-offset-3">
<h1>NUMUN XIII</h1>
<hr/>
<h2>April 14–17, 2016</h2>
<p>Website launching soon</p>
</div>
</div>
<video autoplay id="bgvid">
<!-- local <source src="./assets/img/open1.mp4" type="video/mp4">-->
<source src="assets/img/open.mp4" type="video/mp4">
</video>
</div>
<div class="container hidden-lg hidden-md">
<div class="mobile-text col-md-6 col-md-offset-3">
<h1>NUMUN XIII</h1>
<hr/>
<h2>April 14–17, 2016</h2>
<p>Website launching soon</p>
</div>
<img src="assets/img/open-mobile.png" id="bgimg" alt="Northwestern University on Lake Michigan" />
</div>
<div class="footer">
<div class="light-footer">
<div class="container">
<p class="lead">© 2015 Northwestern University Model United Nations
<button class="btn btn-default pull-right hidden-sm hidden-xs" id="replay-vid"><i class="fa fa-repeat fa-flip-horizontal"></i> replay</button>
</p>
</div><!-- /.container -->
</div><!-- /.light-footer -->
</div><!-- /.footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/custom.js"></script>
</body>
</html>