Skip to content

Commit

Permalink
deploy: 4652a48
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Jul 21, 2024
1 parent ede4abd commit 11f52b6
Show file tree
Hide file tree
Showing 56 changed files with 616 additions and 336 deletions.
17 changes: 11 additions & 6 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,18 @@
align-items: center;
flex-wrap: wrap;
padding: 1rem 1.5rem;
position: sticky;
top: 0;
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
}

@supports selector([popover]) {
.header {
position: sticky;
top: 0;
}
}

.header__title {
color: var(--clr-accent-600);
text-transform: uppercase;
Expand Down Expand Up @@ -71,8 +76,9 @@
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: grid;
gap: 2rem;
display: flex;
flex-wrap: wrap;
gap: 1em;
}

.header__links { display: none; }
Expand All @@ -82,7 +88,7 @@
border: 0.15em solid var(--clr-accent-600);
padding: 1.5em;
box-shadow: var(--bs-main);
width: 80%;
max-width: 80%;
}

.header__popover::backdrop {
Expand Down Expand Up @@ -131,7 +137,6 @@

.header__links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
Expand Down
17 changes: 11 additions & 6 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@
align-items: center;
flex-wrap: wrap;
padding: 1rem 1.5rem;
position: sticky;
top: 0;
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
}

@supports selector([popover]) {
.header {
position: sticky;
top: 0;
}
}

.header__title {
color: var(--clr-accent-600);
text-transform: uppercase;
Expand Down Expand Up @@ -70,8 +75,9 @@
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: grid;
gap: 2rem;
display: flex;
flex-wrap: wrap;
gap: 1em;
}

.header__links { display: none; }
Expand All @@ -81,7 +87,7 @@
border: 0.15em solid var(--clr-accent-600);
padding: 1.5em;
box-shadow: var(--bs-main);
width: 80%;
max-width: 80%;
}

.header__popover::backdrop {
Expand Down Expand Up @@ -130,7 +136,6 @@

.header__links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
Expand Down
17 changes: 11 additions & 6 deletions accessibility/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,18 @@
align-items: center;
flex-wrap: wrap;
padding: 1rem 1.5rem;
position: sticky;
top: 0;
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
}

@supports selector([popover]) {
.header {
position: sticky;
top: 0;
}
}

.header__title {
color: var(--clr-accent-600);
text-transform: uppercase;
Expand Down Expand Up @@ -73,8 +78,9 @@
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: grid;
gap: 2rem;
display: flex;
flex-wrap: wrap;
gap: 1em;
}

.header__links { display: none; }
Expand All @@ -84,7 +90,7 @@
border: 0.15em solid var(--clr-accent-600);
padding: 1.5em;
box-shadow: var(--bs-main);
width: 80%;
max-width: 80%;
}

.header__popover::backdrop {
Expand Down Expand Up @@ -133,7 +139,6 @@

.header__links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
Expand Down
17 changes: 11 additions & 6 deletions blog/categories/100-days-of-code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@
align-items: center;
flex-wrap: wrap;
padding: 1rem 1.5rem;
position: sticky;
top: 0;
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
}

@supports selector([popover]) {
.header {
position: sticky;
top: 0;
}
}

.header__title {
color: var(--clr-accent-600);
text-transform: uppercase;
Expand Down Expand Up @@ -70,8 +75,9 @@
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: grid;
gap: 2rem;
display: flex;
flex-wrap: wrap;
gap: 1em;
}

.header__links { display: none; }
Expand All @@ -81,7 +87,7 @@
border: 0.15em solid var(--clr-accent-600);
padding: 1.5em;
box-shadow: var(--bs-main);
width: 80%;
max-width: 80%;
}

.header__popover::backdrop {
Expand Down Expand Up @@ -130,7 +136,6 @@

.header__links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
Expand Down
17 changes: 11 additions & 6 deletions blog/categories/about-this-blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@
align-items: center;
flex-wrap: wrap;
padding: 1rem 1.5rem;
position: sticky;
top: 0;
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
}

@supports selector([popover]) {
.header {
position: sticky;
top: 0;
}
}

.header__title {
color: var(--clr-accent-600);
text-transform: uppercase;
Expand Down Expand Up @@ -70,8 +75,9 @@
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: grid;
gap: 2rem;
display: flex;
flex-wrap: wrap;
gap: 1em;
}

.header__links { display: none; }
Expand All @@ -81,7 +87,7 @@
border: 0.15em solid var(--clr-accent-600);
padding: 1.5em;
box-shadow: var(--bs-main);
width: 80%;
max-width: 80%;
}

.header__popover::backdrop {
Expand Down Expand Up @@ -130,7 +136,6 @@

.header__links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
Expand Down
17 changes: 11 additions & 6 deletions blog/categories/about-this-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@
align-items: center;
flex-wrap: wrap;
padding: 1rem 1.5rem;
position: sticky;
top: 0;
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
}

@supports selector([popover]) {
.header {
position: sticky;
top: 0;
}
}

.header__title {
color: var(--clr-accent-600);
text-transform: uppercase;
Expand Down Expand Up @@ -70,8 +75,9 @@
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: grid;
gap: 2rem;
display: flex;
flex-wrap: wrap;
gap: 1em;
}

.header__links { display: none; }
Expand All @@ -81,7 +87,7 @@
border: 0.15em solid var(--clr-accent-600);
padding: 1.5em;
box-shadow: var(--bs-main);
width: 80%;
max-width: 80%;
}

.header__popover::backdrop {
Expand Down Expand Up @@ -130,7 +136,6 @@

.header__links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
Expand Down
17 changes: 11 additions & 6 deletions blog/categories/bellabuffs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@
align-items: center;
flex-wrap: wrap;
padding: 1rem 1.5rem;
position: sticky;
top: 0;
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
}

@supports selector([popover]) {
.header {
position: sticky;
top: 0;
}
}

.header__title {
color: var(--clr-accent-600);
text-transform: uppercase;
Expand Down Expand Up @@ -70,8 +75,9 @@
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: grid;
gap: 2rem;
display: flex;
flex-wrap: wrap;
gap: 1em;
}

.header__links { display: none; }
Expand All @@ -81,7 +87,7 @@
border: 0.15em solid var(--clr-accent-600);
padding: 1.5em;
box-shadow: var(--bs-main);
width: 80%;
max-width: 80%;
}

.header__popover::backdrop {
Expand Down Expand Up @@ -130,7 +136,6 @@

.header__links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
Expand Down
17 changes: 11 additions & 6 deletions blog/categories/cassette-beasts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@
align-items: center;
flex-wrap: wrap;
padding: 1rem 1.5rem;
position: sticky;
top: 0;
background-color: var(--clr-body-bg);
box-shadow: var(--bs-main);
z-index: 998;
}

@supports selector([popover]) {
.header {
position: sticky;
top: 0;
}
}

.header__title {
color: var(--clr-accent-600);
text-transform: uppercase;
Expand Down Expand Up @@ -70,8 +75,9 @@
font-weight: 600;
color: var(--clr-accent-600);
text-align: center;
display: grid;
gap: 2rem;
display: flex;
flex-wrap: wrap;
gap: 1em;
}

.header__links { display: none; }
Expand All @@ -81,7 +87,7 @@
border: 0.15em solid var(--clr-accent-600);
padding: 1.5em;
box-shadow: var(--bs-main);
width: 80%;
max-width: 80%;
}

.header__popover::backdrop {
Expand Down Expand Up @@ -130,7 +136,6 @@

.header__links {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
Expand Down
Loading

0 comments on commit 11f52b6

Please sign in to comment.