This commit is contained in:
parent
a6060c29fa
commit
a449e194ec
|
|
@ -57,8 +57,7 @@
|
||||||
<summary class="aboutTitle">Joshua Killen</summary>
|
<summary class="aboutTitle">Joshua Killen</summary>
|
||||||
<article>
|
<article>
|
||||||
<img src="about_assets/jkillen.png" alt="Profile of Joshua Killen">
|
<img src="about_assets/jkillen.png" alt="Profile of Joshua Killen">
|
||||||
<b class="aboutTitle">Bio</b>
|
<p class="aboutContent"><b class="aboutTitle">Bio</b><br>Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies. Interested in computers and physics from a young age, he has been studying the subjects ever since with the hopes of entering a career in cybersecurity.</p>
|
||||||
<p class="aboutContent">Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies. Interested in computers and physics from a young age, he has been studying the subjects ever since with the hopes of entering a career in cybersecurity.</p>
|
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<b class="aboutTitle">Contact Details</b><br>
|
<b class="aboutTitle">Contact Details</b><br>
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,10 @@ article {
|
||||||
|
|
||||||
.aboutContent {
|
.aboutContent {
|
||||||
font-size: 0.25em;
|
font-size: 0.25em;
|
||||||
text-align: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.aboutTitle {
|
.aboutTitle {
|
||||||
font-family: neon80;
|
font-family: neon80;
|
||||||
font-size: 0.5em;
|
font-size: 0.5em;
|
||||||
text-align: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue