uni

Thing1's amazing uni repo
Log | Files | Refs

commit bd88e4422ea940b72e1b43ed7fee42c1a252b5e4
parent d3ed443811b90b425e536f811c24e100e03b339d
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Sun, 15 Feb 2026 19:48:05 +0000

lots of images!

Diffstat:
ACS10120/project/images/anythingbut.gif | 0
DCS10120/project/images/aol.jpg | 0
ACS10120/project/images/archlinux.gif | 0
ACS10120/project/images/best_viewed_with_eyes.gif | 0
ACS10120/project/images/cssdif.gif | 0
ACS10120/project/images/mothra.gif | 0
ACS10120/project/images/netscape-ie.gif | 0
MCS10120/project/images/webback.png | 0
MCS10120/project/index.html | 20+++++++++++++-------
MCS10120/project/style.css | 27+++------------------------
10 files changed, 16 insertions(+), 31 deletions(-)

diff --git a/CS10120/project/images/anythingbut.gif b/CS10120/project/images/anythingbut.gif Binary files differ. diff --git a/CS10120/project/images/aol.jpg b/CS10120/project/images/aol.jpg Binary files differ. diff --git a/CS10120/project/images/archlinux.gif b/CS10120/project/images/archlinux.gif Binary files differ. diff --git a/CS10120/project/images/best_viewed_with_eyes.gif b/CS10120/project/images/best_viewed_with_eyes.gif Binary files differ. diff --git a/CS10120/project/images/cssdif.gif b/CS10120/project/images/cssdif.gif Binary files differ. diff --git a/CS10120/project/images/mothra.gif b/CS10120/project/images/mothra.gif Binary files differ. diff --git a/CS10120/project/images/netscape-ie.gif b/CS10120/project/images/netscape-ie.gif Binary files differ. diff --git a/CS10120/project/images/webback.png b/CS10120/project/images/webback.png Binary files differ. diff --git a/CS10120/project/index.html b/CS10120/project/index.html @@ -16,22 +16,19 @@ <li class="navbar"><a class="navbar" href="./blog.html">Blog</a></li> </ul> </nav> - - <hr> - </header> <div id="nameinput"> + <hr> <label for="namebox">What's your name?</label> <input id="namebox" name="name" type="text" placeholder="Name" maxlength="20"> <button onclick="sayHello();">Say <b><em>hello!</em></b></br></button> <p id="nameoutput"></p> <script src="scripts/nameinput.js"></script> + <hr> </div> - <hr> - <div id="mainbody"> <h2 onmouseleave="whosNotAsking();" onmouseover="whosAsking();">Who am I?</h2> <h5 id="whosAsking"></h5> @@ -61,11 +58,20 @@ <table> <tbody> <tr> - <td><a href="./disclaimer.html">Disclaimer</a></td> - <td><a href="https://en.wikipedia.org/wiki/Netscape_Navigator">Best viewed on Netscape Navigator</a></td> + <td> + <a href="https://en.wikipedia.org/wiki/Netscape_Navigator"><img width="88px" src=images/netscape-ie.gif alt="Best viewed on Netscape Navigator"></a> + <a href="https://www.w3.org/Style/CSS/specs.en.html"><img width="88px" src=images/cssdif.gif alt="CSS is hard"></a> + <a href="https://www.howtogeek.com/881609/why-you-should-stop-using-google-chrome-today/"><img width="88px" src=images/anythingbut.gif alt="Please Not Chrome"></a> + <a href="https://archlinux.org"><img width="88px" src=images/archlinux.gif alt="I use arch BTW"></a> + <a href="https://www.specsavers.co.uk/"><img width="88px" src=images/best_viewed_with_eyes.gif alt="Do you have eyes?"></a> + <a href="https://9front.org/"><img width="88px" src=images/mothra.gif alt="A link to a better way"></a> + </td> </tr> </tbody> </table> + + <a href="./disclaimer.html">Disclaimer</a> + <a href="https://analognowhere.com/_/cohelg/">Background source</a> <small><p id="pageLastChanged"></p></small> <script src="scripts/lastmodified.js"></script> </footer> diff --git a/CS10120/project/style.css b/CS10120/project/style.css @@ -1,7 +1,7 @@ body { - background-color: #747272; - background: #747272; - color: #ffdf83; + background-color: #201b1e; + background: #201b1e; + color: #ff84bf; font-family: 'Monospace'; } @@ -25,27 +25,6 @@ body { text-align: center; } -ul.navbar { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - border: solid 1px; -} - -ul li.navbar { - float: left; -} - -ul li a.navbar { - display: block; - color: white; - text-align: center; - padding: 14px 16px; - text-decoration: none; - border: solid 1px; -} - small.verysmall { font-size: 10px; }