diff --git a/src/app/characters/characters.html b/src/app/characters/characters.html index f4ed7f4..ad7e08f 100644 --- a/src/app/characters/characters.html +++ b/src/app/characters/characters.html @@ -1,12 +1,12 @@

Characters

Emi

- Emi's avatar + Emi's avatar

Our main character, Emi has always struggled to make friends in person. But she thrives online, where she feels she can be her true self.


Mira

- Mira's avatar + Mira's avatar

Mira is Emi's online girlfriend. They are in a long-distance relationship, so they have not met. This works out great for Emi, but maybe not all is as it seems?

diff --git a/src/app/home/home.css b/src/app/home/home.css index e69de29..c29b1f8 100644 --- a/src/app/home/home.css +++ b/src/app/home/home.css @@ -0,0 +1,12 @@ +img { + width: 500px; + border-radius: 50%; +} + +h2 { + font-size: 2rem; +} + +p { + font-size: 1.5rem; +} diff --git a/src/app/home/home.html b/src/app/home/home.html index 5f2c53f..99fedd5 100644 --- a/src/app/home/home.html +++ b/src/app/home/home.html @@ -1 +1,3 @@ -

home works!

+

YuriGPT

+YuriGPT Logo +

A webcomic about two girls in love.

diff --git a/src/app/nav/nav.css b/src/app/nav/nav.css index 1cc5ea1..5571b9d 100644 --- a/src/app/nav/nav.css +++ b/src/app/nav/nav.css @@ -21,6 +21,10 @@ li { margin: 0 10px; } +img { + height: 50px; +} + #highlight { font-size: 1.2em; background: var(--foreground); diff --git a/src/app/nav/nav.html b/src/app/nav/nav.html index 3ff989f..7c07ca9 100644 --- a/src/app/nav/nav.html +++ b/src/app/nav/nav.html @@ -1,6 +1,6 @@