-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
76 lines (72 loc) · 3.62 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Happy+Monkey&display=swap" rel="stylesheet">
</head>
<body>
<div id="hero">
<h1 class="hero-title">Visit</h1>
<h2 class="hero-subtitle">Bring your childish wonder to life <br>as you explore nature, thrills,<br>good food, and a
whole lot of fun!</h2>
</div>
<div id="activities">
<div class="activities-box">
<div class="activity">
<img class="activity-img" src="images/Voices-of-Liberty.webp"
alt="The Voices of Liberty a capella group dressed in historial colonial American costumes">
<h3>Hear the Voices of Liberty</h3>
<p>This prestigious a capella group sings American folk classics filling the EPCOT American Pavillion
rotunda with their beautiful harmonies.</p>
</div>
<div class="activity">
<img class="activity-img" src="images/Trader-Sams-Grog-Grotto-Logo.png"
alt="Driftwood sign in a Pacific Islander font for Trader Sam's Grog Grotto">
<h3>Bargain for a drink at Trader Sam's</h3>
<p>Trader Sam's located at the Polynesian Hotel may be small but the experience is mighty. Great grog and
good spirits.</p>
</div>
<!-- <div class="activity">
<img class="activity-img" src="images/chocolate-croissant-mimosas.jpg" alt="Mimosas and chocolate croissant">
<h3>Treat yourself in Paris</h3>
<p>Soak in the Parisian ambience starting your day with a refreshing mimosa and a warm chocolate croissant in the France pavillion in EPCOT.</p>
</div>
--> <div class="activity">
<img class="activity-img" src="images/TourGuides.jpg"
alt="Tour guides in iconic Disney plaid vests smiling as they prepare audio equipment">
<h3>Get exclusive "Keys to the Kingdom"</h3>
<p>Go behind the scenes for an exclusive tour rich in history, humor and front-of-the-line fun at the
original Magic Kingdom park.</p>
</div>
</div>
</div>
<div id="bonus">
<div class="bonus-banner">
<h1>50th Anniversary Celebration</h1>
</div>
<div class="bonus-info">
<h3>This year marks the 50th anniversary of the Magic Kingdom</h3>
<p>Discover what's new and revisit how your old favorites have been refreshed.
Starting with the fabulous celebration paint job on iconic Cinderella's castle.</p>
<p>Hint: Hover your 'magic wand' over the castle</p>
</div>
<div id="before-after-wrapper">
<div id="before-after-img"></div>
</div>
</div>
<div id="yourguide">
<div class="guide-card">
<img class="guide-img" src="images/SusanPirates.jpg"
alt="Susan Briggs in sunglasses and a smile in front of Magic Kingdom's Pirates of the Caribbean">
<div class="guideinfo">
<h2>Your guide</h2>
<p>"I started visiting Walt Disney World in 1971. I've enjoyed it as a toddler, child,
teenager, parent and solo adult. I've found something that brings joy at every age." </p>
<h4>Susan 'WhozieQ' Briggs</h4>
</div>
</div>
</div>
</body>
</html>