Skip to content

Commit

Permalink
deploy: 6d537ce
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Jul 24, 2024
1 parent 632800b commit 7d61dba
Show file tree
Hide file tree
Showing 59 changed files with 885 additions and 590 deletions.
25 changes: 15 additions & 10 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
position: sticky;
position: static;
top: 0;
}

Expand All @@ -56,7 +56,7 @@
background-color: transparent;
font-size: 2rem;
padding: 0;
display: flex;
display: none;
justify-content: center;
}

Expand All @@ -66,17 +66,17 @@
.header__navmenu {
list-style-type: "";
padding: 0;
margin: 0;
margin: 1em 0 0 0;
font-size: 1.125rem;
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: flex;
flex-wrap: wrap;
gap: 1em;
gap: 0.5em 1em;
}

.header__links { display: none; }
.header__links { display: flex; }

.header__popover {
background-color: var(--clr-body-bg);
Expand Down Expand Up @@ -121,19 +121,24 @@
outline-offset: 0.1em;
}

@supports selector([popover]) {
.header__toggle { display: flex; }
.header__links { display: none; }
.header__navmenu { margin: 0; }
.header { position: sticky; }
}

/* For larger screen sizes */
@media (min-width: 640px) {
.header__title { margin-bottom: 0; }
}

/* Tablet screen size */
@media only screen and (min-width: 43.75rem) {
.header { position: sticky; }
.header__navmenu { margin: 0; }
.header__toggle, .header__popover { display: none; }

.header__links {
display: flex;
flex-wrap: wrap;
}
.header__links { display: flex; }
}
.top-btn, .top-btn:hover { color: var(--clr-top-btn-txt); }

Expand Down
25 changes: 15 additions & 10 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
position: sticky;
position: static;
top: 0;
}

Expand All @@ -55,7 +55,7 @@
background-color: transparent;
font-size: 2rem;
padding: 0;
display: flex;
display: none;
justify-content: center;
}

Expand All @@ -65,17 +65,17 @@
.header__navmenu {
list-style-type: "";
padding: 0;
margin: 0;
margin: 1em 0 0 0;
font-size: 1.125rem;
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: flex;
flex-wrap: wrap;
gap: 1em;
gap: 0.5em 1em;
}

.header__links { display: none; }
.header__links { display: flex; }

.header__popover {
background-color: var(--clr-body-bg);
Expand Down Expand Up @@ -120,19 +120,24 @@
outline-offset: 0.1em;
}

@supports selector([popover]) {
.header__toggle { display: flex; }
.header__links { display: none; }
.header__navmenu { margin: 0; }
.header { position: sticky; }
}

/* For larger screen sizes */
@media (min-width: 640px) {
.header__title { margin-bottom: 0; }
}

/* Tablet screen size */
@media only screen and (min-width: 43.75rem) {
.header { position: sticky; }
.header__navmenu { margin: 0; }
.header__toggle, .header__popover { display: none; }

.header__links {
display: flex;
flex-wrap: wrap;
}
.header__links { display: flex; }
}
.top-btn, .top-btn:hover { color: var(--clr-top-btn-txt); }

Expand Down
25 changes: 15 additions & 10 deletions accessibility/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
position: sticky;
position: static;
top: 0;
}

Expand All @@ -58,7 +58,7 @@
background-color: transparent;
font-size: 2rem;
padding: 0;
display: flex;
display: none;
justify-content: center;
}

Expand All @@ -68,17 +68,17 @@
.header__navmenu {
list-style-type: "";
padding: 0;
margin: 0;
margin: 1em 0 0 0;
font-size: 1.125rem;
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: flex;
flex-wrap: wrap;
gap: 1em;
gap: 0.5em 1em;
}

.header__links { display: none; }
.header__links { display: flex; }

.header__popover {
background-color: var(--clr-body-bg);
Expand Down Expand Up @@ -123,19 +123,24 @@
outline-offset: 0.1em;
}

@supports selector([popover]) {
.header__toggle { display: flex; }
.header__links { display: none; }
.header__navmenu { margin: 0; }
.header { position: sticky; }
}

/* For larger screen sizes */
@media (min-width: 640px) {
.header__title { margin-bottom: 0; }
}

/* Tablet screen size */
@media only screen and (min-width: 43.75rem) {
.header { position: sticky; }
.header__navmenu { margin: 0; }
.header__toggle, .header__popover { display: none; }

.header__links {
display: flex;
flex-wrap: wrap;
}
.header__links { display: flex; }
}
.top-btn, .top-btn:hover { color: var(--clr-top-btn-txt); }

Expand Down
25 changes: 15 additions & 10 deletions blog/categories/100-days-of-code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
position: sticky;
position: static;
top: 0;
}

Expand All @@ -55,7 +55,7 @@
background-color: transparent;
font-size: 2rem;
padding: 0;
display: flex;
display: none;
justify-content: center;
}

Expand All @@ -65,17 +65,17 @@
.header__navmenu {
list-style-type: "";
padding: 0;
margin: 0;
margin: 1em 0 0 0;
font-size: 1.125rem;
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: flex;
flex-wrap: wrap;
gap: 1em;
gap: 0.5em 1em;
}

.header__links { display: none; }
.header__links { display: flex; }

.header__popover {
background-color: var(--clr-body-bg);
Expand Down Expand Up @@ -120,19 +120,24 @@
outline-offset: 0.1em;
}

@supports selector([popover]) {
.header__toggle { display: flex; }
.header__links { display: none; }
.header__navmenu { margin: 0; }
.header { position: sticky; }
}

/* For larger screen sizes */
@media (min-width: 640px) {
.header__title { margin-bottom: 0; }
}

/* Tablet screen size */
@media only screen and (min-width: 43.75rem) {
.header { position: sticky; }
.header__navmenu { margin: 0; }
.header__toggle, .header__popover { display: none; }

.header__links {
display: flex;
flex-wrap: wrap;
}
.header__links { display: flex; }
}
.top-btn, .top-btn:hover { color: var(--clr-top-btn-txt); }

Expand Down
25 changes: 15 additions & 10 deletions blog/categories/about-this-blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
position: sticky;
position: static;
top: 0;
}

Expand All @@ -55,7 +55,7 @@
background-color: transparent;
font-size: 2rem;
padding: 0;
display: flex;
display: none;
justify-content: center;
}

Expand All @@ -65,17 +65,17 @@
.header__navmenu {
list-style-type: "";
padding: 0;
margin: 0;
margin: 1em 0 0 0;
font-size: 1.125rem;
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: flex;
flex-wrap: wrap;
gap: 1em;
gap: 0.5em 1em;
}

.header__links { display: none; }
.header__links { display: flex; }

.header__popover {
background-color: var(--clr-body-bg);
Expand Down Expand Up @@ -120,19 +120,24 @@
outline-offset: 0.1em;
}

@supports selector([popover]) {
.header__toggle { display: flex; }
.header__links { display: none; }
.header__navmenu { margin: 0; }
.header { position: sticky; }
}

/* For larger screen sizes */
@media (min-width: 640px) {
.header__title { margin-bottom: 0; }
}

/* Tablet screen size */
@media only screen and (min-width: 43.75rem) {
.header { position: sticky; }
.header__navmenu { margin: 0; }
.header__toggle, .header__popover { display: none; }

.header__links {
display: flex;
flex-wrap: wrap;
}
.header__links { display: flex; }
}
.top-btn, .top-btn:hover { color: var(--clr-top-btn-txt); }

Expand Down
Loading

0 comments on commit 7d61dba

Please sign in to comment.