-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
279 lines (276 loc) · 15.8 KB
/
index.html
File metadata and controls
279 lines (276 loc) · 15.8 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon_package_v0.16/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon_package_v0.16/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon_package_v0.16/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon_package_v0.16/site.webmanifest">
<link rel="mask-icon" href="assets/img/favicon_package_v0.16/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Quack App</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<link href="assets/css/landing-page.css" rel="stylesheet"/>
<!-- Fonts and icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300' rel='stylesheet' type='text/css'>
<link href="assets/css/pe-icon-7-stroke.css" rel="stylesheet" />
</head>
<body class="landing-page landing-page1">
<nav class="navbar navbar-transparent navbar-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button id="menu-toggle" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar bar1"></span>
<span class="icon-bar bar2"></span>
<span class="icon-bar bar3"></span>
</button>
<a href="/">
<div class="logo-container">
<div class="logo">
<img src="assets/img/logo.png" alt="Quack App Logo">
</div>
<div class="brand">
Quack App
</div>
</div>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="example" >
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/Quack-App/quack-app" target="_blank">
<i class="fa fa-github-square"></i>
GitHub
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<div class="wrapper">
<div class="parallax filter-gradient blue" data-color="blue">
<div class="parallax-background">
<img class="parallax-background-image" src="assets/img/showcases/showcase-1/bg.jpg">
</div>
<div class= "container">
<div class="row">
<div class="col-md-7">
<div class="description">
<h2>Campus Dining Made Easy</h2>
<br>
<h5>Quack App makes dining at Emory University easier than ever before! View your favorite dining locations and take advantage of our features to transform your on-campus dining experience. Quack App is useful for anyone dining on campus.</h5>
</div>
<div class="buttons">
<!-- TODO: Update download links here -->
<a class="btn btn-fill btn-neutral" href="https://apps.apple.com/us/app/quack-dining/id1598752827">
<i class="fa fa-apple"></i> App Store
</a>
<a class="btn btn-simple btn-neutral" href="#" >
<i class="fa fa-android" style="color: #3DDB84;"></i>
</a>
</div>
</div>
<div class="col-md-5 hidden-xs">
<div class="parallax-image">
<img class="phone" src="assets/img/showcases/showcase-1/iphone.png"/>
</div>
</div>
</div>
</div>
</div>
<div class="section section-gray section-clients">
<div class="container text-center">
<h4 class="header-text">Inspired by the Bestagons</h4>
<p>
The Quack App was a class project for a group of students in Computer Science 370. As an extension of the project, they have reformed the Quack App to become more user friendly and implemented various features for students to enjoy!<br>
</p>
<div class="logos">
<div class="buttons">
<!-- TODO: Update download links here -->
<a class="btn btn-simple btn-neutral" href="https://github.com/Bestagons/quack" style="color: grey;">
<i class="fa fa-github-square"></i> GitHub Project
</a>
</div>
</div>
</div>
</div>
<div class="section section-presentation">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="description">
<h4 class="header-text">It's Simple</h4>
<p>We're Quack App. After our group project, some of us decided
to continue the app to turn it into something more marketable
and useable. With Quack App, you are able to view different
dining locations on campus, hours, and menu. Quack App can
help remind you about opening and closing times, when your
favorite meals are served, and more!</p>
<p>As both developers and students, we are passionate about making
our campus dining experience easier than ever!</p>
</div>
</div>
<div class="col-md-5 col-md-offset-1 hidden-xs">
<img src="assets/img/showcases/showcase-1/iphones.png"/ style="top:-25px">
</div>
</div>
</div>
</div>
<div class="section section-demo">
<div class="container">
<div class="row">
<div class="col-md-6">
<div id="description-carousel" class="carousel fade" data-ride="carousel">
<div class="carousel-inner">
<div class="item">
<img src="assets/img/showcases/showcase-1/examples/home_3.png" alt="">
</div>
<div class="item active">
<img src="assets/img/showcases/showcase-1/examples/home_2.png" alt="">
</div>
<div class="item">
<img src="assets/img/showcases/showcase-1/examples/home_1.png" alt="">
</div>
</div>
<ol class="carousel-indicators carousel-indicators-blue">
<li data-target="#description-carousel" data-slide-to="0" class=""></li>
<li data-target="#description-carousel" data-slide-to="1" class="active"></li>
<li data-target="#description-carousel" data-slide-to="2" class=""></li>
</ol>
</div>
</div>
<div class="col-md-5 col-md-offset-1">
<h4 class="header-text">Easy to use</h4>
<p>
Eliminate the stress of dining while staying connected by coordinating
dining times and locations with friends, save favorite meals, and review
dining locations and meals!
</p>
<!-- TODO: Demo Video Here -->
<a href="#" id="Demo1" class="btn btn-warning btn-fill" data-button="warning">Watch Demo</a>
</div>
</div>
</div>
</div>
<div class="section section-features">
<div class="container">
<h4 class="header-text text-center">Features</h4>
<div class="row">
<div class="col-md-4">
<div class="card card-blue">
<div class="icon">
<i class="fa fa-cutlery" aria-hidden="true"></i>
</div>
<div class="text">
<h4>Get serious about dining</h4>
<p>Save all your favorite meals in once place. Give easy, direct feedback to the Emory Dining team by rating and reviewing food items.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-blue">
<div class="icon">
<i class="pe-7s-bell"></i>
</div>
<h4>Smart Notifications</h4>
<p>Get notified about the best times to dine, when your favorite meals are served, or before the dining location closes!</p>
</div>
</div>
<div class="col-md-4">
<div class="card card-blue">
<div class="icon">
<i class="pe-7s-play"></i>
</div>
<h4>Stay Connected</h4>
<p>Stay connected with friends by coordinating dining times and locations like never before!</p>
</div>
</div>
</div>
</div>
</div>
<div class="section section-testimonial">
<div class="container">
<h4 class="header-text text-center">What people think</h4>
<div id="carousel-example-generic" class="carousel fade" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item">
<div class="mask">
<img src="assets/img/team/rafael.png">
</div>
<div class="carousel-testimonial-caption">
<p>Rafael Piloto, Quack App Founder</p>
<h3>"Quack App makes dining about connections and good food!"</h3>
</div>
</div>
<div class="item active">
<div class="mask">
<img src="assets/img/team/ore.png">
</div>
<div class="carousel-testimonial-caption">
<p>Ore Adenikinju, Quack App Founder</p>
<h3>"I have never missed dining hours since!"</h3>
</div>
</div>
<div class="item">
<div class="mask">
<img src="assets/img/team/david.png">
</div>
<div class="carousel-testimonial-caption">
<p>David Dai, Quack App Founder</p>
<h3>"Quack App helps me plan dining around my schedule!"</h3>
</div>
</div>
</div>
<ol class="carousel-indicators carousel-indicators-blue">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
</div>
</div>
</div>
<div class="section section-no-padding">
<div class="parallax filter-gradient blue" data-color="blue">
<div class="parallax-background">
<img class ="parallax-background-image" src="assets/img/showcases/showcase-1/bg2.png">
</div>
<div class="info">
<h1>Download the app for free!</h1>
<p>Making Campus Dining Easier</p>
<div class="buttons">
<!-- TODO: Update download links here -->
<a class="btn btn-lg btn-fill btn-neutral" href="https://apps.apple.com/us/app/quack-dining/id1598752827">
<i class="fa fa-apple"></i> App Store
</a>
<a class="btn btn-lg btn-fill btn-neutral" href="#">
<i class="fa fa-android" style="color: #3DDB84;"></i> Google Play
</a>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="copyright">
© 2022 <a href="https://github.com/Quack-App">Quack App</a>, For Students by Students
</div>
</div>
</footer>
</div>
</div>
</body>
<script src="assets/js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="assets/js/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.js" type="text/javascript"></script>
<script src="assets/js/awesome-landing-page.js" type="text/javascript"></script>
</html>