This commit is contained in:
parent
2f53a163bc
commit
65db76d55a
|
|
@ -23,6 +23,7 @@ summary {
|
|||
|
||||
.headImg {
|
||||
background-image: url(internet.png);
|
||||
padding-bottom: 25em;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -48,6 +48,11 @@
|
|||
<div class="headImg">
|
||||
<h1>Welcome</h1>
|
||||
</div>
|
||||
<article class="anchor" id="siteContent">
|
||||
<p class="frameContent">
|
||||
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.
|
||||
</p>
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
<a class="about" href="../../../about/about.html">About the Website</a><br>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.headImg {
|
||||
background-image: url(code.jpg);
|
||||
padding-bottom: 15em;
|
||||
}
|
||||
Loading…
Reference in New Issue