This commit is contained in:
Joshua Killen 2020-04-17 09:37:17 +01:00
parent e24cf5a9a9
commit a96353f162
3 changed files with 19 additions and 19 deletions

View File

@ -50,9 +50,9 @@
<h1>Joshua Killen</h1> <h1>Joshua Killen</h1>
<img class="profile" src="contact_assets/jkillen.png" alt="Profile of Joshua Killen"> <img class="profile" src="contact_assets/jkillen.png" alt="Profile of Joshua Killen">
<article> <article>
<details open> <details class="bio" open>
<summary><b>Bio</b></summary> <summary class="bioTitle"><b>Bio</b></summary>
<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> <p class="bioContent">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> </details>
</article> </article>
<article> <article>

View File

@ -4,4 +4,17 @@ h1 {
.profile { .profile {
border: 4px solid #f2f2f2; border: 4px solid #f2f2f2;
}
.bio {
font-size: 4vw;
}
.bioContent {
font-size: 0.5em;
}
.bioTitle {
font-family: neon80
font-size: 1em
} }

View File

@ -22,23 +22,10 @@ h2 {
font-family: neon80; font-family: neon80;
} }
details {
font-size: 4vw;
}
p {
font-size: 0.5em;
}
summary {
font-family: neon80
font-size: 1em
}
abbr { abbr {
border-bottom: none !important; border-bottom: none;
cursor: inherit !important; cursor: inherit;
text-decoration: none !important; text-decoration: none;
} }
.footer { .footer {