This commit is contained in:
parent
9f51a92809
commit
d86c1c896a
|
|
@ -56,10 +56,10 @@
|
||||||
<details class="aboutMe" open>
|
<details class="aboutMe" open>
|
||||||
<summary class="aboutTitle">Joshua Killen</summary>
|
<summary class="aboutTitle">Joshua Killen</summary>
|
||||||
<article>
|
<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>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
</details>
|
</details><br>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a class="about" href="../../../about/about.html">About the Website</a><br>
|
<a class="about" href="../../../about/about.html">About the Website</a><br>
|
||||||
|
|
|
||||||
|
|
@ -7,15 +7,15 @@ article {
|
||||||
font-size: 4vw;
|
font-size: 4vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aboutMe {
|
p {
|
||||||
font-size: 4vw
|
font-size: 0.25em
|
||||||
}
|
}
|
||||||
|
|
||||||
article .aboutContent {
|
p .aboutContent {
|
||||||
font-size: 0.25em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
article .aboutTitle {
|
p .aboutTitle {
|
||||||
font-family: neon80;
|
font-family: neon80;
|
||||||
font-size: 0.5em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue