-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (179 loc) · 6.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@700&family=Roboto:ital,wght@0,300;1,300&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&family=Quicksand:wght@400;700&display=swap"
rel="stylesheet"
/>
<link href="index.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdn.tailgrids.com/tailgrids-fallback.css"
/>
<title>Seasonal Food App</title>
</head>
<body class="bg-[#f9f3e3] font-sans m-0 flex flex-col text-[#782a33]">
<header
class="bg-[#ce3045] z-50 sticky top-0 flex items-start md:justify-center w-screen flex-wrap text-[#f9f3e3]"
>
<h3 class="p-4 md:p-3 font-display text-2xl md:text-4xl">Seasonal Food App</h3>
<input
type="checkbox"
id="overlay-input"
class="absolute right-0 sm:-right-4"
/>
<label for="overlay-input" id="overlay-button"><span></span></label>
<div id="overlay">
<ul class="md:items-center">
<li><a href="#about-the-project">the idea</a></li>
<li>
<a href="https://github.com/fuzue/seasonfood" target="_blank">
contribute
</a>
</li>
<!-- <li><a href="#">Buy us a coffee</a></li> -->
<li><a href="https://fuzue.tech" target="_blank">about us</a></li>
</ul>
</div>
</header>
<!-- MAIN SECTION OF THE WEBSITE -->
<main
class="w-full flex flex-col items-center gap-6 md:flex-row md:flex-grow"
>
<div
class="py-20 text-[#782a33] h-full text-center flex items-center md:flex-1 md:order-2 md:text-left"
>
<div>
<p class="mx-7 text-4xl md:text-6xl justify-start">
Find out when <br />
it's best to buy <br />
<strong>your local produce </strong>
</p>
<div class="flex mt-4 pl-2">
<a href="#">
<img
src="/assets/google-play-badge.png"
alt="Get it on Google Play"
class="h-16 mx-4 border"
/>
</a>
<a href="#">
<img
src="/assets/fdroid-get-it-on.png"
alt="Get it on F-Droid"
class="h-16"
/>
</a>
<a href="https://fuzue.tech/seasonalfood/" target="_blank">
<button
alt="Use it online"
class="px-4 py-2 ml-6 rounded-md bg-[#074e67] text-white font-bold"
>
<span class="flex items-center">
<img src="/assets/icon-web.svg" class="h-5 mr-2"/>
Use it online
</span>
</button>
</a>
</div>
<p class="mx-7 -mb-10 pl-3 text-[#782a33] text-lg">Currently only italian data available 🇮🇹</p>
</div>
</div>
<div
class="w-full flex justify-center items-center md:relative md:w-auto md:flex-1 md:h-full"
>
<div
class="relative phone overflow-hidden min-w-[80%] md:absolute md:min-w-0"
>
<b>Camera</b>
<div class="relative w-full h-full">
<img
class="absolute top-0 w-full h-full"
src="./assets/phone-print.png"
/>
<i class="p-[3%]">
<div
class="h-[75%] aspect-square border-b border-l rotate-45"></div>
<div class="h-full aspect-square border rounded-full"></div>
<div class="h-full aspect-square border"></div>
</i>
</div>
</div>
</div>
</main>
<!-- FEATURES -->
<div
class="md:flex gap-6 md:gap-24 w-full bg-[#6fa128] text-slate-50 text-center px-6 xl:px-56 py-5 pt-6 pb-8"
>
<div class="flex flex-col md:basis-1/3 md:justify-center items-center">
<img src="./assets/icon-month.svg" class="w-10 pt-8 md:pt-2 mb-1" />
<h3 class="text-xl font-display">Monthly view</h3>
<article class="">
An easy to use app to check the seasonality of fruits and vegetables.
You can check it on the way to he supermarket or when making your
shopping list
</article>
</div>
<div
class="flex flex-col md:basis-1/3 md:justify-center items-center pt-6 md:pt-0"
>
<img src="./assets/icon-search.svg" class="w-9 my-1" />
<h3 class="text-xl font-display">Search for an specific fruit</h3>
<article class="">
Discover if that fruit or veggie is in season this month by using the
search bar, and if it isn't, you will se when it's best to buy it
</article>
</div>
<div
class="flex flex-col md:basis-1/3 md:justify-center items-center pt-6 md:pt-0"
>
<img src="./assets/icon-head-brain.svg" class="w-10 my-1" />
<h3 id="about-the-project" class="text-xl font-display">The idea</h3>
<article>
The idea came from a genuine need we had when we moved to another
country. We didn't know what we would find in the supermarket, or when
to find specific fruits or vegetables. And after not finding any apps
that we enjoyed using, we decided to build one :)
</article>
</div>
</div>
<!-- ABOUT US AND CONTACT -->
<div class="text-center w-full bg-[#b3d46a] text-slate-950 gap-6 px-6 py-2">
<div class="py-5">
<div class="flex justify-center gap-2 items-center">
<img src="./assets/github-mark-white.svg" class="w-6" />
<h3 class="font-display">
contribute
<span class="font-sans"
>on our
<a class="text-slate-950" href="">github</a>
</span>
</h3>
</div>
<!-- <h3 class="text-xl font-display">buy us a coffee </h3> -->
<div class="flex justify-center gap-2 items-center mt-2">
<img src="./assets/icon-email.svg" class="w-6" />
<h3 class="font-display">
contact us:
<span class="font-sans text-slate-950">
<a href="mailto:[email protected]">[email protected]</a>
</span>
</h3>
</div>
<footer class="text-sm font-bold text-center w-full pt-5 bg-[#b3d46a]">
MADE BY <a class="text-slate-950 font-bold" href="https://fuzue.tech">FUZUE.TECH</a>
</footer>
</div>
</div>
</body>
</html>