-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (93 loc) · 3.84 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
96
97
98
99
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Happy 2016</title>
<meta name="description" content="Happy 2016, see the message when you scrolling">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="stylesheets/screen.min.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<div class="specialText">
<div class="container">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a
href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="information">
<a href="#">
<svg class="button" x="0px" y="0px"
viewBox="0 0 50 50">
<path id="i" fill="#FFFFFF" d="M25,0C11.2,0,0,11.2,0,25s11.2,25,25,25s25-11.2,25-25S38.8,0,25,0z M29,43h-8V19h8V43z M25,14.6
c-2.4,0-4-1.8-4-4c0-2.3,1.7-4,4-4c2.4,0,4,1.7,4,4C29,12.8,27.5,14.6,25,14.6z"/>
</svg>
</a>
<div class="informationfield">
<p>
Scroll down to see the love. If you see anything, keep scrolling, one day you will see it.
</p>
<p>
PS: it snows more in Chrome. And not on mobile.
</p>
</div>
<div id="keepOnScroll">
<p>Yes you can do it</p>
<p>Keep on scrolling ...</p>
<p>One day you will reach the bottom of the page!</p>
</div>
</div>
</div>
</div>
<div id="regio" class="regio">
<div class="textregio">
<div class="inner" id="innerTop">
<div class="inner-welcomtext">
<h1 id="welcometext">Welcome.</h1>
<hr>
</div>
<p class="inner-scrolltext">Scroll Down<br>To Play With<br>the Snow!</p>
</div>
</div>
<div id="createSpace">
</div>
<div id="snowBorder">
<span class="sociallinks"><a href="https://github.com/quintenm/snow2016" target="_blank">Github</a> - <a href="http://quinten.mares.be" title="personal portfolio website" target="_blank">Portfolio</a> - <a href="https://www.facebook.com/quinten.mares" target="_blank">Facebook</a> - <a href="https://twitter.com/Quinten_Mares" target="_blank">Twitter</a> - <a href="https://be.linkedin.com/in/quintenmares" target="_blank">Linkedin<a></span>
</div>
<div class="textregio" >
<div class="inner" id="innerBottom">
<div class="inner-welcomtext">
<h1>Happy 2016</h1>
<div id="weather"></div>
<hr>
</div>
<p class="inner-scrolltext">By Quinten Mares.</p>
</div>
</div>
</div>
<canvas id="canvas"></canvas>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
<script src="js/plugins.min.js"></script>
<script src="js/plugins.min.js"></script>
<script src="js/main.min.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function (b, o, i, l, e, r) {
b.GoogleAnalyticsObject = l;
b[l] || (b[l] =
function () {
(b[l].q = b[l].q || []).push(arguments)
});
b[l].l = +new Date;
e = o.createElement(i);
r = o.getElementsByTagName(i)[0];
e.src = 'https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e, r)
}(window, document, 'script', 'ga'));
ga('create', 'UA-XXXXX-X', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>