This commit is contained in:
Joshua Killen 2020-04-16 21:49:52 +01:00
parent e8e5fc4e2f
commit f860559da9
2 changed files with 10 additions and 2 deletions

View File

@ -55,12 +55,12 @@
</header>
<h1>Timeline of The Evolution of the Internet from 1960-2020</h1>
<details>
<summary>1960</summary>
<summary onmouseover="this.click()">1960</summary>
<p></p>
</details>
<footer>
<div class="footer">
<a class="about" onmouseover="this.click()" href="../../../about/about.html">About the Website</a><br>
<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="../../../contact/contact.html">Contact Us</a><br>
<a class="sitemap" href="">Sitemap</a>

View File

@ -0,0 +1,8 @@
summary {
list-style-image: url("");
}
summary::-webkit-details-marker {
background: url("");
color: transparent;
}