-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
389 lines (326 loc) · 17 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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SnapShop</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/greens.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700"
rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: BizPage
Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
======================================================= -->
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container-fluid">
<div id="logo" class="pull-left">
<h1><a href="#intro" class="scrollto">SnapShop</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="#intro"><img src="img/logo.png" alt="" title="" /></a>-->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#intro">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="carousel-background"><img src="img/intro-carousel/rd.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Buy what you see</h2>
<p>See something you like? SnapShop it! Simply take a picture of the article of
clothing you like and in no time you
will receive links to stores online where you can buy that article of clothing
</p>
<a href="http://localhost:8001/form" class="btn-get-started scrollto">Upload Photo</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/intro-carousel/kerm.png" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>SnapShop by the brand</h2>
<p>Our software is able to detect logos and brand names on clothing and able to link
you to the company website with the
closest matching article of clothing
</p>
<a href="#featured-services" class="btn-get-started scrollto">Upload Photo</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/intro-carousel/shirt.png" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Send A SnapShop To A Friend </h2>
<p>Want to share a piece of fashion advice with a friend? Use snapshot message feature.
</p>
<a href="http://localhost:4000/form" class="btn-get-started scrollto">Send Photo</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#introCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon ion-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon ion-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
Featured Services Section
============================-->
<section id="featured-services">
<div class="container">
<div class="row">
<div class="col-lg-4 box">
<i class="ion-ios-monitor-outline"></i>
<h4 class="title"><a href="">How it works?</a></h4>
<p class="description">We utilize Google's Vision API and Custom Search Engine to provide
results to the pictures you upload</p>
</div>
<div class="col-lg-4 box box-bg">
<i class="ion-ios-camera-outline"></i>
<h4 class="title"><a href="">Say Cheese?</a></h4>
<p class="description">You are able to take any picture of clothing whether it is on somebody
or on a store mannequin</p>
</div>
<div class="col-lg-4 box">
<i class="ion-ios-heart-outline"></i>
<h4 class="title"><a href="">Partners</a></h4>
<p class="description">If you are a clothing company with an online store that would like our
users to have access to your merchandise, we are always expanding and would love to have
you on board
</p>
</div>
</div>
</div>
</section><!-- #featured-services -->
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<header class="section-header">
<h3>About Us</h3>
<p>We are a small start-up out of McMaster University that aims to make the impulse shopping
experience much easier and convenient.</p>
</header>
<div class="row about-cols">
<div class="col-md-4 wow fadeInUp">
<div class="about-col">
<div class="img">
<img src="img/about-mission.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-speedometer-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Mission</a></h2>
<p>
Forgetting something you need like groceries is bad, but forgetting something you WANT
is even worse! We aim to make the
transition between the urge to buy and the act of buying seamless with SnapShop as you
can see something you want, take a picture of it
and receive links to buy it.
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="about-col">
<div class="img">
<img src="img/about-plan.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-list-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Plan</a></h2>
<p>
We plan on making this app scalable around the world as opposed to just Canada and
North American Retailers. We are looking to partner with more big brand retail
companies such as Dick's and Sport Chek to help expand the market into areas
that aren't as accessible with raw advertisement.
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.2s">
<div class="about-col">
<div class="img">
<img src="img/about-vision.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-eye-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Vision</a></h2>
<p>
We envision SnapShop being more than just a clothing app in the near future. We hope to
be able to expand to
untapped potential markets like groceries where people can take pictures of food and
SnapShop will return the nearest and cheapest
option for a grocery store that sells that item.
</p>
</div>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Clients Section
============================-->
<section id="clients" class="wow fadeInUp">
<div class="container">
<header class="section-header">
<h3>Our Clients</h3>
</header>
<div class="owl-carousel clients-carousel">
<img src="img/clients/nike.png" alt="">
<img src="img/clients/adi.png" alt="">
<img src="img/clients/GUESS-Logo.png" alt="">
<img src="img/clients/lb.svg" alt="">
<img src="img/clients/fl.png" alt="">
<img src="img/clients/fn.png" alt="">
<img src="img/clients/Aritzia.svg" alt="">
<img src="img/clients/fore.png" alt="">
</div>
</div>
</section><!-- #clients -->
<!--==========================
Team Section
============================-->
<section id="team">
<div class="container">
<div class="section-header wow fadeInUp">
<h3>Team</h3>
<p>The wonderful people at SnapShop that made all of this possible!</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="member">
<img src="img/me.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Christian Mavely</h4>
<span>Mechatronics Engineer</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="member">
<img src="img/ara.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Aravin Sivakumar</h4>
<span>Electrical and Biomedical Engineer</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- #team -->
<!--==========================
Contact Section
============================-->
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h3>Contact Us</h3>
<p>We would love any comments, questions or concerns you may have. Please contact us using one of
the methods below.</p>
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="ion-ios-location-outline"></i>
<h3>Address</h3>
<address>200 University Ave W, Waterloo, ON N2L 3G1</address>
</div>
</div>
<div class="col-md-4">
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Number</h3>
<p><a href="tel:+155895548855">647 282 1095</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:info@example.com">cmavely@gmail.com</a></p>
</div>
</div>
</div>
</div>
</section><!-- #contact -->
</main>
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>