Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
top: 0;
left: 0;
right: 0;
bottom: 0;
bottom : 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
opacity: 0.3;
animation: float 20s ease-in-out infinite;
Expand Down Expand Up @@ -116,7 +116,7 @@
}

.about-content {
animation: slideInLeft 1s ease-out;
animation: slideInLeft 5s ease-in infinite;
}

.about-content h1 {
Expand Down
5 changes: 4 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ ion-icon {
pointer-events: none;
}


html {
font-family: var(--ff-open-sans);
color: var(--eerie-black);
Expand Down Expand Up @@ -273,6 +274,7 @@ a {
justify-content: space-between;
}


.header.active {
box-shadow: var(--shadow-1);
}
Expand All @@ -283,13 +285,14 @@ a {
justify-content: space-between;
align-items: center;
}

.header-actions {
display: flex;
align-items: center;
gap: 20px;
}



.header-actions .btn span {
display: none;
}
Expand Down