Pages: formatting on main page
This commit is contained in:
parent
bd2b183ea0
commit
e93c62e45a
|
@ -21,12 +21,12 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
|||
Akemi Izuko
|
||||
</h1>
|
||||
<p id="about">
|
||||
I'm Akemi, a 4th year CS honor student at
|
||||
Hey! I'm Akemi, a 4th year CS honor student at
|
||||
<a href="https://www.ualberta.ca/computing-science/index.html">UAlberta</a>. I'm
|
||||
usually on discord, but email is the best way to contact me.
|
||||
Some of my interests include <a href="/unix">unix</a>,
|
||||
<a href="/road_bike.avif">biking</a>, llamas, 日本語とアニミ... 当たり
|
||||
前じゃん and you (>ω^)!
|
||||
usually on discord, but email is the best way to contact me. Some of
|
||||
my interests include <a href="/unix">unix</a>,
|
||||
<a href="/road_bike.avif">biking</a>, llamas, 日本語とアニミ...
|
||||
当たり前じゃん and you (>ω^)!
|
||||
</p>
|
||||
<img id="pfp" src="/akemi_silly_transparent.png" />
|
||||
</main>
|
||||
|
@ -96,6 +96,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
|||
}
|
||||
|
||||
#big-circle-wrapper {
|
||||
width: calc(100% - 60%);
|
||||
height: 160vh;
|
||||
z-index: -1;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue