-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (50 loc) · 3.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wizard of Ozz</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<!-- beginning of wrapper -->
<div class="wrapper">
<header>
<h1>Follow The Yellow Brick Code</h1>
<nav>
<div><strong>Cast</strong></div>
<div><a href="dorthy.html">Dorothy</a></div>
<div><a href="dorthy.html">Toto</a></div>
<div><a href="dorthy.html">Tin Man</a></div>
<div><a href="dorthy.html">Scarecrow</a></div>
<div><a href="dorthy.html">Lion</a></div>
<div><a href="witches.html">Witches</a></div>
</nav>
<div>
<img class="img-hero" src="oz.jpg" alt="The Wizard of Oz">
</div>
</header>
<div class="flex-container">
<main>
<h2>We are not in Kansas anymore</h2>
<p>The film begins in Kansas, which is depicted in a sepia tone. Dorothy Gale lives with her dog, Toto, on her Aunt Em and Uncle Henry's farm. Toto gets in trouble with a mean neighbor, Miss Almira Gulch, when he bites her. However, Dorothy's family and the farmhands are all too busy to pay her any attention. Miss Gulch arrives with permission from the sheriff to have Toto put down. She takes him away, but he escapes and returns to Dorothy, who then decides to run away from home, fearing that Miss Gulch will return.</p>
<p>They meet Professor Marvel, a phony but kindly fortune teller, who realizes Dorothy has run away and uses his crystal ball to dupe her into believing that Aunt Em is ill so that she must return home. She races home just as a powerful tornado strikes. Unable to get into the storm cellar, she seeks safety in her bedroom. A wind-blown window sash hits her in the head, knocking her out. She then awakens to find the house has apparently been picked up and sent spinning up into the air by the tornado. She looks outside the window and sees several farm animals, an old lady sitting in a chair knitting, two men rowing a boat, and Miss Gulch, who transforms into a cackling witch flying on a broomstick.</p>
</main>
<aside>
<article>
<h3>Ruby Slippers</h3>
<p>Because of their iconic stature,[99] the ruby slippers worn by Judy Garland in the film are now among the most treasured and valuable film memorabilia in movie history.[100] The silver slippers that Dorothy wore in the book series were changed to ruby to take advantage of the new Technicolor process. Adrian, MGM's chief costume designer, was responsible for the final design. A number of pairs were made, though no one knows exactly how many.</p>
<p>After filming, the slippers were stored among the studio's extensive collection of costumes and faded from attention. They were found in the basement of MGM's wardrobe department during preparations for a mammoth auction in 1970. One pair was the highlight of the auction, going for a then unheard of $15,000 to an anonymous buyer, who apparently donated them to the Smithsonian Institution in 1979. Four other pairs are known to exist; one sold for $666,000 at auction in 2000. A pair was stolen from the Judy Garland Museum in Grand Rapids, Minnesota and remains missing.[101]</p>
<p>Another, differently styled pair not used in the film was sold at auction with the rest of her collections by owner actress Debbie Reynolds for $510,000 (not including the buyer's premium) in June 2011.[102]</p>
</article>
</aside>
</div>
<footer>
<p>
© 2020 Cohort 41 <a href="http://nashvillesoftwareschool.com">Nashville Software School</a>
</p>
</footer>
<!-- end of wrapper -->
</div>
</body>
</html>