-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (68 loc) · 3.81 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
<!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>Yellow Brick Code</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<header>
<h1>Follow the Yellow Brick Code</h1>
</header>
<ul>
<li>Cast: </li>
<li><a href="index.html">Home</a></li>
<li><a href="dorothy.html">Dorothy</a></li>
<li><a href="tinman.html">Tin Man</a></li>
<li><a href="lion.html">Cowardly Lion</a></li>
<li><a href="scarecrow.html">Scarecrow</a></li>
<li><a href="witchesall.html">Witches</a></li>
</ul>
<main id="main_taco">
<div class="main_content">
<section>
<img src="https://static.rogerebert.com/uploads/review/primary_image/reviews/the-wiz-1978/EB19781024REVIEWS71126002AR.jpg" alt="Love and Dairy">
</section>
<section>
<h2>The Wizard of Oz is a 1939 American musical fantasy film</h2>
<p>When a tornado rips through Kansas, Dorothy (Judy Garland) and her dog, Toto, are whisked away in their house to the magical land of Oz. They follow the Yellow Brick Road toward the Emerald City to meet the Wizard, and en route they meet a Scarecrow (Ray Bolger) that needs a brain, a Tin Man (Jack Haley) missing a heart, and a Cowardly Lion (Bert Lahr) who wants courage. The wizard asks the group to bring him the broom of the Wicked Witch of the West (Margaret Hamilton) to earn his help.</p></section>
<section >
<h2>Friends of Oz</h2>
<div class="main_friends">
<section class="friend">
<h3>Dorothy</h3>
<div><img src="https://dynaimage.cdn.cnn.com/cnn/q_auto,w_412,c_fill,g_auto,h_412,ar_1:1/http%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F190911180528-01-style-remember-when-judy-garland-dorothy.jpg" alt="Dorothy"></div>
<p>Details about Dorothy</p>
</section>
<section class="friend">
<h3>Dorothy</h3>
<div><img src="https://dynaimage.cdn.cnn.com/cnn/q_auto,w_412,c_fill,g_auto,h_412,ar_1:1/http%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F190911180528-01-style-remember-when-judy-garland-dorothy.jpg" alt="Dorothy"></div>
</section>
<section class="friend">
<h3>Dorothy</h3>
<div><img src="https://dynaimage.cdn.cnn.com/cnn/q_auto,w_412,c_fill,g_auto,h_412,ar_1:1/http%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F190911180528-01-style-remember-when-judy-garland-dorothy.jpg" alt="Dorothy"></div>
</section>
<section class="friend">
<h3>Dorothy</h3>
<div><img src="https://dynaimage.cdn.cnn.com/cnn/q_auto,w_412,c_fill,g_auto,h_412,ar_1:1/http%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F190911180528-01-style-remember-when-judy-garland-dorothy.jpg" alt="Dorothy"></div>
</section>
</div>
</section>
</div>
<aside>
<h2>Oz News</h2>
<div>
<article>
<h3>'The Wizard of Oz' Remake: It's Hard to Follow the Famous Yellow Brick Road</h3>
<p>L. Frank Baum's beloved children's book "The Wonderful Wizard of Oz" has been adapted in various forms over the years, but at this point we have no idea what version to expect from director Nicole Kassell.</p>
</article>
</div>
</aside>
</main>
<footer>
<p>© 2021 Cohort 51 & Nashville Software School</p>
</footer>
</body>
</html>