cleaned up imports, minor fixes on html code
websites linked on page now open new tab, character set is now defined, as it js type
This commit is contained in:
parent
8dc6de2b74
commit
cc3f55d055
2 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
<header>
|
||||
<link rel = "stylesheet" href = "Mainpage.css">
|
||||
<script src = "Gallery.js"></script>
|
||||
<script src = "Gallery.js" type = "module"></script>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<title>Nye Evans Portfolio</title>
|
||||
</header>
|
||||
|
@ -52,11 +54,11 @@
|
|||
</div>
|
||||
|
||||
<div id = "socialBar">
|
||||
<a href = "https://twitter.com/Wi__Ro" style = "color:#ffd256;">Twitter</a>
|
||||
<a href = "https://twitter.com/Wi__Ro" target="_blank" style = "color:#ffd256;">Twitter</a>
|
||||
 
|
||||
<a href="mailto:WillowRo@outlook.com" style = "color:#ffd256;">Email</a>
|
||||
<a href="mailto:WillowRo@outlook.com" target="_blank" style = "color:#ffd256;">Email</a>
|
||||
 
|
||||
<a href="https://github.com/WillowRo" style = "color:#ffd256;">Github</a>
|
||||
<a href="https://github.com/WillowRo" target="_blank" style = "color:#ffd256;">Github</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import {slide} from "GalleryIndex.js";
|
||||
import {slides} from "GalleryIndex.js";
|
||||
import {slidem, slides} from "GalleryIndex.js";
|
||||
|
||||
var currentSlide = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue