mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05: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>
|
<div id="nametag" class="flex" data-aos="fade-up">{{ nameplate() }}</div>
|
||||||
<!--<INSERT SMALL BANNER HERE FOR PROJECT IMAGECARD CAROUSEL>-->
|
<!--<INSERT SMALL BANNER HERE FOR PROJECT IMAGECARD CAROUSEL>-->
|
||||||
<div id="desktopSpacer"></div>
|
<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='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='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') }}" />
|
<img alt='I Fear No Beer' src="{{ url_for('static', filename='photos/blinkies/fearnobeer.gif') }}" />
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div class="flex">
|
{# <div class="flex">
|
||||||
<div class="pointer selfcenter" onClick="goto('duck')">
|
<div class="pointer selfcenter" onClick="goto('duck')">
|
||||||
<img
|
<img
|
||||||
alt="duck spinning"
|
alt="duck spinning"
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
class="smallImg"
|
class="smallImg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> #}
|
||||||
<br />
|
<br />
|
||||||
<div id="aboutCards" class="flex">
|
<div id="aboutCards" class="flex">
|
||||||
<div class="chess">
|
<div class="chess">
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
theory.
|
theory.
|
||||||
<br />
|
<br />
|
||||||
<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
|
models in games and developing interfaces to recreate my
|
||||||
findings for friends. Now I develop tracable AI built on
|
findings for friends. Now I develop tracable AI built on
|
||||||
deductive reasoning, maintaning scientific methodology in an
|
deductive reasoning, maintaning scientific methodology in an
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="foreground"></div>
|
<div class="foreground"></div>
|
||||||
<div class="foregroundContent">
|
<div class="foregroundContent">
|
||||||
<h2 class='concentratedHead'>Status Page</h2>
|
<h2 class='concentratedHead'>Server Status Page</h2>
|
||||||
<h4>Page under construction</h4>
|
<h3>Page Disabled</h3>
|
||||||
|
{# <h4>Page under construction</h4>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Host</th>
|
<th>Host</th>
|
||||||
@@ -30,5 +31,6 @@
|
|||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
#}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user