reworked art
complete redesign of css, needs cleaning up
This commit is contained in:
parent
870c8a226d
commit
c096339b44
2 changed files with 93 additions and 50 deletions
|
@ -24,7 +24,7 @@
|
|||
</h2>
|
||||
|
||||
<div style = "width: 100%; height: auto; text-align: center;">
|
||||
<img src = "..\images\ProfilePlaceholder.png" class = "orangeBack">
|
||||
<img src = "..\images\ProfilePlaceholder.png" class = "orangeBorder">
|
||||
</div>
|
||||
|
||||
<h3 style = "margin-bottom: 5vh;">
|
||||
|
@ -32,25 +32,27 @@
|
|||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
</h3>
|
||||
|
||||
<div class = "orangeBack textBox" id = "galleryHeader">
|
||||
<div class = "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">
|
||||
<a href = "\gallery\Cat_tower_defense\cat-tower-defense.html" class = "GalleryImage" id = "programGalleryLink"><img src = "gallery\Cat_tower_defense\projectHeaderImage.png" class = "GalleryImage" id = "programGalleryImage"></a>
|
||||
<p class = "GalleryTitle orangeBack" id = "programGalleryTitle">Image Title</p>
|
||||
<p class = "GalleryCaption orangeBack" id = "programGalleryCaption">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<button class = "GalleryLeftArrow" onClick = "window.parent.lastSlide();">◄</button>
|
||||
<button class = "GalleryRightArrow" onClick = "window.parent.nextSlide();">►</button>
|
||||
<p class = "galleryDescriptor">Development projects</p>
|
||||
<a href = "\gallery\Cat_tower_defense\cat-tower-defense.html" class = "GalleryImage" id = "programGalleryLink"><img src = "gallery\Cat_tower_defense\projectHeaderImage.png" class = "galleryImage" id = "programGalleryImage"></a>
|
||||
<p class = "galleryTitle" id = "programGalleryTitle">Image Title</p>
|
||||
<p class = "galleryCaption" id = "programGalleryCaption">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<button class = "galleryLeftArrow" onClick = "window.parent.lastSlide();">◄</button>
|
||||
<button class = "galleryRightArrow" onClick = "window.parent.nextSlide();">►</button>
|
||||
</div>
|
||||
|
||||
<div id = "personalGallery" style = "margin-bottom: 40vh;">
|
||||
<div id = "personalGallery">
|
||||
<p class = "galleryDescriptor">Unrealated projects</p>
|
||||
<img src = "gallery\Cat_tower_defense\projectHeaderImage.png" class = "GalleryImage">
|
||||
<p class = "GalleryTitle orangeBack">Image Title Unrelated</p>
|
||||
<p class = "GalleryCaption orangeBack">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<p class = "GalleryLeftArrow">◄</p>
|
||||
<p class = "GalleryRightArrow">►</p>
|
||||
<p class = "galleryTitle">Image Title Unrelated</p>
|
||||
<p class = "galleryCaption">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<p class = "galleryLeftArrow">◄</p>
|
||||
<p class = "galleryRightArrow">►</p>
|
||||
</div>
|
||||
|
||||
<div id = "socialBar">
|
||||
|
@ -60,6 +62,10 @@
|
|||
 
