minor formatting changes

This commit is contained in:
jpez 2022-03-09 19:13:41 +00:00
parent fecb3dc188
commit 832551d947
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<main>
<h1>Welcome to my little corner of the Internet :)</h1>
<p id="intro">You might be wondering who I am and what I do. In which case, you are in luck.
This website was created by Joshua Perry (me) to showcase a little about myself, the accomplishments, and the projects I have completed
This website was created by Joshua Perry (me) to showcase the accomplishments, and projects I have completed
along the way.
</p>
<p id="past">
@ -39,7 +39,7 @@
I would go on to strengthen this knowledge at 6th Form learning C#, and <span class="moreInfo">SQL<span class="extraInfo" id="sql">Structured Query Language</span></span> alongside relational database theory, CPU and Memory architecture, technological legislation, and more.
</p>
<p id="present">
Currently, I study at the University of Northampton studying Software Engineering. This has given me knowledge in requirements engineering, design, Java, neworking concepts so far.
Currently, I at the University of Northampton studying Software Engineering. This has given me knowledge in requirements engineering, design, Java, and neworking concepts so far.
This website was originally created for my CSY1018 assignment on <span class="moreInfo">UoN's<span class="extraInfo"id="uon">Universirty of Northampton</span></span> BSc Computing(Software Engineering) course. However, I have continued to maintain and improve it to act as a direct, interactable testament to what I can achieve.
</p>
<p id="code">

View File

@ -123,6 +123,7 @@ nav > .link:hover {
.extraInfo {
white-space: nowrap;
padding: 0.2em;
margin-top: -1.2em;
margin-left: -2em;
background-color: #e5e5e5;