minor formatting changes
This commit is contained in:
parent
fecb3dc188
commit
832551d947
|
|
@ -28,7 +28,7 @@
|
||||||
<main>
|
<main>
|
||||||
<h1>Welcome to my little corner of the Internet :)</h1>
|
<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.
|
<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.
|
along the way.
|
||||||
</p>
|
</p>
|
||||||
<p id="past">
|
<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.
|
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>
|
||||||
<p id="present">
|
<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.
|
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>
|
||||||
<p id="code">
|
<p id="code">
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,7 @@ nav > .link:hover {
|
||||||
|
|
||||||
.extraInfo {
|
.extraInfo {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
padding: 0.2em;
|
||||||
margin-top: -1.2em;
|
margin-top: -1.2em;
|
||||||
margin-left: -2em;
|
margin-left: -2em;
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue