diff options
| author | Benjamin Sanders <ben@sanders.life> | 2025-02-07 07:33:31 -0500 |
|---|---|---|
| committer | Benjamin Sanders <ben@sanders.life> | 2025-02-07 07:33:31 -0500 |
| commit | a77bde84e2659d9df4899da8a5f31136372398cc (patch) | |
| tree | fd7d1e47cc5ef23f1f11d34c70a099d9fa4f5b7b /_site/about.html | |
initial commit
Diffstat (limited to '_site/about.html')
| -rw-r--r-- | _site/about.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/_site/about.html b/_site/about.html new file mode 100644 index 0000000..c4101df --- /dev/null +++ b/_site/about.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta content="Ben's Corner of the Web" property="og:title"> + <meta content="Ben is a GNU/Linux nerd and these are his links" property="og:description"> + <meta content="https://ben.sanders.life" property="og:url"> + <meta content="https://bsand.net/assets/me.jpeg" property="og:image"> + <meta content="#b172bc" data-react-helmet="true" name="theme-color"> + <link rel="stylesheet" href="/main.css"> + <title>Ben's Website</title> +</head> + +<body> + <div id="website-container"> + <ul class="navigation"> + <li><a href="/" title="home">~/</a></li> + <li><a href="/about" title="about me">~/about</a></li> + <li><a href="/resume" title="my resume">~/resume</a></li> + <li><a href="/blog" title="my blog">~/blog</a></li> + <li><a href="/resources" title="resources">~/resources</a></li> + </ul> + + + <h1 id="about-me">About Me</h1> + +<p>I’m an aspiring Network Administrator and GNU/Linux Nerd with a flare for web design.</p> + +<p>Technology has always been a big part of my life ever since I was a kid. I just always loved to tinker +with things to find out how they worked.</p> + +<h2 id="work">Work</h2> + +<p>I am a Linux Support II Technician at Liquid Web. While I started my IT journey out as a web designer. I feel like I have really fell into lovin the backend of it and ensuring the packets make it safely to their +destination.</p> + +<p>I’ve had this site online for more then a decade now since I first bought the domain bensanders.me +in 2010 and hosted it on a shuttle PC my dad used to use. Since then I’ve taken it through many blogging +platforms. Going from WordPress to Jekyll to Ghost and now back to Jekyll.</p> + +<p>I don’t publish too often here though I would love to try to deep dive on a topic that interests me or something new that I’m learning.</p> + + </div> + <footer> + <small>© Ben Sanders, 2025</small> + </footer> + <!-- <script src="./index.js"></script> --> + + +</body> +</html> |
