-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (155 loc) · 6.34 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
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>YolooApp</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Satisfy">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,400">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="css/flexboxgrid.min.css">
<link rel="stylesheet" href="css/style.min.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[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]-->
<header>
<div class="container-fluid" style="max-width: 1600px;">
<div class="row middle-xs">
<div class="col-xs-6 col-md-3">
<a href="http://yolooapp.com" title="Yoloo">
<img class="img-responsive" id="logo" src="images/yoloo-logo.png" alt="logo">
</a>
</div>
<nav class="menu" role="navigation">
<ul>
<li><a data-scroll href="home">Ana Sayfa</a></li>
<li><a data-scroll href="#nedir">Yoloo Nedir?</a></li>
<li><a data-scroll href="#iletisim">İLETİŞİM</a></li>
</ul>
</nav>
<a href="#" class="nav-toggle"><span class="fa fa-bars"></span></a>
</div>
</div>
</header><!-- /header -->
<section id="home">
<div class="fullscreen-bg">
<video loop muted autoplay poster="images/mobile.png" class="fullscreen-bg__video">
<source src="https://drive.google.com/uc?export=download&id=0B_btJi4bEsuIMkpNdFdtMVVabUU" type="video/webm">
<source src="https://drive.google.com/uc?export=download&id=0B_btJi4bEsuIOGNfbWJSMlhvM0k" type="video/mp4">
</video>
</div>
<audio autoplay loop id="audio">
<source src="https://drive.google.com/uc?export=download&id=0B_btJi4bEsuIblFGUFlOWkJYQXc">
</audio>
<div class="container">
<div class="row">
<div class="col-xs-12 center-xs">
<div class="home-content">
<h1 class="horizontal">Seyahatler</h1>
<h3 class="horizontal">biter,</h3>
<h1 class="horizontal">Deneyimler</h1>
<h3 class="horizontal">kalır.</h3>
</div>
<h2>Çok yakında...</h2>
<a class="typeform-share btn btn-yellow" href="https://yolooapp.typeform.com/to/pgwJR6" data-mode="2" target="_blank">HEMEN KATIL !</a>
</div>
</div>
</div>
<div id="dropdown">
<a data-scroll href="#nedir"> <span></span></a>
</div>
</section>
<section id="nedir">
<div class="container-fluid">
<div class="row center-xs middle-xs">
<div class="col-md-6">
<img class="img-responsive" src="images/phone.png" alt="Phone">
</div>
<div class="col-md-6">
<ul class="textlist text-center">
<li>Seyahat deneyimini paylaş,</li>
<li>Seyyahları takip et,</li>
<li>Sorularına anında cevap al,</li>
<li>Dünyayı keşfet !</li>
</ul>
</div>
</div>
</div>
</section>
<section id="iletisim">
<div class="container">
<div class="row center-xs">
<div class="col-xs-12">
<a href="mailto:[email protected]" class="mail-content">[email protected]
</a>
</div>
</div>
<div class="row center-xs">
<div class="col-xs-12 col-md-5">
<ul class="social__icon">
<li>
<a target="_blank" href="https://facebook.com/yolooapp" class="social__icon--facebook">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://twitter.com/yolooapp" class="social__icon--twitter">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://instagram.com/yolooapp" class="social__icon--instagram">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-instagram fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer>
<div class="container-fluid">
<div class="col-xs-12 center-xs">
<p>© 2016 YolooApp. Tüm hakları saklıdır.</p>
</div>
</div>
</footer>
<!-- 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='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-79257376-1','auto');ga('send','pageview');
</script>
<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'share.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}id=id+'_';if(!gi.call(d,id)){qs=ce.call(d,'link');qs.rel='stylesheet';qs.id=id;qs.href=b+'share-button.css';s=gt.call(d,'head')[0];s.appendChild(qs,s)}})()
</script>
<script src="js/smooth-scroll.min.js" type="text/javascript" charset="utf-8"></script>
<script>
smoothScroll.init({
speed: 1500
});
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script>
<script src="js/index.js"></script>
<script type="js/dropdown.js"></script>
</body>
</html>