forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
92 lines (82 loc) · 3.73 KB
/
default.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
<!DOCTYPE html>
<html>
<head>
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
{% include meta.html %}
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" /> -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Rubik:300,400,500" rel="stylesheet">
<link rel="stylesheet" href="https://in3x.io/css/styles-merged.css">
<!-- <link rel="stylesheet" href="https://in3x.io/css/style.min.css"> -->
<link rel="stylesheet" href="https://in3x.io/css/style.css">
<link rel="stylesheet" href="https://in3x.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
</head>
<body>
<header role="banner" class="probootstrap-header">
<div class="container-fluid">
<nav role="navigation" class="probootstrap-nav hidden-xs">
<ul class="probootstrap-main-nav text_outline">
<li>
<a href="https://in3x.io/index.html">Home</a>
</li>
<li>
<a href="https://in3x.io/#services">Services</a>
</li>
<li>
<a href="https://in3x.io/#about">About</a>
</li>
<li>
<a href="https://in3x.io/#contact">Contact</a>
</li>
<li>
<a href="https://alsoeric.github.io">Blog</a>
</li>
</ul>
</nav>
</div>
</header>
<section class="probootstrap-section probootstrap-bg" style="background-image: url(https://in3x.io/nuimg/rawpixel-660717-unsplash.jpg);" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-12 probootstrap-intro-text text_outline" data-animate-effect="fadeIn">
<a href="index.html" class="probootstrap-logo"><span class="text_outline">in3x</span></a>
<h1 class="probootstrap-white-color probootstrap-animate" >Blog</h1>
<p class="probootstrap-animate">Stuff you may not read but I'll tell you anyway</p>
</div>
</div>
</div>
<!-- <span class="probootstrap-animate"><a class="probootstrap-scroll-down js-next" href="#next-section">Scroll down <i class="icon-chevron-down"></i></a></span> -->
</section>
<!-- END: section -->
<main>
<section id="next-section" class="probootstrap-section">
<div class="container">
<div class="row mb40">
<div class="col-sm-6">
{{ content }}
</div>
</div>
</div>
</section>
</main>
<footer class="probootstrap-footer">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="mb0">© Copyright 2018 <a href="https://in3x.io">in3x:Bold</a>. All Rights Reserved. <br> Designed & Developed with <i class="icon-heart" style="position: relative; top: 2px;"></i> by <a href="https://uicookies.com">uicookies.com</a> <br> Images Demo Unsplash.com & NothingToChance.co</p>
</div>
<div class="col-md-6">
<p class="mb0 probootstrap-back-to-top"><a href="#" class="js-backtotop">Back to top</a></p>
</div>
</div>
</div>
</footer>
<script src="https://in3x.io/js/scripts.min.js"></script>
<script src="https://in3x.io/js/main.min.js"></script>
<script src="https://in3x.io/js/custom.js"></script>
</body>
</html>