-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
399 lines (355 loc) · 18.6 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<script src="js files/toggle.js" defer></script>
<link rel="stylesheet" href="styles/stylehome.css">
</head>
<body>
<header>
<div class="header">
<img id="logoresponsive" src="imghome/logo.png" alt="logo">
<nav class="navbar">
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navlinks">
<ul>
<li><a class="a" href="home.html">Home</a>
</li>
<li><a class="a" href="about.html">About </a></li>
<li><a class="a" href="media.html">Media</a></li>
<li><a class="a" href="faq.html">FAQ</a></li>
<li><a class="a" href="contact.html">contact</a></li>
</ul>
</div>
</nav>
<div id="countdown-container">Days Till mardi gras
<div id="countdown">
<span id="days">0d</span> : <span id="hours">0h</span> :
<span id="minutes">0m</span> : <span id="seconds">0s</span>
</div>
</div>
</div>
</header>
<div class="container">
<div class="body">
<h1>
Mardi-Gras
</h1>
<div class="slideshow-container">
<div class="slideshow-inner">
<div class="mySlides fade">
<img class="img1" src='imghome/pexels-alleksana-6781772.jpg' alt="sally lightfoot crab" />
<div class="text">Mardi Gras clasy colors</div>
</div>
<div class="mySlides fade">
<img class="img1" src='imghome/33.jpg' width: 100%;' alt="mardi gras1" />
<div class="text">Mardi aref Gras joyful</div>
</div>
<div class="mySlides fade">
<img class="img1" src='imghome/pexels-liam-ortiz-1840107.jpg' style='width: 100%;'
alt="mardi gras" />
<div class="text">Mardi Gras great joy</div>
</div>
<div class="mySlides fade">
<img class="img1" src='imghome/kankon-biswas-p4r46cTclno-unsplash (1).jpg' style='width: 100%;'
alt="mardi gras love" />
<div class="text">Mardi Gras kankon wings</div>
</div>
<div class="mySlides fade">
<img class="img1" src='imghome/tommao-wang-o1Xe7-c2njU-unsplash.jpg' style='width: 100%;'
alt="mardi gras love" />
<div class="text">Mardi Gras new tomamao mask</div>
</div>
</div>
<a class="prev" onclick='plusSlides(-1)'>❮</a>
<a class="next" onclick='plusSlides(1)'>❯</a>
</div>
<br />
<div style='text-align: center;'>
<span class="dot" onclick='currentSlide(1)'></span>
<span class="dot" onclick='currentSlide(2)'></span>
<span class="dot" onclick='currentSlide(3)'></span>
<span class="dot" onclick='currentSlide(4)'></span>
<span class="dot" onclick='currentSlide(5)'></span>
</div>
</div>
<div class="whatis">
<h2>what is mardi gras?</h2>
<br>
<section class="mardicontent">
<p> Mardi Gras , or Fat Tuesday, refers to events of the Carnival celebration,
beginning on or after the Christian feasts of the Epiphany (Three Kings Day) and culminating on the
day before Ash Wednesday, which is known as Shrove Tuesday. Mardi Gras is French for "Fat Tuesday",
reflecting the practice of the last night of eating rich, fatty foods before the ritual Lenten
sacrifices and fasting of the Lenten season.
</p>
</section>
<br>
<h3>History</h3>
<section class="history">
<br>
<p> Some think Mardi Gras may be linked with the ancient Roman pagan celebrations of spring and
fertility such as Saturnalia, which dates back to 133–31 BC. This celebration honored the god of
agriculture, Saturn. It was observed in mid-December, before the sowing of winter crops. It was a
week-long festival when work and business came to a halt. Schools and courts of law closed, and the
normal social patterns were suspended. On the Julian calendar, which the Romans adopted in 45 BC,
the winter solstice fell on December 25. Hence, the celebration gradually became associated with
Christmas.
</p>
</section>
<br>
<h3>Costumes</h3>
<section class="history">
<p> Mardi Gras, as a celebration of life before the more-somber occasion of Ash Wednesday, nearly always
involves
the use of masks and costumes by its participants, and the most popular celebratory colors are
purple, green,
and gold. In New Orleans, for example, these often take the shape of fairies, animals, people from
myths, or
various Medieval costumes[25] as well as clowns and Indians (Native Americans).[26] However, many
costumes today
are simply elaborate creations of colored feathers and capes. Unlike Halloween costumery, Mardi Gras
costumes
are not usually associated with such things as zombies, mummies, bats, blood, and the like, though
death may be
a theme in some. The Venice tradition has brought golden masks into the usual round of costumes
</p>
</section>
</div>
<div class="card">
<img src="imghome/mayer.png" alt="Mayer" style="width:80px">
<div class="mayer"></div>
<p class="title">Mayer of new orlens</p>
<p>As Mayor of the great City of New Orleans, I invite you to visit our city to experience the excitement of
Mardi Gras!"… <a class="re" href="https://www.mardigrasneworleans.com/mayor-of-new-orleans">READ
MORE</a></p>
</div>
<div class="sponsers">Mardi Gras Sponsers</div>
<div class="card1">
<div onclick="location.href='https://walk-ons.com'">
<img src="imghome/download (1).png" alt="Mayer" style="width:180px">
</div>
<div class="mayer"></div>
<p class="title">Walk-On's Bistreaux & Bar</p>
<br>
<button id="myBtn" class="btnstyle">About Us</button>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<img src="imghome/download (1).png">
<p>The Journey Begins
Walk-On’s founders Brandon Landry and Jack Warner became fast friends as a pair of walk-ons
(unrecruited and unsigned athletes who are unwilling to give up on their dream of being college
athletes) on the Louisiana State University basketball team. Both worked hard and practiced even
harder to earn and keep their spots on the team. Without a lot of true playing time, though,
Brandon and Jack were able to discover that their shared interests and hopes went beyond the
basketball court.</p><BR>
<a class="readmore" href="https://walk-ons.com/">Enter Our Site</a>
</div>
</div>
</div>
<div class="card2">
<div onclick="location.href='https://www.marriott.com/hotels/travel/msyis-sheraton-new-orleans-hotel'">
<img src="imghome/sherton.jpg" alt="Mayer" style="width:180px">
</div>
<div class="mayer"></div>
<p class="title">Sheraton New Orleans Hotel</p>
<br>
<button id="myBtn1" class="btnstyle">About Us</button>
<!-- The Modal -->
<div id="myModal1" class="modal1">
<!-- Modal content -->
<div class="modal-content1">
<span class="close1">×</span>
<img src="imghome/sherton.jpg" width="200px height:200px">
<p>Sheraton New Orleans, located at 500 Canal Street in the Central Business District of New
Orleans, Louisiana, is a 49-story, 490-foot tall skyscraper. The Sheraton is the 6th tallest
building in New Orleans. The hotel is part of Marriott International</p><br>
<a class="readmore" href="https://www.ritzcarlton.com/en/hotels/new-orleans">Enter Our Site</a>
</div>
</div>
</div>
<div class="card3">
<div onclick="location.href='https://www.marriott.com/hotels/travel/msyis-sheraton-new-orleans-hotel'">
<img src="imghome/ace hotel.jfif" alt="Mayer" style="width:180px">
</div>
<div class="mayer"></div>
<p class="title">Ace Hotel New Orleans</p>
<br>
<button id="myBtn2" class="btnstyle">About Us</button>
<!-- The Modal -->
<div id="myModal2" class="modal2">
<!-- Modal content -->
<div class="modal-content2">
<span class="close2">×</span>
<img src="imghome/ace hotel.jfif" width="200px height:200px">
<p>Sheraton New Orleans, located at 500 Canal Street in the Central Business District of New
Orleans, Louisiana, is a 49-story, 490-foot tall skyscraper. The Sheraton is the 6th tallest
building in New Orleans. The hotel is part of Marriott International</p><br>
<a class="readmore" href="https://www.acehotel.com/neworleans">Enter Our Site</a>
</div>
</div>
</div>
<div class="card4">
<div onclick="location.href='https://www.ritzcarlton.com/en/hotels/new-orleans'">
<img src="imghome/th ritz.jpg" alt="Mayer" style="width:180px">
</div>
<div class="mayer"></div>
<p class="title">The Ritz-Carlton, New Orleans</p>
<br>
<button id="myBtn3" class="btnstyle">About Us</button>
<!-- The Modal -->
<div id="myModal3" class="modal3">
<!-- Modal content -->
<div class="modal-content3">
<span class="close3">×</span>
<img src="imghome/th ritz.jpg" width="200px height:200px">
<p>Sheraton New Orleans, located at 500 Canal Street in the Central Business District of New
Orleans, Louisiana, is a 49-story, 490-foot tall skyscraper. The Sheraton is the 6th tallest
building in New Orleans. The hotel is part of Marriott International</p><br>
<a class="readmore" href="https://www.ritzcarlton.com/en/hotels/new-orleans">Enter Our Site</a>
</div>
</div>
</div>
<div class="card4">
<div onclick="location.href='https://lcm.org'">
<img src="imghome/download.jfif" alt="Mayer" style="width:180px">
</div>
<div class="mayer"></div>
<p class="title">Louisiana Children's Museum</p>
<br>
<button id="myBtn4" class="btnstyle">About Us</button>
<!-- The Modal -->
<div id="myModal4" class="modal4">
<!-- Modal content -->
<div class="modal-content4">
<span class="close4">×</span>
<img src="imghome/download.jfif" style="width:180px">
<p>A Museum on a Mission
When you make a child’s potential visible, wonderful things happen. So we created a place where
kids use play, shared exploration, and conversation to connect with the people and world around
them. A place where kids can be the amazing humans they are. A place where wonderful things
happen daily.</p><br>
<a class="readmore" href="https://lcm.org/">Enter Our Site</a>
</div>
</div>
</div>
<div class="card4">
<div onclick="location.href='https://www.premiumparking.com'">
<img src="imghome/PPP.jpg" alt="Mayer" style="width:180px">
</div>
<div class="mayer"></div>
<p class="title">Premium Parking</p>
<br>
<button id="myBtn5" class="btnstyle">About Us</button>
<!-- The Modal -->
<div id="myModal5" class="modal5">
<!-- Modal content -->
<div class="modal-content5">
<span class="close5">×</span>
<img src="imghome/PPP.jpg" style="width:180px">
<p>A Museum on a Mission
When you make a child’s potential visible, wonderful things happen. So we created a place where
kids use play, shared exploration, and conversation to connect with the people and world around
them. A place where kids can be the amazing humans they are. A place where wonderful things
happen daily.</p><br>
<a class="readmore" href="https://www.premiumparking.com/">Enter Our Site</a>
</div>
</div>
</div>
<div class="card4">
<div onclick="location.href='http://www.museumofdeath.net/'">
<img src="imghome/mm.png" alt="Mayer" style="width:180px">
</div>
<div class="mayer"></div>
<p class="title">Museum of Death</p>
<br>
<button id="myBtn6" class="btnstyle">About Us</button>
<!-- The Modal -->
<div id="myModal6" class="modal6">
<!-- Modal content -->
<div class="modal-content6">
<span class="close6">×</span>
<img src="imghome/mm.png" style="width:180px">
<p>A Museum on a Mission
When you make a child’s potential visible, wonderful things happen. So we created a place where
kids use play, shared exploration, and conversation to connect with the people and world around
them. A place where kids can be the amazing humans they are. A place where wonderful things
happen daily.</p><br>
<a class="readmore" href="http://www.museumofdeath.net">Enter Our Site</a>
</div>
</div>
</div>
<div class="card4">
<div onclick="location.href='https://thehauntedmuseum.com/'">
<img class="card6" src="imghome/ds.jfif" alt="Mayer" style="width:180px">
</div>
<div class="mayer"></div>
<p class="title">The Haunted Museum</p>
<br>
<button id="myBtn7" class="btnstyle">About Us</button>
<!-- The Modal -->
<div id="myModal7" class="modal7">
<!-- Modal content -->
<div class="modal-content7">
<span class="close7">×</span>
<img src="imghome/ds.jfif" style="width:180px">
<p>A Museum on a Mission
When you make a child’s potential visible, wonderful things happen. So we created a place where
kids use play, shared exploration, and conversation to connect with the people and world around
them. A place where kids can be the amazing humans they are. A place where wonderful things
happen daily.</p><br>
<a class="readmore" href="https://thehauntedmuseum.com/">Enter Our Site</a>
</div>
</div>
</div>
</div>
<footer class="footer-distributed">
<div class="footer-left">
<h3><img src="imghome/logo.png" width="180px" height="140px"></h3>
<p class="footer-links">
<a href="home.html" class="link-1">Home</a>
<a href="#">Back To Top</a>
</p>
<p class="footer-company-name">AREF-GABAN © 2021</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p>Israel<br>Haifa province /Turan</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+972548308253</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the company</span>
mardi gras is our project to make a new site for our company and i hope the site will meat the
requrments of the project.
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/MardiGrasNewOrleans/"><img src="imgcontact/fac.png" alt=""></a>
<a href="https://twitter.com/search?q=%23MardiGras%2C&lang=en"><img src="imgcontact/twit.png"
alt=""></a>
<a href="https://www.instagram.com/mardigrasneworleans/?hl=en"><img src="imgcontact/inst.png"
alt=""></a>
</div>
</div>
</footer>
</body>
</html>