This commit is contained in:
Joshua Killen 2020-04-17 10:50:43 +01:00
parent 9f51a92809
commit d86c1c896a
2 changed files with 8 additions and 8 deletions

View File

@ -56,10 +56,10 @@
<details class="aboutMe" open>
<summary class="aboutTitle">Joshua Killen</summary>
<article>
<p class="aboutContent"><img src="about_assets/jkillen.png" alt="Profile of Joshua Killen">Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies.<br>Interested in computers and physics from a young age,<br>he has been studying the subjects ever since,<br>with the hopes of entering a career in cybersecurity.<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>
<p><img src="about_assets/jkillen.png" alt="Profile of Joshua Killen">Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies.<br>Interested in computers and physics from a young age,<br>he has been studying the subjects ever since,<br>with the hopes of entering a career in cybersecurity.<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>
</p>
</article>
</details>
</details><br>
<footer>
<div class="footer">
<a class="about" href="../../../about/about.html">About the Website</a><br>

View File

@ -7,15 +7,15 @@ article {
font-size: 4vw;
}
.aboutMe {
font-size: 4vw
p {
font-size: 0.25em
}
article .aboutContent {
font-size: 0.25em;
p .aboutContent {
font-size: 1em;
}
article .aboutTitle {
p .aboutTitle {
font-family: neon80;
font-size: 0.5em;
font-size: 2em;
}