mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21:09:49 -06:00
temp finish
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<div id="nametag" class="flex" data-aos="fade-up">{{ nameplate() }}</div>
|
||||
<!--<INSERT SMALL BANNER HERE FOR PROJECT IMAGECARD CAROUSEL>-->
|
||||
<div id="desktopSpacer"></div>
|
||||
<div class="homeSubContent">
|
||||
<div class="homeSubContent blinkies">
|
||||
<img alt='My Brain is Glowing' src="{{ url_for('static', filename='photos/blinkies/brainglow.gif') }}" />
|
||||
<img alt='Pepsi Addict' src="{{ url_for('static', filename='photos/blinkies/pepsiaddict.gif') }}" />
|
||||
<img alt='I Fear No Beer' src="{{ url_for('static', filename='photos/blinkies/fearnobeer.gif') }}" />
|
||||
@@ -41,7 +41,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<br />
|
||||
<div class="flex">
|
||||
{# <div class="flex">
|
||||
<div class="pointer selfcenter" onClick="goto('duck')">
|
||||
<img
|
||||
alt="duck spinning"
|
||||
@@ -63,7 +63,7 @@
|
||||
class="smallImg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div> #}
|
||||
<br />
|
||||
<div id="aboutCards" class="flex">
|
||||
<div class="chess">
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
theory.
|
||||
<br />
|
||||
<br />
|
||||
I got my start ~2017 reverse engineering probablistic logic
|
||||
I started in ~2017, reverse engineering probablistic logic
|
||||
models in games and developing interfaces to recreate my
|
||||
findings for friends. Now I develop tracable AI built on
|
||||
deductive reasoning, maintaning scientific methodology in an
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{% block content %}
|
||||
<div class="foreground"></div>
|
||||
<div class="foregroundContent">
|
||||
<h2 class='concentratedHead'>Status Page</h2>
|
||||
<h4>Page under construction</h4>
|
||||
<h2 class='concentratedHead'>Server Status Page</h2>
|
||||
<h3>Page Disabled</h3>
|
||||
{# <h4>Page under construction</h4>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Host</th>
|
||||
@@ -30,5 +31,6 @@
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
#}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user