-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.page.php
35 lines (32 loc) · 1.15 KB
/
default.page.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
<!DOCTYPE html>
<html>
<head>
<title>(CUB) Jamie & Lion<cub:page_title seperator=" - " /></title>
<link href="screen.css" media="screen" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width initial-scale=1.0, minimum-scale=1.0" />
<meta charset="UTF-8">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
</head>
<body id="home">
<nav>
<ul>
<li><a href="/cub/">Home</a></li>
<li><a href="/cub/index.php?s=archive">Archive</a></li>
<li><a href="http://pluslion.com">Work</a></li>
</ul>
</nav>
<aside>
<a href="/">
<img src="headshot.jpg" alt="Photo of Jamie & Lion" />
</a>
<p>The personal site of <strong>Jamie Knight</strong>, a slightly autistic (<abbr title="British Boradcasting Corpoeration">BBC</abbr>) <strong>web developer</strong>, <strong>speaker</strong> and <strong>mountain biker</strong> who is never seen far from his plush sidekick <em>Lion</em>.</p>
</aside>
<cub:if_section name="archive">
<div id="archive">
<cub:article listform="archive"/>
</div>
<cub:else />
<cub:article limit="3" />
</cub:if_section>
</body>
</html>