uni

Thing1's amazing uni repo
Log | Files | Refs

commit fb04889fc35b5488e90b0ef792497f06295859b6
parent 3839b0c32f957a5da7066212c67276e17a6f8ff7
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Wed,  4 Mar 2026 17:16:07 +0000

removed empty heading

Diffstat:
MCS10120/project/index.html | 2+-
MCS10120/project/scripts/whosasking.js | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CS10120/project/index.html b/CS10120/project/index.html @@ -40,7 +40,7 @@ <div id="mainbody"> <h2 onmouseleave="whosNotAsking();" onmouseover="whosAsking();">Who am I?</h2> - <h3 class="rainbow" id="whosAsking"></h3> + <div class="rainbow" id="whosAsking"></div> <script src="scripts/whosasking.js"></script> <p>I'm a neat <em>little</em> nerd who likes programming, anime, and other such things. I spend an impressive amount of time behind a screen, and somehow my eyes still function<small class="verysmall"> (sorta)</small>. When I'm not in front of a screen, I'm probably cooking some food, perhaps for my <a href="https://users.aber.ac.uk/jum41/cs10120">friend</a>, as I seem to cook for others more than myself! I find it very relaxing, and cooking for someone else forces you to put in some effort, and you ought to try!</p> diff --git a/CS10120/project/scripts/whosasking.js b/CS10120/project/scripts/whosasking.js @@ -1,5 +1,5 @@ function whosAsking() { - document.getElementById("whosAsking").innerHTML = "Who's asking? ( ͡° ͜ʖ ͡°)"; + document.getElementById("whosAsking").innerHTML = "<small>Who's asking? ( ͡° ͜ʖ ͡°)</small>"; } function whosNotAsking() {