did things
This commit is contained in:
parent
4beac7a986
commit
d5b077ccbb
|
@ -56,3 +56,7 @@ html, body {
|
|||
background-color: #202028;
|
||||
}
|
||||
|
||||
.skills {
|
||||
column-rule: thin solid lightgray;
|
||||
}
|
||||
|
||||
|
|
|
@ -52,3 +52,7 @@ html, body {
|
|||
background-color: #e0e0ee;
|
||||
}
|
||||
|
||||
.skills {
|
||||
column-rule: thin solid black;
|
||||
}
|
||||
|
||||
|
|
|
@ -118,3 +118,12 @@ html, body {
|
|||
padding: 1em;
|
||||
}
|
||||
|
||||
.skills {
|
||||
columns: 4 16em;
|
||||
column-gap: 4em;
|
||||
}
|
||||
|
||||
.skills li {
|
||||
break-inside: avoid-column;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,16 @@
|
|||
<title>Jays Portfolio - About</title>
|
||||
|
||||
<h2>About Me</h2>
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
I also enjoy working on my indie game projects.
|
||||
</p>
|
||||
|
||||
<h2>Education</h2>
|
||||
<table>
|
||||
|
@ -42,5 +51,82 @@
|
|||
</table>
|
||||
|
||||
<h2>Skills</h2>
|
||||
|
||||
<ul class="skills">
|
||||
<li>
|
||||
Tools
|
||||
<ul>
|
||||
<li>Vim</li>
|
||||
<li>Bash</li>
|
||||
<li>SSH</li>
|
||||
<li>Docker</li>
|
||||
<li>LXD</li>
|
||||
<li>QEMU/KVM</li>
|
||||
<li>Git</li>
|
||||
<li>OpenVPN</li>
|
||||
<li>Networking tools</li>
|
||||
<li>Regex</li>
|
||||
<li>And more</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Graphics APIs
|
||||
<ul>
|
||||
<li>OpenGL</li>
|
||||
<li>Vulkan</li>
|
||||
<li>CUDA</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Server Hosting
|
||||
<ul>
|
||||
<li>Microsoft Azure</li>
|
||||
<li>AWS</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Languages
|
||||
<ul>
|
||||
<li>C</li>
|
||||
<li>C++</li>
|
||||
<li>Java</li>
|
||||
<li>Python</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Web Languages
|
||||
<ul>
|
||||
<li>HTML</li>
|
||||
<li>CSS</li>
|
||||
<li>JavaScript</li>
|
||||
<li>Typescript</li>
|
||||
<li>SCSS</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Web Libraries and Frameworks
|
||||
<ul>
|
||||
<li>HTMX</li>
|
||||
<li>JQuery</li>
|
||||
<li>React</li>
|
||||
<li>Angular</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Microcontrollers
|
||||
<ul>
|
||||
<li>Arduino</li>
|
||||
<li>ESP32</li>
|
||||
<li>Raspberry Pi</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Other Interests
|
||||
<ul>
|
||||
<li>Electronics</li>
|
||||
<li>Nuclear</li>
|
||||
<li>Web Accessibility</li>
|
||||
<li>Indie Game Development</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
<p>
|
||||
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.
|
||||
</p>
|
||||
<img src="/static/image/fast_nuclear_sim_cherenkov.png" alt="Image of Cherenkov radiation inside the pressure vessel" />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<img src="/static/image/fast_nuclear_sim_control_room.png" alt="Fast Nuclear Sim control room" />
|
||||
<p>
|
||||
|
@ -30,8 +34,9 @@
|
|||
<p>
|
||||
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.
|
||||
</p>
|
||||
<h2>Links</h2>
|
||||
<ul>
|
||||
<li><a href="https://github.com/jsrobson10/fast-nuclear-sim" target="_blank">Fast Nuclear Sim (GitHub)</a></li>
|
||||
<li><a href="https://github.com/jsrobson10/nuclear-sim" target="_blank">Nuclear Sim (GitHub)</a></li>
|
||||
<li><a href="https://github.com/jsrobson10/nuclear-sim" target="_blank">Nuclear Sim (Old, GitHub)</a></li>
|
||||
</ul>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 712 KiB |
Loading…
Reference in New Issue