This commit is contained in:
Joshua Killen 2020-04-17 09:32:38 +01:00
parent 9efdf50506
commit 65ff07a240
3 changed files with 9 additions and 5 deletions

View File

@ -50,9 +50,9 @@
<h1>Joshua Killen</h1>
<img class="profile" src="contact_assets/jkillen.png" alt="Profile of Joshua Killen">
<article>
<details>
<details open>
<summary><b>Bio</b></summary>
<p></p>
<p>Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies. Interested in computers and physics from a young age, he has been studying the subjects ever since with the hopes of entering a career in cybersecurity.</p>
</details>
</article>
<article>

View File

@ -3,5 +3,5 @@ h1 {
}
.profile {
border: 4px solid black;
border: 4px solid #f2f2f2;
}

View File

@ -22,12 +22,16 @@ h2 {
font-family: neon80;
}
details {
font-size: 4vw;
}
p {
font-size: 1.5vw;
font-size: 0.5em;
}
summary {
font-size: 2vw
font-size: 1em
}
abbr {