diff --git a/static/public/css/dark.css b/static/public/css/dark.css index 0862106..c6ab136 100644 --- a/static/public/css/dark.css +++ b/static/public/css/dark.css @@ -56,3 +56,7 @@ html, body { background-color: #202028; } +.skills { + column-rule: thin solid lightgray; +} + diff --git a/static/public/css/light.css b/static/public/css/light.css index a95f1e1..abdd784 100644 --- a/static/public/css/light.css +++ b/static/public/css/light.css @@ -52,3 +52,7 @@ html, body { background-color: #e0e0ee; } +.skills { + column-rule: thin solid black; +} + diff --git a/static/public/css/style.css b/static/public/css/style.css index e8dc1b7..9339d91 100644 --- a/static/public/css/style.css +++ b/static/public/css/style.css @@ -118,3 +118,12 @@ html, body { padding: 1em; } +.skills { + columns: 4 16em; + column-gap: 4em; +} + +.skills li { + break-inside: avoid-column; +} + diff --git a/static/public/html/about.html b/static/public/html/about.html index 98a653b..b4d0fe3 100644 --- a/static/public/html/about.html +++ b/static/public/html/about.html @@ -2,7 +2,16 @@ Jays Portfolio - About

About Me

- +

+ Hi! My name is Jay. The first time I learned about programming was from a Python challenge (Grok Learning NCSS challenge) in Primary School Year 6 during 2015, + which I did really well in. Later, in 2019 I did an internship to work with CaryKH for their Jumpcutter project. With them I learned useful skills such as + working with other developers and their project manager to turn sketches and specification documents into a functional webapp frontend. The next year in 2020, + the pandemic happened. This motivated Goulds Natural Medicine to reach out to build an online webstore so they could continue business during a lockdown. + The website continues to work well today. +

+

+ I also enjoy working on my indie game projects. +

Education

@@ -42,5 +51,82 @@

Skills

- + diff --git a/static/public/html/projects/fast_nuclear_sim.html b/static/public/html/projects/fast_nuclear_sim.html index f7892c5..9baff4e 100644 --- a/static/public/html/projects/fast_nuclear_sim.html +++ b/static/public/html/projects/fast_nuclear_sim.html @@ -15,6 +15,10 @@

This project was created in C++ and is rendered using GLFW and OpenGL. The project is incomplete, but still being worked on. The project is, and consists fully of, open source software. +

+Image of Cherenkov radiation inside the pressure vessel +

+

Fast Nuclear Sim control room

@@ -30,8 +34,9 @@

This is the containment building of the nuclear power plant. This room is currently very incomplete, as I was much more focused on core mechanics in the control room. +

Links

diff --git a/static/public/image/fast_nuclear_sim_cherenkov.png b/static/public/image/fast_nuclear_sim_cherenkov.png new file mode 100644 index 0000000..df387ca Binary files /dev/null and b/static/public/image/fast_nuclear_sim_cherenkov.png differ