-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovies.html
49 lines (44 loc) · 2.25 KB
/
movies.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Explore movies filmed by MugCatStudios, an indie movie-making studio founded and run by passionate teens.">
<title>Movies | MugCatStudios</title>
<link rel="shortcut icon" href="img/simple-logo.png">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css">
</head>
<body>
<div id="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a id="active" href="movies.html">Movies</a></li>
<li><a href="about.html">About</a></li>
<li><a href="newsletter.html">Newsletter</a></li>
<div id="right">
<li><a href="join.html">Join</a></li>
<li><img height=46px width=auto src="img/text-logo.png"></li>
</div>
</ul>
</div>
<div id="main">
<h1>Movies</h1>
<p>Explore all of MugCatStudios movies, released and unreleased.</p>
<h2>The Normal SMP: The Movie - Unreleased</h2>
<p>The Normal SMP was a survival-multiplayer world in Minecraft. An amazing story was crafted, so now it is coming to film as The Normal SMP: The Movie.</p>
<p>When asked what inspired the director to make the movie:</p>
<blockquote>
<p>"Just the friendship in The Normal SMP and how everything is and just how dedicated we were to the SMP, and I feel like if we made it into a film, it could make us all come together. And honestly, just seeing everybody replay their characters and what happened back then is just gonna be so fun to see." - Harper Vanhook, Director</p>
</blockquote>
<p><a href="movies/normal-smp.html">Learn more here!</a></p>
</div>
<div id="footer">
<p><a href="faq.html">FAQ</a></p>
<p><a href="terms-of-use.html">Terms of Use</a></p>
<p><a href="privacy-policy.html">Privacy Policy</a></p>
<p><a href="mailto:[email protected]">Contact Me (SEO)</a> or <a href="mailto:[email protected]">Harper Vanhook (Owner)</a></p>
<p>Copyright © MugCatStudios 2024</p>
</div>
</body>
</html>