-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (57 loc) · 2.58 KB
/
index.html
File metadata and controls
64 lines (57 loc) · 2.58 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Where's My Pants?! Productions</title>
<meta name="Where's My Pants" content="This contains information about Where My Pants Productions.">
<link rel="stylesheet" type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css">
<link rel="stylesheet" href="style.css" />
<!-- Any future CSS is added here above the HTML5Shiv -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<style>
/* Add Internal CSS Styles Here */
</style>
</head>
<body>
<header>
<div class="wrapper">
<img src="images/logo.jpeg" width="100" alt="WMP Logo">
<H1>Where's My Pants?! Productions</H1>
</div>
</header>
<main>
<section>
<div class="wrapper">
<a href="https://www.youtube.com/watch?v=AiPCBPoWEas" target="_blank"><img src="images/foxyforce5-poster.jpeg" width="600" alt="Foxy Force 5 Movie Poster"></a>
<H2>FoxyForce 5 Poster - IFP Phoenix Beat the Clock Challenge 2017</H2>
</div>
</section>
<section>
<div class="wrapper">
<H1>Collaborative Film Group</H1>
<img src="images/WMP-team.jpeg" width="600" alt="Where's My Pants Productions">
<p>This is a web page about the bad ass comedic sketch writing group called "Where's My Pants?!". The group consists of mostly women that have had their short films screened in Phoenix Arizona. The group had a short film screened at "A Night of Misfit
Films" a film festival at the SIC Sense Sketch Comedy Troupe theater at the end of 2016. Most recently the group particpated in the 2017 IFP-Phoenix Beat the Clock challenge with their short film "Foxy Force 5". The group was awarded "Best Art
Direction" for the film.</p>
</div>
</section>
<section>
<div class="wrapper">
<H2>More information on WMP Productions</H2>
<ul class="block">
<li><a href="https://www.youtube.com/watch?v=AiPCBPoWEas" target="_blank"> FoxyForce 5 - trailer</a></li>
<li><a href="https://ifpphx.org/news/2017-beat-the-clock-film-challenge-results/" target="_blank"> IFP 48HR FILM CHALLENGE</a></li>
<li><a href="https://www.youtube.com/channel/UCyL8mV_TiRM4-0I4qNe2Yzg/featured" target="_blank">Where's My Pants?! YouTube Channel</a></li>
</ul>
</div>
</section>
</main>
<footer>
<div class="wrapper">
<p>Poster courtesy of Where's My Pants?! Productions. All rights reserved - 2017</p>
</div>
</footer>
</body>
</html>