temporarily removing filter
This commit is contained in:
parent
95a4ab3e3a
commit
5778aa2b34
2 changed files with 3 additions and 7 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
 
|
 
|
||||||
<a href="mailto:WillowRo@outlook.com" style = "color:#ffd256;">Email</a>
|
<a href="mailto:WillowRo@outlook.com" style = "color:#ffd256;">Email</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue