This commit is contained in:
Joshua Killen 2020-04-17 10:57:35 +01:00
parent d86c1c896a
commit 2a6c54cf28
3 changed files with 16 additions and 12 deletions

View File

@ -53,19 +53,18 @@
<details> <details>
<h2>The University</h2> <h2>The University</h2>
</details> </details>
<details class="aboutMe" open> <details class="anchor" open>
<summary class="aboutTitle">Joshua Killen</summary> <summary class="aboutTitle">Joshua Killen</summary>
<article> <article class="anchor">
<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><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><br> </details>
<footer> <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> <a href="../../sitewide_assets/bibliography.pdf" download="KILLEN_Joshua_Bibliography" target="_blank">Bibliography</a><br>
<a href="../../sitewide_assets/bibliography.pdf" download="KILLEN_Joshua_Bibliography" target="_blank">Bibliography</a><br> <a class="contact" href="../../../about/about.html">Contact Us</a><br>
<a class="contact" href="../../../about/about.html">Contact Us</a><br> <a class="sitemap" href="">Sitemap</a>
<a class="sitemap" href="">Sitemap</a>
</div> </div>
</footer> </footer>
</body> </body>

View File

@ -3,8 +3,8 @@ article img {
float: left; float: left;
} }
article { aboutTitle {
font-size: 4vw; font-size: 0.5em
} }
p { p {

View File

@ -28,15 +28,16 @@ abbr {
text-decoration: none; text-decoration: none;
} }
.footer { footer {
background-color: #0d0d0d; background-color: #0d0d0d;
padding-top: 25px; padding-top: 25px;
padding-bottom: 100px; padding-bottom: 100px;
text-align: center; text-align: center;
clear: both;
} }
.footer a { footer a {
color: white; color: white;
text-decoration: none; text-decoration: none;
text-align: center; text-align: center;
@ -44,4 +45,8 @@ abbr {
.uniLogo { .uniLogo {
float: right; float: right;
}
.anchor {
font-size: 4vw;
} }