-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (57 loc) · 2.29 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#100f0f">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#100f0f">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>Anastasia Mamontenko</title>
<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style/normalize.css" type='text/css'>
<link rel="stylesheet" href="style/main.css" type='text/css'>
</head>
<body>
<div class="page-wrapper">
<div id="sidebar" class="sidebar">
<canvas id="projector-light" class="projector-light"></canvas>
<h1 class="page-name"><a href="/"><span class="name-first-letter">A</span>nastasia <span class="name-first-letter">M</span>amontenko</a></h1>
<span class="presents">Presents</span>
<nav class="page-navigation">
<ul class="nav-list">
<li>
<a class="nav-link nav-selected" href="pages/my_mother_loves_me.html" target="contentFrame">"My Mother Loves Me"</a>
</li>
<li>
<a class="nav-link" href="pages/episodes.html" target="contentFrame">Episodes</a>
</li>
<li>
<a class="nav-link" href="pages/experimental_films.html" target="contentFrame">Experimental Films</a>
</li>
<li>
<a class="nav-link" href="pages/short_films.html" target="contentFrame">Short Films</a>
</li>
<li>
<a class="nav-link" href="pages/stills.html" target="contentFrame">Stills</a>
</li>
<li>
<a class="nav-link" href="pages/bio.html" target="contentFrame">Bio & Contact</a>
</li>
</ul>
</nav>
<footer class="page-footer">
© 2015 Anastasia Mamontenko
</footer>
</div>
<div id="main-content" class="main-content">
<iframe id="contentFrame" name="contentFrame" src="pages/my_mother_loves_me.html" class="content-frame" seamless="seamless"></iframe>
</div>
</div>
<script src="scripts/main.js"></script>
</body>
</html>