-
Notifications
You must be signed in to change notification settings - Fork 558
Expand file tree
/
Copy pathindex.html
More file actions
617 lines (614 loc) Β· 22.6 KB
/
index.html
File metadata and controls
617 lines (614 loc) Β· 22.6 KB
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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
<!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>Divyanshu Bhardwaj</title>
<link rel="stylesheet" href="styles/styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
</head>
<body class="main-content">
<header class="container header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="img\edit bg.jpg" alt="" />
</div>
</div>
<div class="right-header">
<h1 class="name">
Hi, I'm <span>Divyanshu Bhardwaj.</span>
A Lawyer.
</h1>
<p>
Welcome to my online legal space! I am Divyanshu Bhardwaj, a
seasoned legal professional with a passion for justice and a
commitment to excellence. As a Supreme Court lawyer, I bring a
wealth of experience and expertise to the intricate world of law.
</p>
<div class="btn-con">
<a href="img\Divyanshu Bhardwaj resume.pdf" class="main-btn">
<span class="btn-text">Download CV</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
</div>
</header>
<main>
<section class="container about" id="about">
<div class="main-title">
<h2>About <span>me</span><span class="bg-text">my stats</span></h2>
</div>
<div class="about-container">
<div class="left-about">
<h4>Information About me</h4>
<p>
Welcome to my legal space! I'm Divyanshu Bhardwaj, a seasoned
Supreme Court lawyer specializing in constitutional law, civil
liberties, and landmark litigation. With a commitment to justice,
I offer personalized legal solutions, tailoring strategies to
individual goals. Holding LLM with recognition for legal acumen,
my practice is defined by diligence, integrity, and a relentless
pursuit of excellence. I welcome engagement with the legal
community and those seeking guidance. Let's navigate the
complexities of the legal world together on your unique journey.
Thank you for visiting. <br />
<br />
Sincerely, Divyanshu Bhardwaj, Supreme Court Lawyer
</p>
<div class="btn-con">
<a href="#" class="main-btn">
<span class="btn-text">Download CV</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
<div class="right-about">
<div class="about-item">
<div class="abt-text">
<p class="large-text">650+</p>
<p class="small-text">
Legal <br />
Portfolio
</p>
</div>
</div>
<div class="about-item">
<div class="abt-text">
<p class="large-text">10+</p>
<p class="small-text">
Years of <br />
experience
</p>
</div>
</div>
<div class="about-item">
<div class="abt-text">
<p class="large-text">300+</p>
<p class="small-text">
Happy <br />
Clients
</p>
</div>
</div>
<div class="about-item">
<div class="abt-text">
<p class="large-text">400+</p>
<p class="small-text">
Customer <br />
reviews
</p>
</div>
</div>
</div>
</div>
<div class="about-stats">
<h4 class="stat-title">My Skills</h4>
<div class="progress-bars">
<div class="progress-bar">
<p class="prog-title">Negotiation and Dispute Resolution</p>
<div class="progress-con">
<p class="prog-text">80%</p>
<div class="progress">
<span class="html"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Client Relationship Management</p>
<div class="progress-con">
<p class="prog-text">95%</p>
<div class="progress">
<span class="css"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Trial Advocacy</p>
<div class="progress-con">
<p class="prog-text">75%</p>
<div class="progress">
<span class="js"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Time Management and Organization</p>
<div class="progress-con">
<p class="prog-text">75%</p>
<div class="progress">
<span class="react"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Legal Research and Analysis</p>
<div class="progress-con">
<p class="prog-text">87%</p>
<div class="progress">
<span class="node"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Written and Oral Communication</p>
<div class="progress-con">
<p class="prog-text">70%</p>
<div class="progress">
<span class="python"></span>
</div>
</div>
</div>
</div>
</div>
<h4 class="stat-title">My Timeline</h4>
<div class="timeline">
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2010 - present</p>
<h5>Web Developer<span> - Vircrosoft</span></h5>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Saepe
quasi vero fugit.
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2008 - 2011</p>
<h5>Software Engineer<span> - Boogle, Inc.</span></h5>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Saepe
quasi vero fugit.
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2016 - 2017</p>
<h5>C++ Programmer<span> - Slime Tech</span></h5>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Saepe
quasi vero fugit.
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2009 - 2013</p>
<h5>Business Degree<span> - Sussex University</span></h5>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Saepe
quasi vero fugit.
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2013 - 2016</p>
<h5>Computer Science Degree<span> - Brookes University</span></h5>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Saepe
quasi vero fugit.
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2017 - present</p>
<h5>3d Animation<span> - Brighton University</span></h5>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Saepe
quasi vero fugit.
</p>
</div>
</div>
</section>
<!-- <section class="container" id="portfolio"> -->
<!-- <div class="main-title">
<h2>My <span>Portfolio</span><span class="bg-text">My Work</span></h2>
</div>
<p class="port-text">
Here is some of my work that I've done in various programming
languages.
</p>
<div class="portfolios">
<div class="portfolio-item">
<div class="image">
<img src="img/port1.jpg" alt="" />
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port2.jpg" alt="" />
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port3.jpg" alt="" />
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port4.jpg" alt="" />
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port5.jpg" alt="" />
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port2.jpg" alt="" />
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port7.jpg" alt="" />
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
</section> -->
<section class="container" id="blogs">
<div class="blogs-content">
<div class="main-title">
<h2>My <span>Blogs</span><span class="bg-text">My Blogs</span></h2>
</div>
<div class="blogs">
<div class="blog">
<img src="img/port6.jpg" alt="" />
<div class="blog-text">
<h4>Coming soon</h4>
<p>
"Exciting news! π A new blog post is in the works. Stay tuned
for an insightful exploration of [topic]. Subscribe for
updates and be the first to dive into the latest content. Your
journey into [topic] begins soon! π #ComingSoon #StayTuned"
</p>
</div>
</div>
<div class="blog">
<img src="img/blog1.jpg" alt="" />
<div class="blog-text">
<h4>Coming soon</h4>
<p>
"Exciting news! π A new blog post is in the works. Stay tuned
for an insightful exploration of [topic]. Subscribe for
updates and be the first to dive into the latest content. Your
journey into [topic] begins soon! π #ComingSoon #StayTuned"
</p>
</div>
</div>
<div class="blog">
<img src="img/blog2.jpg" alt="" />
<div class="blog-text">
<h4>Coming soon</h4>
<p>
"Exciting news! π A new blog post is in the works. Stay tuned
for an insightful exploration of [topic]. Subscribe for
updates and be the first to dive into the latest content. Your
journey into [topic] begins soon! π #ComingSoon #StayTuned"
</p>
</div>
</div>
<div class="blog">
<img src="img/blog3.jpg" alt="" />
<div class="blog-text">
<h4>Coming soon</h4>
<p>
"Exciting news! π A new blog post is in the works. Stay tuned
for an insightful exploration of [topic]. Subscribe for
updates and be the first to dive into the latest content. Your
journey into [topic] begins soon! π #ComingSoon #StayTuned"
</p>
</div>
</div>
<div class="blog">
<img src="img/port1.jpg" alt="" />
<div class="blog-text">
<h4>Coming soon</h4>
<p>
"Exciting news! π A new blog post is in the works. Stay tuned
for an insightful exploration of [topic]. Subscribe for
updates and be the first to dive into the latest content. Your
journey into [topic] begins soon! π #ComingSoon #StayTuned"
</p>
</div>
</div>
<div class="blog">
<img src="img/port3.jpg" alt="" />
<div class="blog-text">
<h4>Coming soon</h4>
<p>
"Exciting news! π A new blog post is in the works. Stay tuned
for an insightful exploration of [topic]. Subscribe for
updates and be the first to dive into the latest content. Your
journey into [topic] begins soon! π #ComingSoon #StayTuned"
</p>
</div>
</div>
</div>
</div>
</section>
<section class="container contact" id="contact">
<div class="contact-container">
<div class="main-title">
<h2>Contact <span>Me</span><span class="bg-text">Contact</span></h2>
</div>
<div class="contact-content-con">
<div class="left-contact">
<h4>Contact me here</h4>
<p>
Feel free to contact if you have any query and for any legal
assistance.
</p>
<div class="contact-info">
<div class="contact-item">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
<span>Location</span>
</div>
<p>: New delhi, INDIA</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-envelope"></i>
<span>Email</span>
</div>
<p>
<span>:office@divyanshubhardwaj.in</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-user-graduate"></i>
<span>Education</span>
</div>
<p>
<span>: OP Jindal law University</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-user-graduate"></i>
<span>Mobile Number</span>
</div>
<p>
<span>: **********</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-globe-africa"></i>
<span>Languages</span>
</div>
<p>
<span>: English, Hindi,Maithili</span>
</p>
</div>
</div>
<div class="contact-icons">
<div class="contact-icon">
<a href="www.facebook.com" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="#" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="#" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="right-contact">
<form
action="https://formspree.io/f/mjvnyyok"
method="post"
class="contact-form"
>
<div class="input-control i-c-2">
<!-- <input type="text" required placeholder="YOUR NAME" /> -->
<!-- <input type="email" required placeholder="YOUR EMAIL" /> -->
<label>
<input type="email" placeholder="YOUR EMAIL" required name="email">
</label>
</div>
<div class="input-control">
<!-- <input type="text" required placeholder="ENTER SUBJECT" /> -->
<label>
<textarea name="message" required placeholder="YOUR EMAIL"></textarea>
</label>
</div>
<!-- <div class="input-control">
<textarea
name=""
id=""
cols="15"
rows="8"
placeholder="Message Here..."
></textarea>
</div> -->
<div class="submit-btn">
<!-- <a href="https://formspree.io/f/mjvnyyok" class="main-btn"> -->
<button type="submit" class="main-btn">
<span class="btn-text">SEND</span>
<span class="btn-icon"
><i class="fas fa-download"></i
></span>
</button>
<!-- </a> -->
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<div class="controls">
<div class="control active-btn" data-id="home">
<i class="fas fa-home"></i>
</div>
<div class="control" data-id="about">
<i class="fas fa-user"></i>
</div>
<!-- <div class="control" data-id="portfolio">
<i class="fas fa-briefcase"></i>
</div> -->
<div class="control" data-id="blogs">
<i class="far fa-newspaper"></i>
</div>
<div class="control" data-id="contact">
<i class="fas fa-envelope-open"></i>
</div>
</div>
<div class="theme-btn">
<i class="fas fa-adjust"></i>
</div>
<script src="app.js"></script>
</body>
</html>