-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
83 lines (77 loc) · 3.08 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
<html>
<head>
<title>Portal Orientation video made with HTML and CSS</title>
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="js/modernizr.js"></script>
</head>
<body>
<article class="container">
<section class="stage">
<div class="shadow"></div>
<div class="back-left"></div>
<div class="back-right"></div>
<div class="platform-left"><span></span></div>
<div class="platform-right"><span></span></div>
<div class="pit-left"></div>
<div class="pit-right"></div>
<div class="pit-back"></div>
<div class="door"></div>
<div class="portal red"></div>
<div class="portal blue"></div>
<div class="dude one">
<figure class="head"></figure>
<figure class="body"></figure>
<div class="dude-shadow one">
<figure class="head"></figure>
<figure class="body"></figure>
</div>
</div>
<div class="dude two">
<figure class="head"></figure>
<figure class="body"></figure>
<figure class="arm left"></figure>
<figure class="arm right"></figure>
<div class="dude-shadow two">
<figure class="head"></figure>
<figure class="body"></figure>
<figure class="arm left"></figure>
<figure class="arm right"></figure>
</div>
</div>
</section>
<section class="title">
<h3>WELCOME</h3>
<h1>PORTAL</h1>
<h2>Orientation Video no 1</h2>
</section>
<section class="info">
<h3>A <a href="http://hop.ie">Hop.ie</a> project</h3>
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_tweet"></a>
</div>
<script>var addthis_config = {"data_track_addressbar":false};</script>
<script src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-519bebd879fd94eb"></script>
<p style="line-height: 1.5em">
<a href="http://hop.ie/blog/portal/">Read blog »</a><br>
<a href="http://github.com/donovanh/portal/">Fork on Github »</a>
</p>
</section>
<section class="fallback">
<iframe src='http://player.vimeo.com/video/67496417' frameborder='0' height='400' width='720'></iframe>
<p>You're seeing this as a video as your browser doesn't support 3D transforms. We forgive you.</p>
</section>
</article>
<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>