-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoming-soon-1.html
More file actions
148 lines (122 loc) · 5.73 KB
/
coming-soon-1.html
File metadata and controls
148 lines (122 loc) · 5.73 KB
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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>im Event</title>
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<!-- CSS Global -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/plugins/fontawesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/plugins/bootstrap-select/bootstrap-select.min.css" rel="stylesheet">
<link href="assets/plugins/owlcarousel2/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/plugins/owlcarousel2/assets/owl.theme.default.min.css" rel="stylesheet">
<link href="assets/plugins/prettyphoto/css/prettyPhoto.css" rel="stylesheet">
<link href="assets/plugins/animate/animate.min.css" rel="stylesheet">
<link href="assets/plugins/countdown/jquery.countdown.css" rel="stylesheet">
<link href="assets/css/theme.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="assets/plugins/iesupport/html5shiv.js"></script>
<script src="assets/plugins/iesupport/respond.min.js"></script>
<![endif]-->
</head>
<body id="home" class="wide body-light coming-soon">
<!-- Preloader -->
<div id="preloader">
<div id="status">
<div class="spinner"></div>
</div>
</div>
<!-- Wrap all content -->
<div class="wrapper">
<!-- HEADER -->
<header class="header fixed">
<div class="container">
<div class="header-wrapper clearfix">
<!-- Logo -->
<div class="logo">
<a href="#home" class="scroll-to">
<span class="fa-stack">
<i class="fa logo-hex fa-stack-2x"></i>
<i class="fa logo-fa fa-map-marker fa-stack-1x"></i>
</span>
im Event
</a>
</div>
<!-- /Logo -->
</div>
</div>
</header>
<!-- /HEADER -->
<!-- Content area -->
<div class="content-area">
<div id="main">
<!-- SLIDER -->
<section class="page-section no-padding background-img-slider">
<div class="container">
<div id="main-slider" class="owl-carousel owl-theme">
<!-- Slide -->
<div class="item page text-center slide0">
<div class="caption">
<div class="container">
<div class="div-table">
<div class="div-cell">
<h2 class="caption-title" data-animation="fadeInDown" data-animation-delay="100"><span>January 17-19, 2014</span></h2>
<h3 class="caption-subtitle" data-animation="fadeInUp" data-animation-delay="300"><i class="fa fa-angle-left"></i> PHP Conference ın Istanbul <i class="fa fa-angle-right"></i></h3>
<div class="countdown-wrapper">
<div id="defaultCountdown" class="defaultCountdown clearfix"></div>
</div>
<p class="caption-text">
<a class="btn btn-theme btn-theme-xl scroll-to" href="re" data-animation="flipInY" data-animation-delay="600"> Register <i class="fa fa-arrow-circle-right"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /SLIDER -->
</div>
</div>
<!-- /Content area -->
</div>
<!-- /Wrap all content -->
<!-- JS Global -->
<!--[if lt IE 9]><script src="assets/plugins/jquery/jquery-1.11.1.min.js"></script><![endif]-->
<!--[if gte IE 9]><!--><script src="assets/plugins/jquery/jquery-2.1.1.min.js"></script><!--<![endif]-->
<script src="assets/plugins/modernizr.custom.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/bootstrap-select/bootstrap-select.min.js"></script>
<script src="assets/plugins/superfish/js/superfish.js"></script>
<script src="assets/plugins/prettyphoto/js/jquery.prettyPhoto.js"></script>
<script src="assets/plugins/placeholdem.min.js"></script>
<script src="assets/plugins/jquery.smoothscroll.min.js"></script>
<script src="assets/plugins/jquery.easing.min.js"></script>
<!-- JS Page Level -->
<script src="assets/plugins/owlcarousel2/owl.carousel.min.js"></script>
<script src="assets/plugins/waypoints/waypoints.min.js"></script>
<script src="assets/plugins/countdown/jquery.plugin.min.js"></script>
<script src="assets/plugins/countdown/jquery.countdown.min.js"></script>
<script src="assets/js/theme-ajax-mail.js"></script>
<script src="assets/js/theme.js"></script>
<script src="assets/js/custom.js"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
theme.init();
theme.initCountDown();
});
jQuery(document).ready(function () { theme.onResize(); });
jQuery(window).load(function(){ theme.onResize(); });
jQuery(window).resize(function(){ theme.onResize(); });
</script>
</body>
</html>