diff --git a/about.html b/about.html index 624a87a..af393e4 100644 --- a/about.html +++ b/about.html @@ -158,30 +158,20 @@

Topics of Interest

Education

- 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.

-

Courses Taken or Underway

+

Notable Courses Taken

-
MATH 1014 - Calculus II
-
COMP 2711 - Discrete Maths
-
SOSC 1000F - Globalisation in Everyday Life
-
COMP 1021 - Intro to CS
-
COMP 2211 - Intro to AI
-
MATH 2023 - Multivariable Calculus
-
LANG 2030H - Honors Technical Com.
-
ELEC 1200 - Communications
COMP 2012H - Honors C++ and Data Structures
MATH 2131 - Honors Linear Algebra
-
MATH 2421 - Probability
-
MATH 2043 - Honors Mathematical Analysis
+
MATH 3043 - Honors Real Analysis
+
MATH 3131 - Honors Abstract Algebra
COMP 3711 - Algorithms
-
COMP 2611 - Computer Organization
-
MATH 4321 - Game Theory
COMP 4901U - Modern Compiler Construction
@@ -199,7 +189,8 @@

Music

recordings to share, as I have only recently started playing seriously. Currently, I have no teacher and play for fun.

- 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 @@

Projects

- 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.

@@ -163,6 +163,18 @@

Projects

Personal Projects

+ +

wasm-math-evaluator

+

+ 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 + + +

caglang

@@ -185,12 +197,12 @@

OpenSkillBot

- -

Maths Test Framework

+
+

Maths Test Framework (2024)

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 @@

ISSIA Magazine

-
diff --git a/projects.html b/projects.html index 169c131..2cc3f0c 100644 --- a/projects.html +++ b/projects.html @@ -80,6 +80,18 @@

Full List of Projects

+ +

wasm-math-evaluator

+

+ 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 + + +

caglang

@@ -141,12 +153,12 @@

OpenSkillBot

- -

Maths Test Framework

+
+

Maths Test Framework (2024)

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; } }