-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.html
More file actions
80 lines (74 loc) · 3.2 KB
/
website.html
File metadata and controls
80 lines (74 loc) · 3.2 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="mystyles.css">
<!-- <script src="myScript.js"></script> -->
<script language="javascript">
function rollover(toystory) {
toystory.src="https://media3.giphy.com/media/41xqOW9qgAeDY5Zg6t/giphy.gif";
}
function rollout(toystory) {
toystory.src="http://www.geekchicelite.com/wp-content/uploads/2019/03/toy-story-4-movie-characters-plot-1543348674.png";
}
function change(booksmart) {
booksmart.src="https://media.giphy.com/media/gj0xbBpmWbJXvynIeF/giphy.gif";
}
function changeback(booksmart) {
booksmart.src="https://prod3.agileticketing.net/images/user/iwff_3772/booksmart-trailer-gq.jpg";
}
</script>
</head>
<body>
<h1>Shows & Movies I’ve Watched</h1>
<p>
<h2>s p o i l e r s</h2>
</p>
<div>
<h4><em>(duh.)</em><h4>
</div>
 <p>
<!-- toy story 4 review -->
<h3>Toy Story 4</h3>
</p>
<div>
<img alt="Toy Story's Forky says he doesn't belong there" src="https://media3.giphy.com/media/41xqOW9qgAeDY5Zg6t/giphy.gif" class="center" onmouseover="rollover(this)" onmouseout="rollout(this)"/>
</div>
<p>
<h5>Review:</h5> <h6>This new Toy Story movie focuses on Woody and a new toy...Forky! As Woody tries to find his purpose he cares for Forky and tries to teach him to care for Bonnie. Although it seems that this might be the last time we hear from Disney's Toy Story, it sure did pull at our heartstrings saying goodbye to Woody.</h6>
<p>
<h5>Rate:</h5> <h7>☆☆☆☆☆</h7>
</p>
<hr>
<!-- booksmart review -->
<p>
<h3>Booksmart</h3>
</p>
<div>
<img alt="Booksmart's Molly and Amy are car racing" src="https://media.giphy.com/media/gj0xbBpmWbJXvynIeF/giphy.gif" class="center" onmouseover="change(pic)" onmouseout="changeback(pic)"/>
</div>
<p>
<h5>Review:</h5> <h6>I expected something completely different based off of the trailers I had watched. (Check out the trailer I watched <a href="https://www.youtube.com/watch?v=Uhd3lo_IWJc"target="_blank">here!</a>) I definitely laughed lots, but the amount of plot twists were insane. If you want to have a good laugh and just watch something that many can relate to (it's very scary to possibly have wasted your life away in high school without having any fun...) watch Booksmart!</h6>
</p>
<p>
<h5>Rate:</h5> <h7>☆☆☆☆</h7>
</p>
<hr>
<div>
<!-- stranger things 3 review -->
<h3>Stranger Things S3</h3>
</div>
<div>
<img alt="Stranger Thing's gang is scared" src="https://media3.giphy.com/media/QKVY9InPCvfSM34sS8/giphy.gif" class="center"/>
</div>
<p>
<h5>Review:</h5> <h6><strong>D E V A S T A T E D</strong>...that's how I felt after finishing binge watching season 3 of Stranger Things. I honestly fell in love with Alexei (his death took a great toll on me) and Hopper's death was so unexpected. I hate how the end of every episode hooks you in and leaves you just wanting to start the next one. There was so much action and emotion packed into just 8 episodes. Stranger Things never dissapoints. </h6>
</p>
<p>
<h5>Rate:</h5> <h7>☆☆☆☆☆</h7>
</p>
<!-- spon -->
<hr>
<p>
not sponsored (although i wish it was)
</body>
</html>