This commit is contained in:
parent
df6515c935
commit
47a3ddef98
|
|
@ -46,16 +46,18 @@
|
|||
</nav>
|
||||
</header>
|
||||
<h1>About</h1>
|
||||
<div class="aboutSite">
|
||||
<h2>The Website</h2>
|
||||
<p> </p>
|
||||
</div>
|
||||
<details class="anchor" open>
|
||||
<summary class="aboutTitle">The Website</summary>
|
||||
<article>
|
||||
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>
|
||||
<details class="anchor" open>
|
||||
<summary class="aboutTitle">The University</summary>
|
||||
<article>
|
||||
<p>
|
||||
<img class="imgRight" src="about_assets/cucoventry.jpg" alt="Image of CU Coventry Campus at Mile Lane">
|
||||
<details class="anchor" open>
|
||||
<details class="anchor">
|
||||
<summary class="aboutContent" id="uniContent">CU Coventry, part of the Coventry University Group, offers a style of education which is flexible and designed to fit around your life. Choose from a wide range of career relevant courses and study at a pace that suits you. Students who study at CU Coventry benefit from a modern, forward-thinking higher education institution, reinforced by the quality and reputation of Coventry University.<br>
|
||||
</summary>
|
||||
<p class="reference">Direct Quote from
|
||||
|
|
|
|||
2
main.css
2
main.css
|
|
@ -22,7 +22,7 @@ h2 {
|
|||
font-family: neon80;
|
||||
}
|
||||
|
||||
abbr {
|
||||
abbr .title {
|
||||
border-bottom: none;
|
||||
cursor: inherit;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
</nav>
|
||||
</header>
|
||||
|
||||
<h1><abbr title="Cascading Style Sheets">CSS</abbr> Quick Reference Guide</h1>
|
||||
<h1><abbr class="title" title="Cascading Style Sheets">CSS</abbr> Quick Reference Guide</h1>
|
||||
|
||||
<input type="text" id="searchInput" onkeyup="search()" placeholder="Search for tag...">
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
</nav>
|
||||
</header>
|
||||
|
||||
<h1><abbr title="HyperText Markup Language">HTML</abbr> Quick Reference Guide</h1>
|
||||
<h1><abbr class="title" title="HyperText Markup Language">HTML</abbr> Quick Reference Guide</h1>
|
||||
|
||||
<input type="text" id="searchInput" onkeyup="search()" placeholder="Search for tag...">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue