Fixed dates
This commit is contained in:
parent
38a46a1dd6
commit
055a12cb4c
|
@ -51,7 +51,7 @@
|
||||||
<p class="HTML">HTML</p>
|
<p class="HTML">HTML</p>
|
||||||
<p class="CSS">CSS</p>
|
<p class="CSS">CSS</p>
|
||||||
<p class="JS">JS</p>
|
<p class="JS">JS</p>
|
||||||
<p class="date">Jan 2024</p>
|
<p class="date">Apr 2024</p>
|
||||||
</div>
|
</div>
|
||||||
<p class="project-description">The Button is a game created by Elendow on Steam. I have recreated this game in a single day using a basic web development stack. The user is presented with a button which contains a number. When the user clicks the button, the button with either reset back to zero or increase it's counter by one. The counter also represents the percantage chance of the button resetting to zero on the next press.</p>
|
<p class="project-description">The Button is a game created by Elendow on Steam. I have recreated this game in a single day using a basic web development stack. The user is presented with a button which contains a number. When the user clicks the button, the button with either reset back to zero or increase it's counter by one. The counter also represents the percantage chance of the button resetting to zero on the next press.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
<div class="project-tags">
|
<div class="project-tags">
|
||||||
<p class="JAVA">Java</p>
|
<p class="JAVA">Java</p>
|
||||||
<p class="NOSQL">NoSQL</p>
|
<p class="NOSQL">NoSQL</p>
|
||||||
<p class="date">Apr 2024</p>
|
<p class="date">Jan 2024</p>
|
||||||
</div>
|
</div>
|
||||||
<p class="project-description">Orion is a discord music bot built using the Java Discord Api. Orion was a project that me and a friend worked on as a way to further develop our programming knowledge during our degree, and to practise the skills we were learning. Orion utilises Maven to manage dependencies and Lavaplayer to play music. Secrets are managed via Dotenv to ensure that no sensitive data is made public.</p>
|
<p class="project-description">Orion is a discord music bot built using the Java Discord Api. Orion was a project that me and a friend worked on as a way to further develop our programming knowledge during our degree, and to practise the skills we were learning. Orion utilises Maven to manage dependencies and Lavaplayer to play music. Secrets are managed via Dotenv to ensure that no sensitive data is made public.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue