mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
23 lines
625 B
HTML
23 lines
625 B
HTML
{% block content %}
|
|
<div class="homeground">
|
|
<div class="relative">
|
|
<div class="flex">
|
|
<div id="HomeContent" data-aos="fade-up">
|
|
<h1>Andrew Simonson</h1>
|
|
<h3>Computer Science student at Rochester Institute of Technology</h3>
|
|
</div>
|
|
</div>
|
|
<div class="onRight" data-aos="fade-up">
|
|
<img
|
|
src="{{ url_for('static', filename='readme-stats-vercel-01-25-2023.svg') }}"
|
|
class="langstats"
|
|
/>
|
|
<div class="chess">
|
|
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125')
|
|
}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|