Compare commits
2 Commits
1904e631e6
...
dad601e54b
Author | SHA1 | Date | |
---|---|---|---|
dad601e54b | |||
4abc629afa |
@ -18,3 +18,7 @@ links:
|
|||||||
# Build settings
|
# Build settings
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
|
|
||||||
|
sass:
|
||||||
|
sass_dir: 'assets/stylesheets'
|
||||||
|
style: 'compressed'
|
||||||
|
@ -10,25 +10,27 @@
|
|||||||
<script src="/assets/scripts/varrock.js"></script>
|
<script src="/assets/scripts/varrock.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header id="header-box">
|
<div id="wrapper">
|
||||||
<div id="header-logo">
|
<header id="header-box">
|
||||||
<h1>Bit Goblin</h1>
|
<div id="header-logo">
|
||||||
</div>
|
<h1>Bit Goblin</h1>
|
||||||
</header>
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
<nav id="navigation">
|
<nav id="navigation">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{% link index.markdown %}">Home</a></li>
|
<li><a href="{% link index.markdown %}">Home</a></li>
|
||||||
<li><a href="{% link blog.markdown %}">Blog Posts</a></li>
|
<li><a href="{% link blog.markdown %}">Blog Posts</a></li>
|
||||||
<li><a href="{% link support.markdown %}">Support</a></li>
|
<li><a href="{% link support.markdown %}">Support</a></li>
|
||||||
<li><a href="{% link contact.markdown %}">Contact</a></li>
|
<li><a href="{% link contact.markdown %}">Contact</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div id="main-content" class="container">
|
<div id="main-content" class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="columns twelve">
|
<div class="columns twelve">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -5,6 +5,7 @@ body
|
|||||||
font-family: "Gill Sans", sans-serif
|
font-family: "Gill Sans", sans-serif
|
||||||
font-size: 2rem
|
font-size: 2rem
|
||||||
margin: 0
|
margin: 0
|
||||||
|
padding-bottom: 125px
|
||||||
|
|
||||||
a
|
a
|
||||||
color: #1e76d1
|
color: #1e76d1
|
||||||
@ -21,8 +22,19 @@ hr
|
|||||||
.u-text-center
|
.u-text-center
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
|
// this wrapper is only used to hide the footer
|
||||||
|
#wrapper
|
||||||
|
position: relative
|
||||||
|
z-index: 10
|
||||||
|
width: 100%
|
||||||
|
height: 100%
|
||||||
|
margin: 0
|
||||||
|
padding: 0
|
||||||
|
background: white
|
||||||
|
|
||||||
#header-box
|
#header-box
|
||||||
position: relative
|
position: relative
|
||||||
|
z-index: 2
|
||||||
height: 500px
|
height: 500px
|
||||||
background:
|
background:
|
||||||
image: url(/assets/images/bg-banner.jpg)
|
image: url(/assets/images/bg-banner.jpg)
|
||||||
@ -113,7 +125,12 @@ hr
|
|||||||
// footer section
|
// footer section
|
||||||
|
|
||||||
#footer
|
#footer
|
||||||
|
position: fixed
|
||||||
|
z-index: -1
|
||||||
|
bottom: 0
|
||||||
width: 100%
|
width: 100%
|
||||||
margin-top: 25px
|
margin-top: 25px
|
||||||
padding-top: 15px
|
padding-top: 15px
|
||||||
|
background: #212121
|
||||||
border-top: 2px solid #999
|
border-top: 2px solid #999
|
||||||
|
color: white
|
||||||
|
Loading…
Reference in New Issue
Block a user