wip: update

This commit is contained in:
Marc Cataford 2019-07-16 08:29:41 -04:00
parent ebd524214d
commit f1d5cedd53

View file

@ -1,28 +1,10 @@
<html>
<head>
<title>I'm Marc and I'm looking for work!</title>
<link href='style.css' rel='stylesheet'/>
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<meta name='og:image' content='socialmedia.PNG'/>
<title>Marc needs to update this thing</title>
</head>
<body>
<span id='backdrop'>marc</span>
<main>
<img id='me' src='me.png'/>
<h1>Hello! My name is <span>Marc</span>!</h1>
<h2>I like <span>computer engineering</span>, <span>software development</span>, <span>teaching</span> and <span>journalism</span>.</h2>
<nav id='links'>
<a href='marccataford-april2018.pdf' target='_blank'><i class="fa fa-3x fa-file-alt"></i>Resume</a>
<a href='https://github.com/mcataford' target='_blank'><i class="fab fa-3x fa-github"></i>@mcataford</a>
<a href='https://www.linkedin.com/in/marccataford'><i class="fab fa-3x fa-linkedin-in"></i>@marccataford</a>
<a href='https://www.twitter.com/marccataford' target='_blank'><i class="fab fa-3x fa-twitter"></i>@marccataford</a>
<a href='mailto:marc@marccataford.com' target='_blank'><i class="fas fa-3x fa-at"></i>Email</a>
</nav>
</main>
<p>This is outdated and will update updated soon, I swear. :)</p>
<p>In the meantime, reach out at c.marcandre [a] gmail [dot] com</p>
</body>