This commit is contained in:
Joshua Killen 2020-04-17 10:12:28 +01:00
parent eb58cfaf78
commit 8ace4fbc25
2 changed files with 8 additions and 4 deletions

View File

@ -53,15 +53,15 @@
<details> <details>
<h2>The University</h2> <h2>The University</h2>
</details> </details>
<details open> <details class="aboutMe" open>
<summary class="aboutTitle">Joshua Killen</summary> <summary class="aboutTitle">Joshua Killen</summary>
<img class="profile" src="about_assets/jkillen.png" alt="Profile of Joshua Killen"> <img class="profile" src="about_assets/jkillen.png" alt="Profile of Joshua Killen">
<article> <article>
<b class="aboutSubTitle">Bio</b> <b class="aboutTitle">Bio</b>
<p class="aboutContent">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="aboutContent">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>
</article> </article>
<article> <article>
<b class="aboutSubTitle">Contact Details</b><br> <b class="aboutTitle">Contact Details</b><br>
<a class="aboutContent" href="mailto:killenj@cu.coventry.ac.uk"><u>@:killenj@cu.coventry.ac.uk</u></a> <a class="aboutContent" href="mailto:killenj@cu.coventry.ac.uk"><u>@:killenj@cu.coventry.ac.uk</u></a>
</article> </article>
</details> </details>

View File

@ -1,4 +1,4 @@
img { details img {
border: 4px solid #f2f2f2; border: 4px solid #f2f2f2;
} }
@ -7,6 +7,10 @@ article {
text-align: right; text-align: right;
} }
.aboutMe {
font-size: 4vw
}
.aboutContent { .aboutContent {
font-size: 0.25em; font-size: 0.25em;
text-align: inherit; text-align: inherit;