-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
48 lines (41 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<title>Software Captineer</title>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="page-header">
<h1>OH NO!</h1>
</div>
<div class="main">
<div class="index">
<img class="center" src="images/trump.gif">
<h2>Webpage in development!</h2>
<p>
If you're looking for the captainwalters page, you're in the right place but it's not quite ready yet. <br/>
If you need him quick; check the links below or send an <a href="mailto:[email protected]">email</a>
</p>
<div class="flex-container">
<div class="flex-item">
<a href="https://twitter.com/captainwalters" target="_blank"><img class="icon" src="images\social_icons\twitter.png" alt="Twitter" /></a>
</div>
<div class="flex-item">
<a href="https://github.com/CaptainWalters" target="_blank"><img class="icon" src="images\social_icons\github.png" alt="GitHub" /></a>
</div>
<div class="flex-item">
<a href="https://www.linkedin.com/in/oliver-walters" target="_blank"><img class="icon" src="images\social_icons\linkedin.png" alt="LinkedIn" /></a>
</div>
</div>
</div>
</div>
<footer class="foot">
<div class="lines">
<div class="box">
<div class="f-text">© Oliver Walters 2017</div>
</div>
</div>
</footer>
</body>
</html>