-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html.php
executable file
·66 lines (58 loc) · 3.07 KB
/
index.html.php
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
<!doctype html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta property="fb:admins" content="509248955">
<meta name="apple-mobile-web-app-title" content="Boogie Woogie">
<meta name="description" property="og:description" content="Victory Boogie Woogie .com by Alexander Christiaan Jacob, 2013.">
<meta property="og:title" content="Victory Boogie Woogie .com">
<meta property="og:type" content="website">
<meta property="og:url" content="http://victoryboogiewoogie.com/">
<meta name="viewport" content="width=device-width">
<title>Victory Boogie Woogie .com</title>
<link rel="author" href="http://alexanderchristiaanjacob.com/" title="Alexander Christiaan Jacob">
<link rel="canonical" href="http://victoryboogiewoogie.com/">
<style>
*{border:0;border-radius:none;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}
figure,main{display:block}
figure{background:#fff;box-shadow:2px 2px 8px rgba(0,0,0,.75);overflow:hidden;width:512px}
img{vertical-align:bottom}
main{background:#eeebe4;border:12px solid #fcf3ea;box-shadow:inset 2px 2px 12px rgba(0,0,0,.5),12px 12px 24px -2px rgba(0,0,0,.5),-12px -12px 48px -2px rgba(255,255,255,1);margin:3em auto;padding:64px;width:512px}
main{
-moz-transform:scale(.75) rotate(45deg);
-o-transform:scale(.75) rotate(45deg);
-webkit-transform:scale(.75) rotate(45deg);
transform:scale(.75) rotate(45deg)
}
img{
-moz-transform:scale(1.4142135) rotate(-45deg);
-o-transform:scale(1.4142135) rotate(-45deg);
-webkit-transform:scale(1.4142135) rotate(-45deg);
transform:scale(1.4142135) rotate(-45deg)
}
html{
background:rgb(253,246,238) no-repeat fixed;
background-image: -moz-radial-gradient(center, ellipse cover, rgba(253,246,238,1) 0%, rgba(158,150,129,1) 100%);
background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(253,246,238,1)), color-stop(100%,rgba(158,150,129,1)));
background-image: -webkit-radial-gradient(center, ellipse cover, rgba(253,246,238,1) 0%,rgba(158,150,129,1) 100%);
background-image: -o-radial-gradient(center, ellipse cover, rgba(253,246,238,1) 0%,rgba(158,150,129,1) 100%);
background-image: -ms-radial-gradient(center, ellipse cover, rgba(253,246,238,1) 0%,rgba(158,150,129,1) 100%);
background-image: radial-gradient(ellipse at center, rgba(253,246,238,1) 0%,rgba(158,150,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#fdf6ee\', endColorstr=\'#9e9681\',GradientType=1 )
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36569769-9']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<main><figure><img alt="" height="512" id="victory" src="index.svg.php" width="512"></figure></main>
</body>
</html>