This commit is contained in:
parent
e24cf5a9a9
commit
a96353f162
|
|
@ -50,9 +50,9 @@
|
|||
<h1>Joshua Killen</h1>
|
||||
<img class="profile" src="contact_assets/jkillen.png" alt="Profile of Joshua Killen">
|
||||
<article>
|
||||
<details open>
|
||||
<summary><b>Bio</b></summary>
|
||||
<p>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>
|
||||
<details class="bio" open>
|
||||
<summary class="bioTitle"><b>Bio</b></summary>
|
||||
<p class="bioContent">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>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
|
|
|
|||
|
|
@ -4,4 +4,17 @@ h1 {
|
|||
|
||||
.profile {
|
||||
border: 4px solid #f2f2f2;
|
||||
}
|
||||
|
||||
.bio {
|
||||
font-size: 4vw;
|
||||
}
|
||||
|
||||
.bioContent {
|
||||
font-size: 0.5em;
|
||||
}
|
||||
|
||||
.bioTitle {
|
||||
font-family: neon80
|
||||
font-size: 1em
|
||||
}
|
||||
19
main.css
19
main.css
|
|
@ -22,23 +22,10 @@ h2 {
|
|||
font-family: neon80;
|
||||
}
|
||||
|
||||
details {
|
||||
font-size: 4vw;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 0.5em;
|
||||
}
|
||||
|
||||
summary {
|
||||
font-family: neon80
|
||||
font-size: 1em
|
||||
}
|
||||
|
||||
abbr {
|
||||
border-bottom: none !important;
|
||||
cursor: inherit !important;
|
||||
text-decoration: none !important;
|
||||
border-bottom: none;
|
||||
cursor: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
|
|
|||
Loading…
Reference in New Issue