-
Notifications
You must be signed in to change notification settings - Fork 0
/
color.html
81 lines (72 loc) · 4.46 KB
/
color.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
<!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">
<a class="skip-link sr-only" href="#main">Skip to content</a>
<!-- Options headline effects: .rotate | .slide | .zoom | .push | .clip -->
<section class="hero-section hero-section--color clearfix zoom">
<div class="hero-section__wrap">
<div class="hero-section__option"></div>
<!-- .hero-section__option -->
<div class="container">
<div class="row">
<div class="offset-lg-1 col-lg-10">
<div class="title-01 title-01--11 text-center">
<h2 class="title__heading">
<span>
We are
</span>
<strong class="hero-section__words">
<span class="title__effect is-visible">
Travelers
<span class="small-description">who travels across various places</span>
</span>
<span class="title__effect">
Developers
<span class="small-description">who develops fullstack applications</span>
</span>
<span class="title__effect">
Bloggers
<span class="small-description">who writes about experiences</span>
</span>
</strong>
</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">traveler journey</a>
<a href="https://portfolio.thesologlobesightseer.com/" class="btn btn-warning">developer portfolio</a>
</div>
</div>
<!-- .title-01 -->
</div>
</div>
</div>
</div>
</section>
<!-- .hero-section -->
</div>
<div class="button-group">
<a href="portfolio.html" class="btn btn-outline-success button-sm">Portfolio</a>
<a href="index.html" class="btn btn-outline-success button-sm">Journey</a>
<a href="color.html" class="btn btn-outline-success button-sm">Color</a>
</div>
<!-- JS -->
<script src="assets/js/plugins/animate-headline.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>