This commit is contained in:
parent
d86c1c896a
commit
2a6c54cf28
|
|
@ -53,19 +53,18 @@
|
|||
<details>
|
||||
<h2>The University</h2>
|
||||
</details>
|
||||
<details class="aboutMe" open>
|
||||
<details class="anchor" open>
|
||||
<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>
|
||||
</article>
|
||||
</details><br>
|
||||
</details>
|
||||
<footer>
|
||||
<div class="footer">
|
||||
<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 class="contact" href="../../../about/about.html">Contact Us</a><br>
|
||||
<a class="sitemap" href="">Sitemap</a>
|
||||
<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 class="contact" href="../../../about/about.html">Contact Us</a><br>
|
||||
<a class="sitemap" href="">Sitemap</a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ article img {
|
|||
float: left;
|
||||
}
|
||||
|
||||
article {
|
||||
font-size: 4vw;
|
||||
aboutTitle {
|
||||
font-size: 0.5em
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
|||
9
main.css
9
main.css
|
|
@ -28,15 +28,16 @@ abbr {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.footer {
|
||||
footer {
|
||||
background-color: #0d0d0d;
|
||||
padding-top: 25px;
|
||||
padding-bottom: 100px;
|
||||
text-align: center;
|
||||
clear: both;
|
||||
|
||||
}
|
||||
|
||||
.footer a {
|
||||
footer a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
|
|
@ -45,3 +46,7 @@ abbr {
|
|||
.uniLogo {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.anchor {
|
||||
font-size: 4vw;
|
||||
}
|
||||
Loading…
Reference in New Issue