added about-me.wiki

This commit is contained in:
Tristan Ancelet 2023-09-02 20:32:26 -05:00
parent a7e8d8c5d4
commit 45ab561c52
2 changed files with 43 additions and 1 deletions

42
Site/about-me.html Normal file
View File

@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css">
<title>about-me</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>
#title About Me
</p>
<hr />
<p>
<a href="index.html">Index</a>
<hr />
</p>
<div id="Who Am I"><h2 id="Who Am I" class="header"><a href="#Who Am I">Who Am I</a></h2></div>
<hr />
<p>
I am Tristan Ancelet, a aspiring technologist. I enjoy working with both software and operating systems. I work as a Systems Engineer in my day job for an ISP, in this job I do both Engineering work and Administration Work. In this position I also leverage ansible and create software to help automate portions of my job so that I can cut down the time I have to spend administrating our systems.
</p>
<div id="Other Links"><h2 id="Other Links" class="header"><a href="#Other Links">Other Links</a></h2></div>
<hr />
<ul>
<li>
<a href="https://www.linkedin.com/in/tristan-ancelet/">LinkedIn</a>
<li>
<a href="https://github.com/TristanAncelet">GitHub</a>
</ul>
</body>
</html>

View File

@ -56,7 +56,7 @@ My short Term goals is to graduate with a bachelors in Computer Science. So that
<div id="Hello World-This Blog"><h2 id="This Blog" class="header"><a href="#Hello World-This Blog">This Blog</a></h2></div> <div id="Hello World-This Blog"><h2 id="This Blog" class="header"><a href="#Hello World-This Blog">This Blog</a></h2></div>
<hr /> <hr />
<p> <p>
This blog is just something I whipped up with using VimWiki and some auto-generation bash scripts. I am focusing on reliable (and convenient) generation of the website and NOT visual appeal. I will eventually change to custom CSS so that the style is more unique and easier to look at. However, this is far from something I feel is a priority. This blog is just something I whipped up with using VimWiki and some auto-generation bash scripts. I am focusing on reliable (and convenient) generation of the website and NOT visual appeal. I will eventually change to custom CSS so that the style is more unique and easier to look at. However, this is far from something I feel is a priority in the short term.
</p> </p>
</body> </body>