removed some js, changed wording on some stuff

removed name stuff, api i was using wasnt accurate enough
rewrote project pages, changed profile image
This commit is contained in:
Nye Evans 2021-02-20 17:56:14 +00:00
parent 6dd4f7968e
commit 040a6b7b49
5 changed files with 34 additions and 18 deletions

View file

@ -7,15 +7,14 @@
<meta charset="UTF-8">
<script src = "pages\gallery.js" type = "module"></script>
<script src = "pages\siteTitle.js" type = "module"></script>
<title></title>
<title>Nye Evans Portfolio</title>
</header>
<body>
<div id = "introScreenSpace">
<h1>
<div id = "siteTitle"></div>
<div style = "font-size: 30%; padding-top: 10;">Portfolio</div>
<div id = "siteTitle">Nye Evans</div>
<div class = "subTitle">Portfolio</div>
</h1>
</div>
@ -26,7 +25,7 @@
</div>
<div style = "text-align: center;">
<img src = "" id = "profileImage" class = "profileImage orangeBorder">
<img src = "images/Profile2.png" id = "profileImage" class = "profileImage orangeBorder">
</div>
<div class = "textBox" style = "margin-bottom: 5vh;">
@ -36,7 +35,7 @@
</div>
<div class = "textBox" id = "galleryHeader">
check out my projects here:
check out my larger projects here:
<div style = "font-size: 60%;">click a project to find out more</div>
</div>