-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
157 lines (144 loc) · 5.52 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
<!--
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Serious Groceries</title>
<link rel="stylesheet" type="text/css" href="semantic/dist/semantic.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<link rel="icon" type="image/png" href="assets/img/logo128.png">
</head>
<body>
<div id="top"></div>
<!-- Progress bar area -->
<div class="progress bar"></div>
<a href="#top" class="ui circular icon button" id="toTop" data-slide="slide">
<i class="angle up icon"></i>
</a>
<!-- Navbar fixed top area -->
<div class="ui fixed top menu">
<div class="center menu">
<a href="index.html" class="active item">Home</a>
<a href="recipe.html" class="item">Recipes</a>
<a href="new-data.html" class="item">Data</a>
<a href="index.html" class="active item">
<img class="logo" src="assets/img/logo128.png">
Serious Groceries
</a>
<a href="" class="icon item logo" id="trigger"><i class="sidebar icon"></i></a>
<a href="maps.html" class="item">Locate</a>
<a href="login.html" class="item">Login</a>
<a href="signup.html" class="item">Signup</a>
</div>
</div>
<!-- Collapse Navbar Menu -->
<div class="ui fluid vertical menu collapse"></div>
<!-- Slider Container -->
<div class="ui fluid container slider">
<div class="owl-carousel" id="single-slider">
<div class="item"><img src="assets/img/cook-food-kitchen-eat-54455.png"></div>
<div class="item"><img src="assets/img/food-salad-healthy-lunch.png"></div>
<div class="item"><img src="assets/img/pexels-photo-461198.png"></div>
<div class="item"><img src="assets/img/pexels-photo-376464.png"></div>
<div class="item"><img src="assets/img/pexels-photo-357743.png"></div>
</div>
</div>
<!-- Content area -->
<div class="section one">
<div class="ui container">
<h1><font color ="#00e600">About Us</font> </h1>
<p><font size="3"><b>Serious Groceries</b> helps you decide what to cook for dinner on a limited budget in the city of Victoria. Often times, people find themselves craving for their certain foods that may not be within their spending budget. Our service eliminates the craving by providing the most affordable recipes. </font></p>
<h2><font color ="#00e600">How Does it Work?</font></h2>
<p><font size="3">Using a certain alogrithm, we scrapes the sales flyers of nearby grocery stores and matches the data against a personal library of dish recipes that you chose. This way, you can easily see the top dishes that can be shopped for cheaply. </font></p>
<h2><font color ="#00e600">What makes us different?</font></h2>
<p><font size="3">Unlike flyer aggregation apps like Flipp, this app recommends specific dishes to cook. Unlike grocery organization apps and recipe recommendation apps like Pepperplate, CookSmarts, Plan to Eat, and Paprika, this app takes into account the items that are currently on sale nearby.</font></p>
<br>
<blockquote><h3>"Cooking your favorite dishes just got cheaper"</h3></blockquote>
</div>
</div>
<div class="ui divider"></div>
<div class="section two">
<div class="ui container">
<h1>Features</h1>
<div class="ui four column stackable dsoubling grid">
<div class="column">
<div class="ui segment">
<h2 class="ui icon header">
<i class="thumbs up icon"></i>
<div class="content">
SG Score
<div class="sub header">
Each recipe is given a SG score calculated from our algorithm to ensure your getting the most out of your money
</div>
</div>
</h2>
</div>
</div>
<div class="column">
<div class="ui segment">
<h2 class="ui icon header">
<i class="list icon"></i>
<div class="content">
Personalized Recipes
<div class="sub header">
Add and record your very own favourite recipes!
</div>
</div>
</h2>
</div>
</div>
<div class="column">
<div class="ui segment">
<h2 class="ui icon header">
<i class="shop icon"></i>
<div class="content">
Shopping Location
<div class="sub header">
Choose any of the major grocery stores in Victoria to shop from!
</div>
</div>
</h2>
</div>
</div>
<div class="column">
<div class="ui segment">
<h2 class="ui icon header">
<i class="child icon"></i>
<div class="content">
Affordable and Enjoyable!
<div class="sub header">
You will always get the most affordable personalized options
</div>
</div>
</h2>
</div>
</div>
</div>
</div>
</div>
<div class="ui hidden divider"></div>
<div class="section three">
<div class="ui container">
<h1><i class="spoon icon"></i>Ready to Eat Delicious Affordable Meals Everyday?</h1>
<a href="signup.html" class="ui massive inverted button">Sign Up</a>
</div>
</div>
<div class="ui hidden divider"></div>
<div class="section four">
<div class="ui container">
<script src="assets/js/jquery.min.js"></script>
<script src="semantic/dist/semantic.min.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<script src="assets/js/main.js"></script>
<div class="ui vertical footer segment">
<div class="ui center aligned container">
<p>
© 2018 All Rights Reserved.
<a class="item" href="privacy.html">Privacy Policy</a>
</p>
</div>
</div>
</body>