-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (62 loc) · 3.1 KB
/
index.html
File metadata and controls
66 lines (62 loc) · 3.1 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Christopher Elison | Coming Soon</title>
<meta name="description" content="Web Developer, gamer & blogger from Sale, UK">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/baseline.css">
<link rel="stylesheet" href="/css/style.css">
<link href='//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Bitter:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
</head>
<body>
<div class="container">
<h1 class="alpha">Christopher Elison</h1>
<p class="blurb">
I'm Christopher Elison, an aspiring web developer, gamer and blogger from Sale, Cheshire
in the United Kingdom. I'm interested in HTML5, CSS, JavaScript, Java, PHP, Google Earth, Ruby,
Jekyll, WordPress, web typography, photography, travel, history, art & literature — you could
say I'm a jack of all trades and a master of none.
</p>
<p class="blurb">
There's not much here at the moment, but as I get to grips with Jekyll and GitHub pages, I hope to
be able to migrate my site and blog here permanently.
</p>
<div class="social-links">
<span class="fa-stack fa-lg">
<a href="https://twitter.com/ChrisElison" class="twitter-icon" title="Twitter">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</a>
</span>
<span class="fa-stack fa-lg">
<a href="https://github.com/ChrisElison" class="github-icon" title="GitHub">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</a>
</span>
<span class="fa-stack fa-lg">
<a href="https://www.flickr.com/photos/christopher-elison/" class="flickr-icon" title="Flickr">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-flickr fa-stack-1x fa-inverse"></i>
</a>
</span>
</div>
<footer>
<p>
<small>
Website source & article content released under <a href="http://creativecommons.org/licenses/by-sa/4.0/" title="CC BY-SA">Creative Commons license CC-BY-SA</a>.
Designed & created by <a href="https://twitter.com/ChrisElison">Christopher Elison</a> in Sale, Cheshire, United Kingdom.
</small>
</p>
<a href="http://creativecommons.org/licenses/by-sa/4.0/">
<img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="CC license logo" title="Creative Commons BY-SA">
</a>
</footer>
</div>
</body>
</html>