forked from itscodenation/int-fanpage-18-19-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
49 lines (48 loc) · 3.15 KB
/
about.html
File metadata and controls
49 lines (48 loc) · 3.15 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
<!DOCTYPE html>
<html>
<head>
<title> </title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<div class="header">Pizza Time</div>
<div class=navbar>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="gallery.html">Gallery</a>
</div>
<div class="main">
<div class="leftPane">
<p>A meme that arose from the Spider Man 2 movie, Tobey Maguire plays Spiderman, and shows up late for his delivery. The phrase he utters is none other than "Pizza Time" and it has become a favorite for many YTP's and a personal favorite meme for me. According to Urban Dictionary "Pizza Time (food)
1. When Peter Parker delivers a pizza "late" and a girl chewing gum viciously isn't paying for those.
2. Every second of every day."
"It's pizza time." </p>
<IMG SRC="https://media1.tenor.com/images/7a71a41ed97deac3853402c2b747895d/tenor.gif?itemid=5523507">
</div>
<div class="rightPane">
<p>In addition to just being pizza time, this phrase has it's own theme song that was created in the Spiderman 2 PS2 game, this song has become just as famous as pizza time itself for it's over the top sound and droning sound design. Know Your Meme explains that "On June 28th, 2004, in preparation for the theatrical release of the Spider-Man 2 film, the video game tie-in for the film was released. The game involved Peter Parker, as Spider-Man, traversing through New York City stopping crime, helping citizens in peril, taking pictures for the newspaper "The Daily Bugle" and performing miscellaneous tasks. One of the side missions finds Parker delivering pizzas for his boss, Mr. Aziz. Parker must deliver the pizzas to potential customers, while trying to keep the pizzas intact as Spider-Man. During the missions, an arrangement of Neapolitan song "Funiculì, Funiculà," composed by Luigi Denza in 1880, plays as Spider-Man delivers the pizzas to his customers." </p>
<audio controls>
<source src="Spider-Man 2 The Game Pizza Theme.mp3" type="audio/ogg"> </audio>
</div>
</div>
<div class="footer">
<div class="social">
<a href="https://www.facebook.com/">
<img class="social-image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/2000px-F_icon.svg.png">
</a>
<a href="https://twitter.com/">
<img class="social-image" src="http://goinkscape.com/wp-content/uploads/2015/07/twitter-logo-final.png">
</a>
<a href="https://www.instagram.com/?hl=en">
<img class="social-image" src="https://instagram-brand.com/wp-content/uploads/2016/11/app-icon2.png">
</a>
</div>
<div>
<p>Copyright 2018 ©</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>