adds "all projects" page
This commit is contained in:
parent
0954ee9cb6
commit
b783ff4fb4
12 changed files with 193 additions and 89 deletions
|
@ -2,6 +2,7 @@
|
|||
<HTML>
|
||||
|
||||
<header>
|
||||
<link rel = "stylesheet" href = "pages\basic.css">
|
||||
<link rel = "stylesheet" href = "pages\mainpage.css">
|
||||
<link rel = "stylesheet" href = "pages\effects.css">
|
||||
<link rel = "icon" href = "images\Icon.ico">
|
||||
|
@ -15,7 +16,7 @@
|
|||
|
||||
<body>
|
||||
<div id = "introScreenSpace">
|
||||
<h1>
|
||||
<h1 id = "Title">
|
||||
<div id = "siteTitle">Nye "Ro" Evans</div>
|
||||
<div class = "subTitle">Portfolio</div>
|
||||
</h1>
|
||||
|
@ -128,7 +129,10 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="galleryOutroLink">
|
||||
<a href = "pages/AllProjects.html">See all my projects here</a>
|
||||
</div>
|
||||
|
||||
<div class = "textBox" id= "outroText">
|
||||
I hope you like my work! If you ever want to contact me, my Email, Github and Social Medias can be found below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue