-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
602 lines (584 loc) · 23.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ShiAn Consultants</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="mediaqueries.css" />
</head>
<body>
<!-- Privacy Modal HTML -->
<div id="privacy-modal" class="modal">
<div class="modal-content">
<!-- <span class="close">×</span> -->
<h2>Website Disclaimer</h2>
<p>
The Bar Council of India's regulations prohibit ShiAn Consultants (the
"Firm") from promoting or soliciting business. By selecting "I Agree"
below, you acknowledge and agree to the following terms:
<br />
<br />
• There has been no advertisement, personal communication,
solicitation, invitation, or inducement of any sort whatsoever from
the Firm or any of its members to solicit work or advertise through
this website. <br />
• The purpose of this website is to provide you with information about
the Firm, its practice areas, and its advocates and solicitors. <br />
• You wish to gain more information about the Firm for your own
personal or professional use. <br />
• The information about the Firm is provided to you only on your
specific request, and any information obtained or materials downloaded
from this website are done at your own volition. Any transmission,
receipt, or use of this website does not create a lawyer-client
relationship. <br /><br />
This website is not intended to be a source of advertising or
solicitation, and its contents should not be construed as legal advice
in any manner whatsoever. <br />
The Firm is not liable for any consequences of any action taken by you
relying on material or information provided on this website. If you
require any assistance, you must seek independent legal advice. <br />
All content on this website is the intellectual property of the Firm.
<br />
For more information, please review our
<a href="policy.html" style="color: black; text-decoration: underline"
>Privacy Policy.</a
>
</p>
<button id="agree-button">I Agree</button>
</div>
</div>
<!-- Navbar -->
<header>
<div class="navbar">
<div class="logo">
<a href="#home"
><img src="images/logo.png" alt="GodLogo" height="60px"
/></a>
</div>
<ul class="links">
<li><a href="#">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Our Services</a></li>
<li><a href="#review">Reviews</a></li>
</ul>
<a href="#contact" class="action-btn">Contact Us</a>
<div class="toggle-btn">
<i class="fa-solid fa-bars"></i>
</div>
</div>
<div class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Our Services</a></li>
<li><a href="#review">Reviews</a></li>
<li><a href="#contact" class="action-btn">Contact Us</a></li>
</div>
</header>
<main>
<!-- Home Section -->
<section id="home">
<div class="main-head">
<h1>
We Achieve a result <br />
that is right for you
</h1>
<p>
Bright, inventive legal teams that won't just make <br />
sure you keep up with the world-we'll make sure <br />
you thrive.
</p>
<a href="#contact" class="action-btn"
>Let's Talk <i
class="fa-solid fa-arrow-up-right-from-square"
></i>
</a>
</div>
</section>
</main>
<!-- About Section -->
<section id="about">
<div class="heading">
<p>About Us</p>
<h2>Little Story About Us</h2>
</div>
<div class="wrapper">
<div class="about-img">
<div class="card">
<img
class="card-side"
src="images/Screenshot 2024-07-16 151614.png"
alt=""
/>
</div>
<div class="card">
<img
class="card-mid"
src="images/Screenshot 2024-07-16 151458.png"
alt=""
/>
</div>
<div class="card">
<img
class="card-side"
src="images/Screenshot 2024-07-16 151830.png"
alt=""
/>
</div>
</div>
<div class="about-body">
<h3>A Trusted Organization</h3>
<p>
ShiAn is a budding legal consulting firm, founded in the year 2024,
that aims to serve in various commercial and compliance domains
across industries and regions. <br />
<br />
At ShiAn, we understand the value of your time and money. Our goal
is to; alleviate the stress and uncertainty of legal issues,
providing you the peace of mind and confidence in doing business by
complying with all regulatory requirements. We aim to provide our
clients across all regions, the best guidance from time to time.
</p>
<div class="founder-button">
<a href="founder.html">About Founder</a>
</div>
</div>
</div>
</section>
<!-- SERVICES SECTION -->
<section id="services">
<div class="heading">
<p>Our Services</p>
<h2>Our Practice Areas</h2>
</div>
<div class="services-container">
<div class="service-card">
<div class="service-content">
<h2>Contracts</h2>
<p>
Crafting and reviewing contract and agreements as per your
business need.
</p>
<a href="practice.html" class="details-button">More Details</a>
</div>
<img
src="images/Asset 13.jpg"
alt="Imports Trucks Parts from Europe"
/>
</div>
<div class="service-card">
<div class="service-content">
<h2>Data Privacy</h2>
<p>Ensuring robust data protection practices.</p>
<a href="practice.html" class="details-button">More Details</a>
</div>
<img src="images/Asset 14.jpg" alt="Car Wash for Trucks and Cars" />
</div>
<div class="service-card">
<div class="service-content">
<h2>Compliance</h2>
<p>Helping you meet regulatory requirements.</p>
<a href="practice.html" class="details-button">More Details</a>
</div>
<img src="images/compliance.jpg" alt="Service 3" />
</div>
<div class="service-card">
<div class="service-content">
<h2>Legal Research</h2>
<p>
Providing thorough and accurate legal research to support your
needs. confidently.
</p>
<a href="practice.html" class="details-button">More Details</a>
</div>
<img src="images/Asset 15.jpg" alt="Service 4" />
</div>
<div class="service-card">
<div class="service-content">
<h2>Consultation</h2>
<p>
Guiding on anti-corruption, anti-bribery, due diligence, trade
compliance and other corporate compliance areas.
</p>
<a href="practice.html" class="details-button">More Details</a>
</div>
<img src="images/consultation.jpg" alt="Service 5" />
</div>
</div>
</section>
<section id="industries">
<div class="heading">
<h2>Industries We Serve</h2>
</div>
<div class="services-body">
<div class="layer-right right">
<div class="layer-right-card">
<div class="layer first">
<div class="circle-icon">
<i class="fa-solid fa-tractor"></i>
</div>
</div>
</div>
<div class="layer-text">
<h4>Agriculture</h4>
<p>
Offering precise contract drafting, compliance, and data privacy
consultation services for agricultural enterprises. Focus on
supply chain agreements, regulatory compliance, and sustainability
initiatives crucial for modern farming practices.
</p>
</div>
</div>
<div class="layer-right left">
<div class="layer-text">
<h4>E-Commerce</h4>
<p>
Specializing in agile contract management, compliance, and data
privacy consultation for e-commerce platforms. Ensure legal
robustness in vendor agreements, terms of service, and privacy
policies to foster trust and scalability in digital transactions.
</p>
</div>
<div class="layer-right-card">
<div class="layer second">
<div class="circle-icon">
<i class="fa-solid fa-lock"></i>
</div>
</div>
</div>
</div>
<div class="layer-right right">
<div class="layer-right-card">
<div class="layer third">
<div class="circle-icon">
<i class="fa-solid fa-calendar-check"></i>
</div>
</div>
</div>
<div class="layer-text">
<h4>Fintech</h4>
<p>
Providing strategic contract drafting, compliance, and data
privacy consultation for fintech innovators. Navigate regulatory
frameworks with precision in agreements such as payment
processing, user licensing, financial data protection, and GDPR
compliance.
</p>
</div>
</div>
<div class="layer-right left">
<div class="layer-text">
<h4>Manufacturing</h4>
<p>
Delivering comprehensive contract lifecycle management,
compliance, and data privacy consultation services for
manufacturing firms. Optimize procurement contracts, distribution
agreements, and regulatory compliance across global supply chains
while ensuring data protection.
</p>
</div>
<div class="layer-right-card">
<div class="layer fourth">
<div class="circle-icon">
<i class="fa-solid fa-gears"></i>
</div>
</div>
</div>
</div>
<div class="layer-right right">
<div class="layer-right-card">
<div class="layer fifth">
<div class="circle-icon">
<i class="fa-solid fa-users-viewfinder"></i>
</div>
</div>
</div>
<div class="layer-text">
<h4>Media</h4>
<p>
Tailoring contract drafting, compliance, and data privacy
consultation strategies for media enterprises. Ensure legal
clarity in content licensing agreements, intellectual property
protection, GDPR compliance, and regulatory requirements in
digital media.
</p>
</div>
</div>
<div class="layer-right left">
<div class="layer-text">
<h4>Retail and Distribution</h4>
<p>
Offering tailored contract management, compliance, and data
privacy consultation solutions for retail and distribution
networks. Optimize supplier contracts, retail agreements, and
regulatory compliance while safeguarding customer data and
ensuring GDPR compliance.
</p>
</div>
<div class="layer-right-card">
<div class="layer sixth">
<div class="circle-icon">
<i class="fa-solid fa-store"></i>
</div>
</div>
</div>
</div>
<div class="layer-right right">
<div class="layer-right-card">
<div class="layer seventh">
<div class="circle-icon">
<i class="fa-solid fa-chalkboard-user"></i>
</div>
</div>
</div>
<div class="layer-text">
<h4>IT and Software Services</h4>
<p>
Providing specialized contract drafting, compliance, and data
privacy consultation services for IT and software companies.
Ensure robustness in software licensing agreements, service-level
agreements, data security protocols, GDPR compliance, and
privacy-by-design principles to support innovation and client
trust.
</p>
</div>
</div>
<hr />
</div>
</section>
<!-- REVIEW SECTION -->
<section id="review">
<div class="heading">
<p>Reviews</p>
<h2>Testimonial</h2>
</div>
<div class="review-body">
<div class="arrow arrow-left">
<i class="fa-solid fa-arrow-left"></i>
</div>
<div class="slide-container">
<div class="slide">
<i class="fas fa-quote-right review-icon"></i>
<div class="user">
<div class="user-info">
<h5>Kemar Hinds, Esq</h5>
<p>
Legal Counsel - Business Advisor- Entrepreneur- Graduate of
McKinsey's Black Leadership Academy Cohort 5 - The Management
Accelerator Program at McKinsey & Company, USA
</p>
</div>
</div>
<p class="review-text">
"Piyali is a forward thinking legal practitioner. She is a
compliance expert that operates with the entire organization in
mind. Our time working together was during one of the most dynamic
times in manufacturing( the pandemic) and she thrived. Piyali can
work independently and own large projects or cooperatively in
large teams to drive results. Piyali also has both technical legal
expertise and has a strong grasp on operations. I have seen her
capabilities up close and give my highest recommendation to her
work ethic and skill."
</p>
</div>
<div class="slide">
<i class="fas fa-quote-right review-icon"></i>
<div class="user">
<div class="user-info">
<h5>Client</h5>
<p>
IT Software Services company with clientele in Europe, USA &
APAC
</p>
</div>
</div>
<p class="review-text">
"We turned to ShiAn for contract drafting with our customers and
was guided by it's founder Piyali Basak. Her meticulous attention
to detail saved us from potential disputes. Her contracts are
clear, comprehensive, and tailored to our needs."
</p>
</div>
<div class="slide">
<i class="fas fa-quote-right review-icon"></i>
<div class="user">
<div class="user-info">
<h5>Kumar Anurag</h5>
<p>
Legal Business Services at DeloitteLegal Business Services at
Deloitte, India
</p>
</div>
</div>
<p class="review-text">
"I worked with Piyali for close to 4 years in Flex and am happy to
recommend her for exemplary work ethics. She is one of those
people who influences and motivates people beyond the role that is
assigned to her. In my professional interaction with her, I found
her to be highly motivated with always a positive outlook. Her
ability to drive given task to the result in strict timeline is
commendable. One of her key competencies is her great ability to
collaborate with different stakeholders effectively. In a nutshell
she is a highly professional and committed lawyer. I hope to work
once again with her sometime during our careers!"
</p>
</div>
<div class="slide">
<i class="fas fa-quote-right review-icon"></i>
<div class="user">
<div class="user-info">
<h5>Milorad Hodnik Nikolic</h5>
<p>Director Business Development EMEA, ModusLink</p>
</div>
</div>
<p class="review-text">
"I had the pleasure of collaborating with Piyali on a
cross-functional projects. Her trong teamwork and collaboration
skills helped foster a positive and productive working
environment, leading to successful projects outcomes. <br />
Her Exceptionqal problem-solving skills, expertise, know-how and
attention to detail were instrumental in its success. I highly
recommend Piyali for her dedication, professionalism, and ability
to deliver results."
</p>
</div>
<div class="slide">
<i class="fas fa-quote-right review-icon"></i>
<div class="user">
<div class="user-info">
<h5>Client</h5>
<p>India based media house company</p>
</div>
</div>
<p class="review-text">
"Working with ShiAn was a game-changer for our compliance
strategy. The team's deep understanding of data privacy laws and
proactive approach made all the difference."
</p>
</div>
<div class="slide">
<i class="fas fa-quote-right review-icon"></i>
<div class="user">
<div class="user-info">
<h5>Client</h5>
<p>Manufacturing & Retail, India</p>
</div>
</div>
<p class="review-text">
"I highly recommend ShiAn Consultants for their exceptional legal
acumen and commitment to client success. The team delivered
results that exceeded our expectations."
</p>
</div>
</div>
<div class="arrow arrow-right">
<i class="fa-solid fa-arrow-right"></i>
</div>
</div>
<div class="disclaimer">
<p>
<i
>Disclaimer: Names and specific details od clients have been kept
anonymous to respect confidentiality and privacy</i
>
</p>
</div>
</section>
<!-- CONTACT SECTION -->
<section id="contact">
<div class="content">
<div class="left-side">
<h1>Your reliable partner for seamless business.</h1>
<p>
Contact us; if you need assistance or simply want to learn more
about how we can help. We are here to listen, guide and give you a
solution always.
</p>
<img src="images/logo.png" alt="Company Logo" />
</div>
<div class="right-side">
<h2>Have Any Queries!</h2>
<p>We are ready to answer right now! Sign up for consultation</p>
<form id="consultation-form">
<label for="name">Name</label>
<input type="text" id="name" name="name" required />
<label for="email">Mail ID</label>
<input type="email" id="email" name="email" required />
<label for="phone">Phone number</label>
<input type="tel" id="phone" name="phone" required />
<label>
<input type="checkbox" id="consent" name="consent" required />
I consent to the processing of personal data and agree with the
<a
href="policy.html"
style="color: white; text-decoration: underline"
>privacy policy.</a
>
</label>
<button type="submit">Get Consult</button>
</form>
</div>
</div>
</section>
<!-- FOOTER SECTION -->
<footer>
<div class="footer-body">
<div class="footer-left">
<div class="footer-left-top">
<div class="footer-contact">
<p>Contact Number</p>
<p>
<b>+91 72195 04950</b>
</p>
</div>
<div class="footer-email">
<p>Need Live Support</p>
<p>
<b
><a
style="color: black"
href="mailto:team@shianconsultants.com"
>team@shianconsultants.com</a
></b
>
</p>
</div>
</div>
<p class="footer-text">Follow Us On Social Media</p>
<a href="https://www.linkedin.com/company/shian-consultants/"
><img src="images/Linkdin.png" alt="linkedin logo" height="20px"
/></a>
</div>
<div class="footer-right">
<ul class="practice">
<li><h5>Practice Area</h5></li>
<li><a href="practice.html">Contracts</a></li>
<li><a href="practice.html">Data Privacy</a></li>
<li><a href="practice.html">Compliance</a></li>
<li><a href="practice.html">Legal Search</a></li>
<li><a href="practice.html">Consultation</a></li>
</ul>
<ul class="practice">
<li><h5>Quick Links</h5></li>
<li><a href="practice.html">Services</a></li>
<li><a href="industries.html">Industries</a></li>
<li><a href="mailto:team@shianconsultants.com">Contact Us</a></li>
<li><a href="policy.html">Privacy Policy</a></li>
</ul>
</div>
</div>
<br />
<div class="copyright">
<p>© All rights reserved to ShiAn Consultants</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>