-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
163 lines (150 loc) · 5.82 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="user-scalable=0, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>SAM-o</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script>document.cookie='resolution='+Math.max(screen.width,screen.height)+("devicePixelRatio" in window ? ","+devicePixelRatio : ",1")+'; path=/';</script>
<meta property="og:title" content="SAM-o" />
<meta property="og:type" content="website" />
<meta property="og:description" content="ZILLIONS OF NEW FRIENDS, IN YOUR POCKET." />
<meta property="og:url" content="http://samoapp.com" />
<meta property="og:image" content="http://samoapp.com/img/fb.jpg" />
</head>
<body>
<div id="fullpage">
<section id="welcome" class="panel">
<div class="container">
<div class="row">
<div class="seven columns u-pull-right">
<img src="img/main-01.jpg" class="main verticalalign" alt="SAM-o">
</div>
<div class="five columns u-pull-right">
<div class="inner verticalalign">
<h1 class="logo">SAM-o</h1>
<h2>Zillions of new friends,<br/> in your pocket.</h2>
<div class="break"></div>
<h3>by Tomás García</h3>
<ul id="download">
<li><a href="https://itunes.apple.com/app/sam-o/id991955981" target="_blank" class="ios">Download on the App Store</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.samoapp.samo" class="android" target="_blank" >Get it on Play Store</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="video" class="panel">
<div class="inner verticalalign">
<div class="videoWrapper">
<iframe src="https://player.vimeo.com/video/132244321?title=0&byline=0&portrait=0&badge=0" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</section>
<section id="about" class="panel">
<div class="container">
<div class="row">
<div class="six columns">
<img src="img/main-02.jpg" class="about verticalalign" alt="SAM-o">
</div>
<div class="six columns">
<div class="inner verticalalign">
<h2>Discover hundreds of thousands of digital imaginary friends.</h2>
<p>This powerful friend randomizer generates a friend just for you, randomly, for your everyday needs, for your hourly needs!<br/>Feel the ultimate pleasure of discovering a new friend every time you use the app, be greeted by a wonderful and creative new face to lighten up your day or second! <br/>The hypnotic effect of having a new friend every second will leave you mesmerized.</p>
<p>Download the app and experience the stupid sexuality of SAM-o.</p>
</div>
</div>
</div>
</div>
</section>
<section id="crap" class="panel">
</section>
<section id="samples" class="panel">
</section>
<section id="gallery" class="panel">
<div id="info"></div>
<div class="inner">
<div class="slide slide-01"></div>
<div class="slide slide-02"></div>
<div class="slide slide-03"></div>
<div class="slide slide-04"></div>
<div class="slide slide-05"></div>
<div class="slide slide-06"></div>
<div class="slide slide-07"></div>
<div class="slide slide-08"></div>
<div class="slide slide-09"></div>
</div>
</section>
<section id="footer" class="panel">
<div class="container">
<div class="row">
<div class="u-full-width columns">
<div class="inner verticalalign">
<h1 class="logo">SAM-o</h1>
<h2>Zillions of new friends, in your pocket.</h2>
<div class="break"></div>
<h3><a href="https://twitter.com/samoapp">@samoapp</a> <a href="https://facebook.com/samoapp">/samoapp</a></h3>
<h2 class="createdby">Created with love in Buenos Aires, Argentina by <a href="credits.html">this amazing team</a>.</h2>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
<script src="js/modernizr.min.js"></script>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/jquery.fullPage.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
function init() {
$('#fullpage').fullpage({
sectionSelector: '.panel',
slideSelector: '.slide',
slidesNavigation: true,
/*onLeave: function(index, nextIndex, direction){
var leavingSection = $(this);
//after leaving section 2
if(index == 3 && direction =='down'){
setTimeout(function() { $("#info").fadeOut(); }, 3000);
}
}*/
});
};
$( window ).resize(function() {
$('.columns,.panel').css('height', window.innerHeight+'px');
});
$('.columns,.panel').css('height', window.innerHeight+'px');
$.breakpoint({
condition: function () {
return window.matchMedia('(min-width:550px)').matches;
},
first_enter: function () {},
enter: function () {
$('#crap').remove();
$.fn.fullpage.destroy('all');
init();
},
exit: function () {
$('#about').after('<section id="crap" class="panel"></section>');
$.fn.fullpage.destroy('all');
init();
}
});
init();
});
</script>
<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-52894505-4', 'auto');
ga('send', 'pageview');
</script>
</html>