-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
154 lines (148 loc) · 6.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New Year Offer</title>
<link rel="stylesheet" href="style/style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header></header>
<main>
<section id="banner">
<div class="banner-container">
<h4>Happy New Year</h4>
<h1>New Year Party Celebration</h1>
</div>
</section>
<section id="sale" class="flex align justify">
<div class="sale-container">
<h1 class="color-primary gap">65% OFF</h1>
<p class="color-primary">OUR HOLIDAY DEALS ARE BETTER</p>
<h3 class="thirty gap">ALL CATEGORIES</h3>
<br>
<div class="sale-img">
<img src="images/new-year-photo.png" alt="">
</div>
</div>
</section>
<section id="party" class="flex align">
<div class="party-container color-secondary">
<h1>Welcome to midnight party</h1>
<p class="gap party-paragraph">Dolor sit amet consectetur. Consequat eget consectetur maecenas sed
molestie malesuada. Ipsum sed sodales risus ut pellentesque vel euismod. </p>
<button class="join-btn">Join Now</button>
</div>
</section>
<section id="venue">
<div class="venue-container flex align justify">
<h1><span>Place:</span>New Park Hotel</h1>
<h1><span>Date:</span>31 December Night 2023</h1>
<h1><span>Time:</span>Evening 7.30 pm to 12.30 am</h1>
<button>Join Now</button>
</div>
</section>
<section id="best-offer">
<div class="offers-container flex align first-offer">
<div class="offer">
<h5>NEW BEST OFFER</h5>
<h1>Coming Soon</h1>
<p> Dolor sit amet consectetur. Consequat eget consectetur maecenas sed molestie malesuada. Ipsum
sed sodales risus ut pellentesque vel euismod. </p>
</div>
<div class="offer middle-offer">
<img src="images/eclipse1.png" alt="">
</div>
<div class="offer last-offer">
<h1>2024</h1>
<p>Dolor sit amet consectetur. Consequat eget consectetur maecenas sed.</p>
<img src="images/group-96.png" alt="">
</div>
</div>
</section>
<section id="holiday">
<div class="holiday-description">
<h6>WHAT IS FUNCTIONAL</h6>
<h1><span>Holidays</span> Sale 50%</h1>
<p>Dolor sit amet consectetur. Consequat eget consectetur maecenas sed
molestie malesuada. Ipsum sed sodales risus ut pellentesque vel euismod. Eleifend nunc purus quam id
fermentum amet amet sit consectetur.</p>
</div>
<div class="holiday-image flex">
<img class="hl-img1" width="600px" src="images/group-75-2.png" alt="">
<img class="hl-img2" width="180px" height="180px" src="images/group2.png" alt="">
</div>
</section>
<section id="portfolio">
<div class="portfolio-desctiption">
<h6>THE BEST GIFTS</h6>
<h1>Our Awesome Portfolio</h1>
<p>Dolor sit amet consectetur. Consequat eget consectetur maecenas sed molestie malesuada. Ipsum sed
sodales risus ut pellentesque vel euismod. </p>
</div>
<br>
<br>
<div class="portfolio-container flex align">
<img src="images/rectangle-3.png" alt="">
<img src="images/rectangle-4.png" alt="">
<img src="images/rectangel-5.png" alt="">
<img src="images/rectangle-6.png" alt="">
<img src="images/rectangle-7.png" alt="">
<img src="images/rectangle-8.png" alt="">
</div>
</section>
<section id="newsletter">
<img src="images/group-61.png" alt="">
<br>
<h1>Subscribe Newsletter</h1>
<br>
<p>Dolor sit amet consectetur. Consequat eget consectetur maecenas sed molestie malesuada. Ipsum sed sodales
risus ut pellentesque vel euismod. </p>
<form action="" class="flex align justify">
<input type="text" name="" id="" placeholder="user@gmail.com">
<button>Subscribe</button>
</form>
</section>
</main>
<footer>
<div class="footer-text">
<div>
<p>
44, Big Building Roosevelt Street
<br>
Beach Gardens Florida 33410
</p>
</div>
<div>
<div class="flex align ft-flex">
<i class='bx bxs-phone-call'></i>
<span>+00 123 584 124</span>
</div>
<div class="flex align ft-flex">
<i class='bx bx-globe'></i>
<span>www.website.com</span>
</div>
</div>
</div>
<br>
<hr>
<br>
<div class="social-icons">
<a href="https://www.facebook.com/" target="_blank"><i class='bx bxl-facebook-circle'></i></a>
<a href="https://www.instagram.com/" target="_blank"><i class='bx bxl-instagram'></i></a>
<a href="https://www.linkedin.com/company/demo" target="_blank"><i class='bx bxl-twitter'></i></a>
<a href="https://x.com/demo" target="_blank"><i class='bx bxl-linkedin-square'></i></a>
</div>
<br>
<hr>
<br>
<div class="rights-claim flex align">
<small>2025, All Rights Reserved.</small>
<button>Unsubscribe</button>
</div>
<br>
<br>
</footer>
</body>
</html>