-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (187 loc) · 6.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Happy New Year</title>
<link rel="stylesheet" href="styles/style.css" />
</head>
<body>
<!-- banner section -->
<header class="banner-container">
<div class="banner-content">
<p>Happy New Year</p>
<h1>
New Year Party <br />
Celebration
</h1>
</div>
</header>
<main>
<!-- offer section -->
<section class="offer"></section>
<div class="offer-container">
<h1 class="offer-tittle">65% OFF</h1>
<p class="offer-deal">OUR HOLIDAY DEALS ARE BETTER</p>
<p cl class="offer-category">ALL CATEGORIES</p>
<div class="offer-img">
<img src="styles/images/New Year Photo.png" alt="new year" />
</div>
</div>
<!-- party section -->
<section class="party">
<div class="party-content">
<h1>
Welcome to <br />
midnight party
</h1>
<p>
Dolor sit amet consectetur. Consequat eget consectetur maecenas sed
molestie malesuada. Ipsum sed sodales risus ut pellentesque vel
euismod.
</p>
<button id="joinbtn1">JOIN NOW</button>
</div>
<div class="party-img">
<img src="styles/images/Group 70.png" alt="2024" />
</div>
</section>
<!-- loction section -->
<section class="location">
<h2 class="location-details">
<span class="redcolor">Place:</span> New Park Hotel <br />
<span class="redcolor">Date:</span> 31 December Night 2023 <br />
<span class="redcolor">Time:</span> Evening 7.30 pm to 12.30 am
</h2>
<button id="joinbtn2">JOIN NOW</button>
</section>
<section class="bestoffer">
<div class="offercontent1">
<h4>NEW BEST OFFER</h4>
<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="offercontent2">
<img src="styles/images/Ellipse 1.png" alt="ellipse" />
</div>
<div class="offercontent3">
<h1>2024</h1>
<p>
Dolor sit amet consectetur. Consequat eget consectetur maecenas sed.
</p>
<img id="hnyimg" src="styles/images/Group 96.png" alt="" />
</div>
</section>
<!-- discount section -->
<section class="discount-container">
<div class="discount-text">
<h4>WHAT IS FUNCTIONAL</h4>
<h1><span id="textred">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="rectangle-img">
<img src="styles/images/Rectangle 2.png" alt="" />
</div>
<div class="gift-img">
<img src="styles/images/Group 75.png" alt="" />
</div>
<div class="discount50-img">
<img src="styles/images/Group 44.png" alt="discontimg" />
</div>
</section>
<!-- portfolio section -->
<section class="portfolio">
<div class="portfolio-text">
<h4>THE BEST GIFTS</h4>
<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>
<div class="product-img">
<div class="product-img1">
<img src="styles/images/Rectangle 3.png" alt="" />
</div>
<div class="product-img2">
<img src="styles/images/Rectangle 4.png" alt="" />
</div>
<div class="product-img3">
<img src="styles/images/Rectangle 5.png" alt="" />
</div>
<div class="product-img4">
<img src="styles/images/Rectangle 6.png" alt="" />
</div>
<div class="product-img5">
<img src="styles/images/Rectangle 7.png" alt="" />
</div>
<div class="product-img6">
<img src="styles/images/Rectangle 8.png" alt="" />
</div>
</div>
</section>
<!-- newsletter section -->
<section class="newsletter">
<img class="newsletter-img" src="styles/images/Group 61.png" alt="" />
<div class="newsletter-text">
<h1>Subscribe Newsletter</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="newsletter-email">
<input
class="emailbox"
type="email"
name=""
id=""
placeholder="user@gmail.com"
/>
<button class="Subscribe-btn">Subscribe</button>
</div>
</section>
</main>
<!-- footer section -->
<footer class="footer-container">
<div class="footer-text">
<p>
44, Big Building Roosevelt Street <br />Beach Gardens Florida 33410
</p>
<p>
<img src="styles/icons/Call.png" alt="" /> +00 123 584 124 <br />
<img src="styles/icons/Website.png" alt="" /> www.website.com
</p>
</div>
<div class="social-icons">
<div class="social-icon1">
<img src="styles/icons/Facebook.png" alt="" />
</div>
<div class="social-icon2">
<img src="styles/icons/Instagram.png" alt="" />
</div>
<div class="social-icon3">
<img src="styles/icons/Twitter.png" alt="" />
</div>
<div class="social-icon4">
<img src="styles/icons/Linkedin.png" alt="" />
</div>
</div>
<div class="footer-text2">
<p>2017, All Rights Reserved.</p>
<p>Unsubscribe</p>
</div>
</footer>
</body>
</html>