start status page

This commit is contained in:
2025-07-17 19:31:19 -05:00
parent 9bc0eb1ce5
commit 34e5512a8d
6 changed files with 66 additions and 11 deletions

View File

@@ -85,11 +85,11 @@
<div onClick="goto('home')" class="navElement">
<p>Home</p>
</div>
<a href="Resume_Simonson_Andrew.pdf" target="_blank" class="navElement">
<span>Resume</span>
</a>
<div onclick="goto('status')" class="navElement">
<p>Status</p>
</div>
<div onclick="goto('projects')" class="navElement">
<p>Projects</p>
<p>Work</p>
</div>
</div>
</div>

View File

@@ -34,7 +34,7 @@
I'm at it:
</p>
<ul>
<li>Wicked Wizard of the Well</li>
<li>Wicked Wizard of the West</li>
<li>Brown Belt Fucker Arounder, Black Belt Finder Outer</li>
<li>Hater of Bloat, Enemy of Node.js</li>
<li>Creator and Harnesser of Energy</li>

View File

@@ -1,13 +1,9 @@
{% block content %}
<div class="foreground"></div>
<div class="foregroundContent">
<div data-aos="fade-up">
<h2 class="concentratedHead">Projects</h2>
</div>
<div class="flex equalitems vertOnMobile">
<div>
<h2>About Me</h2>
<h2 class="concentratedHead">About Me</h2>
<p>
I'm Andrew Simonson<!--, CEO of the anti-thermodynamics syndicate.-->,
a <strong>Data Scientist at Ecolab</strong> and a graduate Data
@@ -32,6 +28,11 @@
of unprofessional development and I swear by this form of
learning.
</p>
<h3 class='concentratedHead'>
I also have a
<a href="Resume_Simonson_Andrew.pdf" target="_blank">resume</a>
for some reason.
</h3>
</div>
<div id="skills">
<h2 id="skillstag">Skills</h2>
@@ -41,7 +42,7 @@
</div>
<br />
<h2>Projects</h2>
<h2 class="concentratedHead">Projects</h2>
<!-- >
<div class="checkbox-wrapper">
<div class="flex start">

34
src/templates/status.html Normal file
View File

@@ -0,0 +1,34 @@
{% block content %}
<div class="foreground"></div>
<div class="foregroundContent">
<h2 class='concentratedHead'>Status Page</h2>
<h4>Page under construction</h4>
<table>
<tr>
<th>Host</th>
<th>Service(s)</th>
<th>Status</th>
</tr>
<tr>
<td>LC lemp</td>
<td>Portfolio Website</td>
<td></td>
</tr>
<tr>
<td>LC lemp</td>
<td>hotspots.asimonson.com</td>
<td></td>
</tr>
<tr>
<td>LC Antietam</td>
<td>gatorway</td>
<td>Unknown</td>
</tr>
<tr>
<td>CSH K8s Cluster</td>
<td>slate.csh.rit.edu</td>
<td></td>
</tr>
</table>
</div>
{% endblock %}