-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDesign.html
488 lines (341 loc) · 21.3 KB
/
Design.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
<!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/style2.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="Copyright.html">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>DESIGN
</div></center>
<ul class="bread-crumb clearfix">
<li><a href="#">Home</a></li>
<li>Desing</li>
</ul>
</div>
</div>
</section>
<!-- Page Title -->
<!-- about-style-three -->
<section class="about-style-three bg-color-1">
<div class="auto-container">
<div class="row clearfix .align-items-center">
<div class="col-lg-7 col-md-7 col-sm-12 content-column">
<div class="content_block_5">
<div class="content-box">
<div class="sec-title">
<h3>Design Patent: Everything You Need to Know</h3>
<div class="title-shape"></div>
</div>
<div class="text">
<p>A design patent is a type of patent that protects the way a manufactured product looks, but doesn't protect the way a product works or the mechanical structure.</p>
<p>A design patent protects the way a manufactured product looks but not the way it works or how it's structured. Businesses can protect their intellectual property (IP) rights over an original design by applying for patent protection. This should be done before entering the market to prevent a competitor from copying and profiting from your design.</p>
<p>When you are granted a design patent, you have the right to exclude others from using this design in personal and commercial applications. A design patent can patent everything from jewelry to packaging.</p>
<img src="/web/20231201124824im_/http://sunrisetrademarkco.com/assets/images/services/design.jpg" alt="">
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5 col-sm-12 content-column">
<div class="content_block_5">
<div class="content-box form-box">
<div class="sec-title">
<h3>Enquiry Now</h3>
</div>
<div class="text">
<form action="">
<div class="form-group .appoint-form">
<label for="name" style="color:#fff;">Name:</label>
<input type="name" class="form-control" id="name" placeholder="Enter name" name="name" required>
</div>
<div class="form-group .appoint-form">
<label for="email" style="color:#fff;">Email:</label>
<input type="email" class="form-control" id="email" placeholder="Enter email" name="email">
</div>
<div class="form-group .appoint-form">
<label for="mobile" style="color:#fff;">Mobile No. :</label>
<input type="text" class="form-control" id="mobile" placeholder="Enter mobile no." name="number" required>
</div>
<!--
<div class="form-group .appoint-form">
<label for="mobile" style="color:#fff;">Choose Service :</label>
<select name="service">
<option value="Patent $ Design">Patent & Design</option>
</select>
</div> -->
<div class="form-group .appoint-form">
<label for="mobile" style="color:#fff; margin-top: 1rem;">Message :</label>
<textarea name="msg" placeholder="Write Your Message ..." class="message-textarea"></textarea>
</div>
<div class="appoint-submit" style="text-align: center;">
<button type="submit" class="appointment-submit" name="submit">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="row clearfix .align-items-center" style="margin-top: 40px;">
<div class="col-lg-12 col-md-12 col-sm-12 content-column">
<div class="content_block_5">
<div class="content-box">
<div class="sec-title">
<h3>Design Patent Eligibility</h3>
<div class="title-shape"></div>
</div>
<div class="text">
<p>To be eligible for patent protection, the design must also be useful. A method of creating art, such as a painting or photographic technique, cannot be copyrighted. The design must also be repeatable to qualify for patent protection.</p>
</div>
<div class="sec-title">
<h6><i class="flaticon-sunny-day-or-sun-weather"></i><span><strong>First, you need to consider whether the design is eligible for patent protection. One or both of the following criteria must apply:</strong></span></h6>
</div>
<div class="text bullets-points">
<p style="color: #ff3334; margin-bottom:0;"><strong> The surface of the item has unique ornamentation.</strong></p>
<p style="color: #ff3334;"><strong> The shape or structure of the object has a unique design, such as the 1998 Apple iMac.</strong></p>
</div>
<div class="sec-title">
<h6><i class="flaticon-sunny-day-or-sun-weather"></i><span><strong>The design must also be:</strong></span></h6>
</div>
<div class="text bullets-points">
<p style="color: #ff3334; margin-bottom:0;"><strong> Completely different from prior art</strong></p>
<p style="color: #ff3334; margin-bottom:0;"><strong> Not obviously derived from other designs</strong></p>
<p style="color: #ff3334;"><strong> Visible when the product is engaged in its intended use</strong></p>
</div>
<p>Digital design patents cover icons, fonts, and screen layouts for apps and software programs. However, these patents only protect designs when they are displayed on a screen, not in other forms.</p>
<div class="sec-title">
<h3>Steps to File a Design Patent</h3>
<div class="title-shape"></div>
</div>
<div class="text">
<p>Applying for a design patent doesn't take much time as long as you have searched for an existing patent and found a lawyer to help you draft your application. Patent Drawings The USPTO asks for drawings from all sides of the object:</p>
</div>
<div class="text bullets-points">
<p style="color: #ff3334; margin-bottom:0;"><strong> Left</strong></p>
<p style="color: #ff3334; margin-bottom:0;"><strong> Right</strong></p>
<p style="color: #ff3334; margin-bottom:0;"><strong> Top</strong></p>
<p style="color: #ff3334; margin-bottom:0;"><strong> Bottom</strong></p>
<p style="color: #ff3334; margin-bottom:0;"><strong> Front</strong></p>
<p style="color: #ff3334;"><strong> Back</strong></p>
</div>
<div class="text">
<p>The only exception is when two or more sides look the same.</p>
<p>This part of the application is the drawing disclosure. The drawings should include surface shading which helps show the object's contours. Also, parts of the drawing that don't apply to the patent should have broken, not continuous, lines. Broken lines are most commonly used to show the environment around the design and to define the bounds of the design.</p>
<p>Since these drawings are the most important part of the design patent application, you may want to consider paying a professional around $600 for high-quality drawings.</p>
</div>
<div class="sec-title">
<h3>Patent Claim and Details</h3>
<div class="title-shape"></div>
</div>
<div class="text">
<p>Before you fill out your design patent application, title your product. Make the title as specific and descriptive as you can. Most titles have only one or two words that label the design based on consumer words, such as "chair," "wind chime," or "fish tank."</p>
<p>Utility patents need more text than design patents. You need to make a simple claim and state what you have designed. You can also include short statements that help describe sections of your application. Here's an example:</p>
</div>
<div class="text bullets-points">
<p style="color: #ff3334; margin-bottom:0;"><strong> You might describe each drawing view in a few words or use figure descriptions.</strong></p>
<p style="color: #ff3334; margin-bottom:0;"><strong> Figure descriptions go with your drawings, and they describe what viewers see in the drawings.</strong></p>
<p style="color: #ff3334;"><strong> You can use words like "Figure 1 is a bottom view of my suspended lampshade design."</strong></p>
</div>
<div class="text">
<p>You can include a preamble in a design patent. A preamble is a simple statement that says that you're the inventor of the submitted product. Also, write a sentence or phrase that briefly describes the product and how you want it to be used. You'll also need a single claim, another simple statement: "The ornamental design for sandals, as shown and described."</p>
<p>You also need to note any cross-references to patent applications related to your product, unless you already have them in your application. You must also note whether you relied on any federal research or development to create your invention.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about-style-three end -->
<!-- Years of experiance Section Start -->
<section class="experience-section section-padding">
<div class="container">
<div class="section-title text-center">
<h2>15 Years Of Experience As An Attorney Firm</h2>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="content text-center">
<p>The firm: SUNRISE TRADE MARK CO. is a full-service intellectual property and technology law firm focused<br> on rendering business-friendly legal advice.</p>
</div>
<div class="section-subtitle text-center">
<h3>2007</h3>
<h6>
<i class="fas fa-sun"></i>
<span> COMPANY ESTABLISHED </span>
<i class="fas fa-sun"></i>
</h6>
</div>
</div>
</div>
</div>
</section>
<!-- Years of experiance 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</a></li>
<li><a href="#">Copyright</a></li>
<li><a href="#">Design</a></li>
<li><a href="#">ISO</a></li>
<li><a href="#">FSSAI (Food Licence)</a></li>
<li><a href="#">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>