This commit is contained in:
Joshua Killen 2020-04-17 12:58:36 +01:00
parent 84bbd685e2
commit 37da7e3558
2 changed files with 3 additions and 2 deletions

View File

@ -48,8 +48,8 @@
<div class="headImg">
<h1>About</h1>
</div>
<details class="anchor" open>
<summary class="aboutTitle" id="webTitle">The Website</summary>
<details class="anchor" id="webTitle" open>
<summary class="aboutTitle">The Website</summary>
<article class="aboutContent" id="siteContent">
This website was made in response to the Z14IT Assignment 2 criteria. It has been made to help people to learn about how the internet works up to the understanding of a student that had taken the Digital Technologies course at <abbr title="CU Coventry">CUC</abbr>. The website seen as it is currently is the culmination of 6 weeks work and research, including: a timeline of the internet's evolution; essential knowledge on networks and networking fundamentals; and guides on <abbr title="HyperText Markup Language 5">HTML5</abbr>, <abbr title="Cascading Style Sheets">CSS</abbr>, and Javascript.
</article>

View File

@ -49,6 +49,7 @@ p .aboutTitle {
padding-bottom: 40.16em;
}
#jkillen {
padding-left: 8px;
}