basic grid layout for project page with featured rows and non-featured 2-column grid; began converting images to image links

This commit is contained in:
chimchooree
2020-11-29 01:09:14 -06:00
parent 406ce9d727
commit f370e2a7ec
8 changed files with 68 additions and 19 deletions
+51 -1
View File
@@ -111,7 +111,7 @@ ul { list-style-position: inside; }
color: #CB9CF2;
}
.nav-link a:hover {
color: #F9B3D7;auto
color: #F9B3D7;
}
.nav-link a:active {
color: #f463ad;
@@ -135,6 +135,11 @@ ul { list-style-position: inside; }
.project-header {
grid-area: 1 / 1 / 2 / 3;
color: #F9B3D7;
font-size: 15px;
margin-top: 25px;
padding-top: 10px;
padding-left: 10px;
}
.featured {
@@ -144,13 +149,58 @@ ul { list-style-position: inside; }
.featured-box {
}
.featured-desc {
color: #F9B3D7;
font-size: 25px;
text-align: right;
margin-right: 10px;
}
.featured-desc a:link {
color: #66C7F4;
}
.featured-desc a:visited {
color: #CB9CF2;
}
.featured-desc a:hover {
color: #F9B3D7;
}
.featured-desc a:active {
color: #f463ad;
}
.more {
grid-area: 3 / 1 / 4 / 3;
width: 800px;
display: grid;
grid-template-columns: auto auto;
}
.more-box {
}
.more-desc {
color: #F9B3D7;
font-size: 18px;
text-align: center;
margin-right: 10px;
}
.more-desc a:link {
color: #66C7F4;
}
.more-desc a:visited {
color: #CB9CF2;
}
.more-desc a:hover {
color: #F9B3D7;
}
.more-desc a:active {
color: #f463ad;
}
.footer-row {
grid-area: 4 / 1 / 5 / 4;
background-color: #080410;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB