-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 939 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Shipped Code - Software Development Consultancy</title>
<link rel="stylesheet" href="assets/base.min.css">
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<main>
<img src="assets/logo.jpg" id="logo" alt="Shipped Code">
<h1 class="title">Shipped Code</h1>
<h2 class="subtitle">A hands-on software development consultancy</h2>
<p>Hire me to help refine your development processes, pay down technical debt, and lead by example writing maintainable, well-tested code.</p>
<p>Get in touch with Oli: <strong class="contact">@shippedcode.com</strong></p>
<footer>Shipped Code Limited is a company registered in England and Wales with company number 11964391.</footer>
</main>
</body>
</html>