Skip to content

Commit

Permalink
New content
Browse files Browse the repository at this point in the history
  • Loading branch information
CAG2Mark committed Apr 12, 2024
1 parent a5d96c4 commit f99d6c5
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 28 deletions.
21 changes: 6 additions & 15 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,30 +158,20 @@ <h2>Topics of Interest</h2>
<div class="info-col">
<h1>Education</h1>
<p>
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 <b>Hong Kong University of Science and Technology</b>. My major is a Bachelor of Science in Computer Science, with an additional major in Mathematics.
</p>
<p>
If you wish to see my unofficial transcript, please contact me directly.
</p>
</div>
<div class="info-col">
<h2>Courses Taken or Underway</h2>
<h2>Notable Courses Taken</h2>
<div class="fancy-tag-container">
<div class="fancy-tag-item">MATH 1014 - Calculus II</div>
<div class="fancy-tag-item">COMP 2711 - Discrete Maths</div>
<div class="fancy-tag-item">SOSC 1000F - Globalisation in Everyday Life</div>
<div class="fancy-tag-item">COMP 1021 - Intro to CS</div>
<div class="fancy-tag-item">COMP 2211 - Intro to AI</div>
<div class="fancy-tag-item">MATH 2023 - Multivariable Calculus</div>
<div class="fancy-tag-item">LANG 2030H - Honors Technical Com.</div>
<div class="fancy-tag-item">ELEC 1200 - Communications</div>
<div class="fancy-tag-item">COMP 2012H - Honors C++ and Data Structures</div>
<div class="fancy-tag-item">MATH 2131 - Honors Linear Algebra</div>
<div class="fancy-tag-item">MATH 2421 - Probability</div>
<div class="fancy-tag-item">MATH 2043 - Honors Mathematical Analysis</div>
<div class="fancy-tag-item">MATH 3043 - Honors Real Analysis</div>
<div class="fancy-tag-item">MATH 3131 - Honors Abstract Algebra</div>
<div class="fancy-tag-item">COMP 3711 - Algorithms</div>
<div class="fancy-tag-item">COMP 2611 - Computer Organization</div>
<div class="fancy-tag-item">MATH 4321 - Game Theory</div>
<div class="fancy-tag-item">COMP 4901U - Modern Compiler Construction</div>
</div>
</div>
Expand All @@ -199,7 +189,8 @@ <h1>Music</h1>
recordings to share, as I have only recently started playing seriously. Currently, I have no teacher and play for fun.
</p>
<p>
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.
</p>
</div>
</div>
Expand Down
23 changes: 17 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ <h2>
<div class="info-col">
<h1>Projects</h1>
<p>
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.
</p>
</div>
Expand All @@ -163,6 +163,18 @@ <h1>Projects</h1>
<h1>Personal Projects</h1>
</div>
<div class="info-row-grid">
<a class="info-panel info-panel-link" href="https://github.com/CAG2Mark/wasm-math-evaluator">
<h2>wasm-math-evaluator</h2>
<p>
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.
</p>
<span class="panel-link">
<span class="panel-link-text">GitHub Page</span>
<img class="panel-link-arrow" src="content/icons/arrow.svg">
</span>
</a>
<a class="info-panel info-panel-link" href="https://github.com/CAG2Mark/caglang">
<h2>caglang</h2>
<p>
Expand All @@ -185,12 +197,12 @@ <h2>OpenSkillBot</h2>
<img class="panel-link-arrow" src="content/icons/arrow.svg">
</span>
</a>
<a class="info-panel info-panel-link" href="https://github.com/CAG2Mark/MathsTestNew">
<h2>Maths Test Framework</h2>
<a class="info-panel info-panel-link" href="https://github.com/CAG2Mark/MathsTest2024">
<h2>Maths Test Framework (2024)</h2>
<p>
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.
</p>
<span class="panel-link">
<span class="panel-link-text">GitHub Page</span>
Expand Down Expand Up @@ -254,7 +266,6 @@ <h2>ISSIA Magazine</h2>
</div>
</div>


<!-- get in touch -->
<div class="section" id="contact">

Expand Down
18 changes: 15 additions & 3 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ <h1>Full List of Projects</h1>
</div>

<div class="info-row-grid">
<a class="info-panel info-panel-link" href="https://github.com/CAG2Mark/wasm-math-evaluator">
<h2>wasm-math-evaluator</h2>
<p>
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.
</p>
<span class="panel-link">
<span class="panel-link-text">GitHub Page</span>
<img class="panel-link-arrow" src="content/icons/arrow.svg">
</span>
</a>
<a class="info-panel info-panel-link" href="https://github.com/CAG2Mark/caglang">
<h2>caglang</h2>
<p>
Expand Down Expand Up @@ -141,12 +153,12 @@ <h2>OpenSkillBot</h2>
<img class="panel-link-arrow" src="content/icons/arrow.svg">
</span>
</a>
<a class="info-panel info-panel-link" href="https://github.com/CAG2Mark/MathsTestNew">
<h2>Maths Test Framework</h2>
<a class="info-panel info-panel-link" href="https://github.com/CAG2Mark/MathsTest2024">
<h2>Maths Test Framework (2024)</h2>
<p>
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.
</p>
<span class="panel-link">
<span class="panel-link-text">GitHub Page</span>
Expand Down
12 changes: 8 additions & 4 deletions styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ html[data-scroll="30"] .navigation-background {

#cover {
height: 100vh;
position: relative;
}

#about {
Expand Down Expand Up @@ -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;
Expand All @@ -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 */
Expand All @@ -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 {
Expand Down Expand Up @@ -298,7 +302,7 @@ html[data-scroll="30"] .navigation-background {
animation-duration: 600ms;
}
#emblem-container {
right: 6vw;
right: 0;
}
}

Expand Down

0 comments on commit f99d6c5

Please sign in to comment.