-
Notifications
You must be signed in to change notification settings - Fork 0
/
joel.html
100 lines (90 loc) · 3.2 KB
/
joel.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
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
<title>3:10 pm</title>
<link rel="stylesheet" type="text/css" href="reset.css" />
<style>
body {
width: 100%;
background: black;
overflow: hidden;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#back {
position: fixed;
left: -140px;
bottom: -50;
width: 120%;
height: 120%;
z-index: 1;
}
video {
object-fit: contain;
}
/*
* === Credits and Nav ===
*/
a.name_siesta {
position: absolute;
bottom: 0.2rem;
left: 1rem;
text-align: center;
color: #666666;
width: 20%;
}
a.name_siesta,
a.name_siesta:hover,
a.name_siesta:visited {
text-align: center;
z-index: 20000;
color: #666666;
font-size: 2rem;
text-decoration: none;
position: absolute;
}
/*
* === MEDIA QUERIES NAV AND CREDITS===
*/
@media (max-width: 915px) {
a.name_siesta,
a.name_siesta:hover,
a.name_siesta:visited {
font-size: 1.4rem;
z-index: 10000;
text-decoration: none;
}
}
</style>
<meta http-equiv="refresh" content="105;URL='space.html'" />
</head>
<body>
<a class="name_siesta" href="siestatseis.html">SIESTATSEIS</a>
<a href="joel_space.html">
<video autoplay loop muted playsinline id="back" poster="">
<source src="joel.mp4" type="video/mp4" />
</video>
</a>
</body>
</html>