-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (62 loc) · 3.67 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-40864122-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-40864122-1');
</script>
<link rel="stylesheet" type="text/css" href="index.css">
<title>Sarasota Half in Dream</title>
<meta name="description" content="Sarasota Half in Dream is a Surrealist documentary about dead turtles, teenage mischief, crab swarms, decaying resorts, and microscopic histories.">
<meta name="robots" content="index, follow">
<meta property="og:title" content="Sarasota Half in Dream" />
<meta property="og:description" content="A Surrealist documentary about dead turtles, teenage mischief, crab swarms, decaying resorts, and microscopic histories." />
<meta property="og:type" content="video.movie" />
<meta property="og:image" content="https://sarasotamovie.com/images/postertwitter.jpg" />
<meta property="og:url" content="https://sarasotamovie.com/" />
<meta property="og:site_name" content="Sarasota Half in Dream" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@SRQHalfInDream" />
<meta name="twitter:creator" content="@DerekLMurphy" />
<meta name="twitter:site" content="Sarasota Half in Dream" />
<meta name="twitter:description" content="A Surrealist documentary about dead turtles, teenage mischief, crab swarms, decaying resorts, and microscopic histories." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<div id="header">
<img src="images/header2.png" style="width:100%">
</div>
<div id="leftmenu">
<p><a href="index.html">Home</a></p>
<p><a href="watch.html">Watch</a></p>
<p><a href="about.html">About</a></p>
<p><a href="music.html">Music</a></p>
<p><a href="press.html">Press</a></p>
<p><a href="screen.html">Poster</a></p>
<div id="socialmedia">
<a href="https://www.facebook.com/SarasotaHalfInDream" target="_blank"><img src="images/FbookTrans.png" style="height: auto; width: 25%; border-style: none; border-radius: 10px;"></a>
<a href="https://twitter.com/SRQHalfInDream" target="_blank"><img src="images/TwitterTrans.png" style="height: auto; width: 25%; border-style: none; border-radius: 10px;"></a>
<p>
<a href="https://www.kickstarter.com/projects/1268363884/sarasota-half-in-dream" target="_blank"><img src="images/KickstarterTrans.png" style="height: auto; width: 80%; border-style: none; border-radius: 10px;"></a>
</p>
</div>
</div>
<!-- Background image resizing trick courtesy of Corey Worrell, from https://css-tricks.com/perfect-full-page-background-image/ !-->
<div id="bg">
<img src="images/mangrove.jpg" alt="">
</div>
<!-- End of background image resizing trick !-->
<div id="trailer" itemscope itemtype="http://schema.org/Movie">
<iframe itemprop="trailer" src="https://player.vimeo.com/video/130792207?byline=0&portrait=0&color=afe3ed" width="100%" height="95%" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="">
</iframe>
</div>
<div id="about" itemscope itemtype="http://schema.org/Movie">
<p style="width: 80%; height: 100%; color: white; font-size: 2.6vmin; word-wrap: break-word; padding-left: 10%;"><em>Sarasota Half in Dream</em> is a feature-length Surrealist documentary about dead turtles, crab swarms, decaying resorts, and microscopic histories.</p>
</div>
</body>
</html>