moved files about
This commit is contained in:
parent
34801330cb
commit
9a228dcf0f
17 changed files with 19 additions and 6 deletions
|
@ -3,14 +3,14 @@
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family:"roboto";
|
font-family:"roboto";
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
src: url("Fonts/Roboto/RobotoMono-VariableFont_wght.ttf")
|
src: url("../Fonts/Roboto/RobotoMono-VariableFont_wght.ttf")
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
color: #ffd256;
|
color: #ffd256;
|
||||||
font-family: "roboto";
|
font-family: "roboto";
|
||||||
background-color: #221A0F;
|
background-color: #221A0F;
|
||||||
background-image: url("Images/BackGroundTestNoGlow.png");
|
background-image: url("../Images/BackGroundTestNoGlow.png");
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -71,6 +71,16 @@ h2, h3{
|
||||||
#galleryHeader{
|
#galleryHeader{
|
||||||
margin-left: 35vw;
|
margin-left: 35vw;
|
||||||
margin-right: 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;
|
border-radius: 0;
|
||||||
|
|
||||||
font-size: 1vw;
|
font-size: 2.3vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
#galleryHeader{
|
#galleryHeader{
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-size: 4vw;
|
font-size: 3vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div style = "width: 100%; height: auto; text-align: center;">
|
<div style = "width: 100%; height: auto; text-align: center;">
|
||||||
<img src = "Images\ProfilePlaceholder.png" class = "orangeBack">
|
<img src = "..\Images\ProfilePlaceholder.png" class = "orangeBack">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 style = "margin-bottom: 5vh;">
|
<h3 style = "margin-bottom: 5vh;">
|
||||||
|
@ -28,6 +28,9 @@
|
||||||
<div class = "orangeBack textBox" id = "galleryHeader">
|
<div class = "orangeBack textBox" id = "galleryHeader">
|
||||||
check out my work here:
|
check out my work here:
|
||||||
<div style = "font-size: 60%;">click a project to find out more</div>
|
<div style = "font-size: 60%;">click a project to find out more</div>
|
||||||
|
</div>
|
||||||
|
<div id = "programGallery">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id = "programGalleryButton" class = "orangeBorder textBox">programming projects</div>
|
<div id = "programGalleryButton" class = "orangeBorder textBox">programming projects</div>
|
||||||
<div id = "artGalleryButton" class = " orangeBorder textBox">other 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.
Binary file not shown.
Loading…
Add table
Reference in a new issue