temporarily removing filter

This commit is contained in:
Nye Evans 2021-01-01 14:56:54 +00:00
parent 95a4ab3e3a
commit 5778aa2b34
2 changed files with 3 additions and 7 deletions

View file

@ -252,13 +252,13 @@ h2, h3{
.GalleryLeftArrow{ .GalleryLeftArrow{
grid-column: 1; grid-column: 1;
grid-row: 11; grid-row: 12;
font-size: 7vw; font-size: 7vw;
} }
.GalleryRightArrow{ .GalleryRightArrow{
grid-column: 12; grid-column: 12;
grid-row: 11; grid-row: 12;
font-size: 7vw; font-size: 7vw;
} }
} }

View file

@ -3,7 +3,7 @@
<link rel = "stylesheet" href = "Mainpage.css"> <link rel = "stylesheet" href = "Mainpage.css">
</header> </header>
<body> <body>
<img src = "..\Images\ScreenFilter.png" style = "position: fixed; top: 0; left: 0;"> <!--<img src = "..\Images\ScreenFilter.png" style = "position: fixed; top: 0; left: 0;">-->
<div id = "introScreenSpace"> <div id = "introScreenSpace">
<h1> <h1>
Nye Evans Nye Evans
@ -47,10 +47,6 @@
</div> </div>
<div id = "socialBar"> <div id = "socialBar">
<!--
<a href = "https://twitter.com/Wi__Ro"><img src = "..\images\TwitterLogoGlow.png" width=40 height = 40></a>
<a href="mailto:WillowRo@outlook.com"><img src = "..\images\EmailIconGlow.png" width=40 height = 40></a>
-->
<a href = "https://twitter.com/Wi__Ro" style = "color:#ffd256;">Twitter</a> <a href = "https://twitter.com/Wi__Ro" style = "color:#ffd256;">Twitter</a>
&NonBreakingSpace; &NonBreakingSpace;
<a href="mailto:WillowRo@outlook.com" style = "color:#ffd256;">Email</a> <a href="mailto:WillowRo@outlook.com" style = "color:#ffd256;">Email</a>