-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
59 lines (51 loc) · 3.26 KB
/
portfolio.html
File metadata and controls
59 lines (51 loc) · 3.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Solo Globesightseer - Traveling Along</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="The Solo Globesightseer - Traveling Along" />
<meta property="og:description" content="A small travel blogger. I sometimes travelled alone, by both desire and necessity. For more reasons and I loved it. An avid dreamer, love to read, a travel addicted person and a writer as well. Keeps passion of travelling at least a full one month outside of my country from a year and in rest of year travel in India. Keeping dream of traveling whole world and I hope to make the most of what life offers to me." />
<meta property="og:url" content="https://thesologlobesightseer.com/" />
<meta property="og:site_name" content="thesologlobesightseer" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600&subset=latin-ext" rel="stylesheet">
<!-- CSS -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- JS -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
<script src="assets/js/vendor/jquery-1.12.0.min.js"></script>
</head>
<body>
<div class="site" id="page">
<section class="hero-section hero-section--slider clearfix">
<div class="hero-section__wrap">
<!-- Options slick plugin: data-arrows="true/false" | data-dots="true/false" | data-fade="true/false" | data-autoplay="true/false/number" | data-speed="number" -->
<div class="hero-section__option" data-init="slick" data-arrows="false" data-dots="true" data-fade="false" data-autoplay="5000" data-speed="3000">
<img src="assets/images/index.jpg" alt="Hero section image">
<img src="assets/images/index-slider1.jpg" alt="Hero section image">
<img src="assets/images/index-slider2.jpg" alt="Hero section image">
</div>
<!-- .hero-section__option -->
<div class="container">
<div class="row">
<div class="offset-lg-2 col-lg-8">
<div class="title-01 title-01--11 text-center">
<h2 class="title__heading">Coming Soon!</h2>
<!-- Options btn color: .btn-success | .btn-info | .btn-warning | .btn-danger | .btn-primary -->
<div class="title__action"><a href="https://journey.thesologlobesightseer.com" class="btn btn-success">Navigate to Journey</a></div>
</div>
<!-- .title-01 -->
</div>
</div>
</div>
</div>
<!-- .hero-section__wrap -->
</section>
<!-- .hero-section -->
</div>
<!-- JS -->
<script src="assets/js/plugins/slick.min.js"></script>
<script src="assets/js/plugins/animate-headline.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>