renames landingpage to index
This commit is contained in:
parent
dc7066b559
commit
63c9374ea9
1 changed files with 38 additions and 0 deletions
38
Resources/Static/index.html
Normal file
38
Resources/Static/index.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="LandingPageWireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<h1>
|
||||
Welcome!
|
||||
</h1>
|
||||
<section>
|
||||
I'm Rosia Evans, this is my site where I log my work for myself and for me to show to
|
||||
others.
|
||||
</section>
|
||||
|
||||
<section>
|
||||
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.
|
||||
</section>
|
||||
|
||||
<section>
|
||||
See more about my work here:
|
||||
|
||||
<div class="test">
|
||||
<a href="/Example_Post.html">Work</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue