-
Notifications
You must be signed in to change notification settings - Fork 0
/
fromus.html
82 lines (80 loc) · 2.83 KB
/
fromus.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>...from Em and M</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/card.css" />
<script src="js/vendor/modernizr.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>if (!window.jQuery) { document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>'); }
</script>
</head>
<body>
<main>
<section id="slide-1" class="homeSlide">
<div id="bg" class="bcg"
data-center="background-position: 50% 0px;"
data-top-bottom="background-position: 50% 600px;"
data-anchor-target="#slide-1"
>
<div class="hsContainer">
<div class="hsContent repeat"
data-center="bottom: 200px; opacity: 1"
data-top="bottom: 1200px; opacity: 0"
data-anchor-target="#slide-1 .credit:last-of-type"
>
<div class="row message">
<div class="large-12 columns">
<h1>Happy Holidays!</h1>
<h4>From Em, Mike, Kepler, and The Lightning</h4>
</div>
</div>
<div class="row shapes">
<div class="large-12 columns">
</div>
</div>
<div class="row credit">
<div class="large-12 columns">
<p>
inspired by
<a href="http://en.wikipedia.org/wiki/M._C._Escher" alt="MC Escher" title="MC Escher">
<img src="img/head.png" />
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<div class="row">
<div class="small-12 small-centered columns" id="house" >
<a href="index.html" id="house-link">
<img src="img/housefront.jpg" />
</a>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57953749-1', 'auto');
ga('send', 'pageview');
</script>
<script>
Modernizr.load({
test: Modernizr.touch,
yep: 'js/card.js',
nope: ['js/vendor/skrollr.js', 'js/card.js']
});
</script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>