This commit is contained in:
parent
9f51a92809
commit
d86c1c896a
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue