-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrial.html
219 lines (194 loc) · 8.97 KB
/
trial.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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>AnalytixWare SkyScorer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<!-- Latest compiled and minified CSS BS 3.0. latest minifined
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
-->
<link href="assets/css/theme.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- /GOOGLE FONT-->
<link href="http://fonts.googleapis.com/css?family=Comfortaa:400,300,700&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800" rel="stylesheet" type="text/css">
<!-- FontAwesome icons -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 7]>
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome-ie7.min.css" rel="stylesheet">
<![endif]-->
<!-- Fav and touch icons -->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/AnalytixWare.ico">
<!-- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
-->
<!-- <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">--></head>
<!-- /HEAD-->
<body data-spy="scroll" data-target=".navbar">
<nav id="topnav" class="navbar navbar-fixed-top navbar-default" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<center>
<a class="navbar-brand" href="#" align="middle">
<img class="img-responsive" src="images/skyscorer-h80.png" alt="logo" align ="middle">
<!--BootLander BS 3.0. -->
</a>
</center>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!-- HEADER -->
<header id="top-section">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<div class="row">
<div id="carousel-example-generic1" class="carousel slide">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<!-- item-->
<div class="item active">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center">
<h1 class="" >Thank you for your interest in SkyScorer</h1>
<div class="row-fluid">
<p class="lead span9" >
Click on the button/link below to download the alpha release of SkyScorer
</p>
<a class="span3 btn btn-info btn-lg" href="https://www.dropbox.com/s/57zlj01hu4y7gkv/skyscorer_setup.exe" title="">Download SkyScorer (Alpha)</a>
</div>
<br>
<br>
<div class="row-fluid">
<p class="lead span9" >
Demo
</p>
<a class="span3 btn btn-info btn-lg" href="demo" title="">SkyScorer Demo</a>
</div>
</div>
</div>
</div>
<!-- /item-->
</div>
</div>
</div>
<!-- /ROW-->
</div>
</div>
</header>
<!-- / HEADER -->
<!-- <h1>Video Demo</h1> -->
<!-- <iframe width="560" height="315" src="//www.youtube.com/embed/6FfhbYhavRk" frameborder="0" allowfullscreen></iframe> -->
<!-- FOOTER -->
<footer id="foot-sec">
<div class="jumbotron">
<p class="text-center">
<a class="" href="http://www.analytixware.com">© 2014 AnalytixWare</a>
</p>
</div>
</footer>
<!-- / FOOTER -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js" type="text/javascript"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- PAGE CUSTOM SCROLLER -->
<script type="text/javascript" src="assets/js/jquery.nicescroll.min.js"></script>
<script src="assets/js/jquery.parallax-1.1.3.js" type="text/javascript" ></script>
<script src="assets/js/jquery.localscroll-1.2.7-min.js" type="text/javascript" ></script>
<script src="assets/js/jquery.scrollTo-1.4.6-min.js" type="text/javascript" ></script>
<!-- responsive video-->
<script src="assets/js/jquery.fitvids.min.js" type="text/javascript"></script>
<script>
// Basic FitVids Test
jQuery(".container").fitVids();
</script>
<!-- / responsive video-->
<!-- begin olark code -->
<script data-cfasync="false" type='text/javascript'>/*<![CDATA[*/window.olark||(function(c){var f=window,d=document,l=f.location.protocol=="https:"?"https:":"http:",z=c.name,r="load";var nt=function(){
f[z]=function(){
(a.s=a.s||[]).push(arguments)};var a=f[z]._={
},q=c.methods.length;while(q--){(function(n){f[z][n]=function(){
f[z]("call",n,arguments)}})(c.methods[q])}a.l=c.loader;a.i=nt;a.p={
0:+new Date};a.P=function(u){
a.p[u]=new Date-a.p[0]};function s(){
a.P(r);f[z](r)}f.addEventListener?f.addEventListener(r,s,false):f.attachEvent("on"+r,s);var ld=function(){function p(hd){
hd="head";return["<",hd,"></",hd,"><",i,' onl' + 'oad="var d=',g,";d.getElementsByTagName('head')[0].",j,"(d.",h,"('script')).",k,"='",l,"//",a.l,"'",'"',"></",i,">"].join("")}var i="body",m=d[i];if(!m){
return setTimeout(ld,100)}a.P(1);var j="appendChild",h="createElement",k="src",n=d[h]("div"),v=n[j](d[h](z)),b=d[h]("iframe"),g="document",e="domain",o;n.style.display="none";m.insertBefore(n,m.firstChild).id=z;b.frameBorder="0";b.id=z+"-loader";if(/MSIE[ ]+6/.test(navigator.userAgent)){
b.src="javascript:false"}b.allowTransparency="true";v[j](b);try{
b.contentWindow[g].open()}catch(w){
c[e]=d[e];o="javascript:var d="+g+".open();d.domain='"+d.domain+"';";b[k]=o+"void(0);"}try{
var t=b.contentWindow[g];t.write(p());t.close()}catch(x){
b[k]=o+'d.write("'+p().replace(/"/g,String.fromCharCode(92)+'"')+'");d.close();'}a.P(2)};ld()};nt()})({
loader: "static.olark.com/jsclient/loader0.js",name:"olark",methods:["configure","extend","declare","identify"]});
/* custom configuration goes here (www.olark.com/documentation) */
olark.identify('7602-572-10-1302');/*]]>*/</script>
<noscript>
<a href="https://www.olark.com/site/7602-572-10-1302/contact" title="Contact us" target="_blank">Questions? Feedback?</a>
powered by
<a href="http://www.olark.com?welcome" title="Olark live chat software">Olark live chat software</a>
</noscript>
<!-- end olark code -->
<script type="text/javascript">
var _usrp = {
type: "button",
company: "analytixware",
host: "analytixware.userrules.com",
mode: "advanced",
sso: {},
getVisitorId: function() {return "";},
getAdditionalParams: function() {return "";},
placement: "right",
color: ["#32312E", "#62615E"]
};
(function(D) {
var _usr = D.createElement("script"), s = D.getElementsByTagName("script")[0];
_usr.type = "text/javascript"; _usr.async = true;
_usr.src = ("https:" == D.location.protocol ? "https" : "http" ) + "://dtkm4pd19nw6z.cloudfront.net/js/userrules/9a41a826e957127b4e5bfc7d140e45c4/feedback.canary.js";
s.parentNode.insertBefore(_usr, s);
})(document);
</script>
<script>
jQuery(document).ready(function(){
jQuery('#topnav').localScroll({offset: {top:0}});
jQuery('#startbtn').localScroll(5000);
//.parallax(xPosition, speedFactor, outerHeight) options:
//xPosition - Horizontal position of the element
//inertia - speed to move relative to vertical scroll. Example: 0.1 is one tenth the speed of scrolling, 2 is twice the speed of scrolling
//outerHeight (true/false) - Whether or not jQuery should use it's outerHeight option to determine when a section is in the viewport
//jQuery('#top-section').parallax("50%", 0.1);
//jQuery('#Section-1').parallax("50%", 0.3);
//jQuery('#Section-2').parallax("50%", 0.1);
//jQuery('#foot-sec').parallax("50%", 0.1);
})
</script>
<script>
//hide menu after click on mobile
jQuery('.navbar .nav > li > a').click(function(){
jQuery('.navbar-collapse.navbar-ex1-collapse.in').removeClass('in').addClass('collapse').css('height', '0');
});
</script>
</body>
</html>
<!-- saved from url http://www.bootstraptor.com ##########################################################################
Don't remove this attribution!
This template build on Bootstrap Templates Starter Kit v.2.0. by @Bootstraptor
Built with Bootstrap 3.0. stable version/ part of Bootstraptor KIT
Read usage license on for this template on http://www.bootstraptor.com
##########################################################################
-->