This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (79 loc) · 4.53 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
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en">
<head>
<!--If moving repositories or locations, only the base link needs to be changed-->
<base href="http://uwaterloo.github.io/lockitdown/" target="_self" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>#UWlockitdown</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- If you are using CSS version, only link these 2 files, you may add app.css to use for your overrides if you like. -->
<link rel="stylesheet" href="foundation-5.2.1/css/normalize.css">
<link rel="stylesheet" href="foundation-5.2.1/css/foundation.css">
<link href="custom/CustomStyleSheet.css" rel="stylesheet" />
<link href="foundation-icons/foundation-icons.css" rel="stylesheet">
<script src="foundation-5.2.1/js/vendor/modernizr.js"></script>
</head>
<body style="background-color:#F7941D">
<div class="header-large">
<div class="row">
<div class=" large-12">
<nav class="top-bar hide-for-small" data-topbar>
<div class="uw-logo left">
<a href="http://uwaterloo.ca" style="width:169px">
<img class="header-logo" style="width:169px; height:auto; padding-left:10px; margin-right:25px" src="Images/logo-uwsmall.png" alt="University of Waterloo Logo" />
</a>
</div>
<section class="top-bar-section">
<ul class="right">
<li style="margin-top:-3px;height:auto"><a href="https://twitter.com/intent/tweet?text=This%20is%20how%20I%20&&hashtags=UWlockitdown&&url=http%3A%2F%2Fuwaterloo.ca%2Flockitdown"><i class="fi-social-twitter style1" style="font-size:50px"></i></a></li>
<li><h3 class="title" style="color:#F7941D; margin-top:5px">#UWlockitdown</h3></li>
</ul>
</section>
</nav>
</div>
</div>
</div><!--/top bar-->
<!--small bar-->
<nav class="tab-bar show-for-small">
<div class="uw-logo" style="display:inline-block">
<a href="http://uwaterloo.ca" style="width:150px">
<img class="header-logo" style="width:140px; height:auto; margin-left:14px; margin-right:25px; margin-top:-15px" src="Images/logo-uwsmall.png" alt="University of Waterloo Logo" />
</a>
</div>
</nav>
<div class="twitter-btn-holder show-for-small">
<div class="twitter-btn">
<a href="https://twitter.com/intent/tweet?text=This%20is%20how%20I%20&&hashtags=UWlockitdown&&url=http%3A%2F%2Fuwaterloo.ca%2Flockitdown"><i class="fi-social-twitter style1" style="font-size:50px"></i></a>
</div>
</div>
<!--OS icons-->
<div id="content" style="height:auto">
<div class="splash-holder">
<img style="height:587px" src="Images/KeepCalm.svg" alt="Keep calm and lock it down"/>
</div>
<div class="os-icon-container">
<ul class="os-icons clearfix">
<li><a href="info/android.html"><div class="android-icon"></div></a></li>
<li><a href="info/ios.html"><div class="ios-icon"></div></a></li>
<li><a href="info/blackberry.html"><div class="bb-icon"></div></a></li>
<li><a href="info/windowsphone.html"><div class="win-icon"></div></a></li>
<li><a href="info/2fa.html"><div class="auth-icon"></div></a></li>
</ul>
</div>
</div>
<div class="global-footer">
</div>
<script src="foundation-5.2.1/js/vendor/jquery.js"></script>
<noscript>You do not have scripts enabled. Enable scripts to properly view this content.</noscript>
<script src="foundation-5.2.1/js/foundation.min.js"></script>
<noscript>You do not have scripts enabled. Enable scripts to properly view this content.</noscript>
<script>
$(document).foundation();
</script>
<noscript>You do not have scripts enabled. Enable scripts to properly view this content.</noscript>
<script>!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } }(document, "script", "twitter-wjs");</script>
<noscript>You do not have scripts enabled. Enable scripts to properly view this content.</noscript>
</body>
</html>