Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 38 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,48 +1,41 @@
<!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:oliver@captainwalters.io">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">&copy; Oliver Walters 2017</div>
</div>
</div>
</footer>

</body>
<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:oliver@captainwalters.io">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">&copy; Oliver Walters 2017</div>
</div>
</div>
</footer>
</body>
</html>