-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathzelda.html
108 lines (103 loc) · 4.57 KB
/
zelda.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
<html>
<head>
<title>Zelda Stereoscope</title>
<link href="stylesheets/zelda.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'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<div class="left">
<div class="zelda-container">
<div class="stage">
<div class="background-holder"></div>
<div class="triangles">
<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 link to the CSS</h3>
</div>
</div>
</div>
<div class="description">
<h1>CSS Stereoscope</h1>
<p>Sit about around 1.5 feet from the screen and cross your eyes, until both images meet to see a 3D effect!</p>
</div>
</div>
<div class="right">
<div class="zelda-container">
<div class="stage">
<div class="background-holder"></div>
<div class="triangles">
<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 link to the CSS</h3>
</div>
</div>
</div>
<div class="description">
<h1>CSS Stereoscope</h1>
<p>Sit about around 1.5 feet from the screen and cross your eyes, until both images meet to see a 3D effect!</p>
</div>
</div>
</div>
<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>