summaryrefslogtreecommitdiff
path: root/www/index.html
blob: 589deffa772e234f2501787635eb67225c3e5781 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<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&#39; 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 - 2020-01-13</h2>
      <h3>remember/recall - what could&#39;ve been a command line tool</h3>
      <p>During a meeting at work when I realized I often forget useful
      commands. So I had the bright idea to create a command line tool that
      would basically append a file with the command you wanted to remember
      that you could search over later if you wanted to recall a certain
      command. I figured I could it could just be a simple bash script that
      recalls your bash-history and appends it to a file, all things that are
      incredibly easy to do... or so I thought.</p>
      <div class='footer'>
        <a href='/blog/2020-01-13'>Continue reading...</a>
      </div>
    </article>
    <article>
      <h2>Bread</h2>
      <p><a href='/blog/bread/'>Bread blog!</a> - I started blogging about my bakes in the hopes of learning what I did right/wrong and perfecting my bread. 
      This is a different format than the other blog posts, it's a single page containing, long form, all the different entries.</p>
      <div class='footer'>
        <a href='/blog/bread/#2020-02-17'>Last updated - 2020-02-17</a>
      </div>
    </article>
  </div>
</body>
</html>