-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
352 lines (237 loc) · 13.3 KB
/
About.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Swiper CSS -->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
<!-- Font Awesome CDN for Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Swiper CSS -->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<title>Responsive Header</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/style1.css" />
<!-- <link rel="stylesheet" href="./css/Responsive.css" /> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<!-- jQuery (required by Owl Carousel) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Owl Carousel JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
</head>
<body>
<div class="top-bar">
<div class="left-section">
<div class="since" style="color: #cc0000;">Since: 2007</div>
<div class="double-vertical-line">
<div class="vertical-line"></div>
</div>
</div>
<div class="right-section">
<div class="contact-info">
<span><i class="fa fa-space"></i> +91 9818333866</span>
<div class="double-vertical-line">
<div class="vertical-line"></div>
</div>
<span><i class="fa fa-space"></i> [email protected]</span>
</div>
<div class="icon-group">
<i class="fa fa-space" style="padding: 2px;"></i>
<i class="fa fa-space" style="padding: 3px;"></i>
<i class="fa fa-space" style="padding: 4px;"></i>
</div>
</div>
</div>
<!-- Header -->
<header class="header">
<img src="./image/logo.jpeg" alt="Sunrise Logo" class="logo" />
<!-- Hamburger Icon for Mobile -->
<div id="hamburger-icon" class="hamburger-icon" onclick="toggleMenu()">☰</div>
<!-- Close Icon for Mobile -->
<div id="close-icon" class="close-icon" onclick="toggleMenu()" style="display: none;">✕</div>
<!-- Navigation Menu -->
<nav>
<ul id="nav-links" class="nav-links">
<li><a href="index.html" class="">Home</a></li>
<li><a href="About.html">About</a></li>
<li class="dropdown">
<a href="blog.html" class="dropbtn">Practice Areas</a>
<div class="dropdown-content">
<a href="trademark-registration.html">Trademark Registration</a>
<a href="Design.html">Design</a>
<a href="cop">Copyright</a>
<a href="iso.html">ISO</a>
<a href="Fssal.html">FSSAI (Food Licence)</a>
<a href="Msme.html">Pvt. Ltd, MSME/Udyam Reg.</a>
</div>
</li>
<li><a href="blog.html">IP News & Events</a></li>
<li><a href="Careers.html">Careers</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
</ul>
</nav>
<!-- Enquiry Button -->
<div class="button-container">
<button class="enquiry-button">Enquiry Now</button>
</div>
</header>
<!-- Enquiry Modal -->
<div id="enquiryModal" class="modal">
<div class="modal-content">
<span class="close" onclick="closeModal()">×</span>
<h2 class="form-heading">Enquiry Now</h2>
<form>
<label for="name">Name:</label>
<input type="text" id="name" placeholder="Enter name">
<label for="email">Email:</label>
<input type="email" id="email" placeholder="Enter email">
<label for="mobile">Mobile No. :</label>
<input type="text" id="mobile" placeholder="Enter mobile no.">
<label for="service">Choose Service :</label>
<select id="service">
<option>Select Your Service</option>
<option>Service 1</option>
<option>Service 2</option>
</select>
<label for="message">Message :</label>
<textarea id="message" placeholder="Write Your Message ..."></textarea>
<button type="submit">Submit</button>
</form>
</div>
</div>
<!-- main-header end -->
<!-- Page Title -->
<section class="page-title" style="background-image: url(./image/download-bg.jpg);">
<div class="auto-container">
<div class="content-box">
<center><div class="title centred">
<h1>ABOUT US</h1>
</div></center>
<ul class="bread-crumb clearfix">
<li><a href="index.html">Home</a></li>
<li>About Us</li>
</ul>
</div>
</div>
</section>
<!-- Page Title -->
<!-- about-section -->
<section class="about-section sec-pad bg-color-1">
<div class="auto-container">
<div class="row clearfix">
<div class="col-lg-6 col-md-12 col-sm-12 content-column">
<div class="content_block_1">
<div class="content-box">
<div class="sec-title">
<h6><i class="flaticon-sunny-day-or-sun-weather"></i><span>Welcome to</span></h6>
<h2>SUNRISE TRADE MARK CO.</h2>
<div class="title-shape"></div>
</div>
<div class="text about-read-more">
<h5>‘A diverse and dynamic group‘, SUNRISE TRADE MARK CO. is a top flight practice that protects and enforces IP assets from filing and prosecuting patent and trade mark applications, through to IP litigation, often concerning landmark cases. The reputation of the esteemed practice head, ADV J. P. SINGH , precedes him for his mastery of all aspects of IP protection and enforcement and his contributions to policy matters. Senior ADV. J.P.SINGH heads the trade marks and broader commercial IP function and ADV. SUNITA R.SINGH is the EXCELENT ADVOCATE who heads the patents, designs, TRADE MARK. Practice head(s): ADV. J.P.SINGH AND ADV. SUNITA R. SINGH</h5>
<h5>The firm: SUNRISE TRADE MARK CO. is a full-service intellectual property and technology law firm focused on rendering business-friendly legal advice.</h5>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 image-column">
<div class="image_block_1">
<div class="image-box">
<figure class="image"><img src="./image/about.jpg" alt=""></figure>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 content-column">
<div class="content_block_1">
<div class="content-box">
<div class="text about-read-more">
<br><h5>The firm was formed in 2007 WHICH THAT IS REGISTERED The firm: SUNRISE TRADE MARK CO. is a premier intellectual property consultancy and legal advisory firm providing high-quality legal and technical solutions for companies in the biotechnology, biomedical, chemical, healthcare, pharmaceutical, and other knowledge-based industries.SUNRISE TRADE MARK CO. is a very professional practice firm with a huge amount of expertise in IP and copyright. They have g reat in depth knowledge.’I consider ADV J.P. SINGH to be a god of IP and copyright. He is not just a lawyer but one with heart and understanding.’</h5>
</div>
</div>
</div>
<div class="content_block_1">
<div class="content-box">
<div class="sec-title">
<h2>SUNRISE TRADE MARK CO.</h2>
<div class="title-shape"></div>
</div>
<div class="text about-read-more">
<h5>A person who practises and studies law is known as an attorney or lawyer. Their main purpose is to protect their client's rights with the help of law. Lawyers in Delhi are always on demand to fight many legal issues between people or companies. They are well-known for their guidance, advice and knowledge.</h5>
<h5>If you need a professional's help to combat any legal issues, we suggest you get in touch with <strong>SUNRISE TRADE MARK CO.</strong></h5>
<h5><strong style="color:#e41e2f;">ADV. J.P SINGH (+91-9818383866)<br> ADV. SUNITA R.SINGH (+91-9650839235)</strong></h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about-section end -->
<!-- Footer Section -->
<div class="footer">
<!-- About Us Section -->
<div>
<h3>About Us</h3>
<p>
‘A diverse and dynamic group‘, SUNRISE TRADE MARK CO. is a top flight
practice that protects and enforces IP assets from filing and
prosecuting patent and trade mark applications, through to IP
litigation, often concerning landmark cases.
</p>
</div>
<!-- Quick Links Section -->
<div>
<h3>Quick Links</h3>
<ul>
<li><a href="trademark-registration.html">Trademark Registration</a></li>
<li><a href="Copyright.html">Copyright</a></li>
<li><a href="Design.html">Design</a></li>
<li><a href="iso.html">ISO</a></li>
<li><a href="Fssal.html">FSSAI (Food Licence)</a></li>
<li><a href="Msme.html">Pvt. Ltd, MSME/Udyam Reg.</a></li>
</ul>
</div>
<!-- Contact Us Section -->
<div>
<h3>Contact Us</h3>
<p>
<strong>Location</strong><br />Block B-4, Sunrise House, Gali No.-9,
Harsh Vihar, New Delhi-93
</p>
<p><strong>Phone</strong><br />+91 9818383866</p>
<p><strong>Email</strong><br />[email protected]</p>
</div>
<!-- Enquiry Box Section -->
<div class="enquiry-box">
<h4>Enquiry Your Query</h4>
<p>Here you can enquire about issues and make requests.</p>
<button>ENQUIRY NOW</button>
</div>
</div>
<!-- Copyright Section -->
<div class="footer-copyright">
© 2022 By <a href="#">Sunrise Trademark Co.</a> All Rights Reserved.
</div>
<!-- Font Awesome for icons (optional, include if you want icons in contact info) -->
<script
src="https://kit.fontawesome.com/a076d05399.js"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Bootstrap and JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- Swiper JS -->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="./js/script.js"></script>
<script src="./js/swiper.js"></script> </body>
</html>