-
Notifications
You must be signed in to change notification settings - Fork 0
/
free advice.html
385 lines (230 loc) · 11.9 KB
/
free advice.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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equive="X-UA-Compatible" content="IE=edges">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Legal World</title>
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v2.1.6/css/unicons.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=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@500&display=swap" rel="stylesheet">
<!------------------------------------------------------------------------------>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css"/>
<link rel="stylesheet" href="./css/style.css">
<nav>
<div class="container nav_container">
<a href="index.html"><h4>The Legal World</h4></a>
<ul class="nav_menu">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="online drafting.html">ONLINE DRAFTING</a></li>
<li><a href="practice area.html">PRACTICE AREA</a></li>
<li><a href="free advice.html">FREE ADVICE</a></li>
<li><a href="book appointment.html">BOOK APPOINTMENT</a></li>
</ul>
<button id="open-menu-btn"><i class="uil uil-bars"></i></button>
<button id="close-menu-btn"><i class="uil uil-multiply"></i></button>
</div>
</nav>
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<script src="./main.js"></script>
<script>
var swiper = new Swiper(".mySwiper", {
spaceBetween: 30,
centeredSlides: true,
autoplay: {
delay: 2500,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
});
</script>
<script>
var slideIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
slideIndex++;
if (slideIndex > x.length) {slideIndex = 1}
x[slideIndex-1].style.display = "block";
setTimeout(carousel, 2000); // Change image every 2 seconds
}
</script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equive="X-UA-Compatible" content="IE=edges">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Legal World</title>
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v2.1.6/css/unicons.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=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@500&display=swap" rel="stylesheet">
<!------------------------------------------------------------------------------>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css"/>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/free advice.css">
<section class="Contact">
<div class="container contact_container">
<aside class="contact_aside">
<div class="aside_image">
<div class="avatar">
<img src="./image/logo 3d.jpg">
</div>
</div>
<p>
The Legal World is founded by Advocate Harsh Gupta with complete legal service to the client in Lucknow and nearby cities.
</p>
<h2>Free Advice</h2>
<ul class="contact_details">
<li>
<i class="uil uil-phone-times">
<h5>+91 8840600757</h5>
</i>
</li>
<li>
<i class="uil uil-envelope">
<h5>[email protected]</h5>
</i>
</li>
<li>
<i class="uil uil-envelope">
<h5>[email protected]</h5>
</i>
</li>
<li>
<i class="uil uil-location-point">
<h5>High Court, Lucknow</h5>
</i>
</li>
</ul>
<ul class="contact_socials">
<li><a href="https://www.instagram.com/thelegalworld88/"target="black"><i class="uil uil-instagram-alt"></i></a></li>
<li><a href="https://www.facebook.com/profile.php?id=61551953876375&mibextid=ZbWKwL"target="black"><i class="uil uil-facebook-f"></i></a></li>
<li><a href="https://www.linkedin.com/in/thelegal-world-b86683293"target="black"><i class="uil uil-linkedin-alt"></i></a></li>
<li><a href="https://twitter.com/ThelegalWorld88"><i class="uil uil-twitter"></i></a></li>
</ul>
</aside>
<form action="https://formspree.io/f/mjvqpkbp"method="POST" class="contact_form">
<div class="form_name">
<select id="query">
<option value="Select releated query">Select releated query</option>
<option value="GST Registration">GST Registration</option>
<option value="Income Tax Filling">Income Tax Filling</option>
<option value="Shop and Establishment
(Labor)Registration">Shop and Establishment
(Labor)Registration</option>
<option value="FSSAI Registration">FSSAI Registration</option>
<option value="Society Registration">Society Registration</option>
<option value="Civil Case">Civil Case</option>
<option value="Criminal Cases">Criminal Cases</option>
<option value="Family Court">Family Court</option>
<option value="Writs">Writs</option>
<option value="Consumer Court">Consumer Court</option>
<option value="RTI">RTI</option>
<option value="Bail">Bail</option>
<option value="Property and Contract Registration">Property and Contract Registration</option>
<option value="Will Registration">Will Registration</option>
<option value="Labour Court">Labour Court</option>
<option value="NI Act">NI Act</option>
<option value="Miscellaneous">Miscellaneous</option>
</select>
<input type="text" name="Enter Your Name" placeholder="Name" required>
</div>
<input type="text" name="Enter Your Valid Mobile No." placeholder="Mobile No." required>
<input type="text" name="Enter Your Email" placeholder="Address with city" required>
<input type="email" name="Enter Your Valid Mobile No." placeholder="Email" required>
<textarea name="Message" rows="7" placeholder="Message" required></textarea>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</section>
<footer>
<div class="container footer_container">
<div class="footer_1">
<a href="index.html" class="footer_logo"><h4>Some About</h4></a>
<p>
The Legal World is founded by Advocate Harsh Gupta with the help of Advocate Anurag Srivastava and Advocate Avinash Chandra in 2023 with the vision to provide a quality based and complete legal service to the client in Lucknow and nearby cities.
</p>
</div>
<div class="footer_2">
<h4> Permalinks</h4>
<ul class="Permalinks">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="online drafting.html">ONLINE DRAFTING</a></li>
<li><a href="practice area.html">PRACTICE AREA</a></li>
<li><a href="free advice.html">FREE ADVICE</a></li>
<li><a href="book appointment.html">BOOK APPOINTMENT</a></li>
</ul>
</div>
<div class="footer_3">
<h4> Important Link</h4>
<ul class="Permalinks">
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Know The Law</a></li>
<li><a href="#"></a>Law Firms</li>
<li><a href="#">RTI Updates</a></li>
</ul>
</div>
<div class="footer_4">
<h4> Contact Us</h4>
<div>
<li>
<i class="uil uil-phone-times">
<h5>+91 8840600757</h5>
</i>
</li>
<li>
<i class="uil uil-envelope">
<h5>[email protected]</h5>
</i>
</li>
<li>
<i class="uil uil-envelope">
<h5>[email protected]</h5>
</i>
</li>
<li>
<i class="uil uil-location-point">
<h5>High Court, Lucknow</h5>
</i>
</li>
</div>
<ul class="footer_socials">
<li>
<a href="https://www.facebook.com/profile.php?id=61551953876375&mibextid=ZbWKwL"><i class="uil uil-facebook-f"></i></a>
</li>
<li>
<a href="https://www.instagram.com/thelegalworld88/"><i class="uil uil-instagram-alt"></i></a>
</li>
<li>
<a href="https://twitter.com/ThelegalWorld88"><i class="uil uil-twitter"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/thelegal-world-b86683293"><i class="uil uil-linkedin-alt"></i></a>
</li>
</ul>
</div>
<div class="footer_copyright">
<small> Copyright ©. All rights reserved by The Legal World</small>
</div>
</div>
</body>
</html>