-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
359 lines (352 loc) · 15 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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap" rel="stylesheet">
<!-- Owl carousel -->
<link rel="stylesheet" href="plugin/owl.carousel.css">
<!-- Styles -->
<link rel="stylesheet" href="css/styles.css">
<title>Landing page</title>
</head>
<body>
<!-- loading -->
<div class="loading-container">
<div class="loading">
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- Header -->
<header id="home">
<div class="desktop-navigation">
<div class="desktop-navbar container">
<img src="img/logo.png" alt="">
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#clients">Clients</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<button><span>Signup</span></button>
</div>
</div>
<div class="mobile-navigation">
<div class="mobile-navbar ">
<div class="menu-header">
<img src="img/logo.png" alt="">
<i class="fas fa-bars"></i>
</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#clients">Clients</a></li>
<li><a href="#contact">Contact</a></li>
<li><button>Signup</button></li>
</ul>
</nav>
</div>
</div>
<!-- Section banner -->
<div class="banner container">
<div class="banner-img">
<img src="img/header.png" alt="">
</div>
<div class="banner-text">
<h4>Multipurpose landing template</h4>
<h1>Beautifully simple, code.</h1>
<p>
Codelander is a beautifully simple, clean and lightweight landing page template for all types of
businesses, with bold
and bright colours.
</p>
<button><span>Learn More</span></button>
</div>
</div>
</header>
<!-- End header -->
<!-- Main -->
<main>
<!-- Section service -->
<div class="service1-wrapper" id="services">
<div class="service1 container">
<div class="box">
<i class="far fa-gem"></i>
<h3>Strategy</h3>
<p>We'll work with you to develop the right strategy</p>
</div>
<div class="box">
<i class="fab fa-buffer"></i>
<h3>Automation</h3>
<p>Work synchronization and automated services</p>
</div>
<div class="box">
<i class="fas fa-check"></i>
<h3>Deployment</h3>
<p>Dedicated servers to deploy and test applications</p>
</div>
<div class="box">
<i class="fas fa-book-reader"></i>
<h3>Education</h3>
<p>Stay informed on all our tools and technologies</p>
</div>
</div>
</div>
<div class="service2-wrapper">
<div class="service2 container">
<div class="service-first-content">
<div class="service-text">
<span>Our services</span>
<h1>Solving Problems</h1>
<p>This is a great section to introduce your company and showcase your featured services.</p>
<div class="service-toggle">
<div class="toggle">
<div class="toggle-items">
<p>Website Design</p>
<i class="fas fa-plus"></i>
</div>
<div class="toggle-content">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Architecto, ex.</p>
</div>
</div>
<div class="toggle">
<div class="toggle-items">
<p>Application Development</p>
<i class="fas fa-plus"></i>
</div>
<div class="toggle-content">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Architecto, ex.</p>
</div>
</div>
</div>
</div>
<div class="service-img">
<img src="img/services-header.png" alt="">
</div>
</div>
<div class="service-second-content">
<div class="service-img">
<img src="img/services-sales-header.png" alt="">
</div>
<div class="service-text">
<span>Our services</span>
<h1>Sales Growth</h1>
<p>You can talk about your secondary services here, or maybe promote your excellent customer
service approach. Always grab
your website visitors' attention.</p>
<button><span>View Pricing</span></button>
</div>
</div>
</div>
</div>
<!-- Service pricing -->
<div class="pricing-wrapper" id="pricing">
<div class="pricing container">
<div class="pricing-header">
<h1>Pricing</h1>
<p>Offer multiple packages or monthly subscriptions? Why not showcase your featured price plans
here, bold and beautifully.</p>
</div>
<div class="pricing-box-container">
<div class="pricing-box">
<div class="pricing-box-header">
<h1>$199</h1>
<p>Basic</p>
</div>
<p>Starter plan with all the basics included</p>
<div class="pricing-items">
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Core Business System</p>
</div>
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Team Management</p>
</div>
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Dual Infrastructure</p>
</div>
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Customized Features</p>
</div>
</div>
<button>Enquire</button>
</div>
<div class="pricing-box">
<div class="pricing-box-header">
<h1>$499</h1>
<p>Growth</p>
</div>
<p>Starter plan with all the basics included</p>
<div class="pricing-items">
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Core Business System</p>
</div>
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Team Management</p>
</div>
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Dual Infrastructure</p>
</div>
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Customized Features</p>
</div>
</div>
<button>Enquire</button>
</div>
<div class="pricing-box">
<div class="pricing-box-header">
<h1>$1299</h1>
<p>Corporate</p>
</div>
<p>Starter plan with all the basics included</p>
<div class="pricing-items">
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Core Business System</p>
</div>
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Team Management</p>
</div>
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Dual Infrastructure</p>
</div>
<div class="pricing-item">
<span><i class="fas fa-check"></i></span>
<p>Customized Features</p>
</div>
</div>
<button>Enquire</button>
</div>
</div>
</div>
</div>
<!-- Section clients -->
<div class="clients-wrapper" id="clients">
<div class="clients container">
<p>Our clients</p>
<h1>Client Showcase</h1>
<div class="owl-carousel">
<img src="img/pz1.png" alt="">
<img src="img/pz2.png" alt="">
<img src="img/pz3.png" alt="">
<img src="img/pz4.png" alt="">
</div>
</div>
</div>
<!-- Section featured -->
<div class="featured-wrapper" id="featured">
<div class="featured-stories container">
<span>Our featured</span>
<h1>Featured Stories</h1>
<div class="box-container">
<div class="box">
<img src="img/blog-card-1.png" alt="">
<h3>Remote Working</h3>
<p>Making it easier to connect with every client worldwide</p>
<a href="">Read More</a>
</div>
<div class="box">
<img src="img/blog-card-2.png" alt="">
<div class="box-header">
<h3>Remote Working</h3>
<span>Keywords</span>
</div>
<p>Making it easier to connect with every client worldwide</p>
<button>Read More</button>
</div>
<div class="box">
<img src="img/blog-card-3.png" alt="">
<h3>Remote Working</h3>
<p>Making it easier to connect with every client worldwide</p>
<a href="">Read More</a>
</div>
</div>
</div>
</div>
<!-- Section contact -->
<div class="contact-wrapper" id="contact">
<div class="contact container">
<div class="contact-text">
<span>Contact</span>
<h1>Questions?
Get in touch</h1>
<p>We'll be happy to help answer any of your questions. Send us an email and we'll get back to you
shortly.</p>
<button><span>Send an Email</span></button>
</div>
<div class="contact-img">
<img src="img/contact-header-img.png" alt="">
</div>
</div>
</div>
</main>
<!-- End main -->
<!-- Footer -->
<div class="footer-wrapper">
<div class="footer container">
<div class="col">
<img src="img/logo_footer.png" alt="">
<p>A beautiful landing page template by Codefest.</p>
</div>
<div class="col">
<h3>About</h3>
<p>We like to do business at Codelander HQ to our clients' satisfaction.</p>
</div>
<div class="col">
<h3>Contact Us</h3>
<div class="contact-item">
<span></span>
<p>123 Business Centre
London SW1A 1AA</p>
</div>
<div class="contact-item">
<span></span>
<p>0123456789</p>
</div>
<div class="contact-item">
<span></span>
<p>mail@domain.com</p>
</div>
</div>
<div class="col">
<h3>Socials</h3>
<div class="icons">
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-linkedin-in"></i>
<i class="fab fa-facebook-f"></i>
</div>
</div>
</div>
<p class="copy">© 2020 Codefest™. All Rights Reserved.</p>
</div>
<!-- End footer -->
<!-- Icons -->
<script src="js/fontawesome.js"></script>
<!-- Jquery -->
<script src="js/jquery.min.js"></script>
<!-- Owl carousel -->
<script src="plugin/owl.carousel.min.js"></script>
<!-- Custom script -->
<script src="js/index.js"></script>
</body>
</html>