Initial commit after seperating Blog from Blog-Site
This commit is contained in:
50
about-me.html
Normal file
50
about-me.html
Normal file
@@ -0,0 +1,50 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<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>
|
||||
|
||||
|
||||
<hr />
|
||||
<p>
|
||||
<a href="index.html">Index</a>
|
||||
<hr />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="../../../../images/tristan.jpg" alt="Image of Tristan" />
|
||||
</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, an 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>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/TristanAncelet/BlogGenerator">GitHub Repo for this Project</a>
|
||||
|
||||
<li>
|
||||
<a href="https://git.arcanium.tech/tristan">My GitServer</a>
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user