-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (139 loc) · 7.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--desc pre vyhladavace??-->
<meta name="description" content=".">
<meta name="keywords" content="">
<meta name="author" content="Traffico team">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Treffi.co</title>
<link rel="icon" href="img/icon.jpg" />
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script>
window.onload = function () {
var imgs = document.getElementById('slideshow').children;
interval = 3000;
currentPic = 0;
imgs[currentPic].style.webkitAnimation = 'fadey ' + interval + 'ms';
imgs[currentPic].style.animation = 'fadey ' + interval + 'ms';
var infiniteLoop = setInterval(function () {
imgs[currentPic].removeAttribute('style');
if (currentPic == imgs.length - 1) {
currentPic = 0;
} else {
currentPic++;
}
imgs[currentPic].style.webkitAnimation = 'fadey ' + interval + 'ms';
imgs[currentPic].style.animation = 'fadey ' + interval + 'ms';
}, interval);
}
</script>
</head>
<body style="background-color:#f1f1f1">
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse" style="font-size:25px;">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#">
<img alt="Brand" src="img/logo.jpg">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-left navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll navLink" href="index.html">App</a>
</li>
<li>
<a class="page-scroll navLink" href="about.html">About</a>
</li>
</ul>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li>
<span class="fa-stack fa-lg scl" style="color:#3765a3; font-size:30px; top:-5px;">
<a href="https://www.facebook.com/treffi.co" target="_blank" style="color:#3765a3;">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</a>
</span>
</li>
<li>
<span class="fa-stack fa-lg scl" style="color:#5ea9dd; font-size:30px; top:-5px; left:5px">
<a href="https://www.facebook.com/treffi.co" style="color:#5ea9dd;" target="_blank">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</a>
</span>
</li>
<li>
<span class="fa-stack fa-lg scl" style="color:#970800; font-size:30px; top:-5px; left:10px">
<a href="mailto:[email protected]" target="_blank" style="color:#970800;">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i>
</a>
</span>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<section id="motto">
<div id="motto1">
<h1 id="mottoH1"><br><b>Screw Traffic Pain!</b></h1>
<p>An app for everybody, who blah blah.</p>
<a href="#slider">⌄</a>
</div>
</section>
<section id="slider" style="position:absolute ;top:100%"></section> <!--empty section for down arrow link-->
<div id="slideshow-container">
<figure id="slideshow">
<img src="img/index1.jpg">
<img src="img/GooglePlay.png">
</figure>
</div>
<section id="down">
<div id="fb1">
<h1 class="2sk"><br><b>Download</b></h1>
<a href="http://www.play.google.com"><img alt="Get in on Google play" src="img/GooglePlay.png" class="center-block" style="width:200px; height:69px; margin-top:35px; margin-bottom:35px" /></a>
</div>
<footer class="panel-footer">
<div class="container">
<table>
<tr style="width:100%">
<td style="width: 15%;"><a href="feedback.html">Feedback</a></td>
<td style="width: 70%; text-align:center">© <a href="http://www.revolware.com">Traffi.co</a>, 2015. All Rights Reserved.</td>
<td style="width: 15%; text-align:right"><a href="zdroje.html">Resources</a></td>
</tr>
</table>
</div>
</footer>
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>