-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (94 loc) · 4.35 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- FAVICON -->
<link rel="shortcut icon" href="favicon-ca.png" type="image/x-icon">
<link rel="icon" href="favicon-ca.png" type="image/x-icon">
<!-- TITLE -->
<title>Shift Developer Conference</title>
<!-- DESCRIPTION -->
<meta name="description" content="Shift Developer Conference" />
<meta name="keywords" content="Event, Coming Soon, Conference, Registration Form, Subscription, Mailchimp, Shift, Shiftsplit, Split, Developer, Developer Conference" />
<meta name="author" content="Shift Split" />
<!-- GOOGLE FONTS -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,700,600,500,300,200,100,800,900' rel='stylesheet' type='text/css'>
<!-- STYLESHEETS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/jquery.countdown.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/flexslider.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/schedule.css" rel="stylesheet">
<link href="assets/css/gridgallery.css" rel="stylesheet" type="text/css" />
<link href="assets/css/venobox.css" rel="stylesheet" type="text/css" />
<link href="assets/css/styles.css" rel="stylesheet" />
<link href="assets/css/queries.css" rel="stylesheet" />
<link href="assets/css/magnific-popup.css" rel="stylesheet" />
</head>
<body>
<!--PRELOADER ======================================================-->
<div class="preloader">
<div class="preloader-logo"></div>
<div class="status"></div>
</div>
<!--/PRELOADER-->
<!-- WRAPER -->
<div class="wraper">
<div class="overlay"></div>
<!--LANDING VIDEO-->
<!-- <video id="video" autoplay="autoplay" loop>
<source src="Shift-web.mp4" type="video/mp4">
your browser does not support HTML5
</video> -->
<!-- TIMER -->
<div class=" align-center">
<div class="heading">
<img class="logo" alt="logo" src="assets/img/logo/logo-shift7.png" />
<h1 class="col-lg-10 align-center counter-logo"><span>Thank you for coming.<br> See you next year</span></h1>
<hr id="title_hr">
<!-- COUNTDOWN -->
<div id="defaultCountdown"></div>
<div class="clearfix"></div>
<!-- /COUNTDOWN -->
</div>
</div>
<!-- /TIMER -->
<!-- SUBSCRIBE FORM -->
<div class="col-lg-12 buttons-wrap align-center">
<a class="learn-more-btn btn-effect wow animated fadeIn" data-wow-duration="0.5s" data-wow-delay="0.5s" data-scroll href="#tickets">Get Tickets</a>
<a class="learn-more-btn btn-effect wow animated fadeIn" data-wow-duration="0.5s" data-wow-delay="0.5s" data-scroll href="/2016/index.html" target="_blenk">Shift 2016</a>
</div>
<!-- /SUBSCRIBE FORM -->
<!-- HOME -->
</div>
<!-- TICKETS FORM -->
<div id="tickets" class="tickets align-center">
<div class="row form-notify">
<h1>TICKETS</h1>
<hr>
<div style="width:100%; text-align:left; padding: 0 40px; box-sizing: border-box;">
<iframe src="https://www.eventbrite.com/tickets-external?eid=25861263736&ref=etckt" frameborder="0" height="450" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe>
</div>
</div>
</div>
<!-- /TICKETS FORM -->
<!-- /WRAPER -->
<!-- SCRIPTS -->
<script type="text/javascript" src="assets/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="assets/js/jquery-ui-1.10.4.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<!-- SUBSCRIPTION FORM -->
<script type="text/javascript" src="assets/js/notifyMe.js"></script>
<script type="text/javascript" src="assets/js/jquery.placeholder.js"></script>
<script type="text/javascript" src="assets/js/jquery.plugin.js"></script>
<!--COUNTER-->
<script type="text/javascript" src="assets/js/jquery.countdown.js"></script>
<!-- INITIALIZATION -->
<script type="text/javascript" src="assets/js/init.js"></script>
</body>
</html>