-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
315 lines (282 loc) · 10.9 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
<!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">
<title>Business Agency Website</title>
<link rel="icon" href="images/web-development.png" type="images/png">
<link rel="stylesheet" href="style.css">
<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=Baloo+Da+2:wght@400;500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css"
/>
</head>
<body><div class="container">
<nav class="navbar">
<div class="logo">
<a href="">
<span>C</span>ode<span>A</span>nd<span>C</span>reate
</a>
</div>
<div class="nav-list">
<a href="#home" class="nav-link">Home</a>
<a href="#about-us" class="nav-link">About</a>
<a href="#pricing" class="nav-link">Pricing</a>
<a href="index2.html" class="nav-link">Projects</a>
<a href="#contact" class="nav-link">Contact</a>
</div>
</nav>
<!-- End of Nav-bar -->
<!-- Menubar -->
<div class="menu">
<div class="line line-1"></div>
<div class="line line-2"></div>
<div class="line line-3"></div>
</div>
<!-- End of Menubar -->
<!-- Section1 -->
<section class="section-1" id="home">
<div class="banner">
<h1 class="banner-heading">
<span class="heading-1">Business Ideas</span>
<span class="heading-2">Consulting</span>
<span class="heading-3">Digital Marketing</span>
<span class="heading-4">Strategy</span>
</h1>
<p class="banner-paragraph">Lorem ipsum dolor sit.</p>
<button class="banner-btn">Discover Now</button>
</div>
</section>
<!--End of Section1-->
<!-- Section2 -->
<section class="section-2" id="about-us">
<h1 class="section-heading">About Us</h1>
<div class="section-heading-line"></div>
<div class="video-wrapper">
<video src="images/about-us-video.mp4" class="video"></video>
<div class="controls">
<div class="video-bar-wrapper">
<div class="video-bar"></div>
</div>
<div class="buttons">
<button>
<i class="far fa-play-circle"></i>
</button>
</div>
</div>
</div>
<p class="section-2-paragraph">
<i class="fas fa-quote-left"></i>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Illum voluptates distinctio accusantium consectetur placeat
nisi architecto reprehenderit, impedit, magni eum maiores optio
provident! Laborum expedita repudiandae ab fuga rem dolorem autem
mollitia dolor enim, nobis esse accusantium? Error, rem a!
<i class="fas fa-quote-right"></i>
</p>
</section>
<!-- End of Section2 -->
<!-- Section3 -->
<section class="section-3" id="pricing">
<h1 class="section-heading">Pricing</h1>
<div class="section-heading-line"></div>
<div class="swiper mySwiper">
<!-- <div class="swiper mySwiper"> -->
<div class="pricing-cards-wrapper swiper-wrapper">
<div class="pricing-card swiper-slide">
<div class="pricing-card-front">
<h1 class="pricing-card-heading heading-free">FREE</h1>
<h3 class="pricing-card-price">$0</h3>
<ul class="pricing-card-list list-free">
<li>
<i class="fas fa-check"></i>
<span>Prototype</span>
</li>
<li>
<i class="fas fa-times"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-times"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-times"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-times"></i>
<span>Pricing Card Item</span>
</li>
</ul>
<button class="pricing-card-btn btn-free">Choose Plan</button>
</div>
<div class="pricing-card-back back-free">
<a href="">Order Now</a>
</div>
</div>
<!-- End of 1st card -->
<!-- 2nd card -->
<div class="pricing-card swiper-slide">
<div class="pricing-card-front">
<h1 class="pricing-card-heading heading-basic">BASIC</h1>
<h3 class="pricing-card-price">$299</h3>
<ul class="pricing-card-list list-basic">
<li>
<i class="fas fa-check"></i>
<span>Prototype</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
</ul>
<button class="pricing-card-btn btn-basic">Choose Plan</button>
</div>
<div class="pricing-card-back back-basic">
<a href="">Order Now</a>
</div>
</div>
<!-- End of 2nd card -->
<!-- #3rd card -->
<div class="pricing-card swiper-slide">
<div class="pricing-card-front">
<h1 class="pricing-card-heading heading-standard">STANDARD</h1>
<h3 class="pricing-card-price">$699</h3>
<ul class="pricing-card-list list-standard">
<li>
<i class="fas fa-check"></i>
<span>Prototype</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
</ul>
<button class="pricing-card-btn btn-standard">Choose Plan</button>
</div>
<div class="pricing-card-back back-standard">
<a href="">Order Now</a>
</div>
</div>
<!-- End of 3rd card -->
<!-- 4th card -->
<div class="pricing-card swiper-slide">
<div class="pricing-card-front">
<h1 class="pricing-card-heading heading-premium">PREMIUM</h1>
<h3 class="pricing-card-price">$999</h3>
<ul class="pricing-card-list list-premium">
<li>
<i class="fas fa-check"></i>
<span>Prototype</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Pricing Card Item</span>
</li>
</ul>
<button class="pricing-card-btn btn-premium">Choose Plan</button>
</div>
<div class="pricing-card-back back-premium">
<a href="">Order Now</a>
</div>
</div>
<!-- End of 4th card -->
</div>
</div>
</section>
<!-- End of Section3 -->
<!-- section4 -->
<section class="section4" id="contact">
<h1 class="section-heading-sec4">Contact</h1>
<div class="section-heading-line-sec4"></div>
<div class="contact-wrapper">
<div class="contact-details">
<div class="phone">
<i class="fas fa-mobile-alt"></i>
<h3>Phone</h3>
<p>+923484647596</p>
</div>
<div class="adress">
<i class="fas fa-map-marker-alt"></i>
<h3>Adress</h3>
<p>North karachi </p>
</div>
<div class="email">
<i class="far fa-envelope"></i>
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div>
<h1>Get in Touch</h1>
<form action="mail.php" class="contact-form" method="POST">
<input type="text" placeholder="Your Name" maxlength="40" name="name">
<input type="email" placeholder="Your Email" maxlength="40" name="email">
<!-- <input type="text" placeholder="Your Name"> -->
<textarea name="" value="Send Message" id="" cols="3" rows="5" placeholder="Your Message" name="message"></textarea>
<input type="submit" class="btn-sub" maxlength="50">
</form>
</div>
</section>
<!-- end of section4 -->
<!-- footer -->
<footer class="footer">
<div class="footer-nav">
<a href="#home">Home</a>
<a href="#about-us">About Us</a>
<a href="#pricing">Pricing</a>
<a href="#contact">Contact</a>
</div>
<p class="copy-right">
copyright ©Ahsandanyal.All Rights Reserved
</p>
</footer>
<!-- End of footer -->
</div>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="script.js"></script>
</body>
</html>