[FEATURE] Initial Packaging For Resume Display (#7)
Co-authored-by: dunemask <dunemask@gmail.com> Co-authored-by: Dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.net/elysium/nile/pulls/7
This commit is contained in:
parent
10d4b5c0a3
commit
565c8f225c
39 changed files with 261 additions and 101 deletions
|
@ -24,10 +24,22 @@ export default function Projects() {
|
|||
<div style={{ display: "flex" }}>
|
||||
<h3 style={{ fontSize: "1.75rem", margin: "2rem auto" }}>Portfolio</h3>
|
||||
</div>
|
||||
<ProjectTile
|
||||
image="/portfolio/projects/minecluster.png"
|
||||
title="Minecluster"
|
||||
year="2023"
|
||||
link="https://gitea.dunemask.net/elysium/minecluster"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Deploy and monitor MInecraft servers in your kubernetes cluster. Easily
|
||||
scales and provides a stateful experience to make managing multiple
|
||||
servers simple.
|
||||
</ProjectTile>
|
||||
<ProjectTile
|
||||
image="/portfolio/projects/qualiteer.png"
|
||||
title="Qualiteer"
|
||||
year="2022"
|
||||
link="https://gitea.dunemask.net/elysium/qualiteer"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Manage failing tests and silence unecessary alerts. Check the state of
|
||||
|
@ -38,6 +50,7 @@ export default function Projects() {
|
|||
image="/portfolio/projects/khufu.png"
|
||||
title="Khufu"
|
||||
year="2021"
|
||||
link="https://gitea.dunemask.net/elysium/khufu"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Basic cloud file management built on React class components. Simple
|
||||
|
@ -47,12 +60,13 @@ export default function Projects() {
|
|||
image="/portfolio/projects/codepen.png"
|
||||
title="Codepen"
|
||||
year="2020"
|
||||
link="https://gitea.dunemask.net/dunemask/codepen"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Visual replication of the website{" "}
|
||||
<a
|
||||
href="https://codepen.io"
|
||||
style={{ color: "black", fontFamily: "inherit" }}
|
||||
style={{ color: "black", fontFamily: "inherit", fontSize: "inherit" }}
|
||||
>
|
||||
codepen.io
|
||||
</a>{" "}
|
||||
|
@ -62,6 +76,7 @@ export default function Projects() {
|
|||
image="/portfolio/projects/movieplayer.png"
|
||||
title="Media Player"
|
||||
year="2018"
|
||||
link="https://legacy-21.dunemask.net/files/java/MoviePlayer.jar"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Simple media player built on javafx. Player supports media seeking,
|
||||
|
@ -71,6 +86,7 @@ export default function Projects() {
|
|||
image="/portfolio/projects/voxelcraft.png"
|
||||
title="Voxelcraft"
|
||||
year="2018"
|
||||
link="https://gitea.dunemask.net/dunemask/voxelcraft"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Voxel game built on a simple rendering engine written with JavaFX.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue