This commit is contained in:
Joshua Killen 2020-04-17 12:01:26 +01:00
parent c852f26b61
commit 22bcf83f12
2 changed files with 6 additions and 2 deletions

View File

@ -45,10 +45,10 @@
<a class="active" href="../../about/about.html">About</a>
</nav>
</header>
<h1>About</h1>
<h1 class="anchor">About</h1>
<details class="anchor" open>
<summary class="aboutTitle">The Website</summary>
<article class="aboutContent">
<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>
</details>

View File

@ -49,3 +49,7 @@ summary {
content: "+"
}
#siteContent {
padding-bottom: 0.5em
}