Unify the project summary and project headers
This commit is contained in:
parent
47922463be
commit
20c4b0f1db
38
index.html
38
index.html
@ -289,15 +289,15 @@
|
||||
<div class=divider style="margin-bottom: 0.5em"></div>
|
||||
<div class=job-role style="border-color: #C16358">
|
||||
<p class=job-role-year>2018 - Present</p>
|
||||
<p><a href="#dqn-project">Dqn<a/>: C/C++ personal standard library <a href="https://github.com/doy-lee/dqn">github.com/doy-lee/dqn</a></p>
|
||||
<p><a href="#dqn-project">Dqn</a>: C/C++ personal standard library <a href="https://github.com/doy-lee/dqn">github.com/doy-lee/dqn</a></p>
|
||||
</div>
|
||||
<div class=job-role style="border-color: #BEBF5E">
|
||||
<p class=job-role-year>2020</p>
|
||||
<p class=job-role-year>2021</p>
|
||||
<p><a href="#intc-project">intc</a>: Software u128/256 bit port to C <a href="https://github.com/doy-lee/intc">github.com/doy-lee/intc</a></p>
|
||||
</div>
|
||||
<div class=job-role style="border-color: #8DBCA2">
|
||||
<p class=job-role-year>2020</p>
|
||||
<p><a href="#raylibsimd-project">RaylibSIMD<a/>: SIMD Software rendering in C <a href="https://github.com/doy-lee/RaylibSIMD">github.com/doy-lee/RaylibSIMD</a></p>
|
||||
<p><a href="#raylibsimd-project">RaylibSIMD</a>: SIMD Software rendering in C <a href="https://github.com/doy-lee/RaylibSIMD">github.com/doy-lee/RaylibSIMD</a></p>
|
||||
</div>
|
||||
<div class=job-role style="border-color: #519A8B">
|
||||
<p class=job-role-year>2017</p>
|
||||
@ -305,7 +305,7 @@
|
||||
</div>
|
||||
<div class=job-role style="border-color: #DBAE55">
|
||||
<p class=job-role-year>2017</p>
|
||||
<p><a href="#mathmasher-project">Math Masher</a>: math game for mobile <a href="https://doy-lee.github.io/luneaustralia">doy-lee.github.io/luneaustralia</a></p>
|
||||
<p><a href="#mathmasher-project">Math Masher</a>: Math game for mobile <a href="https://doy-lee.github.io/luneaustralia">doy-lee.github.io/luneaustralia</a></p>
|
||||
</div>
|
||||
<div class=job-role style="border-color: #C16358">
|
||||
<p class=job-role-year>2017</p>
|
||||
@ -322,7 +322,7 @@
|
||||
<div id=dqn-project>
|
||||
<div class=job-role style="border-color: #C16358">
|
||||
<p class=job-role-year>2018 - Present</p>
|
||||
<p>Dqn, C/C++ personal standard library</p>
|
||||
<p>Dqn: C/C++ personal standard library <a href="https://github.com/doy-lee/dqn">github.com/doy-lee/dqn</a></p>
|
||||
</div>
|
||||
<p>
|
||||
My personal standard library used in personal projects
|
||||
@ -339,16 +339,11 @@
|
||||
<li>Linear probed and chained hash tables in 400~ LOC</li>
|
||||
<li>Fixed sized arrays and strings containers</li>
|
||||
</ul>
|
||||
<small>
|
||||
<ul class=citations>
|
||||
<li>Dqn Repository <a href="https://github.com/doy-lee/dqn">github.com/doy-lee/dqn</a></li>
|
||||
</ul>
|
||||
</small>
|
||||
</div>
|
||||
<div id=intc-project>
|
||||
<div class=job-role style="border-color: #BEBF5E">
|
||||
<p class=job-role-year>2020</p>
|
||||
<p>intc, 128/256 bit software implementations in C</p>
|
||||
<p>intc: Software u128/256 bit port to C <a href="https://github.com/doy-lee/intc">github.com/doy-lee/intc</a></p>
|
||||
</div>
|
||||
<sub><i>C99/C++, Open Source, Single File Library Port</i></sub>
|
||||
<p>
|
||||
@ -360,7 +355,6 @@
|
||||
</p>
|
||||
<small>
|
||||
<ul class=citations>
|
||||
<li>intc Repository <a href="https://github.com/doy-lee/intc">github.com/doy-lee/intc</a></li>
|
||||
<li>calccrypto's uint256_t <a href="https://github.com/calccrypto/uint256_t">github.com/calccrypto/uint256_t</a></li>
|
||||
</ul>
|
||||
</small>
|
||||
@ -368,7 +362,7 @@
|
||||
<div id=raylibsimd-project>
|
||||
<div class=job-role style="border-color: #8DBCA2">
|
||||
<p class=job-role-year>2020</p>
|
||||
<p>RaylibSIMD, Accelerated software rendering using SIMD in C</p>
|
||||
<p>RaylibSIMD: SIMD Software rendering in C <a href="https://github.com/doy-lee/RaylibSIMD">github.com/doy-lee/RaylibSIMD</a></p>
|
||||
</div>
|
||||
<sub><i>C99, SSE2, Graphics Programming</i></sub>
|
||||
<p>
|
||||
@ -381,7 +375,6 @@
|
||||
</p>
|
||||
<small>
|
||||
<ul class=citations>
|
||||
<li>RaylibSIMD Repository <a href="https://github.com/doy-lee/RaylibSIMD">github.com/doy-lee/RaylibSIMD</a></li>
|
||||
<li>Raylib Website <a href="https://raylib.com/">raylib.com</a></li>
|
||||
</ul>
|
||||
</small>
|
||||
@ -389,7 +382,7 @@
|
||||
<div id=dtrenderer-project>
|
||||
<div class=job-role style="border-color: #519A8B">
|
||||
<p class=job-role-year>2017</p>
|
||||
<p>DTRenderer, 3D software rendering from first principles</p>
|
||||
<p>DTRenderer: 3D Software rendering in C++ <a href="https://github.com/doy-lee/DTRenderer">github.com/doy-lee/DTRenderer</a></p>
|
||||
</div>
|
||||
<a href="img/projects_dtrenderer.gif"><img src="img/projects_dtrenderer.gif"></a>
|
||||
<p>
|
||||
@ -414,16 +407,11 @@
|
||||
<li>Custom Wavefront Obj Loader (minimal subset)</li>
|
||||
<li>Hot Reloadable DLL for Renderer Code (taken from Handmade Hero)</li>
|
||||
</ul>
|
||||
<small>
|
||||
<ul class=citations>
|
||||
<li>DTRenderer repository <a href="https://github.com/doy-lee/DTRenderer">github.com/doy-lee/DTRenderer</a></li>
|
||||
</ul>
|
||||
</small>
|
||||
</div>
|
||||
<div id=mathmasher-project>
|
||||
<div class=job-role style="border-color: #DBAE55">
|
||||
<p class=job-role-year>2017</p>
|
||||
<p>Math Masher, Educational math game for mobile</p>
|
||||
<p>Math Masher: Math game for mobile <a href="https://doy-lee.github.io/luneaustralia">doy-lee.github.io/luneaustralia</a></p>
|
||||
</div>
|
||||
<div class=row>
|
||||
<a href="img/projects_math_masher_screen_1.png"><img src="img/projects_math_masher_screen_1.jpg"></a>
|
||||
@ -448,7 +436,6 @@
|
||||
</ul>
|
||||
<small>
|
||||
<ul class=citations>
|
||||
<li>Math Masher website (archive copy) <a href="https://doy-lee.github.io/luneaustralia">doy-lee.github.io/luneaustralia</a></li>
|
||||
<li>Trailer <a href="https://youtube.com/watch?v=AUozUZ8aY7g">youtube.com/watch?v=AUozUZ8aY7g</a></li>
|
||||
</ul>
|
||||
</small>
|
||||
@ -456,7 +443,7 @@
|
||||
<div id=dchip8-project>
|
||||
<div class=job-role style="border-color: #C16358">
|
||||
<p class=job-role-year>2017</p>
|
||||
<p>DCHIP8, Chip8 interpreter</p>
|
||||
<p>DCHIP8: Chip8 interpreter <a href="https://github.com/doy-lee/dchip-8">github.com/doy-lee/dchip-8</a></p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<a href="img/projects_dchip8_screen_1.png"><img src="img/projects_dchip8_screen_1.png"></a>
|
||||
@ -475,7 +462,6 @@
|
||||
</ul>
|
||||
<small>
|
||||
<ul class=citations>
|
||||
<li>DCHIP8 repository <a href="https://github.com/doy-lee/dchip-8">github.com/doy-lee/dchip-8</a></li>
|
||||
<li>Specification Sheet <a href="http://devernay.free.fr/hacks/chip8/C8TECH10.HTM">devernay.free.fr/hacks/chip8/C8TECH10.HTM</a></li>
|
||||
</ul>
|
||||
</small>
|
||||
@ -483,7 +469,7 @@
|
||||
<div id=dengine-project>
|
||||
<div class=job-role style="border-color: #C16358">
|
||||
<p class=job-role-year>2016</p>
|
||||
<p>Dengine, Simple 2D game engine for asteroids & minimal dependencies</p>
|
||||
<p>Dengine: 2D engine for asteroids <a href="https://github.com/doy-lee/dengine">github.com/doy-lee/dengine</a></p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<a href="img/projects_dengine_screen_1.png"><img src="img/projects_dengine_screen_1.png"></a>
|
||||
@ -517,7 +503,7 @@
|
||||
</ul>
|
||||
<small>
|
||||
<ul class=citations>
|
||||
<li>Dengine repository <a href="https://github.com/doy-lee/dengine">github.com/doy-lee/dengine</a></li>
|
||||
<li>Handmade Hero <a href="https://handmadehero.org/">handmadehero.org</a></li>
|
||||
</ul>
|
||||
</small>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user