This commit is contained in:
parent
eb58cfaf78
commit
8ace4fbc25
|
|
@ -53,15 +53,15 @@
|
|||
<details>
|
||||
<h2>The University</h2>
|
||||
</details>
|
||||
<details open>
|
||||
<details class="aboutMe" open>
|
||||
<summary class="aboutTitle">Joshua Killen</summary>
|
||||
<img class="profile" src="about_assets/jkillen.png" alt="Profile of Joshua Killen">
|
||||
<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>
|
||||
</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>
|
||||
</article>
|
||||
</details>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
img {
|
||||
details img {
|
||||
border: 4px solid #f2f2f2;
|
||||
}
|
||||
|
||||
|
|
@ -7,6 +7,10 @@ article {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.aboutMe {
|
||||
font-size: 4vw
|
||||
}
|
||||
|
||||
.aboutContent {
|
||||
font-size: 0.25em;
|
||||
text-align: inherit;
|
||||
|
|
|
|||
Loading…
Reference in New Issue