diff --git a/about.html b/about.html index 624a87a..af393e4 100644 --- a/about.html +++ b/about.html @@ -158,30 +158,20 @@
- I am currently studying in the Hong Kong University of Science and Technology. My major is a Bachelor of Science in Computer Science, with an additional major in Mathematics. + I am currently studying in the Hong Kong University of Science and Technology. My major is a Bachelor of Science in Computer Science, with an additional major in Mathematics.
If you wish to see my unofficial transcript, please contact me directly.
- I am currently learning Chopin's Ballade No. 4, and have the first Ballade under my belt. + I am currently learning Chopin's Fantasy Op. 49 and Polonaise-Fantasy Op.61, and have mostly learnt Ballade No. 1 and No. 4 + along with other smaller pieces.
diff --git a/index.html b/index.html index 1b73d10..890b4fd 100644 --- a/index.html +++ b/index.html @@ -138,9 +138,9 @@- The best way to learn as a programmer is to program. + The best way to learn as a programmer is to program, and I have no shortage of past projects under my belt. - I've handpicked a shortlist of featured past projects below. + I've handpicked a shortlist of past projects below. You can also check out my full list of projects or my GitHub.
+ A symbolic math evaluator library written in Rust for the web. + Includes a handwritten parser and custom implementations for + certain maths functions, and compiles to WebAssembly. +
+ + GitHub Page + + +@@ -185,12 +197,12 @@
A framework for creating client-side maths assignments with automatic answer checking. This was created for a - separate April Fools joke. + separate April Fools joke, but has genuine utility.
GitHub Page @@ -254,7 +266,6 @@+ A symbolic math evaluator library written in Rust for the web. + Includes a handwritten parser and custom implementations for + certain maths functions, and compiles to WebAssembly. +
+ + GitHub Page + + +@@ -141,12 +153,12 @@
A framework for creating client-side maths assignments with automatic answer checking. This was created for a - separate April Fools joke. + separate April Fools joke, but has genuine utility.
GitHub Page diff --git a/styles/home.css b/styles/home.css index bd025dd..2980100 100644 --- a/styles/home.css +++ b/styles/home.css @@ -6,6 +6,7 @@ html[data-scroll="30"] .navigation-background { #cover { height: 100vh; + position: relative; } #about { @@ -96,6 +97,8 @@ html[data-scroll="30"] .navigation-background { font-size: 150px; font-weight: 900; user-select: none; + + text-shadow: 4px 4px 40px rgba(0, 0, 0, 0.436); } #name-first { color: #f85757; @@ -120,6 +123,8 @@ html[data-scroll="30"] .navigation-background { animation: animate-in-sep; animation-duration: 600ms; + + box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.436); } /* #endregion */ @@ -132,10 +137,9 @@ html[data-scroll="30"] .navigation-background { width: 600px; height: 600px; z-index: 1; - - right: 9vw; - + right: 0; overflow: visible; + padding: inherit; } #mn-svg { @@ -298,7 +302,7 @@ html[data-scroll="30"] .navigation-background { animation-duration: 600ms; } #emblem-container { - right: 6vw; + right: 0; } }