-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtry-for-free.html
184 lines (168 loc) · 6.13 KB
/
try-for-free.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Rubik:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="CSS/reset.css" />
<link rel="stylesheet" href="CSS/general.css" />
<link rel="stylesheet" href="CSS/style.css" />
<link rel="stylesheet" href="CSS/queries.css" />
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
<title>Safe Food</title>
</head>
<body>
<header class="header">
<a href="index.html"
><img class="logo" src="IMG/Safe.png" alt="Safe Food"
/></a>
<nav class="main-nav">
<ul class="main-nav-list">
<li>
<a class="main-nav-link" href="how-it-works.html">How it works</a>
</li>
<li><a class="main-nav-link" href="meals.html">Meals</a></li>
<li>
<a class="main-nav-link" href="testimonial.html">Testimonial</a>
</li>
<li><a class="main-nav-link" href="pricing.html">Pricing</a></li>
<li>
<a class="main-nav-link nav-cta" href="try-for-free.html"
>Try for free</a
>
</li>
</ul>
</nav>
</header>
<main>
<section class="section-cta">
<div class="container">
<div class="cta">
<div class="cta-text-box">
<h2 class="heading-secondary">Get your first meal for free!</h2>
<p class="cta-text">
Healthy, tasty and hassle-free meals are waiting for you. Start
eating well tody. You can cancel or pause anytime. And the first
meal is on us!
</p>
<form class="cta-form" action="#">
<div>
<label for="full-fame">Full Name</label>
<input type="text" placeholder="Enter your name:" required />
</div>
<div>
<label for="email">E-mail</label>
<input type="email" placeholder="*****@mail.com" required />
</div>
<div>
<label for="select-where">Where did you hear for us?</label>
<select name="" id="select-where" required>
<option value="friends">Friends and family</option>
<option value="youtube">YouTube video</option>
<option value="podcast">Podcast</option>
<option value="ad">Facebook ad</option>
<option value="others">Others</option>
</select>
</div>
<button class="btn">Signup now</button>
</form>
</div>
<div
class="cta-img-box"
role="img"
aria-label="Man enjoying meal"
></div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container grid grid--footer">
<div class="logo-col">
<a href="#" class="footer-logo"
><img class="logo" src="IMG/Safe.png" alt="Safe Food"
/></a>
<ul class="social-link">
<li>
<a class="footer-link" href=""
><ion-icon name="logo-facebook"></ion-icon
></a>
</li>
<li>
<a class="footer-link" href=""
><ion-icon name="logo-instagram"></ion-icon
></a>
</li>
<li>
<a class="footer-link" href=""
><ion-icon name="logo-twitter"></ion-icon
></a>
</li>
<li>
<a class="footer-link" href=""
><ion-icon name="logo-linkedin"></ion-icon
></a>
</li>
</ul>
<p class="copyright">
Copyright © 2023 by Safe Food, Inc. All rights reserved
</p>
</div>
<div class="address-col">
<p class="footer-heading">Contact us</p>
<address class="contacts">
<p class="address">
623 Harrison St. 2nd Floor, San Francisco, CA 94107
</p>
<p>
<a class="footer-link" href="tel:415-201-6370">415-201-6370</a>
<br />
<a class="footer-link" href="mailto:[email protected]"
>
</p>
</address>
</div>
<nav class="nav-col">
<p class="footer-heading">Account</p>
<ul class="footer-nav">
<li><a class="footer-link" href="#">Create account</a></li>
<li><a class="footer-link" href="#">Sign in</a></li>
<li><a class="footer-link" href="#">iOS app</a></li>
<li><a class="footer-link" href="#">Android app</a></li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading">Company</p>
<ul class="footer-nav">
<li><a class="footer-link" href="#">About SafeFood</a></li>
<li><a class="footer-link" href="#">For Business</a></li>
<li><a class="footer-link" href="#">Cooking partners</a></li>
<li><a class="footer-link" href="#">Careers</a></li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading">Resources</p>
<ul class="footer-nav">
<li><a class="footer-link" href="#">Recipe directory</a></li>
<li><a class="footer-link" href="#">Help center</a></li>
<li><a class="footer-link" href="#">Privacy & terms</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>