forked from bedimcode/responsive-plants-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
218 lines (184 loc) · 9.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<!--=============== REMIX ICONS ===============-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Responsive plants website - Bedimcode</title>
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="index.html" class="nav__logo">
<i class="ri-leaf-line nav__logo-icon"></i> EPlants
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<ul class="nav__list">
<li class="nav__item">
<a href="index.html" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="plants.html" class="nav__link">Plants</a>
</li>
<li class="nav__item">
<a href="knowledge.html" class="nav__link">Knowledges</a>
</li>
<li class="nav__item">
<a href="shop.html" class="nav__link">Shop</a>
</li>
<li class="nav__item">
<a href="about.html" class="nav__link">About</a>
</li>
</ul>
<div class="nav__close" id="nav-close">
<i class="ri-close-line"></i>
</div>
</div>
<div class="nav__btns">
<!-- Theme change button -->
<i class="ri-moon-line change-theme" id="theme-button"></i>
<div class="nav__toggle" id="nav-toggle">
<i class="ri-menu-line"></i>
</div>
</div>
</nav>
</header>
<main class="main">
<!--==================== HOME ====================-->
<section class="home" id="home">
<div class="home__container container grid">
<img src="assets/img/home.png" alt="" class="home__img">
<div class="home__data">
<h1 class="home__title">
Plants will make <br> your life better
</h1>
<p class="home__description">
Create incredible plant design for your offices or apastaments.
Add fresness to your new ideas.
</p>
<a href="#about" class="button button--flex">
Explore <i class="ri-arrow-right-down-line button__icon"></i>
</a>
</div>
<div class="home__social">
<span class="home__social-follow">Follow Us</span>
<div class="home__social-links">
<a href="https://www.facebook.com/" target="_blank" class="home__social-link">
<i class="ri-facebook-fill"></i>
</a>
<a href="https://www.instagram.com/" target="_blank" class="home__social-link">
<i class="ri-instagram-line"></i>
</a>
<a href="https://twitter.com/" target="_blank" class="home__social-link">
<i class="ri-twitter-fill"></i>
</a>
</div>
</div>
</div>
</section>
<!--==================== STEPS ====================-->
<section class="steps section container">
<div class="steps__bg">
<h2 class="section__title-center steps__title">
Steps to start your <br> plants off right
</h2>
<div class="steps__container grid">
<div class="steps__card">
<div class="steps__card-number">01</div>
<h3 class="steps__card-title">Choose Plant</h3>
<p class="steps__card-description">
We have several varieties plants you can choose from.
</p>
</div>
<div class="steps__card">
<div class="steps__card-number">02</div>
<h3 class="steps__card-title">Place an order</h3>
<p class="steps__card-description">
Once your order is set, we move to the next step which is the shipping.
</p>
</div>
<div class="steps__card">
<div class="steps__card-number">03</div>
<h3 class="steps__card-title">Get plants delivered</h3>
<p class="steps__card-description">
Our delivery process is easy, you receive the plant direct to your door.
</p>
</div>
</div>
</div>
</section>
</main>
<!--==================== FOOTER ====================-->
<footer class="footer section">
<div class="footer__container container grid">
<div class="footer__content">
<a href="#" class="footer__logo">
<i class="ri-leaf-line footer__logo-icon"></i> Plantex
</a>
<h3 class="footer__title">
Subscribe to our newsletter <br> to stay update
</h3>
<div class="footer__subscribe">
<input type="email" placeholder="Enter your email" class="footer__input">
<button class="button button--flex footer__button">
Subscribe
<i class="ri-arrow-right-up-line button__icon"></i>
</button>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">Our Address</h3>
<ul class="footer__data">
<li class="footer__information">1234 - Peru</li>
<li class="footer__information">La Libertad - 43210</li>
<li class="footer__information">123-456-789</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Contact Us</h3>
<ul class="footer__data">
<li class="footer__information">+999 888 777</li>
<div class="footer__social">
<a href="https://www.facebook.com/" class="footer__social-link">
<i class="ri-facebook-fill"></i>
</a>
<a href="https://www.instagram.com/" class="footer__social-link">
<i class="ri-instagram-line"></i>
</a>
<a href="https://twitter.com/" class="footer__social-link">
<i class="ri-twitter-fill"></i>
</a>
</div>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">
We accept all credit cards
</h3>
<div class="footer__cards">
<img src="assets/img/card1.png" alt="" class="footer__card">
<img src="assets/img/card2.png" alt="" class="footer__card">
<img src="assets/img/card3.png" alt="" class="footer__card">
<img src="assets/img/card4.png" alt="" class="footer__card">
</div>
</div>
</div>
<p class="footer__copy">© Bedimcode. All rigths reserved</p>
</footer>
<!--=============== SCROLL UP ===============-->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-fill scrollup__icon"></i>
</a>
<!--=============== SCROLL REVEAL ===============-->
<script src="assets/js/scrollreveal.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>