This commit is contained in:
Joshua Killen 2020-04-17 10:09:08 +01:00
parent 43228f92cf
commit eb58cfaf78
2 changed files with 9 additions and 14 deletions

View File

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

View File

@ -1,24 +1,19 @@
.jkillen {
padding-left: 8px;
}
.profile {
img {
border: 4px solid #f2f2f2;
}
.aboutMe {
font-size: 4vw;
}
article {
font-size: 4vw;
text-align: right;
}
.aboutContent {
font-size: 0.25em;
text-align: inherit;
}
.aboutTitle {
font-family: neon80;
font-size: 0.5em;
text-align: inherit;
}