|
||||
<a href="https://github.com/WillowRo" target="_blank" style = "color:#ffd256;">Github</a>
|
||||
</div>
|
||||
|
||||
<h4>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
</h4>
|
||||
</body>
|
||||
|
||||
</HTML>
|
|
@ -9,15 +9,14 @@
|
|||
body{
|
||||
color: #ffd256;
|
||||
font-family: "roboto";
|
||||
background-color: #221A0F;
|
||||
background-image: url("../images/BackGroundTestNoGlow.png");
|
||||
background-color: #181818;
|
||||
/*background-image: url("../images/BackGroundTestNoGlow.png");*/
|
||||
background-position: bottom;
|
||||
|
||||
}
|
||||
|
||||
|
||||
h1, h2, h3{
|
||||
border-radius: 5px;
|
||||
h1, h2, h3, h4{
|
||||
font-size: clamp(12px, 1vw, 50px);
|
||||
padding: 1.3vh;
|
||||
}
|
||||
|
@ -46,30 +45,44 @@ h2, h3{
|
|||
|
||||
}
|
||||
|
||||
h4{
|
||||
margin-top: 20vh;
|
||||
margin-bottom: 30vh;
|
||||
margin-left: 27vw;
|
||||
margin-right: 27vw;
|
||||
|
||||
}
|
||||
|
||||
button{
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: #ffd256;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.orangeBack{ /*for anything that isnt a <h> tag*/
|
||||
.orangeBorder{
|
||||
border: 2px solid #ffd256;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.orangeBorder{
|
||||
border: 5px outset #ffd256;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.textBox{
|
||||
text-align: center;
|
||||
padding: 2.5vh;
|
||||
font-size: 1.3vw;
|
||||
}
|
||||
|
||||
.galleryDescriptor{
|
||||
font-size: 1vw;
|
||||
vertical-align: text-bottom;
|
||||
grid-column:2/13;
|
||||
grid-row: 1;
|
||||
|
||||
padding-left: 7px;
|
||||
|
||||
font-size: clamp(13px, 1vw, 40px);
|
||||
|
||||
}
|
||||
|
||||
#galleryHeader{
|
||||
margin-left: 35vw;
|
||||
margin-right: 35vw;
|
||||
|
@ -80,7 +93,7 @@ button{
|
|||
#programGallery{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
grid-template-rows: repeat(10, 1fr);
|
||||
grid-template-rows: repeat(11, 1fr);
|
||||
|
||||
height: 70vh;
|
||||
width: 70vw;
|
||||
|
@ -96,7 +109,7 @@ button{
|
|||
#personalGallery{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
grid-template-rows: repeat(10, 1fr);
|
||||
grid-template-rows: repeat(11, 1fr);
|
||||
|
||||
height: 70vh;
|
||||
width: 70vw;
|
||||
|
@ -106,12 +119,13 @@ button{
|
|||
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 10vh;
|
||||
margin-top: 10vh;
|
||||
}
|
||||
|
||||
.GalleryImage{ /*all images should be 700x700*/
|
||||
.galleryImage{ /*all images should be 700x700*/
|
||||
grid-column: 2/8;
|
||||
grid-row: 2/11;
|
||||
grid-row: 3/12;
|
||||
|
||||
object-fit: cover;
|
||||
|
||||
|
@ -119,18 +133,17 @@ button{
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
img.GalleryImage{
|
||||
img.galleryImage{
|
||||
border: 2px solid #ffd256;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
box-sizing: border-box;
|
||||
|
||||
padding: 5;
|
||||
}
|
||||
|
||||
.GalleryTitle{
|
||||
.galleryTitle{
|
||||
grid-column: 2/12;
|
||||
grid-row: 1;
|
||||
grid-row: 2;
|
||||
|
||||
padding: 5px;
|
||||
|
||||
|
@ -145,29 +158,37 @@ img.GalleryImage{
|
|||
border-right: 2px solid #ffd256;
|
||||
}
|
||||
|
||||
.GalleryCaption{
|
||||
.galleryCaption{
|
||||
grid-column: 8/12;
|
||||
grid-row: 2/11;
|
||||
grid-row: 3/12;
|
||||
|
||||
border-radius: 0;
|
||||
border-bottom-right-radius: 5px;
|
||||
|
||||
border-bottom: 2px solid #ffd256;
|
||||
border-right: 2px solid #ffd256;
|
||||
border-top: 2px solid #ffd256;
|
||||
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.GalleryLeftArrow{
|
||||
.galleryLeftArrow{
|
||||
grid-column: 1;
|
||||
grid-row: 5/6;
|
||||
grid-row: 6/7;
|
||||
font-size: 7vw;
|
||||
}
|
||||
|
||||
.GalleryRightArrow{
|
||||
.galleryRightArrow{
|
||||
grid-column: 12;
|
||||
grid-row: 5/6;
|
||||
grid-row: 6/7;
|
||||
font-size: 7vw;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
#socialBar{
|
||||
position: fixed;
|
||||
|
@ -237,9 +258,13 @@ img.GalleryImage{
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.GalleryImage{ /*all images should be 700x700*/
|
||||
.galleryDescriptor{
|
||||
grid-column: 1/13;
|
||||
grid-row: 2/7;
|
||||
}
|
||||
|
||||
.galleryImage{ /*all images should be 700x700*/
|
||||
grid-column: 1/13;
|
||||
grid-row: 3/8;
|
||||
border-bottom-left-radius: 0;
|
||||
|
||||
object-fit: cover;
|
||||
|
@ -248,34 +273,46 @@ img.GalleryImage{
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.GalleryTitle{
|
||||
img.galleryImage{
|
||||
border: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
||||
}
|
||||
|
||||
.galleryTitle{
|
||||
grid-column: 1/13;
|
||||
grid-row: 1;
|
||||
grid-row: 2;
|
||||
|
||||
padding: 5px;
|
||||
|
||||
font-size: 5vh;
|
||||
font-size: 3.5vh;
|
||||
|
||||
border-radius: 0;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-bottom: 2px solid #ffd256;;
|
||||
}
|
||||
|
||||
.GalleryCaption{
|
||||
.galleryCaption{
|
||||
grid-column: 1/13;
|
||||
grid-row: 7/12;
|
||||
grid-row: 8/13;
|
||||
|
||||
border-radius: 0;
|
||||
font-size: 3.2vw;
|
||||
font-size: 2vw;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.GalleryLeftArrow{
|
||||
.galleryLeftArrow{
|
||||
grid-column: 1;
|
||||
grid-row: 12;
|
||||
grid-row: 13;
|
||||
font-size: 7vw;
|
||||
}
|
||||
|
||||
.GalleryRightArrow{
|
||||
.galleryRightArrow{
|
||||
grid-column: 12;
|
||||
grid-row: 12;
|
||||
grid-row: 13;
|
||||
font-size: 7vw;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue