blob: 3c9b9d4e4eaca4efc29ce1cea15315aaf2e001fa (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<title>senders.io - Homepage</title>
<link rel='stylesheet' type='text/css' href='/index.css' />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div id='header'>
<span class='title'>senders.io</span>
<nav>
<a href="./resume">Resume</a>
<a href="./blog">Blog</a>
<a href="https://github.com/s3nd3r5">Github</a>
</nav>
</div>
<div id='body'>
<article>
<h1>Welcome to Stephen Enders' homepage</h1>
<p>This is my personal site for my projects and other random stuff I feel like uploading.</p>
</article>
<article id='homepage-post'>
<h1>Recent Post - 2018-01-18</h1>
<p>First!</p>
<p>My plan for this site is part of my New Years Resolution to not only improve my non-technical-document writing,
but to also upload whatever I am working on.</p>
</article>
</div>
</body>
</html>
|