added about-me.wiki
This commit is contained in:
42
Site/about-me.html
Normal file
42
Site/about-me.html
Normal 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>
|
Reference in New Issue
Block a user