uni

Thing1's amazing uni repo
Log | Files | Refs

commit 7d3db637eb7023ea21d40820b2ed52a8605e127a
parent 48708711003110f72d35b059583b4cad1f9258df
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Mon, 23 Feb 2026 17:08:52 +0000

removed bin

Diffstat:
DCS10120/project/:w | 133-------------------------------------------------------------------------------
1 file changed, 0 insertions(+), 133 deletions(-)

diff --git a/CS10120/project/:w b/CS10120/project/:w @@ -1,133 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>CV</title> - <link rel="stylesheet" href="./cvstyle.css"> - </head> - - <header> - <h1>Lucas Standen</h1> - <aside> - <table> - <tbody> - <tr> - <td>07123456789</td> - <td>lucas@example.com</td> - <td>420 foobar road EN</td> - </tr> - </tbody> - </table> - </aside> - </header> - - - - <div class="content"> - <div> - <h2>Qualifications</h2> - <table> - <thead> - <tr> - <th>Type</th> - <th>Where</th> - <th>When</th> - </tr> - </thead> - <tbody> - <tr> - <td>PhD in computer infrastructure</td> - <td>Aberystwyth University</td> - <td>2025</td> - </tr> - <tr> - <td>Business Admin</td> - <td>Aberystwyth University</td> - <td>2020</td> - </tr> - </tbody> - </table> - </div> - <hr> - - <div> - <h2>Interest</h2> - <table> - <thead> - <tr> - <th>What</th> - <th>Skills learned</th> - </tr> - </thead> - <tbody> - <tr> - <td>Programming</td> - <td><p> - Self taught in C, Hare and Go, made many small projects that are used on a daily basis. Learned how to manage projects, debug them, and find what is important to a user</p> - </td> - </tr> - <tr> - <td>Hiking</td> - <td>Map reading and navigation skills, takes frequent hikes to stay healthy</td> - </tr> - </tbody> - </table> - </div> - <hr> - - <div> - <h2>History</h2> - <table> - <thead> - <tr> - <th>Where</th> - <th>When</th> - </tr> - </thead> - <tbody> - <tr> - <td></td> - <td></td> - </tr> - <tr> - <td></td> - <td></td> - </tr> - </tbody> - </table> - - </div> - <hr> - - <div> - <h2>References</h2> - <table> - <thead> - <tr> - <th>Who</th> - <th>Contact</th> - </tr> - </thead> - <tbody> - <tr> - <td>Judith M.<br>Head chef at the 3 heads pub</td> - <td>074567890, <a href="mailto:jum41@aber.ac.uk">jum41@aber.ac.uk</a></td> - </tr> - <tr> - <td>Otar A.<br>Personal tutor at Aberystwyth University</td> - <td>0734214567, <a href="mailto:ota1@aber.ac.uk">ota1@aber.ac.uk</a></td> - </tr> - </tbody> - </table> - </div> - <hr> - </div> - - - <footer> - <a href="./disclaimer.html">Disclaimer</a> - <pre>This page contains false information and is for demonstration only</pre> - <small><p id="pageLastChanged"></p></small> - <script src="scripts/lastmodified.js"></script> - </footer> - -</html>