Skip to content

Commit b303093

Browse files
committed
base layout
1 parent 411dd23 commit b303093

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

_layouts/default.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>{{page.title}}</title>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
8+
<link rel="stylesheet" href="/styles/default.css">
9+
<!--[if lt IE 9]>
10+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+
<![endif]-->
12+
</head>
13+
<body>
14+
<header>
15+
<h1>
16+
<img src='/images/logo.png' alt='C' title='Crafted Code' />
17+
rafted
18+
<span>
19+
code
20+
</span>
21+
</h1>
22+
</header>
23+
<section id="page">
24+
{{content}}
25+
</section>
26+
<footer>
27+
<h1>&copy; 2012 Crafted Code Limited</h1>
28+
<p>Registered Company No: 7762190</p>
29+
</footer>
30+
</body>
31+
</html>

favicon.ico

1.12 KB
Binary file not shown.

images/logo.png

21.3 KB
Loading

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: default
3+
title: Crafted Code
4+
---
5+
<blockquote>
6+
Bespoke development and consultancy for the web, specalising in Test Driven Development with Ruby.
7+
</blockquote>

0 commit comments

Comments
 (0)