This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
/
index.php
41 lines (36 loc) · 1.63 KB
/
index.php
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
<!DOCTYPE html><html lang="en-gb">
<head>
<title>Barebones - An initial directory setup, style guide and pattern primer</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="_css/styles.css" type="text/css"/>
</head>
<body>
<header role="banner">
<div class="container">
<h1 class="headline">Barebones</h1>
<p class="lede">An initial directory setup, style guide and pattern primer</p>
</div><!--/container-->
</header><!--/@banner-->
<main role="main">
<div class="container">
<p>Intended as a starting point for my own projects, Barebones is freely available to fork and adapt for your own needs.</p>
<p><a class="button" href="https://github.com/paulrobertlloyd/barebones/archive/master.zip" download="barebones">Download Barebones</a> or <a href="https://github.com/paulrobertlloyd/barebones">view project on Github</a>.<p>
<h2>Contents</h2>
<dl>
<dt><a href="_styleguide.php">Style Guide</a></dt>
<dd>Basic markup and typographic styles</dd>
<dt><a href="_patterns.php">Pattern Library</a></dt>
<dd>Common snippets of markup</dd>
<dt><a href="_forms.php">Form Example</a></dt>
<dd>Basic form styles</dd>
</dl>
</div><!--/container-->
</main><!--@main-->
<footer role="contentinfo">
<div class="container">
<p><small>Copyright © 2013 <a href="http://paulrobertlloyd.com">Paul Robert Lloyd</a>. Code covered by the <a rel="license" href="http://paulrobertlloyd.mit-license.org/">MIT license</a>.</small></p>
</div><!--/container-->
</footer><!--/@contentinfo-->
</body>
</html>