diff --git a/about.html b/about.html new file mode 100644 index 0000000..cd762ce --- /dev/null +++ b/about.html @@ -0,0 +1,55 @@ + + + + About + + + + +

+ Who are you? +

+ +

Name

+ +

Ashelyn, but I usually go by Ashe, Dawn, or Tempest

+ +

Interests

+ +

+ Coding, VR, 3D modeling, cryptography, photography, hiking, reading, + writing, and locksport +

+ +

Games

+ +

+ Currently a lot of VR Chat, other favorites include Hades, Celeste + and Titanfall 2 +

+ +

Occupation

+ +

+ Web dev, primarily Javascript but also featuring Rust, .NET, Java, + and an obscene amount of bash +

+ +

Family

+ +

+ I am married to my lovely wife, and we have two kids together +

+ +

Other Projects

+ + + + diff --git a/index.html b/index.html index 09173fd..3cd3d51 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,14 @@ - Ashe's Neo-Site + Ashen Dawn +

Hi, I'm Ashe diff --git a/not_found.html b/not_found.html index b96fcf9..19e6457 100644 --- a/not_found.html +++ b/not_found.html @@ -5,6 +5,10 @@ +

Not Found

diff --git a/resources/style.css b/resources/style.css index c0266f4..48e87eb 100644 --- a/resources/style.css +++ b/resources/style.css @@ -18,6 +18,24 @@ body { padding: 16px; } +nav { + display: flex; + flex-direction: row; + flex-wrap: wrap; +} + +nav a { + opacity: .4; +} + +nav a:hover { + opacity: .8; +} + +nav > a:not(:last-child) { + margin-right: 40px; +} + h1 > aside { display: inline-block; font-size: .5em;