uni

Thing1's amazing uni repo
Log | Files | Refs

commit b80652d7f41199b3138b6fb95515245786d9fa44
parent 3f9cba8742f414fb9f3479403c9bc5d4c5946dcf
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Mon, 23 Feb 2026 09:18:09 +0000

more work on cv

Diffstat:
MCS10120/project/cv.html | 49+++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 47 insertions(+), 2 deletions(-)

diff --git a/CS10120/project/cv.html b/CS10120/project/cv.html @@ -67,12 +67,57 @@ </tbody> </table> </div> + + <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> + + <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> </aside> - + <footer> - <pre>This page contains false information and is for demonstration only</pre> <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>