-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
313 lines (220 loc) · 10.8 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WEBLANCE</title>
<!--Font Awesome -->
<script src="https://kit.fontawesome.com/cba13b32cc.js" crossorigin="anonymous"></script>
<!--Bootstrap and JS Installation-->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!--CSS -->
<link rel="stylesheet" href="styles.css">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<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=Merriweather&display=swap" rel="stylesheet">
<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=Merriweather:wght@300&display=swap" rel="stylesheet">
<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=Montserrat:wght@600&display=swap" rel="stylesheet">
<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=Montserrat:wght@900&display=swap" rel="stylesheet">
<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=Montserrat&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<section class=" header coloured-section" class="fixed-top" id="title">
<div class="container-fluid">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="">H&A</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#testimonials">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<div class="row">
<div class="col-lg-6">
<h1 class="heading">Get started with Web Development</h1>
<div id="download">
<button type="button" class="btn btn-dark btn-lg download-button"><i class="fa-brands fa-apple"></i> Download</button>
<button type="button" class="btn btn-light btn-outline-dark btn-lg download-button"><i class="fa-brands fa-google-play"></i> Download</button>
</div>
</div>
<div class="col-lg-6">
<img class="main" src="tri.png" alt="web-development">
</div>
</div>
</div>
</section>
<!-- Features -->
<section class="white-section" id="features">
<div class="row">
<div class="feature col-lg-4">
<i class="fa-solid fa-circle-check fa-3x icon "></i>
<h3 class="features-subheading"><b>User Friendly</b></h3>
<p>
Our website is very easy to use.
</p>
</div>
<div class="feature col-lg-4">
<i class="fa-solid fa-dollar-sign fa-3x icon"></i>
<h3 class="features-subheading"><b>Budget Friendly</b></h3>
<p>
we provide the best services at the most affordable prices.
</p>
</div>
<div class="feature col-lg-4">
<i class="fa-solid fa-heart fa-3x icon"></i>
<h3 class="features-subheading"><b>Customer Satisfaction</b></h3>
<p>
Satisfaction of the customer is our most important aspect.
</p>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="coloured-section" id="testimonials">
<!-- Carousel -->
<div id="testimonials-carousel" class="carousel slide" data-bs-ride="carousel" >
<div class="carousel-inner">
<div class="carousel-item active">
<img class="testimonial-image" src="web.jpg" alt="testimonial-image">
<h2 class="carousel-heading"><strong>Web Development</strong></h2>
<p> We provide best web development services. We will make websites from scratch to advanced level. We will give revisions and also help in the further processing of the website.
</p>
</div>
<div class="carousel-item">
<img class="testimonial-image" src="graphic.jpg" alt="testimonial-image">
<h2 class="carousel-heading"><strong>Graphic Designing</strong></h2>
<p> We specialise in creating designs. Our graphic designers put in great efforts in understandng the client's requirements and produce the best results possible.
</p>
</div>
<div class="carousel-item">
<img class="testimonial-image" src="social.jpg" alt="testimonial-image">
<h2 class="carousel-heading"><strong>Social Medial Marketing</strong></h2>
<p> We have well trained maketing team who specialise in various social media platforms.
</p>
</div>
<div class="carousel-item">
<img class="testimonial-image" src="content.jpg" alt="testimonial-image">
<h2 class="carousel-heading"><strong>Content Creation</strong></h2>
<p> We specialise in creating designs. Our graphic designers put in great efforts in understandng the client's requirements and produce the best results possible.
</p>
</div>
</div>
<a class="carousel-control-prev" href="#testimonials-carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#testimonials-carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- Press
<section id="">
<img class="press-logo" src="images/techcrunch.png" alt="tc-logo">
<img class="press-logo" src="images/tnw.png" alt="tnw-logo">
<img class="press-logo" src="images/bizinsider.png" alt="biz-insider-logo">
<img class="press-logo" src="images/mashable.png" alt="mashable-logo">
</section>
-->
<!-- Pricing -->
<section class="white-section" id="pricing">
<h2 class="pricing-heading">PLAN FOR YOUR NEEDS</h2>
<p>Simple and affordable price plans</p>
<div class="row">
<div class=" pricing-column col-lg-4 col-md-12">
<div class="card">
<div class="card-header">
<h3 class="pricing-subheading">FREE</h3>
</div>
<div class="card-body">
<h3>$0 / mo</h3>
<p>Unlimited Website Ideas</p>
<p>Limited Website revisions</p>
<p>Limited Website wireframes</p>
<button class="btn btn-md btn-block btn-light btn-outline-dark" type="button">SIGN UP FOR FREE</button>
</div>
</div>
</div>
<div class=" pricing-column col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h3 class="pricing-subheading">PRO</h3>
</div>
<div class="card-body">
<h3>$X / mo</h3>
<p>Best Website Revisions </p>
<p>Expert-tips from the guide</p>
<p>Unlimited Website Prototypes</p>
<button class="btn btn-md btn-block btn-dark" type="button">SIGN UP</button>
</div>
</div>
</div>
<div class=" pricing-column col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h3 class="pricing-subheading">ENTERPRISE</h3>
</div>
<div class="card-body">
<h3>$Y / mo</h3>
<p>Access to guide</p>
<p>Advanced-level prototyes</p>
<p>Unlimited Website Revisions</p>
<button class="btn btn-md btn-block btn-dark btn-md" type="button">SIGN UP</button>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="coloured-section" id="contact">
<h2 class="contact-heading">Find the best fit for your Company's Success.</h1>
<button type="button" class="download-button btn-lg btn-dark"><i class="fa-brands fa-apple"></i> Download</button>
<button type="button" class="download-button btn-lg btn-light"><i class="fa-brands fa-google-play"></i> Download</button>
</section>
<!-- Footer -->
<footer class="white-section" id="footer">
<i class="fa-brands fa-twitter footer-icon"></i>
<i class="fa-brands fa-facebook-f footer-icon"></i>
<i class="fa-brands fa-instagram footer-icon"></i>
<i class="fa-solid fa-envelope footer-icon"></i>
<p>© Copyright H&A</p>
</footer>
</body>
</html>