-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (42 loc) · 2.21 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Steffan Harries by Bendihossan</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Steffan Harries</h1>
<img
alt="photo of me"
src="https://secure.gravatar.com/avatar/a06c38dd3377bbc0db360c44a2969fed?s=420&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png" />
<p>AKA: Bendihossan</p>
<p class="view">
<a href="https://github.com/Bendihossan">github.com/Bendihossan</a> <br />
<a href="http://www.steffanharries.me.uk">steffanharries.me.uk</a> <br />
<a href="mailto:[email protected]">[email protected]</a>
</p>
</header>
<section>
<h3>About Me</h3>
<p>I'm a twenty-something web developer from Llanelli now living in Cardiff. I received a BSc (Hons) in Internet Computing from <a href="http://www.aber.ac.uk/en/cs/">Aberystwyth University's Computer Science</a> Department and I'm a Professional Member (MBCS) of the <a href="http://www.bcs.org/">British Computing Society</a>.</p>
<h3>Contributions</h3>
<p>I'm not the author of anything fancy. I contribute code to the <a href="http://protalk.github.com/protalk/">ProTalk</a> project occasionally after meeting the people involved at a conference. I largely work in PHP using the Symfony2 framework and open source libraries. </p>
<h3>Contact</h3>
<p>Email me at <a href="mailto:[email protected]">[email protected]</a>.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>