New panel image and portfolio links
This commit is contained in:
+12
-9
@@ -485,17 +485,16 @@ ul { list-style: none; }
|
||||
.about-image { position: relative; }
|
||||
.about-img-placeholder {
|
||||
width: 100%;
|
||||
aspect-ratio: 1 / 1;
|
||||
max-width: 420px;
|
||||
max-width: 480px;
|
||||
border-radius: 24px;
|
||||
background: linear-gradient(145deg, var(--purple-mid), var(--purple-bright));
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 7rem;
|
||||
color: rgba(255,255,255,0.25);
|
||||
overflow: hidden;
|
||||
box-shadow: var(--shadow-lg);
|
||||
}
|
||||
.about-img-placeholder img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
.about-badge {
|
||||
position: absolute;
|
||||
bottom: -16px;
|
||||
@@ -648,6 +647,10 @@ ul { list-style: none; }
|
||||
}
|
||||
.project-work i { color: #2DD4BF; }
|
||||
|
||||
/* No-link row */
|
||||
.project-row--no-link { cursor: default; }
|
||||
.project-row--no-link::before { display: none; }
|
||||
|
||||
/* Arrow */
|
||||
.project-row-arrow {
|
||||
width: 40px;
|
||||
@@ -865,7 +868,7 @@ ul { list-style: none; }
|
||||
grid-template-columns: 1fr;
|
||||
gap: 40px;
|
||||
}
|
||||
.about-img-placeholder { max-width: 100%; aspect-ratio: 16/9; }
|
||||
.about-img-placeholder { max-width: 100%; }
|
||||
.about-badge { right: 16px; }
|
||||
.contact-wrapper {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user