moved files about

This commit is contained in:
Nye Evans 2020-12-31 15:49:54 +00:00
parent 34801330cb
commit 9a228dcf0f
17 changed files with 19 additions and 6 deletions

View file

@ -3,14 +3,14 @@
@font-face{
font-family:"roboto";
font-weight: 100;
src: url("Fonts/Roboto/RobotoMono-VariableFont_wght.ttf")
src: url("../Fonts/Roboto/RobotoMono-VariableFont_wght.ttf")
}
body{
color: #ffd256;
font-family: "roboto";
background-color: #221A0F;
background-image: url("Images/BackGroundTestNoGlow.png");
background-image: url("../Images/BackGroundTestNoGlow.png");
background-position: bottom;
}
@ -71,6 +71,16 @@ h2, h3{
#galleryHeader{
margin-left: 35vw;
margin-right: 35vw;
border-radius: 5px;
font-size: 1.4vw;
}
#programGallery{
display: grid;
grid-template-rows: repeat(10, 1fr);
grid-template-columns: repeat(10, 1fr);
height: 70vh;
}
@ -101,14 +111,14 @@ h2, h3{
border-radius: 0;
font-size: 1vw;
font-size: 2.3vw;
}
#galleryHeader{
margin-left: 0;
margin-right: 0;
border-radius: 0;
font-size: 4vw;
font-size: 3vw;
}
}

View file

@ -3,7 +3,7 @@
<link rel = "stylesheet" href = "Mainpage.css">
</header>
<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">
<h1>
Nye Evans
@ -17,7 +17,7 @@
</h2>
<div style = "width: 100%; height: auto; text-align: center;">
<img src = "Images\ProfilePlaceholder.png" class = "orangeBack">
<img src = "..\Images\ProfilePlaceholder.png" class = "orangeBack">
</div>
<h3 style = "margin-bottom: 5vh;">
@ -28,6 +28,9 @@
<div class = "orangeBack textBox" id = "galleryHeader">
check out my work here:
<div style = "font-size: 60%;">click a project to find out more</div>
</div>
<div id = "programGallery">
</div>
<div id = "programGalleryButton" class = "orangeBorder textBox">programming projects</div>
<div id = "artGalleryButton" class = " orangeBorder textBox">other projects</div>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.