This commit is contained in:
parent
c852f26b61
commit
22bcf83f12
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -49,3 +49,7 @@ summary {
|
|||
content: "+"
|
||||
}
|
||||
|
||||
#siteContent {
|
||||
padding-bottom: 0.5em
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue