uni

Thing1's amazing uni repo
Log | Files | Refs

commit 246fadb8c0d3842706c8416c0d32d462d7375d67
parent de4d149e5299a3a439bf90bec023b63f21418b6e
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Wed,  4 Mar 2026 16:41:03 +0000

finished up on the project

Diffstat:
MCS10120/project/cv.html | 21+++++++++++----------
MCS10120/project/cvstyle.css | 1+
MCS10120/project/index.html | 5+++++
MCS10120/project/scripts/nameinput.js | 2+-
MCS10120/project/style.css | 1+
5 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/CS10120/project/cv.html b/CS10120/project/cv.html @@ -26,9 +26,9 @@ <table> <thead> <tr> - <th>Type</th> - <th>Where</th> - <th>When</th> + <th><em>Type</em></th> + <th><em>Where</em></th> + <th><em>When</em></th> </tr> </thead> <tbody> @@ -52,8 +52,8 @@ <table> <thead> <tr> - <th>What</th> - <th>Skills learned</th> + <th><em>What</em></th> + <th><em>Skills learned</em></th> </tr> </thead> <tbody> @@ -77,9 +77,9 @@ <table> <thead> <tr> - <th>Where</th> - <th>Skills</th> - <th>When</th> + <th><em>Where</em></th> + <th><em>Skills</em></th> + <th><em>When</em></th> </tr> </thead> <tbody> @@ -99,8 +99,8 @@ <table> <thead> <tr> - <th>Who</th> - <th>Contact</th> + <th><em>Who</em></th> + <th><em>Contact</em></th> </tr> </thead> <tbody> @@ -120,6 +120,7 @@ <footer> + <br> <a href="./index.html">Return to the amazing world of Lucas Standen</a> <pre>This page contains false information and is for demonstration only</pre> <a href="./disclaimer.html">Disclaimer</a> diff --git a/CS10120/project/cvstyle.css b/CS10120/project/cvstyle.css @@ -48,6 +48,7 @@ hr { } footer { + padding: 20px; align: center; text-align: center; } diff --git a/CS10120/project/index.html b/CS10120/project/index.html @@ -58,6 +58,11 @@ </marquee> </div> <hr> + + <h2>Declaration of originality</h2> + + <p>This page is all my own writing, styling and work; excluding images used, which are linked accordingly. No AI tools were used to make this page, or any pages it links to, it was all written by hand, by me!</p> + <hr> </div> diff --git a/CS10120/project/scripts/nameinput.js b/CS10120/project/scripts/nameinput.js @@ -3,7 +3,7 @@ function sayHello() { const name = document.getElementById("namebox").value; const hour = date.getHours() - const msg = "Good<em>" + ((hour < 12) ? " moring " : (hour < 6) ? " afternoon ": " evening ") + "</em>" + name + const msg = "Good<em>" + ((hour < 12) ? " morning " : (hour < 6) ? " afternoon ": " evening ") + "</em>" + name document.getElementById("nameoutput").innerHTML = msg; } diff --git a/CS10120/project/style.css b/CS10120/project/style.css @@ -87,6 +87,7 @@ nav table { background-position-y: top; background-size: 45%; width: 45%; + height: 100%; align: left; text-align: left;