-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
325 lines (325 loc) · 12.1 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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!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
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.css" />
<link
rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css"
/>
<link rel="stylesheet" type="text/css" href="fonts/icomoon/style.css" />
<title>Landerz</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand d-block d-sm-none" href="#">
Landerz
<span class="dot">.</span></a
>
<button
class="navbar-toggler fd-end"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-center"
id="navbarNav"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="home container-fluid mobile-height">
<div class="d-flex justify-content-center">
<h4 class="d-none d-sm-none d-md-block">
Landerz<span class="dot">.</span>
</h4>
</div>
<div class="row d-flex align-items-center">
<div class="order-md-1 col-sm-7 d-flex justify-content-center">
<img
src="images/landing_1.png"
id="home-banner"
class="img-fluid"
alt="home banner"
/>
</div>
<div class="order-md-0 col-sm-5">
<h1 id="home-title">Grow Your Business Faster</h1>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit
maiores porro aut nobis repellendus eius quisquam, nihil mollitia
saepe quos aspernatur ab delectus ipsa nostrum?
</p>
<button class="btn btn-sm mt-4" type="submit">Get Started</button>
</div>
</div>
</section>
<section class="features-1 container-fluid bg-light space-bottom">
<h3 class="d-flex justify-content-center py-5">Features</h3>
<div class="d-flex flex-wrap justify-content-center">
<div class="card">
<div class="card-body">
<p class="icon"><span class="icon-autorenew"></span></p>
<h6 class="card-title">Business Consulting</h6>
<p class="card-text">
Some quick example text to build on the card title and make up the
bulk of the card's content.
</p>
<a href="#" class="links">Learn More</a>
</div>
</div>
<div class="card">
<div class="card-body">
<p class="icon"><span class="icon-store_mall_directory"></span></p>
<h6 class="card-title">Market Analysis</h6>
<p class="card-text">
Some quick example text to build on the card title and make up the
bulk of the card's content.
</p>
<a href="#" class="links">Learn More</a>
</div>
</div>
<div class="card">
<div class="card-body">
<p class="icon"><span class="icon-shopping_basket"></span></p>
<h6 class="card-title">User Monitoring</h6>
<p class="card-text">
Some quick example text to build on the card title and make up the
bulk of the card's content.
</p>
<a href="#" class="links">Learn More</a>
</div>
</div>
<div class="card">
<div class="card-body">
<p class="icon">
<span class="icon-settings_backup_restore"></span>
</p>
<h6 class="card-title">Insurance Consulting</h6>
<p class="card-text">
Some quick example text to build on the card title and make up the
bulk of the card's content.
</p>
<a href="#" class="links">Learn More</a>
</div>
</div>
<div class="card">
<div class="card-body">
<p class="icon"><span class="icon-smile-o"></span></p>
<h6 class="card-title">Customer Satisfied</h6>
<p class="card-text">
Some quick example text to build on the card title and make up the
bulk of the card's content.
</p>
<a href="#" class="links">Learn More</a>
</div>
</div>
<div class="card">
<div class="card-body">
<p class="icon"><span class="icon-power"></span></p>
<h6 class="card-title">Plug & Play</h6>
<p class="card-text">
Some quick example text to build on the card title and make up the
bulk of the card's content.
</p>
<a href="#" class="links">Learn More</a>
</div>
</div>
</div>
</section>
<section class="features-2 container-fluid">
<div class="row d-flex justify-content-center align-items-center">
<div class="col-sm">
<img
src="images/do_ui_kit_download_cta_floating_devices-2x.png"
class="img-fluid"
alt="view in devices"
/>
</div>
<div class="col-sm">
<h3>Create interactive prototypes</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolorem
sint labore laboriosam asperiores libero eum eligendi minima nihil
cum quasi, doloremque error, obcaecati delectus tenetur debitis,
dolorum officiis. Totam, ipsum.
</p>
<ul class="checks">
<li>Praesentium natus, sed neque odio exercitationem.</li>
<li>Harum minus atque perspiciatis eligendi sequi facere.</li>
</ul>
<div class="card shadow">
<div class="card-body">
<div class="row fd-row d-flex align-items-center pb-3">
<div class="col-sm-3">
<img
src="images/person_1.jpg"
id="img-card"
class="img-fluid"
alt="person image"
/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Amalia G.</h5>
<h6 class="card-subtitle mb-2 text-muted fw-light">
Co-Founder, XYZ Inc
</h6>
</div>
</div>
<div class="row">
<p class="card-text fw-lighter">
"Some quick example text to build on the card title and make
up the bulk of the card's content."
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about container-fluid bg-light space-bottom mobile-height">
<h3 class="d-flex justify-content-center py-5">About Us</h3>
<div class="row d-flex justify-content-center align-items-center">
<div class="col-sm d-flex justify-content-center">
<img
src="images/about_1.jpg"
id="about-us"
class="img-fluid"
alt="about us image"
width="70%"
/>
</div>
<div class="col-sm">
<div class="">
<h4>
Create interactive <br />
prototypes
</h4>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Eaque
omnis beatae tempora, quae animi voluptate cum autem inventore, ut
explicabo vel illum. Iste itaque dolor in harum, iure quaerat
nostrum.adipisicing elit. Eaque omnis , quae animi voluptate
</p>
<button class="btn btn-sm btn-primary" type="submit">
Learn More
</button>
</div>
</div>
</div>
</section>
<section class="testimonials container-fluid space-bottom mobile-height">
<h3 class="d-flex justify-content-center py-5">Testimonials</h3>
<div class="swiper-container">
<div class="swiper-wrapper"></div>
<div class="swiper-pagination"></div>
</div>
</section>
<section
class="contact container-fluid bg-light space-bottom mobile-height"
>
<h3 class="d-flex justify-content-center py-5">Get In Touch</h3>
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm-6 border bg-white" style="padding-bottom: 5%">
<form class="container-fluid">
<h5 class="py-4">Contact Form</h5>
<div class="row">
<div class="col">
<label for="first-name" class="form-label">First Name</label>
<input type="text" class="form-control" id="first-name" />
</div>
<div class="col">
<label for="last-name" class="form-label">Last Name</label>
<input type="text" class="form-control" id="last-name" />
</div>
</div>
<div class="row">
<div class="col">
<label for="email" class="form-label">Email</label>
<input type="email" class="form-control" id="email" />
</div>
</div>
<div class="row">
<div class="col">
<label for="subject" class="form-label">Subject</label>
<input type="email" class="form-control" id="subject" />
</div>
</div>
<div class="row">
<div class="col">
<label for="subject" class="form-label">Message</label>
<textarea
class="form-control"
id="exampleFormControlTextarea1"
rows="5"
placeholder="Write your notes or questions here..."
></textarea>
</div>
</div>
<div class="row my-2">
<div class="col">
<button class="btn btn-sm btn-primary" type="submit">
Send Message
</button>
</div>
</div>
</form>
</div>
<div class="col-sm-3"></div>
</div>
</section>
<footer class="my-5">
<span class="d-flex justify-content-center">
Copyright ©2019 All rights reserved
</span>
</footer>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/swiper/swiper-bundle.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="main.js"></script>
</body>
</html>