excludes output files from git, moves index to blog page format from static

This commit is contained in:
Rosia E Evans 2023-09-29 18:20:29 +01:00
parent 06b45e46c9
commit 53cf3cbeab
13 changed files with 402 additions and 1 deletions

View file

@ -0,0 +1,36 @@
<html>
<head>
<link rel="stylesheet" href="Wireframe.css">
<link rel="stylesheet" href="effects.css">
</head>
<body>
<header>
<a href="index.html">
Rosia Evans
</a>
</header>
<main>
<nav>
<h1>Navigation</h1>
<li><a href=/CatTowerDefence.html>Tower defence game</a></li>
<li><a href=/index.html>Welcome!</a></li>
<li><a href=/SBSWork.html>SBS Internship</a></li>
<li><a href=/inputfile.html>Hello world!</a></li>
<li><a href=/EPQProject.html>EPQ Project</a></li>
<li><a href=/Aardvark.html>AardvarkXR</a></li>
<li><a href=/MindMap.html>Mind Map Maker</a></li>
<li><a href=/TestFullArticle.html>Example Post</a></li>
</nav>
<article><h1>Welcome!</h1>
<p>I'm Rosia Evans, this is my site where I log my work for myself and for me to show to others.</p>
<p>I'm currently studying at a small university in wales where I'm doing a BEng in software engineering whilst working on robotics and exploring my own interests on the side through various societies. I've previously had interests in VR and XR and UI design, spending a lot of my secondary school years experimenting with both concepts.</p>
<p>To see my work, check the navbox to the side</p>
<p>&lt;-</p>
</article>
</main>
<div>
</body>
</html>