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