This commit is contained in:
Joshua Killen 2020-04-17 13:30:37 +01:00
parent 3695d1ce5a
commit f99a3e8c3d
6 changed files with 46 additions and 38 deletions

View File

@ -49,18 +49,18 @@
<h1>About</h1>
</div>
<details class="anchor" id="webTitle" open>
<summary class="aboutTitle">The Website</summary>
<article class="aboutContent" id="siteContent">
<summary class="frameTitle">The Website</summary>
<article class="frameContent" 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>
<details class="anchor" open>
<summary class="aboutTitle">The University</summary>
<summary class="frameTitle">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">
<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 class="frameContent" 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
<a href="https://www.coventry.ac.uk">www.coventry.ac.uk</a>
@ -71,12 +71,12 @@
</details>
<div class="nextLine">
<details class="anchor" open>
<summary class="aboutTitle" id="jkillen">Joshua Killen</summary>
<summary class="frameTitle" id="jkillen">Joshua Killen</summary>
<article class="anchor">
<p>
<img class="imgLeft" src="about_assets/jkillen.png" alt="Profile of Joshua Killen">Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies.<br>Interested in computers and physics from a young age,<br>he has been studying the subjects ever since,<br>with the hopes of entering a career in cybersecurity.<br>
<b class="aboutTitle">Contact Details</b><br>
<a class="aboutContent" href="mailto:killenj@cu.coventry.ac.uk"> <u>@:killenj@cu.coventry.ac.uk</u>
<b class="frameTitle">Contact Details</b><br>
<a class="frameContent" href="mailto:killenj@cu.coventry.ac.uk"> <u>@:killenj@cu.coventry.ac.uk</u>
</a>
</p>
</article>

View File

@ -17,37 +17,12 @@ summary {
float: right;
}
.aboutTitle {
font-family: neon80;
font-size: 0.5em
}
.aboutContent {
font-size: 0.25em;
}
p {
font-size: 0.25em
}
p .aboutContent {
font-size: 1em;
}
p .aboutTitle {
font-size: 2em;
}
.nextLine {
clear: both;
}
.headImg {
background-image: url(internet.png);
background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 0;
padding-bottom: 25em;
}

View File

@ -44,13 +44,15 @@
<a href="../../about/about.html">About</a>
</nav>
</header>
<div class="headImg">
<h1>Welcome</h1>
</div>
<footer>
<div class="footer">
<a class="about" href="../../../about/about.html">About the Website</a><br>
<a href="../../sitewide_assets/bibliography.pdf" download="KILLEN_Joshua_Bibliography" target="_blank">Bibliography</a><br>
<a class="contact" href="../../../about/about.html">Contact Us</a><br>
<a class="sitemap" href="">Sitemap</a>
</div>
</footer>
</body>
</html>

BIN
home_assets/code.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

3
home_assets/home.css Normal file
View File

@ -0,0 +1,3 @@
.headImg {
background-image: url(code.jpg);
}

View File

@ -52,6 +52,34 @@ footer a {
font-size: 4vw;
}
.frameTitle {
font-family: neon80;
font-size: 0.5em
}
.frameContent {
font-size: 0.25em;
}
p {
font-size: 0.25em
}
p .frameContent {
font-size: 1em;
}
p .frameTitle {
font-size: 2em;
}
.headImg {
background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 0;
padding-bottom: 25em;
}
.reference {
font-size: 0.125em;
}