Added jobs section
This commit is contained in:
parent
1ad320606d
commit
c46813480f
@ -12,7 +12,7 @@
|
||||
|
||||
<hr />
|
||||
<p>
|
||||
<a href="index.html">Index</a>
|
||||
<a href="index.html">Index</a> <a href="my-jobs.html">My Jobs</a>
|
||||
<hr />
|
||||
</p>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<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.
|
||||
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 MSP, 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>
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ I am Tristan Ancelet, an aspiring technologist. I enjoy working with both softwa
|
||||
<div id="What work do I do-Unix & Linux Systems Engineering"><h3 id="Unix & Linux Systems Engineering" class="header"><a href="#What work do I do-Unix & Linux Systems Engineering">Unix & Linux Systems Engineering</a></h3></div>
|
||||
<hr />
|
||||
<p>
|
||||
As explained above I work as a Unix & Linux Systems Engineer, at an ISP. Out of necessity much of my work is admin-ing our legacy servers as we do not have a dedicated SysAdmin on staff. Otherwise I work on projects to setup new servers and integrate vendors software/products into our infrastructure.
|
||||
As explained above I work as a Unix & Linux Systems Engineer, at an MSP.
|
||||
</p>
|
||||
|
||||
<div id="What work do I do-Development"><h3 id="Development" class="header"><a href="#What work do I do-Development">Development</a></h3></div>
|
||||
|
56
job/fastwyre-unix-linux-systems-engineer.html
Normal file
56
job/fastwyre-unix-linux-systems-engineer.html
Normal file
@ -0,0 +1,56 @@
|
||||
<!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>[Fastwyre] Unix %title%amp; Linux Systems Engineer</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div id="[Fastwyre] Unix & Linux Systems Engineer"><h1 id="[Fastwyre] Unix & Linux Systems Engineer" class="header"><a href="#[Fastwyre] Unix & Linux Systems Engineer">[Fastwyre] Unix & Linux Systems Engineer</a></h1></div>
|
||||
<hr />
|
||||
|
||||
<div id="[Fastwyre] Unix & Linux Systems Engineer-Employer"><h2 id="Employer" class="header"><a href="#[Fastwyre] Unix & Linux Systems Engineer-Employer">Employer</a></h2></div>
|
||||
<hr />
|
||||
<p>
|
||||
<span id="[Fastwyre] Unix & Linux Systems Engineer-Employer-Name:"></span><strong id="Name:">Name:</strong> <a href="https://fastwyre.com">Fastwyre Broadband</a>
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
Duration of employment
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Start Date
|
||||
</td>
|
||||
<td>
|
||||
2022/02/21
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
End Date
|
||||
</td>
|
||||
<td>
|
||||
2023/12/01
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="[Fastwyre] Unix & Linux Systems Engineer-Job Duties"><h2 id="Job Duties" class="header"><a href="#[Fastwyre] Unix & Linux Systems Engineer-Job Duties">Job Duties</a></h2></div>
|
||||
<p>
|
||||
As a Unix & Linux Systems Engineer working for Fastwyre Broadband
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
33
my-jobs.html
Normal file
33
my-jobs.html
Normal file
@ -0,0 +1,33 @@
|
||||
<!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>My Jobs</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>
|
||||
|
||||
|
||||
<div id="My Jobs"><h1 id="My Jobs" class="header"><a href="#My Jobs">My Jobs</a></h1></div>
|
||||
<hr />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="job/fastwyre-unix-linux-systems-engineer.html">Unix & Linux Systems Engineer (Feb 2022 -> Dec 2023)</a>
|
||||
|
||||
<li>
|
||||
<a href="job/acumera-linux-systems-engineer.html">Linux Systems Engineer (Dec 2023 -> Current)</a>
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user