-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
229 lines (214 loc) · 14.4 KB
/
Copy pathindex.html
File metadata and controls
229 lines (214 loc) · 14.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Foodify Beta</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,600;1,600&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;1,400&display=swap" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top shadow-sm" id="mainNav">
<div class="container px-5">
<a class="navbar-brand fw-bold" href="#page-top"><img src="assets/img/icon.png" width="45" height="45" alt="Foodify Fridge Icon">foodify</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="bi-list"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto me-4 my-3 my-lg-0">
<li class="nav-item"><a class="nav-link me-lg-3" href="#features">Features</a></li>
<li class="nav-item"><a class="nav-link me-lg-3" href="#download">Download</a></li>
</ul>
<a href="https://forms.gle/wuWNDEKJdnf1g3X68" class="btn btn-warning rounded-pill px-3 mb-2 mb-lg-0" role="button">
<span class="d-flex align-items-center">
<i class="bi-chat-text-fill me-2"></i>
<span class="small">Send Feedback</span>
</span>
</a>
</div>
</div>
</nav>
<!-- Mashead header-->
<header class="masthead">
<div class="container px-5">
<div class="row gx-5 align-items-center">
<div class="col-lg-6">
<!-- Mashead text and app badges-->
<div class="mb-5 mb-lg-0 text-center text-lg-start">
<h1 class="display-1 lh-1 mb-3 d-inline-block">Join Our <span style="color: #ea842a;"> Beta </span>Program Now!</h1>
<p class="lead fw-normal text-muted mb-5 text-justify">Use your phone to scan groceries and plan your meals ahead of time with knowledge of ingredients that are soon to go off. It's that easy. The purpose of our app is to empower you to reduce food wastage and manage your food wisely.</p>
<div class="d-flex flex-column flex-lg-row align-items-center">
<a class="me-lg-3 mb-4 mb-lg-0" href="https://play.google.com/store/apps/details?id=group.googlesolutions.best_before_app&gl=IE"><img class="app-badge" src="assets/img/google-play-badge.svg" alt="..." /></a>
<a href="https://testflight.apple.com/join/UNEtTPrc"><img class="app-badge" src="assets/img/app-store-badge.svg" alt="..." /></a>
</div>
</div>
</div>
<div class="col-lg-6">
<!-- Masthead device mockup feature-->
<div class="masthead-device-mockup">
<svg class="circle" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="circleGradient" gradientTransform="rotate(45)">
<stop class="gradient-start-color" offset="0%"></stop>
<stop class="gradient-end-color" offset="100%"></stop>
</linearGradient>
</defs>
<circle cx="50" cy="50" r="50"></circle></svg>
<svg class="shape-1 d-none d-sm-block" viewBox="0 0 240.83 240.83" xmlns="http://www.w3.org/2000/svg">
<rect x="-32.54" y="78.39" width="305.92" height="84.05" rx="42.03" transform="translate(120.42 -49.88) rotate(45)"></rect>
<rect x="-32.54" y="78.39" width="305.92" height="84.05" rx="42.03" transform="translate(-49.88 120.42) rotate(-45)"></rect></svg>
<svg class="shape-2 d-none d-sm-block" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"></circle></svg>
<div class="device-wrapper">
<div class="device" data-device="iPhoneX" data-orientation="portrait" data-color="black">
<div class="screen bg-black">
<img style="max-width: 100%; height: 100%;" src="assets/img/foodify-home.png" alt="Foodify Main Screen">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Quote/testimonial aside-->
<aside class="text-center" style="background-color: #f06543; background-image: linear-gradient(315deg, #f06543 0%, #ffbe3d 74%);">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-xl-8">
<div class="h2 fs-1 font-alt text-black">Top 50 in 2021 Solution Challenge</div>
<img class="d-none d-md-inline mt-4" src="assets/img/google-logo.svg" alt="GDSC Logo" style="height: 2rem" />
</div>
</div>
</div>
</aside>
<!-- App features section-->
<section id="features">
<div class="container px-5">
<div class="row gx-5 align-items-center">
<div class="col-lg-8 order-lg-1 mb-5 mb-lg-0">
<div class="container-fluid px-5">
<div class="row gx-5">
<div class="col-md-6 mb-5">
<!-- Scanner -->
<div class="text-center">
<i class="bi-upc-scan icon-feature d-block mb-3" style="color: #ea842a;"></i>
<h3 class="font-alt">Scan Your Food</h3>
<p class="text-muted mb-0">You can use your phone camera to scan barcodes and best before dates.</p>
</div>
</div>
<div class="col-md-6 mb-5">
<!-- Feature item-->
<div class="text-center">
<i class="bi-app-indicator icon-feature d-block mb-3" style="color: #ea842a;"></i>
<h3 class="font-alt">Receive Notifications</h3>
<p class="text-muted mb-0">You will always receive notifications when food in your fridge is about to go off.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-5 mb-md-0">
<!-- Feature item-->
<div class="text-center">
<i class="bi-card-list icon-feature d-block mb-3" style="color: #ea842a;"></i>
<h3 class="font-alt">Manage Your Fridge</h3>
<p class="text-muted mb-0">You can assign items to different categories to help you with food management.</p>
</div>
</div>
<div class="col-md-6">
<!-- Feature item-->
<div class="text-center">
<i class="bi-card-checklist icon-feature d-block mb-3" style="color: #ea842a;"></i>
<h3 class="font-alt">Delete As You Eat</h3>
<p class="text-muted mb-0">You can easily remove your food from the fridge list as you consume it.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 order-lg-0">
<!-- Features section device mockup-->
<div class="features-device-mockup">
<svg class="circle" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="circleGradient" gradientTransform="rotate(45)">
<stop class="gradient-start-color" offset="0%"></stop>
<stop class="gradient-end-color" offset="100%"></stop>
</linearGradient>
</defs>
<circle cx="50" cy="50" r="50"></circle></svg>
<svg class="shape-1 d-none d-sm-block" viewBox="0 0 240.83 240.83" xmlns="http://www.w3.org/2000/svg">
<rect x="-32.54" y="78.39" width="305.92" height="84.05" rx="42.03" transform="translate(120.42 -49.88) rotate(45)"></rect>
<rect x="-32.54" y="78.39" width="305.92" height="84.05" rx="42.03" transform="translate(-49.88 120.42) rotate(-45)"></rect></svg>
<svg class="shape-2 d-none d-sm-block" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"></circle></svg>
<div class="device-wrapper">
<div class="device" data-device="iPhoneX" data-orientation="portrait" data-color="black">
<div class="screen bg-black">
<img style="max-width: 100%;" src="assets/img/foodify-expiry.png" alt="Foodify Expiry Screen">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- New Features -->
<section class="bg-light">
<div class="container px-5">
<div class="row gx-5 align-items-center justify-content-center justify-content-lg-between">
<div class="col-12 col-lg-5">
<h2 class="display-4 lh-1 mb-4">New Features Coming Soon</h2>
<p class="lead fw-normal text-muted">At the moment we are working on several features that we are planning to implement very soon, for example, a dashboard and a common fridge.</p>
<p class="lead fw-normal text-muted mb-5 mb-lg-0">A dashboard will provide you with a weekly report on your food consumption. With a common fridge you will be able to share a fridge with flatmates.</p>
</div>
<div class="col-sm-8 col-md-6">
<div><img class="img-fluid" src="assets/img/foodify-dashboard.png" alt="Foodify Share Feature Concept" /></div>
</div>
</div>
</div>
</section>
<!-- Call-to-Action Section -->
<section class="cta">
<div class="cta-content">
<div class="container text-center px-5">
<h2 class="text-white display-2 lh-2 mb-5">Stop Wasting.<br/>Start Saving.</h2>
<a class="btn btn-outline-light py-4 px-4 rounded-pill" href="https://www.youtube.com/watch?v=HBFEtMQC7AQ" target="_blank">Discover Our Demo</a>
</div>
</div>
</section>
<!-- App Store Section -->
<section style="background-color: #f06543; background-image: linear-gradient(315deg, #f06543 0%, #ffbe3d 74%);" id="download">
<div class="container px-5">
<h2 class="text-center text-black font-alt mb-4">Get Foodify Now!</h2>
<div class="d-flex flex-column flex-lg-row align-items-center justify-content-center">
<a class="me-lg-3 mb-4 mb-lg-0" href="https://play.google.com/store/apps/details?id=group.googlesolutions.best_before_app&gl=IE"><img class="app-badge" src="assets/img/google-play-badge.svg" alt="Google Play" /></a>
<a href="https://testflight.apple.com/join/UNEtTPrc"><img class="app-badge" src="assets/img/app-store-badge.svg" alt="App Store" /></a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black text-center py-5">
<div class="container px-5">
<div class="text-white-50">
<div>© Foodify 2021. All Rights Reserved.</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS -->
<script src="js/scripts.js"></script>
</body>
</html>