Compare commits

..

2 Commits

Author SHA1 Message Date
Notoric 38a46a1dd6 Added dates for projects 2024-06-06 01:38:13 +01:00
Notoric fce72c8fb9 expanded description for CTEC3905 2024-06-03 16:39:33 +01:00
2 changed files with 14 additions and 1 deletions

View File

@ -51,6 +51,7 @@
<p class="HTML">HTML</p>
<p class="CSS">CSS</p>
<p class="JS">JS</p>
<p class="date">Jan 2024</p>
</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>
</div>
@ -62,6 +63,7 @@
<div class="project-tags">
<p class="JAVA">Java</p>
<p class="NOSQL">NoSQL</p>
<p class="date">Apr 2024</p>
</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>
</div>
@ -74,8 +76,9 @@
<p class="HTML">HTML</p>
<p class="CSS">CSS</p>
<p class="JS">JS</p>
<p class="date">Feb 2024</p>
</div>
<p class="project-description">This website is my final hand-in for my Front End Web Development module at De Montfort University. Most of the features in this website were created to meet hand-in requirements. This website uses no libraries and has been coded from scratch using the standard web languages.</p>
<p class="project-description">This website is my final hand-in for my Front End Web Development module at De Montfort University. Most of the features in this website were created to meet hand-in requirements. This website uses no libraries and has been coded from scratch using the standard web languages. This website uses the PokeAPI to pull data for the pokedex.</p>
</div>
<a href="https://ctec3905.notoric.net" target="_blank"><img src="/assets/CTEC3905.png"></a>
</div>

View File

@ -395,6 +395,12 @@ em {
background-color: #47A248 !important;
}
.date {
margin-left: auto !important;
color: #bbb !important;
width: 6.5em !important;
}
.project-tags p {
margin: 0;
font-size: 0.8em;
@ -513,6 +519,10 @@ em {
padding-right: 30px;
}
#homepage {
margin-bottom: 100px;
}
#homepage .card {
flex-direction: column-reverse;
padding-block: 80px;