-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
302 lines (287 loc) · 10.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Xmuse</title>
<link rel="stylesheet" href="css/app.css" />
</head>
<body>
<div id="app">
<!-- Page 1 -->
<section id="page-1" class="wrapper">
<div class="page">
<!-- This contains the titles and the buttons -->
<div class="title-container">
<h1>Christmas</h1>
<h1>SALE</h1>
<p></p>
<h2>CLEARANCE UP TO</h2>
<h2>70% OFF</h2>
<p></p>
<button>LEARN MORE</button>
<img src="images/icon.png" alt="Fruits for Christmas" />
</div>
</div>
<!-- The reindeers left(1) and right(2) -->
<img src="/images/pic_01.png" alt="left reindeer" />
<img src="/images/pic_02.png" alt="right reindeer" />
<!-- The moving tree -->
<div class="tree"></div>
</section>
<!-- Page 2 -->
<section id="page-2" class="wrapper no-welcome">
<div class="page">
<!-- Contains the title -->
<div class="title-container">
<h1>OUR HOT OFFER</h1>
<p></p>
<h4>
Check out our deals on limited products and make your loved ones
happy!
</h4>
</div>
<!-- I used this technique for more responsive without reloading the page -->
<!-- for Laptop and tablet -->
<div class="product-container item">
<div class="card">
<div class="head">
<img src="/images/product_01_thumb.png" alt="phone" />
</div>
<div class="desc">
<p>SMARPHON 5C 16GB</p>
<h4>$59.50</h4>
</div>
<button>BUY NOW</button>
</div>
<div class="card">
<div class="head">
<img src="/images/product_02_thumb.png" alt="laptop" />
</div>
<div class="desc">
<p>MAKBOOK PRO 13`</p>
<h4>$99.50</h4>
</div>
<button>BUY NOW</button>
</div>
<div class="card">
<div class="head">
<img src="/images/product_03_thumb.png" alt="monitor" />
</div>
<div class="desc">
<p>IMAK 27`</p>
<h4>$129.50</h4>
</div>
<button>BUY NOW</button>
</div>
</div>
<!-- For Phone products withs slider -->
<div class="product-container single-item">
<div class="card">
<div class="head">
<img src="/images/product_01_thumb.png" alt="phone" />
</div>
<div class="desc">
<p>SMARPHON 5C 16GB</p>
<h4>$59.50</h4>
</div>
<button>BUY NOW</button>
</div>
<div class="card">
<div class="head">
<img src="/images/product_02_thumb.png" alt="laptop" />
</div>
<div class="desc">
<p>MAKBOOK PRO 13`</p>
<h4>$99.50</h4>
</div>
<button>BUY NOW</button>
</div>
<div class="card">
<div class="head">
<img src="/images/product_03_thumb.png" alt="monitor" />
</div>
<div class="desc">
<p>IMAK 27`</p>
<h4>$129.50</h4>
</div>
<button>BUY NOW</button>
</div>
</div>
</div>
<footer></footer>
</section>
<!-- Page 3 -->
<section id="page-3" class="wrapper no-welcome">
<!-- Cloud is the cloud looking snow -->
<header class="cloud"></header>
<div class="page">
<div class="title-container">
<h1>PROMO VIDEO</h1>
<p></p>
<h4>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet,
accusamus in ut.
</h4>
</div>
<!-- THe video from youtube -->
<iframe
src="https://www.youtube.com/embed/OAJUmh4b9mI?autoplay=1"
frameborder="0"
allowfullscreen
></iframe>
</div>
<div class="tree"></div>
</section>
<!-- products loaded here next to page-3 the products preview using js, since they holds thesame logic -->
<!-- Registration/Subscription part of the page -->
<section id="register" class="wrapper no-welcome">
<header class="cloud"></header>
<div class="page">
<!-- Contains the title -->
<div class="title-container">
<h1>WANT MORE? SUBSCRIBE!</h1>
<p></p>
<h4>And get the latest amazing offers first</h4>
</div>
<!-- register form -->
<form action="#register" id="reg-form">
<input
id="user_name"
name="user_name"
placeholder="ENTER NAME"
type="text"
required
/>
<input
id="email"
name="email"
placeholder="ENTER EMAIL"
type="email"
required
/>
<button type="submit">SUBMIT</button>
</form>
</div>
<div class="tree"></div>
</section>
<!-- summary part of the screen wich have the contacs -->
<section id="summary" class="wrapper no-welcome">
<div class="page">
<div class="title-container">
<h1>ARE YOU INTERESTED?</h1>
<p></p>
<h4>Get intouch with us</h4>
</div>
<div class="body-contents">
<div class="contacts-1">
<!-- I use js to the hover effects to minimize the css cost -->
<div class="card">
<img
src="/images/icon_mail_01.png"
onmouseover="this.src='/images/icon_mail_02.png'"
onmouseout="this.src='/images/icon_mail_01.png'"
alt="mail icon"
/>
<footer>
<p>Sales: <span>sales@supersale.com</span></p>
<p>Support: <span>support@supersale.com</span></p>
</footer>
</div>
<div class="card">
<img
src="/images/icon_call_01.png"
onmouseover="this.src='/images/icon_call_02.png'"
onmouseout="this.src='/images/icon_call_01.png'"
alt="call icon"
/>
<footer>
<p>Sales: <span>+1 123 456 7890</span></p>
<p>Support: <span>+1 123 456 9578</span></p>
</footer>
</div>
<div class="card">
<img
src="/images/icon_address_01.png"
onmouseover="this.src='/images/icon_address_02.png'"
onmouseout="this.src='/images/icon_address_01.png'"
alt="address icon"
/>
<div class="contacts">
<p>
Office: <span>Unit C2, St.Vincdent's Trading Est.</span>
</p>
<p><span>FeederRoad, London, UK</span></p>
</div>
</div>
</div>
<ol class="contacts-2">
<li><a href="https://facebook.com" target="_blank" aria-label="Facebook"><img src="images/icon_fb_01.png" alt="Facebook icon" /></a></li>
<li><a href="https://twitter.com" target="_blank" aria-label="Twitter"><img src="images/icon_twitter_01.png" alt="Twitter icon" /></a></li>
<li><a href="https://plus.google.com" target="_blank" aria-label="Google Plus"><img src="images/icon_gplus_01.png" alt="Google Plus icon" /></a></li>
<li><a href="https://instagram.com" target="_blank" aria-label="Instagram"><img src="images/icon_instagram_01.png" alt="Instagram icon" /></a></li>
<li><a href="https://pinterest.com" target="_blank" aria-label="Pinterest"><img src="images/icon_pinterest_01.png" alt="Pinterest icon" /></a></li>
<li><a href="https://tumblr.com" target="_blank" aria-label="Tumblr"><img src="images/icon_tumblr_01.png" alt="Tumblr icon" /></a></li>
<li><a href="https://vimeo.com" target="_blank" aria-label="Vimeo"><img src="images/icon_vimeo_01.png" alt="Vimeo icon" /></a></li>
</ol>
</div>
<footer>
<p>
©XMuse - Christmas Sale / Promo Landing Muse Template by
Vinyl@unkie
</p>
<p>All right reserved. You can buy this template.</p>
</footer>
</div>
</section>
</div>
<!-- The navigation for scrolling -->
<nav id="side-nav">
<ul class="nav">
<li><span>HOME</span><a href="#home">
<img src="/images/menu_item_normal.png" alt="Home">
</a></li>
<li><span>HOT OFFER</span><a href="#offer">
<img src="/images/menu_item_normal.png" alt="Hot Offer">
</a></li>
<li><span>ABOUT OFFER</span><a href="#about">
<img src="/images/menu_item_normal.png" alt="About offer">
</a></li>
<li><span>PRODUCT 1</span><a href="#prodduct1">
<img src="/images/menu_item_normal.png" alt="Product 1">
</a></li>
<li><span>PRODUCT 2</span><a href="#product2">
<img src="/images/menu_item_normal.png" alt="Product 2">
</a></li>
<li><span>PRODUCT 3</span><a href="#product3">
<img src="/images/menu_item_normal.png" alt="Product 3">
</a></li>
<li><span>SUBSCRIBE</span><a href="#subscribe">
<img src="/images/menu_item_normal.png" alt="Product 4">
</a></li>
<li><span>CONTACTS</span><a href="#contacts">
<img src="/images/menu_item_normal.png" alt="product 5">
</a></li>
</ul>
</nav>
<!-- Slick CSS -->
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css"
/>
<!-- jQuery (required by Slick) -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Slick JS -->
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"
></script>
<script src="js/app.js"></script>
</body>
</html>