-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Stuart Baker—smkbr.xyz</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css">
<script src="https://use.fontawesome.com/releases/v5.0.4/js/brands.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.4/js/fontawesome.js"></script>
</head>
<body>
<section class="hero is-dark is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title">
Stuart Baker
</h1>
<h2 class="subtitle">
Software Engineer,
<span class="has-text-weight-light">
UK
</span>
</h2>
</div>
</div>
</section>
<!--<section class="section">
<div class="container">
<ul>
<li>
<a href="https://github.com/smbkr">
<i class="fab fa-github-square"></i>
GitHub
</a>
<span class="has-text-weight-light">
Check out my public code contributions
</span>
</li>
</ul>
</div>
</section>-->
</body>
</html>