-
Notifications
You must be signed in to change notification settings - Fork 0
/
single.html
231 lines (181 loc) · 8.77 KB
/
single.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
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<title>GDG DevFest 2015 Season | Single Page</title>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="">
<link rel="author" href="https://plus.google.com/u/0/104296509460513856975" />
<!-- Attaching Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:300,700,400' rel='stylesheet' type='text/css'>
<!-- Attaching Css -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/lightbox.min.css" />
<link rel="stylesheet" href="css/elegant-icons.css" />
<link rel="stylesheet" href="css/font-awesome.css" />
<link rel="stylesheet" href="css/rev-slider.css" />
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/style.scss" />
<link rel="stylesheet" href="css/spacings.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="stylesheet" href="css/animate.css" />
<!-- And also favicons -->
<link rel="shortcut icon" href="upload/favicon.ico">
<link rel="apple-touch-icon" href="upload/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="upload/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="upload/apple-touch-icon-114x114.png">
</head>
<body data-spy="scroll" data-offset="80" data-target=".main-nav">
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<header id="home">
<div class="main-nav" role="navigation">
<nav class="nav-hide">
<ul class="nav local-scroll">
<li><a href="index.html">MAIN</a></li>
</ul>
</nav>
<div class="container clearfix">
<div class="logo-light local-scroll">
<a href="#home" class="logo">
<img src="upload/logo-light.png" alt="logo">
</a>
</div>
<div class="navbar-toggle">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</div> <!-- end container -->
</div> <!-- end main nav -->
</header>
<div class="main-wrapper-onepage main oh">
<!-- Page Title -->
<section class="page-title text-center">
<canvas id="spiders"></canvas>
<div class="container relative clearfix">
<div class="title-holder">
<div class="title-text">
<h1 class="color-white">Single Page Title</h1>
</div> <!-- end title text -->
</div> <!-- end title holder -->
</div> <!-- end container -->
</section> <!-- end page title -->
<!-- Blog Standard -->
<section class="section-wrap blog-standard blog-article">
<div class="container relative">
<div class="row">
<!-- content -->
<div class="col-md-10 col-md-offset-1">
<!-- gallery post -->
<div class="entry-item mb0">
<div class="entry-slider mb-40">
<div id="owl-slider-one-img" class="owl-carousel owl-theme">
<div class="item">
<a href="#">
<img src="upload/blog/gallery_1.jpg" alt="">
</a>
</div> <!-- end first item -->
<div class="item">
<a href="#">
<img src="upload/blog/gallery_2.jpg" alt="">
</a>
</div> <!-- end second item -->
<div class="item">
<a href="#">
<img src="upload/blog/gallery_3.jpg" alt="">
</a>
</div> <!-- end third item -->
</div> <!-- end owl carousel -->
</div> <!-- end slider -->
<div class="entry">
<div class="entry-title">
<h2>
Day 1: Conference
</h2>
</div>
<div class="entry-content">
<p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos. Lorem ipsum dolor sit amet, consectetur adipiscing elit. A-ha is a simple and elegant template with tons of features. Lorem ipsum dolor sit amet, consectetur.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla</p>
<table class="table table-hover">
<thead>
<tr>
<th>Speaker</th>
<th>Topic</th>
<th>Time</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#">Mark Otto</a></td>
<td>First Topic Here</td>
<td>10:45</td>
</tr>
<tr>
<td><a href="#">Jacob Thornton</a></td>
<td>Second Topic Here</td>
<td>12:50</td>
</tr>
<tr>
<td><a href="#">Larry the Bird</a></td>
<td>the Bird</td>
<td>15:00</td>
</tr>
</tbody>
</table>
<p>We further know that the subconscious has recorded every event that has ever happened to us. Every incident in our personal history is recorded within, along with the emotions and thoughts evoked by those incidents. And finally the subconscious is the mechanism through which thought impulses which are repeated regularly with feeling and emotion are quickened, charged and changed into their physical equivalent.</p>
<p>You may voluntarily plant in your subconscious mind any plan, thought or purpose which you desire to translate into its physical counterpart, and that counterpart will manifest itself for you. Creative, prolific and ever-ready to serve you. Yet so few of us understand how to use its power.</p>
<h5>Conclusion</h5>
<p>We possess within us two minds. So far I have written only of the conscious mind. I would now like to introduce you to your second mind, the hidden and mysterious subconscious. Our subconscious mind contains such power and complexity that it literally staggers the imagination. We know that this subconscious mind controls and orchestrates our bodily functions, from pumping blood to all parts of our body to egulating our breathing and digestion.</p>
</div> <!-- end entry content -->
</div> <!-- end entry -->
</div> <!-- end entry item -->
</div> <!-- end col -->
</div> <!-- end row -->
</div> <!-- end container -->
</section> <!-- end blog single -->
<!-- Footer -->
<footer id="footer" class="minimal">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="socials">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-pinterest-p"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div> <!-- end socials -->
<span class="copyright text-center">
©2015 DEVFEST SEASON | Designed by <a href="http://vg.am">Vardan Grigoryan</a>
</span>
</div> <!-- end col -->
</div> <!-- end row -->
</div> <!-- end container -->
</footer> <!-- end footer -->
<div id="back-to-top">
<a href="#top"><i class="arrow_carrot-up"></i></a>
</div>
</div> <!-- end main-wrapper -->
<!-- jQuery Scripts -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="js/canvas-vas.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/lightbox.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.localScroll.min.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="js/jquery.simple-text-rotator.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/jquery.gmap.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</body>
</html>