-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·217 lines (201 loc) · 7.58 KB
/
index.html
File metadata and controls
executable file
·217 lines (201 loc) · 7.58 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
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
<!DOCTYPE html>
<head></head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"><html lang="zxx">
<!-- Post release page order: Home(with map/data UI), About, Privacy-->
<!-- This index page is temporary, will replace with current 'privacy' page after launch
Currently only intended to be a 'teaser' -->
<title>Home Page</title>
<meta charset="UTF-8">
<meta name="description" content="Capacit Website">
<meta name="keywords" content="capacit, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/faviconround.png" rel="shortcut icon"/>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="css/slicknav.min.css"/>
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section clearfix">
<a href="index.html" class="site-logo">
<img src="img/logo_withGT.png " alt="">
</a>
<ul class="main-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="map.html" style="color: #9fa07a;">Map Demo</a></li>
<!-- <li><a href="map.html">Try Capacit</a>
<ul class="sub-menu">
<li><a href="category.html">Category</a></li>
<li><a href="playlist.html">Playlist</a></li>
<li><a href="artist.html">Artist</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul> -->
</li>
</ul>
</header>
<!-- Header section end -->
<!-- Hero section -->
<section class="hero-section">
<div class="hero-slider owl-carousel">
<div class="hs-item">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="hs-text">
<h2>Introducing <div class="capacit" style="color:#d3d491;">capacit.</span></h2>
<p>Built in collaboration with Georgia Tech to be launched at the Fall 2020 semester. Stay safe and
maintain social distancing through live occupancy data for buildings across campus. Avoid crowds,
long lines, and find empty spots for studying or relaxing outside of your dorm.
</p>
<!--<a href="#" class="site-btn">Download Now</a>
<a href="#" class="site-btn sb-c2">Start free trial</a>-->
</div>
</div>
<div class="col-lg-6">
<div class="hr-img">
<img src="img/screen.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="hs-item">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="hs-text">
<h2><span>Protect </span> public health.</h2>
<p>As the winner of Georgia Tech and Emory's EHGI Covid-19 Hackathon, Capacit was built with one goal in mind:
to protect the health of our community during the time of a pandemic. Capacit gives students and faculty
necessary data to make health-conscious decisions and aid the transiton back to campus. </p>
<!--<a href="#" class="site-btn">Button Option</a>
<a href="#" class="site-btn sb-c2">Button Option</a>-->
</div>
</div>
<div class="col-lg-6">
<div class="hr-img">
<img src="img/appdemo.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<!-- How section -->
<section class="how-section spad set-bg" >
<div class="container text-navy">
<div class="section-title">
<h2>How it works</h2>
</div>
<div class="row">
<div class="col-md-4">
<div class="how-item">
<div class="hi-icon">
<img src="img/icons/internet.png" alt="">
</div>
<h4>Data Collection</h4>
<p >Our occupancy numbers are collected using aggregate wifi data from anonymized device IDs connected
to access points across campus--no user participation required!
</p>
</div>
</div>
<div class="col-md-4">
<div class="how-item">
<div class="hi-icon">
<img src="img/icons/social.png" alt="">
</div>
<h4>Social Distancing</h4>
<p>Users can view live occupancy of different buildings to avoid crowds and reduce risks of unnecessary exposure. </p>
</div>
</div>
<div class="col-md-4">
<div class="how-item">
<div class="hi-icon">
<img src="img/icons/school.png" alt="">
</div>
<h4>Campus Life</h4>
<p> Our accurate and live occupancy data helps students to return safely to campus and supports density-conscious social outings. </p>
</div>
</div>
</div>
</div>
</section>
<!-- How section end -->
<!-- Footer section
<footer class="footer-section">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-7 order-lg-2">
<div class="row">
<div class="col-sm-4">
<div class="footer-widget">
<h2>About us</h2>
<ul>
<li><a href="">Our Story</a></li>
<li><a href="">Sol Music Blog</a></li>
<li><a href="">History</a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="footer-widget">
<h2>Products</h2>
<ul>
<li><a href="">Music</a></li>
<li><a href="">Subscription</a></li>
<li><a href="">Custom Music</a></li>
<li><a href="">Footage</a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="footer-widget">
</div>
</div>
</div>
</div>
-->
<hr>
<div class="col-xl-6 col-lg-5 order-lg-1">
<address>Contact us at: <a href="mailto:capacit.live@gmail.com">capacit.live@gmail.com</a></address>
<p style="font-size: 15px; color:0a183d;">copyright <img src="img/montdemo.png" alt="" height="20px" style="padding-bottom: 2px;"> 2020</p>
<div class="social-links">
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>