-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (96 loc) · 3.68 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<title>Mandarins Short Film</title>
<script src="assets/js/index.js"></script>
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png"/>
<link href="dist/index.css" rel="stylesheet">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<header class="Header">
<div class="Header-wrapper">
<ul class="Header-menu">
<li class="Header-menuItem">
<a class="Header-menuLink Header-menuLink--current" href="index.html">
Home
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink" href="about.html">
About
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink" href="lookbook.html">
Lookbook
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink" href="team.html">
Team
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink" href="contact.html">
Contact
</a>
</li>
<li class="Header-menuItem Header-menuItem--spacer"></li>
<li class="Header-menuItem Header-menuItem--instagram">
<a class="Header-menuLink" href="https://www.instagram.com/mandarinsfilm">
<img class="Header-menuInstagram" src="assets/images/instagram.png" alt="Instagram">
</a>
</li>
<li class="Header-menuItem Header-menuItem--instagram Header-menuItem--facebook">
<a class="Header-menuLink" href="https://www.facebook.com/mandarinsfilm">
<img class="Header-menuInstagram" src="assets/images/facebook.png" alt="Facebook">
</a>
</li>
</ul>
<button class="Header-toggle visible-only-xs">
<span class="Header-toggleBar"></span>
</button>
</div>
</header>
<body class="background-church">
<div class="Hero">
<h1 class="Hero-title">
<img class="Hero-titleImg" src="assets/images/mandarins_title.png" alt="Mandarins">
</h1>
</div>
<div class="Seed">
<div class="Seed-copy">
Support our crowdfunding campaign here!
</div>
<a class="Seed-cta" href="https://seedandspark.com/fund/mandarinsfilm" target="_blank">
<span class="Seed-ctaText">
Seed & Spark
</span>
<img class="Seed-submitArrow" src="assets/images/arrow.png" alt="">
</a>
</div>
<!-- Begin Mailchimp Signup Form -->
<!-- <div id="mc_embed_signup" class="Email">
<form action="https://gmail.us20.list-manage.com/subscribe/post?u=e873577f23744ebea3ffc7c94&id=e3b26075ea" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate Email-container" target="_blank" novalidate>
<label class="Email-title" for="mce-EMAIL">Get Film Updates</label>
<div class="Email-submitWrapper">
<input type="email" value="" name="EMAIL" class="Email-submit" id="mce-EMAIL" placeholder="email address" required> -->
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<!-- <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_e873577f23744ebea3ffc7c94_e3b26075ea" tabindex="-1" value=""></div>
<div class="optionalParent">
<div class="clear foot">
<button name="subscribe" id="mc-embedded-subscribe" class="Email-submitButton">
<span class="Email-submitText">
Subscribe
</span>
<img class="Email-submitArrow" src="assets/images/arrow.png" alt="">
</button>
</div>
</div>
</div>
</div>
</form>
</div> -->
<!--End mc_embed_signup-->
</body>
</html>