-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathindex.html
62 lines (58 loc) · 2.52 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
<html>
<head>
<title>Zelda - A CSS Experiment by Don at hop.ie</title>
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Old+Standard+TT' rel='stylesheet' type='text/css'>
<!--[if IE]>
<link href="stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<div class="zelda-container">
<div class="background-holder"></div>
<div class="stage">
<div class="triangle one">
<figure class="front"></figure>
<figure class="back"></figure>
<figure class="side1"></figure>
<figure class="side2"></figure>
<figure class="side3"></figure>
</div>
<div class="triangle two">
<figure class="front"></figure>
<figure class="back"></figure>
<figure class="side1"></figure>
<figure class="side2"></figure>
<figure class="side3"></figure>
</div>
<div class="triangle three">
<figure class="front"></figure>
<figure class="back"></figure>
<figure class="side1"></figure>
<figure class="side2"></figure>
<figure class="side3"></figure>
</div>
</div>
<div class="zeldatext">
<h2>The legend of
<h1><sup>Z</sup>EL<span class="closer">DA</span></h1>
<h3><a href="http://hop.ie/blog/zelda">A link to the CSS</a></h3>
</div>
</div>
<a href="https://github.com/donovanh/zelda"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<p class="madeby"><a href="http://hop.ie/blog/zelda">How is this done?</a></p>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3481417-23']);
_gaq.push(['_setDomainName', 'hop.ie']);
_gaq.push(['_setSiteSpeedSampleRate', 10]);
_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>
</body>
</html>