-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (86 loc) · 2.18 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
<!DOCTYPE HTML>
<html>
<head>
<title>FaceySpacies - A place for Faceys in Spacies!</title>
<meta name="description" content="A place for Faceys in Spacies!">
<meta name="keywords" content="Faceys,Spacies,and">
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style type="text/css">
body {
background-color:#000000;
background-image:url("http://upload.wikimedia.org/wikipedia/commons/archive/7/78/20120708183520%2130_Doradus%2C_Tarantula_Nebula.jpg");
background-position:center;
background-repeat:no-repeat;
background-attachment:fixed;
}
div {
position:absolute;
top:10%;
right:10%;
-webkit-animation:inspacey 9s infinite;
animation:inspacey 9s infinite;
}
@-webkit-keyframes inspacey {
0% {
top:10%;
}
25% {
top:90%;
right:90%;
transform-rotateY(180deg);
-webkit-transform: rotateY(180deg);
}
50% {
top:10%;
right:90%;
}
75% {
top:90%;
right:30%;
transform-rotateY(180deg);
-webkit-transform: rotateY(180deg);
}
100% {
top:10%;
}
}
@keyframes inspacey {
0% {
top:10%;
}
25% {
top:90%;
transform-rotateY(180deg);
-webkit-transform: rotateY(180deg);
}
50% {
top:80%;
right:90%;
}
75% {
top:20%;
right:30%;
transform-rotateY(180deg);
-webkit-transform: rotateY(180deg);
}
100% {
top:10%;
}
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42544365-1', 'faceyspacies.com');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- facey.svg was created by Eduemoni <http://commons.wikimedia.org/wiki/User:Eduemoni> under CC-BY-A 3.0 -->
<div><img src="http://upload.wikimedia.org/wikipedia/commons/c/cc/718star.svg" alt="Facey!" height="55" width="55"></div>
</body>
</html>