mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
fun.
This commit is contained in:
@@ -154,7 +154,7 @@ tr {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
display: block;
|
display: block;
|
||||||
/* width: 5em; */
|
/* width: 5em; */
|
||||||
width: 15em;
|
width: 10em;
|
||||||
/* height: 30em; */
|
/* height: 30em; */
|
||||||
/* max-height: 70vh; */
|
/* max-height: 70vh; */
|
||||||
max-width: 90vw;
|
max-width: 90vw;
|
||||||
@@ -162,7 +162,6 @@ tr {
|
|||||||
|
|
||||||
#homeName {
|
#homeName {
|
||||||
margin-top: .25em;
|
margin-top: .25em;
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#name-container {
|
#name-container {
|
||||||
|
|||||||
BIN
src/static/photos/extradimensionalSq.avif
Normal file
BIN
src/static/photos/extradimensionalSq.avif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
src/static/photos/omnidimensionalSq.avif
Normal file
BIN
src/static/photos/omnidimensionalSq.avif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
@@ -1,11 +1,10 @@
|
|||||||
{% block content %} {% macro nameplate() %}
|
{% block content %} {% macro nameplate() %}
|
||||||
<div>
|
<div>
|
||||||
<h1 id="homeName" class="textGrad">Andrew's Definitely Active Website</h1>
|
<h1 id="homeName" class="textGrad">Andrew's Definitely Active Website</h1>
|
||||||
<h2 class="textGrad">Here's a wizard on the moon:</h2>
|
|
||||||
<div class="flex vertOnMobile">
|
<div class="flex vertOnMobile">
|
||||||
<div>
|
<div>
|
||||||
<img
|
<img
|
||||||
src="{{ url_for('static', filename='photos/min.moonWizard.avif') }}"
|
src="{{ url_for('static', filename='photos/extradimensionalSq.avif') }}"
|
||||||
id="homeIcon"
|
id="homeIcon"
|
||||||
fetchpriority=high
|
fetchpriority=high
|
||||||
alt="logo"
|
alt="logo"
|
||||||
|
|||||||
Reference in New Issue
Block a user