Ticket #4841: untitled-part.html

File untitled-part.html, 17.6 KB (added by DronePro4KSuperior@…, 3 months ago)

Added by email2trac

Line 
1<!DOCTYPE HTML>
2<html lang="en-US">
3<head><!--Metatags--><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatble" content="ie=edge"/><meta http-equiv="Cache-Control" content="public, must-revalidate, max-age=86400" /><meta http-equiv="Pragma" content="no-cache" /><meta http-equiv="Expires" content="0" /><!--Website Title-->
4        <title>Limited Time Promo: 50% Off DronePro 4K</title>
5        <!--FontAwesome CDN-->
6        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" rel="stylesheet" />
7        <style type="text/css">div {
8  margin-right: auto;
9  margin-left: auto;
10  max-width: 600px;
11  min-width: 400px;
12}
13
14@import url('https://fonts.googleapis.com/css2?family=Amaranth:wght@400;700&display=swap');
15
16@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
17
18@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
19
20        body{
21        background:#FFFFFF;
22        position: relative;
23}
24:root{
25        --baseColor: #2DADE1;
26        --grayColor: #F1F4F8;
27        --lightColor: #FFFFFF;
28        --darkColor: #121212;
29       
30        --baseHeading: 'Raleway', sans-serif;
31        --baseParagraph: 'Montserrat', sans-serif;
32}
33
34/* ========== Custom CSS Starts ========== */
35
36
37/* ===== CSS For "Common Cases" Starts Here ===== */
38clickable_link{
39        text-align: center;
40}
41clickable_link a{
42        color: var(--lightColor);
43        background: #0FD13D;
44        display: inline-block;
45        padding: 10px 30px;
46        font-family: var(--baseHeading);
47        font-weight: 700;
48        font-size: 20px;
49        border-radius: 15px;
50        text-decoration: none;
51        text-align: center;
52        box-shadow: 0px 3.5px 5px 0px rgba(0,0,0, 0.30);
53        -webkit-transition: all 0.2s ease-in;
54        -moz-transition: all 0.2s ease-in;
55        transition: all 0.2s ease-in;
56}
57clickable_link a:hover{
58        box-shadow: 0px 5px 5px 0px rgba(0,0,0, 0.50);
59        -webkit-transform: scale(1.05);
60        -ms-transform: scale(1.05);
61        transform: scale(1.05);
62}
63clickable_link a img{
64        width: 24px;
65        position: relative;
66        margin-right: 5px;
67}
68clickable_link a i{
69        margin-left: 15px;
70}
71/* ========================= */
72grid_item{
73    display: -ms-grid;
74    display: grid;
75    -ms-flex-line-pack: center;
76        align-content: center; 
77}
78/* ========================= */
79heading{
80        text-align: center;
81        margin-bottom: 30px;
82}
83heading h3{
84        color: var(--darkColor);
85        font-family: var(--baseHeading);
86        font-weight: 600;
87        font-size: 28px;
88        text-transform: capitalize;
89        margin-bottom: 0px;
90}
91heading .headline{
92        margin:15px 0px;
93        margin-bottom:25px;
94        line-height:0;
95        font-size:0px;
96}
97heading .headline span{
98        display: inline-block;
99        width: 100px;
100        height: 2px;
101        background: #0FD13D;
102}
103/* ========================= */
104image_texts{
105    display: -ms-grid;
106    display: grid;
107    -ms-grid-columns: 1fr 25px 1fr;
108    grid-template-columns: 1fr 1fr;
109    grid-auto-rows: auto;
110    gap: 25px; 
111}
112image_texts .image img{
113        width: 100%;
114        border-radius: 5px;
115}
116/* ========================= */
117vertical_padding{
118        padding: 50px 0px;
119}
120/* ========================= */
121gradient_bg{
122        background: #28a5ef;
123        background: -moz-linear-gradient(left,  #28a5ef 0%, #2758fa 100%);
124        background: -webkit-linear-gradient(left,  #28a5ef 0%,#2758fa 100%);
125        background: linear-gradient(to right,  #28a5ef 0%,#2758fa 100%);
126        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a5ef', endColorstr='#2758fa',GradientType=1 );   
127}
128/* ===== CSS For "Common Cases" Ends Here ===== */
129
130/* ============================== */
131/* ============================== */
132/* ============================== */
133
134
135/* ===== CSS For "Header" Starts Here ===== */
136header{
137    display: -ms-grid;
138    display: grid;
139    -ms-grid-columns: 1fr 15px 1fr;
140    grid-template-columns: 1fr 1fr;
141    grid-auto-rows: auto;
142    gap: 15px;
143        padding: 15px 15px;
144}
145header .logo{
146       
147}
148header .logo img{
149        max-width: 300px;
150}
151header .clickable_link{
152        text-align: right;
153    -webkit-box-pack: end;
154        -ms-flex-pack: end;
155        justify-content: end;
156}
157header .clickable_link a{
158       
159}
160/* ===== CSS For "Header" Ends Here ===== */
161
162
163/* ============================== */
164/* ============================== */
165/* ============================== */
166
167
168/* ===== CSS For "Banner" Starts Here ===== */
169banner{
170        padding: 15px 15px;
171}
172banner h2{
173        color: var(--lightColor);
174        font-family: var(--baseHeading);
175        font-weight: 600;
176        font-size: 36px;
177        text-align: center;
178        margin-bottom: 0px;
179}
180banner h2 span{
181        display: block;
182}
183/* ===== CSS For "Banner" Ends Here ===== */
184
185
186/* ============================== */
187/* ============================== */
188/* ============================== */
189
190
191/* ===== CSS For "Discount Banner" Starts Here ===== */
192discount_banner_wrap{
193        background: url(https://dvblj9lkfdpc4.cloudfront.net/qml0ej-Discount_Bg.jpg) no-repeat;
194        background-position: center center;
195        background-size: 600;
196}
197discount_banner{
198        text-align: center;
199       
200    display: -ms-grid;
201    display: grid;
202    -ms-grid-columns: 400px 15px 1fr;
203    grid-template-columns: 400px 1fr;
204    grid-auto-rows: auto;
205    gap: 15px;
206}
207discount_banner .product_image img{
208        border-radius: 15px;
209}
210discount_banner h4{
211        color: #121212;
212        font-family: var(--baseHeading);
213        font-weight: 700;
214        font-size: 36px;
215        margin-bottom: 0px;
216}
217discount_banner h1{
218        color: #121212;
219        font-family: var(--baseParagraph);
220        font-weight: 900;
221        font-size: 120px;
222        margin-bottom: 0px;     
223}
224discount_banner h3{
225        color: #121212;
226        font-family: var(--baseHeading);
227        font-weight: 600;
228        font-size: 24px;
229        margin: 25px 0px;
230}
231discount_banner .clickable_link a{
232        font-size: 24px;
233        padding: 15px 15px;
234        width: 400px;
235}
236/* ===== CSS For "Discount Banner" Ends Here ===== */
237
238
239/* ============================== */
240/* ============================== */
241/* ============================== */
242
243
244/* ===== CSS For "Suffering" Starts Here ===== */
245suffering_wrap{
246        background: var(--grayColor);
247}
248suffering{
249    display: -ms-grid;
250    display: grid;
251    -ms-grid-columns: 1fr 15px 450px;
252    grid-template-columns: 1fr 450px;
253    grid-auto-rows: auto;
254    gap: 15px; 
255}
256suffering .sweating_image img{
257        border-radius: 10px;
258}
259suffering h3{
260        font-weight: 700;
261        font-size: 34px;
262        line-height: 1.4;
263}
264suffering .bullet_points{
265    display: -ms-grid;
266    display: grid;
267    -ms-grid-columns: 1fr 25px 1fr;
268    grid-template-columns: 1fr 1fr;
269    grid-auto-rows: auto;
270    gap: 25px;
271        max-width: 550px;
272        margin: 0px auto;
273}
274suffering .bullet_points ul{
275        margin-bottom: 0px;
276}
277suffering .bullet_points ul li{
278        color: var(--darkColor);
279        font-family: var(--baseParagraph);
280        font-weight: 500;
281        font-size: 20px;
282        margin-bottom: 15px;
283        list-style: none;
284        position: relative;
285        padding-left: 25px;
286}
287suffering .bullet_points ul li:last-child{
288        margin-bottom: 0px;
289}
290suffering .bullet_points ul li:before{
291        content: "\f0a4";
292        color: #edbf45;
293        font-family: "Font Awesome 5 Free";
294        font-weight: 700;
295        font-size: 24px;
296        position: absolute;
297        left: 0px;
298        top: -3.5px;
299}
300/* ===== CSS For "Suffering" Ends Here ===== */
301
302
303
304
305/* ===== CSS For "Get Cooled" Starts Here ===== */
306get_cooled_wrap{
307        background: var(--lightColor);
308}
309get_cooled{
310    display: -ms-grid;
311    display: grid;
312    -ms-grid-columns: 450px 15px 1fr;
313    grid-template-columns: 450px 1fr;
314    grid-auto-rows: auto;
315    gap: 15px; 
316}
317get_cooled .image img{
318        border-radius: 10px;
319}
320get_cooled_wrap h3{
321        font-weight: 700;
322        font-size: 35px;
323        line-height: 1.4;
324}
325get_cooled ul{
326        max-width: 720px;
327        margin: 0px auto;
328}
329get_cooled ul li{
330        color: var(--darkColor);
331        font-family: var(--baseParagraph);
332        font-weight: 500;
333        font-size: 20px;
334        margin-bottom: 15px;
335        list-style: none;
336        position: relative;
337        padding-left: 35px;     
338}
339get_cooled ul li:last-child{
340        margin-bottom: 0px;
341}
342get_cooled ul li:before{
343        content: "\f00c";
344        color: #0FD13D;
345        font-family: "Font Awesome 5 Free";
346        font-weight: 700;
347        font-size: 24px;
348        position: absolute;
349        left: 0px;
350        top: -3.5px;   
351}
352/* ===== CSS For "Get Cooled" Ends Here ===== */
353
354
355/* ============================== */
356/* ============================== */
357/* ============================== */
358
359
360
361
362
363
364
365/* ============================== */
366/* ============================== */
367/* ============================== */
368
369
370/* ===== CSS For "How It Works" Starts Here ===== */
371how_it_works_wrap{
372       
373}
374how_it_works_image{
375        text-align: center;
376}
377/* ===== CSS For "How It Works" Ends Here ===== */
378
379
380/* ============================== */
381/* ============================== */
382/* ============================== */
383
384
385/* ===== CSS For "" Starts Here ===== */
386how_to_use{
387        background: var(--grayColor);
388}
389how_it_works .heading{
390        margin-bottom: 50px;
391}
392how_it_works .boxes{
393    display: -ms-grid;
394    display: grid;
395    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
396    grid-template-columns: repeat(4, 1fr);
397    grid-auto-rows: auto;
398    gap: 20px;
399}
400how_it_works .boxes .single_box{
401        text-align: center;
402        border: 1px solid #DADCE0;
403        border-radius: 10px;
404        padding: 10px;
405        padding-top: 0px;
406        box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.2);
407        background: var(--lightColor);
408}
409how_it_works .boxes .single_box h4{
410        color: #0FD13D;
411        background: var(--lightColor);
412        border: 2px dashed #0FD13D;
413        font-family: var(--baseParagraph);
414        font-weight: 700;
415        font-size: 30px;
416        width: 50px;
417        height: 50px;
418        line-height: 50px;
419        border-radius: 50%;
420        display: inline-block;
421        position: relative;
422        top: -25px;
423        margin-bottom: 0px;
424}
425how_it_works .boxes .single_box p{
426        color: var(--darkColor);
427        font-family: var(--baseParagraph);
428        font-weight: 400;
429        font-size: 16px;
430        text-transform: capitalize;
431        margin-bottom: 0px;
432}
433how_it_works .boxes .single_box .image{
434        margin-bottom: 0px;
435        position: relative;
436        top: -20px;
437}
438how_it_works .boxes .single_box .image img{
439        border-radius: 5px;
440}
441/* ===== CSS For "" Ends Here ===== */
442
443
444/* ============================== */
445/* ============================== */
446/* ============================== */
447
448
449
450
451
452
453
454/* ===== CSS For "Limited Time" Starts Here ===== */
455limited_time_wrap{
456        padding: 25px 0px;
457}
458limited_time{
459        text-align: center;
460}
461limited_time h4{
462        color: var(--lightColor);
463        font-family: var(--baseHeading);
464        font-weight: 600;
465        font-size: 20px;
466        margin-bottom: 0px;
467}
468limited_time .clickable_link{
469        margin: 20px 0px;
470}
471limited_time .clickable_link a{
472        width: 320px;
473}
474/* ===== CSS For "Limited Time" Ends Here ===== */
475
476
477/* ============================== */
478/* ============================== */
479/* ============================== */
480
481
482/* ===== CSS For "Footer" Starts Here ===== */
483footer{
484        background:#202020;
485        padding:10px 0px;
486}
487footer p{
488        color:#FFFFFF;
489        font-family: var(--baseParagraph);
490        font-weight:400;
491        font-size:15px;
492        text-align:center;
493        margin-bottom:0px;
494}
495/* ===== CSS For "Footer" Ends Here ===== */
496
497
498/* ============================== */
499/* ============================== */
500/* ============================== */
501        </style>
502</head>
503<body><a href="http://freshdeals.sbs/g98UyiSf-lUQ1-0RzWXH7ck1vyA0_lwHs695SvNkTT-qYPImYw_4b3d6_Y3i9jIHBQ42RAQSubWZh6NZmYJhrxsAgXjzxDQA"><img src="bot2.jpg" /><img height="1" src="http://www.freshdeals.sbs/mZyoX-NrP1r8a07OZNmJmugBsMldrl68gSQznjpTKZ2Lz6NwkA_4b3d6_43u9jIHBQ42RAQSubWZh6NZmYJhrxsCgOXsCOwA" width="1" /></a> <!--===== Markup For "Header" Starts From Here =====-->
504<header class="header_wrap">
505<div class="container">
506<div class="header">
507<div class="clickable_link grid_item"><a href="http://freshdeals.sbs/IE10hraqTDuQjNNF1AB-tr4uXNhfHonm4yGvvvFtQKxIyOYJCQ_4b3d6_Y3q9jIHBQ42RAQSubWZh6NZmYJhrxsCw9vvHAgA" rel="sponsored" target="blank">Get 50% Off Today!</a></div>
508</div>
509</div>
510</header>
511<!--===== Markup For "Header" Ends Here =====--> <!--===== Markup For "Banner" Starts From Here =====-->
512
513<section class="banner_wrap gradient_bg">
514<div class="container">
515<div class="banner">
516<h2>Limited Time Promo: 50% Off DronePro 4K</h2>
517</div>
518</div>
519</section>
520<!--===== Markup For "Banner" Ends Here =====--> <!--===== Markup For "Suffering" Starts From Here =====-->
521
522<section class="suffering_wrap vertical_padding">
523<div class="container">
524<div class="suffering">
525<div class="texts grid_item">
526<div class="heading">
527<h3>See the World Like Never Before<br />
528with the DronePro 4K</h3>
529
530<div class="headline">&nbsp;</div>
531</div>
532
533<div class="bullet_points">
534<ul>
535        <li>Two movie level 4K cameras (Ultra-Wide front and bottom Aerial)</li>
536        <li>One-click launch and return</li>
537        <li>Trajectory control</li>
538</ul>
539
540<ul>
541        <li>Altitude holding</li>
542        <li>Mobile Control via included controller or phone</li>
543        <li>Anti-Collision Protection</li>
544</ul>
545</div>
546</div>
547&nbsp;
548
549<div class="sweating_image grid_item"><a href="http://freshdeals.sbs/IE10hraqTDuQjNNF1AB-tr4uXNhfHonm4yGvvvFtQKxIyOYJCQ_4b3d6_Y3q9jIHBQ42RAQSubWZh6NZmYJhrxsCw9vvHAgA" rel="sponsored" target="blank"><img alt="" class="img-fluid" src="http://freshdeals.sbs/aaaf207abd771acccd.jpg" /> </a></div>
550</div>
551</div>
552</section>
553<!--===== Markup For "Suffering" Ends Here =====--> <!--===== Markup For "Get Cooled" Starts From Here =====-->
554
555<section class="get_cooled_wrap vertical_padding">
556<div class="container">
557<div class="heading">
558<h3>Performs Better Than Big-Brand Drones but Costs Far Less</h3>
559
560<div class="headline">&nbsp;</div>
561</div>
562
563<div class="get_cooled">
564<div class="image"><a href="http://freshdeals.sbs/IE10hraqTDuQjNNF1AB-tr4uXNhfHonm4yGvvvFtQKxIyOYJCQ_4b3d6_Y3q9jIHBQ42RAQSubWZh6NZmYJhrxsCw9vvHAgA" rel="sponsored" target="blank"><img alt="" class="img-fluid" src="http://freshdeals.sbs/f9a84fe8b57c7a9dee.png" /> </a></div>
565&nbsp;
566
567<div class="texts grid_item">
568<ul>
569        <li>Capture crystal clear videos and photos like never before.</li>
570        <li>Forget about pilot school with super easy One-Touch Take-off and Return.</li>
571        <li>You can always rely on the DronePro 4K&rsquo;s stable altitude feature.</li>
572        <li>No matter if you are running, skiing or cycling the drone can follow you with just one click.</li>
573        <li>You can safely fly the drone even at night, thanks to bright LED lights, which can be switched on or off.</li>
574</ul>
575</div>
576</div>
577</div>
578</section>
579<!--===== Markup For "Get Cooled" Ends Here =====--> <!--===== Markup For "Limited Time" Starts From Here =====-->
580
581<section class="limited_time_wrap gradient_bg">
582<div class="container">
583<div class="limited_time">
584<h4>Limited Time Promo: -50% Off DronePro 4K</h4>
585
586<div class="clickable_link"><a href="http://freshdeals.sbs/IE10hraqTDuQjNNF1AB-tr4uXNhfHonm4yGvvvFtQKxIyOYJCQ_4b3d6_Y3q9jIHBQ42RAQSubWZh6NZmYJhrxsCw9vvHAgA" rel="sponsored" target="blank">Get 50% Discount</a></div>
587
588<h4>Secure Your DronePro 4K Now, Before This Promotion Ends&hellip;</h4>
589</div>
590</div>
591</section>
592<!--===== Markup For "Limited Time" Ends Here =====-->
593
594<center><br />
595<br />
596<br />
597<br />
598<br />
599<br />
600<br />
601<br />
602<br />
603<br />
604<br />
605<a href="http://freshdeals.sbs/QKP_40Ah9f5aD-FAaiMt7BtI-JEgPTjswKaHzcaF8EFVpldflQ_4b3d6_43m9jIHBQ42RAQSubWZh6NZmYJhrxsBQ0HSgGwA" rel="sponsored" target="blank"><img src="http://freshdeals.sbs/199e950898ec556211.jpg" /></a><br />
606<br />
607<br />
608<br />
609<br />
610<br />
611<br />
612<br />
613<br />
614<br />
615<br />
616<br />
617<a href="http://freshdeals.sbs/lT89SmAwc56-TefIOwOpMEDiiJ2C3lsTuOqbdgo6sD8_16OhaA_4b3d6_E3m9jIHBQ42RAQSubWZh6NZmYJhrxsCw57atLwA" rel="sponsored" target="blank"><img src="http://freshdeals.sbs/24feca77460ee4694c.jpg" /></a><br />
618<br />
619<br />
620<br />
621<br />
622<br />
623<span style="color:#FFFFFF;">nand tries to make friends with other patients in the sanatorium. Sunil develops a caring bond with Anand, as it is revealed that Sunil was made a doctor by Anand&#39;s father. Anand makes a commotion almost every day and acts childish which upsets Tanvi and she demands that Anand is thrown out from the asylum. Sunil finds Anand&#39;s diary and gives it to Tanvi, who finds out about Anand&#39;s sad past after reading his diary. Anand was a musician in college who was deeply in love with Maya, a young, vivacious nun in Romania. Maya, who was apprised of his feelings, however, did not reciprocate her love towards Anand, leaving him conflicted. To get her to respond, Anand threatened to commit suicide on the rooftop of the church by pretending to set fire on himself one day, resulting in Maya attempting to stop him and therefore ending up confessing her love towards him. Anand was delighted with the turn of events and having been contented with his lady love
624 , planned to marry her. Maya turned out to be roguish and enjoyed her time with Anand, which she eventually got used to by throwing a series of pranks on Anand, such as pretending to have trouble riding a horse and nearly getting in an accident, only to later reveal that she can perfectly ride a horse after Anand got worried or when she was insisted by Anand to drive a car and she revealed she can&#39;t drive and rushing it across a populated street and nearly crashing it into the road when he persisted her to try, only to reveal later that she knew how to drive perfectly and was simply messing with him. Anand plotted to get back at her playfully and pranked her back by throwing her into a swimming pool, to which she heavily resisted, and warned Anand explaining that she cannot swim but Anand refused to believe her thinking it&#39;s just another one of her elaborate pranks and left her in the water, but it turned out she wasn&#39;t lying and indeed couldn&#39;t swim. As a result, An
625 and came back to see that Maya had drowned; his life was completely shattered. He became traumatized, blaming himself for Maya&#39;s death. After finding out this secret, Tanvi feels guilty for her treatment towards Anand and apologizes to him. They become good friends, spend time together, and she and Sunil work together to cure Anand and make him remember his past. This works, and Anand completely gets over the trauma of Maya&#39;s death and is finally cured. He decides to leave the asylum but stays when Tanvi expresses her love to him. He reciprocates her love and the two are happy with each other. But fate plays a part in the story; Tanvi has already fallen in love with Anand but is engaged to Karan, under her father, Khurana&#39;s appro</span></center>
626<br />
627<br />
628<br />
629<br />
630<br />
631&nbsp;</body>
632</html>