rearrange scss
This commit is contained in:
parent
f78b88f8f6
commit
2efc299419
|
@ -82,7 +82,9 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
jekyll
|
||||
jekyll-minifier
|
||||
jekyll-sass-converter
|
||||
jekyll-sitemap
|
||||
sassc
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.26
|
||||
2.4.22
|
||||
|
|
|
@ -22,3 +22,6 @@ exclude:
|
|||
- node_modules/
|
||||
- shell.nix
|
||||
- vendor
|
||||
|
||||
sass:
|
||||
style: compressed
|
|
@ -6,22 +6,11 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>{{ page.title}}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="/style/bootstrap.css" rel="stylesheet" />
|
||||
<link href="/style/style.css" rel="stylesheet" />
|
||||
<link href="/style/green.css" rel="stylesheet" />
|
||||
<link href="/style/newbarn.css" rel="stylesheet" />
|
||||
<link href="/style/site.css" rel="stylesheet" />
|
||||
<meta name="description" content="{{ page.meta_description }}" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="fb-root"></div>
|
||||
<script>(function (d, s, id) {
|
||||
r js, fjs = d.getElementsByTagName(s)[0];
|
||||
(d.getElementById(id)) return;
|
||||
= d.createElement(s); js.id = id;
|
||||
.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=152848771487469";
|
||||
s.parentNode.insertBefore(js, fjs);
|
||||
document, 'script', 'facebook-jssdk'));</script>
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
|
@ -6,7 +6,7 @@ layout: default
|
|||
hero
|
||||
{{ page.class }}
|
||||
">
|
||||
<h1><span>{{ page.header_text }}</span></h1>
|
||||
<hr />
|
||||
{{ content }}
|
||||
<h1><span>{{ page.header_text }}</span></h1>
|
||||
<hr />
|
||||
{{ content }}
|
||||
</div>
|
|
@ -1,9 +1,16 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>not found</title>
|
||||
<meta http-equiv="refresh" content="0;URL='https://newbarnltd.co.uk/'" />
|
||||
</head>
|
||||
<body>
|
||||
<p>not found - redirecting to <a href="https://newbarnltd.co.uk">newbarnltd.co.uk</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>not found</title>
|
||||
<meta http-equiv="refresh" content="0;URL='https://newbarnltd.co.uk/'" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
not found - redirecting to
|
||||
<a href="https://newbarnltd.co.uk">newbarnltd.co.uk</a>.
|
||||
</p>
|
||||
</body>
|
||||
|
||||
</html>
|
7
style/site.scss
Normal file
7
style/site.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
---
|
||||
|
||||
@import "bootstrap";
|
||||
@import "style";
|
||||
@import "green";
|
||||
@import "newbarn";
|
Loading…
Reference in a new issue