diff options
| author | Stephen Enders <senders@spotify.com> | 2019-01-21 23:50:18 -0500 | 
|---|---|---|
| committer | Stephen Enders <senders@spotify.com> | 2019-01-21 23:50:18 -0500 | 
| commit | 4c43ffa3107e7daab8565241c5e6764e1d6e92d1 (patch) | |
| tree | c8eb869e3363b699328d176f2b9867a5d9975a12 /www/index.html | |
| parent | b59c8c6cb0a649092749f7432772acfeb6714d27 (diff) | |
2019-01-21 Post + So many updates to the site in general
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 64 | 
1 files changed, 37 insertions, 27 deletions
diff --git a/www/index.html b/www/index.html index 3c9b9d4..4c5b454 100644 --- a/www/index.html +++ b/www/index.html @@ -1,30 +1,40 @@  <!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> +<head> +  <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> +  <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'> +    <a class='title' href='/'>senders.io</a> +    <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'> +      <h2>Recent Post - 2019-01-21</h2> +      <h3>First! A New Years Resolution</h3> +      <p>I like to write small hacky things from time to time when I have a +      weekend to myself, or a day, or an hour... But I never had a place to put +      them or the push to complete them beyond their initial hack. So I decided +      I should write a blog about it.</p> +      <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 id='footer'> +      <a href='/blog/2019-01-21.html'>Continue reading...</a> +    </div> +  </div> +</body>  </html>  |