This commit is contained in:
Joshua Killen 2020-04-17 11:43:13 +01:00
parent 6eb0c5bffd
commit 556c9fc7b4
2 changed files with 5 additions and 1 deletions

View File

@ -67,7 +67,7 @@
</details>
<div class="nextLine">
<details class="anchor" open>
<summary class="aboutTitle">Joshua Killen</summary>
<summary class="aboutTitle" id="jkillen">Joshua Killen</summary>
<article class="anchor">
<p>
<img class="imgLeft" src="about_assets/jkillen.png" alt="Profile of Joshua Killen">Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies.<br>Interested in computers and physics from a young age,<br>he has been studying the subjects ever since,<br>with the hopes of entering a career in cybersecurity.<br>

View File

@ -39,4 +39,8 @@ p .aboutTitle {
summary {
list-style-type: none;
cursor: pointer;
}
#jkillen {
padding-left: 8px;
}