-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
243 lines (239 loc) · 8.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Organic natural health</title>
<link rel="shortcut icon" href="favicon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="styles/utility.css" />
<link rel="stylesheet" href="styles/main.css" />
</head>
<body>
<div class="main-container">
<header class="header-nav">
<div class="header-nav-title-container flex-row">
<div>
<img src="assets/logo.svg" alt="Natural health" />
</div>
<div class="header-nav-title">organic</div>
</div>
<div class="header-right flex-row">
<a class="header-nav-item nav-item-selected" href="#">Home</a>
<a class="header-nav-item" href="products.html">Products</a>
<a class="header-nav-item" href="blog.html">Blog</a>
<a class="header-nav-item" href="about.html">About Us</a>
<div class="contact-nav-link-container">
<a href="#">Contact</a>
</div>
</div>
</header>
<section class="hero-container">
<div class="hero-left">
<div class="hero-title-text text-color-primary">
Healthy life with
</div>
<span class="hero-title text-bold text-color-primary">Nature Organic</span>
<p style="margin-top: 2.5rem" class="text-color-primary">
Vegetables are the edible parts of a plant <br />
that is used in cooking or can be eaten now.
</p>
<div class="hero-button"><a href="#">Explore Now</a></div>
</div>
<div class="hero-right">
<img height="400" src="assets//hero-image-center.svg" alt="Center logo" />
</div>
</section>
<section class="welcome" id="welcome">
<img style="margin-bottom: 2rem" height="45" src="assets/welcome-leafs.svg" alt="Leafs" />
<div class="welcome-title">Welcome to Nature</div>
<div class="welcome-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor <br />
incididunt ut labore et dolore magna aliqua.
</div>
<div class="welcome-services">
<div class="welcome-services-item">
<img height="70" src="assets/service.svg" alt="" />
<h3>Organic food</h3>
<p>
Lorem ipsum dolor sit <br />
amet, consectetur
</p>
</div>
<div class="welcome-services-item item-active">
<img height="70" src="assets/service.svg" alt="" />
<h3>Organic food</h3>
<p>
Lorem ipsum dolor sit <br />
amet, consectetur
</p>
</div>
<div class="welcome-services-item">
<img height="70" src="assets/service.svg" alt="" />
<h3>Organic food</h3>
<p>
Lorem ipsum dolor sit <br />
amet, consectetur
</p>
</div>
<div class="welcome-services-item">
<img height="70" src="assets/service.svg" alt="" />
<h3>Organic food</h3>
<p>
Lorem ipsum dolor sit <br />
amet, consectetur
</p>
</div>
</div>
</section>
<section class="testimonials">
<h1>Proudly presented by</h1>
<p style="text-align: center;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do <br />
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
<div class="testimonial-icons">
<img src="assets/testimonials.svg">
<img src="assets/testimonial2.svg">
<img src="assets/testimonial3.svg">
<img src="assets/testimonial4.svg">
<img src="assets/testimonial5.svg">
</div>
<div class="pagination">
<div class="pagination-item"></div>
<div class="pagination-item pagination-item-active"></div>
<div class="pagination-item"></div>
<div class="pagination-item"></div>
</div>
</section>
<section class="comments">
<img class="comments-quote" src="assets//quotes.svg" alt="Quotes">
<img class="comments-person" src="assets/person.svg" alt="Person">
<div class="comments-name" text-color-primary">Jane Doe</div>
<div>
<img src="assets/star.svg" alt="Star">
<img src="assets/star.svg" alt="Star">
<img src="assets/star.svg" alt="Star">
<img src="assets/star.svg" alt="Star">
<img src="assets/star.svg" alt="Star">
</div>
<div>
<p class="comments-text">
Thank you for all the amazing produce and products you deliver each week…
<br>
<br>
you make my life so easy an bring goodness into our family eating.
<br>
<br>
I’ve been roasting a lot of brussel sprouts and
</p>
</div>
<div class="pagination">
<div class="pagination-item pagination-item-active"></div>
<div class="pagination-item"></div>
<div class="pagination-item"></div>
<div class="pagination-item"></div>
</div>
</section>
<section class="subscribe-section">
<h1 class="text-color-primary">Subscribe to Our Newsletter</h1>
<p class="text-color-primary" style="text-align: center">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor <br>
incididunt ut labore et dolore magna aliqua.
</p>
<div class="subscribe-input-group" style="margin-top: 2rem;">
<input style="margin-right: 35px;" placeholder="Enter your email address" type="email">
<button>Subscribe</button>
</div>
</section>
<section class="blog-section">
<img style="margin-bottom: 2rem" height="45" src="assets/welcome-leafs.svg" alt="Leafs" />
<h2 class="text-color-primary">Read our blog</h2>
<p class="text-color-primary" style="text-align:center">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor <br>
incididunt ut labore et dolore magna aliqua.
</p>
<div class="blog-cards-container">
<div class="card">
<img width="300" src="assets/blog-image.svg" />
<div class="card-botton">
<h4>Blog Post One</h4>
<p>
Lorem ipsum dolor sit amet, <br>
consectetur adipiscing elit, sed <br>
do eiusmod.
</p>
<div>
<a style="font-size: 14px;" href="#" class="text-color-primary decoration-none nav-item-selected">Read
more</a>
</div>
</div>
</div>
<div class="card">
<img width="300" src="assets/blog-image2.svg" />
<div class="card-botton">
<h4>Blog Post One</h4>
<p>
Lorem ipsum dolor sit amet, <br>
consectetur adipiscing elit, sed <br>
do eiusmod.
</p>
<div>
<a style="font-size: 14px;" href="#" class="text-color-primary decoration-none nav-item-selected">Read
more</a>
</div>
</div>
</div>
<div class="card">
<img width="300" src="assets/blog-image3.svg" />
<div class="card-botton">
<h4>Blog Post One</h4>
<p>
Lorem ipsum dolor sit amet, <br>
consectetur adipiscing elit, sed <br>
do eiusmod.
</p>
<div>
<a style="font-size: 14px;" href="#" class="text-color-primary decoration-none nav-item-selected">Read
more</a>
</div>
</div>
</div>
</div>
</section>
</div>
<footer>
<div class="footer-left">
<img src="assets/logo-title.svg" alt="">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing <br>
elit, sed do eiusmod tempor
</p>
<div class="green-line"></div>
<h4>© Copyright 2020 Nature</h4>
</div>
<div class="footer-center">
<h4>Information</h4>
<div class="green-line"></div>
<ul style="list-style: none;">
<li>About us</li>
<li>Products</li>
<li>Contact us</li>
<li>Terms of Service</li>
</ul>
</div>
<div class="footer-right">
<h4>Follow Us</h4>
<div class="green-line"></div>
<div class="social-links">
<img src="assets//facebook.svg">
<img src="assets//linkedin.svg">
<img src="assets//tweeter.svg">
<img src="assets/instagram.svg" alt="">
</div>
</div>
</footer>
</body>
</html>