project photos addition

This commit is contained in:
2023-01-01 15:29:35 -05:00
parent 99df6dde18
commit 56851bc93a
11 changed files with 102 additions and 54 deletions

View File

@@ -225,12 +225,33 @@ a {
justify-content: space-around;
}
.vFlex {
display: flex;
flex-direction: column;
height: 100%;
}
.spaceBetween {
justify-content: space-between;
}
.onRight {
position: absolute;
right: 0;
top: 0;
}
.bgi {
background-size: contain;
background-repeat: no-repeat;
background-position-y: center;
opacity: 0.4;
height: 100%;
width: 100%;
position: absolute;
z-index: 0;
}
#Vertical {
margin-left: auto;
margin-right: auto;
@@ -406,8 +427,23 @@ a {
background-color: rgba(22, 22, 22, .8);
}
.project .topBox, .project .bottomBox {
padding-left: 1rem;
.projTitle > * {
margin-bottom: 0;
}
.projBody {
position: relative;
z-index: 3;
}
.project .topBox, .project .bottomBox, .project .projTitle {
padding: 0 1rem;
z-index: inherit;
}
.backedBody {
background-color: #1a1a1a;
padding: .25em;
}
.tab {
@@ -425,18 +461,6 @@ a {
height: 3rem;
}
.topBox {
padding-left: .5rem;
padding-right: 1rem;
height: 75%;
}
.bottomBox {
height: auto;
padding-left: 0rem;
padding-right: 1rem;
}
.bottomBox a, .placeholding {
vertical-align: middle;
display: inline;

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

BIN
src/assets/photos/slate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB