diff --git a/archive/index.html b/archive/index.html index 72bd063b..00b98e6e 100644 --- a/archive/index.html +++ b/archive/index.html @@ -386,7 +386,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

- +
  • @@ -396,7 +396,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    - +
  • @@ -406,7 +406,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    - +
  • diff --git a/categories/star-wars-kotor-2/index.html b/categories/star-wars-kotor-2/index.html index d2f3cac1..dad11a57 100644 --- a/categories/star-wars-kotor-2/index.html +++ b/categories/star-wars-kotor-2/index.html @@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    - +
  • @@ -399,7 +399,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    - +
  • @@ -409,7 +409,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    - +
  • diff --git a/categories/star-wars-kotor/index.html b/categories/star-wars-kotor/index.html index 269c6f82..83d06d23 100644 --- a/categories/star-wars-kotor/index.html +++ b/categories/star-wars-kotor/index.html @@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    - +
  • diff --git a/categories/video-game-mods/index.html b/categories/video-game-mods/index.html index a1bb24cd..0ae55afa 100644 --- a/categories/video-game-mods/index.html +++ b/categories/video-game-mods/index.html @@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    - +
  • @@ -399,7 +399,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    - +
  • diff --git a/changelogs/2024/index.html b/changelogs/2024/index.html index cc31d57d..d3aa8a29 100644 --- a/changelogs/2024/index.html +++ b/changelogs/2024/index.html @@ -436,7 +436,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
    diff --git a/changelogs/index.html b/changelogs/index.html index 5c2a3226..a84ff102 100644 --- a/changelogs/index.html +++ b/changelogs/index.html @@ -474,7 +474,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    diff --git a/feed.xml b/feed.xml index fe3a3ab8..5337ae9e 100644 --- a/feed.xml +++ b/feed.xml @@ -4,7 +4,7 @@ Leilukin's personal website. - 2024-12-15T10:29:00Z + 2024-12-15T10:48:11Z https://leilukin.com/ Leilukin @@ -18,7 +18,7 @@ https://leilukin.com/ <ul> <li>Add new article: <a href="https://leilukin.com/articles/living-with-retinitis-pigmentosa">&quot;Living with Retinitis Pigmentosa&quot;</a></li> -<li>Update my code snippet for <a href="https://leilukin.com/projects/snippets/disability-pride-flag-background">Responsive Disability Pride Flag CSS Background</a> by using the CSS <code>linear-gradient()</code> function instead of an inline SVG</li> +<li>Update my code snippet for <a href="https://leilukin.com/projects/snippets/disability-pride-flag-background">responsive Disability Pride flag CSS background</a> by using the CSS <code>linear-gradient()</code> function instead of an inline SVG</li> </ul> diff --git a/index.html b/index.html index 25eb7061..4f6fe9eb 100644 --- a/index.html +++ b/index.html @@ -439,7 +439,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    Changelog: 15 December 2024

    View all site changelogs

    diff --git a/projects/index.html b/projects/index.html index d9f70296..71ed57c0 100644 --- a/projects/index.html +++ b/projects/index.html @@ -452,7 +452,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

    My Code Snippets

    - +

    My Drawings

    diff --git a/projects/snippets/disability-pride-flag-background/index.html b/projects/snippets/disability-pride-flag-background/index.html index 6240477a..b2a4dc63 100644 --- a/projects/snippets/disability-pride-flag-background/index.html +++ b/projects/snippets/disability-pride-flag-background/index.html @@ -8,16 +8,16 @@ - + - + - + @@ -268,7 +268,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8)) - Responsive Disability Pride Flag CSS Background | Leilukin's Hub + Responsive Disability Pride flag CSS Background | Leilukin's Hub @@ -374,11 +374,11 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8)) -

    Responsive Disability Pride Flag CSS Background

    +

    Responsive Disability Pride flag CSS Background

    -

    CSS code snippet of Disability Pride Flag background that can adapt to different widths and screen sizes.

    +

    CSS code snippet of Disability Pride flag background that can adapt to different widths and screen sizes.

    @@ -389,11 +389,11 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
    -

    There have been CSS code snippets of LGBTQ+ pride flag backgrounds out there, such as Alvaro Montoro's LGBTQ+ Flags Coded in CSS demo, but I could not find one for the Disability Pride Flag, which was created by Ann Magill and released in 2021.

    -

    Therefore, at the start of Disability Pride Month in July 2024, I decided to code a Disability Pride Flag background in CSS, and now I am releasing my code snippet for public use.

    -

    My Disability Pride Flag CSS background is done with a combination of the CSS background property and linuear-gradient() function, and designed to be responsive, so it can adapt to different screen sizes and devices.

    -

    I have used JavaScript to set up the header of the main part of this website, so it will display the Disability Pride Flag as its background during July.

    -

    Since Ann Magill released the Disability Pride Flag to the public domain under CC0 1.0 Universal, I am doing the same to my responsive Disability Pride Flag CSS background. Therefore, you are free to use my code and do what you want with it without asking for permission or crediting me.

    +

    There have been CSS code snippets of LGBTQ+ pride flag backgrounds out there, such as Alvaro Montoro's LGBTQ+ Flags Coded in CSS demo, but I could not find one for the Disability Pride flag, which was created by Ann Magill and released in 2021.

    +

    Therefore, at the start of Disability Pride Month in July 2024, I decided to code a Disability Pride flag background in CSS, and now I am releasing my code snippet for public use.

    +

    My Disability Pride flag CSS background is done with a combination of the CSS background property and linuear-gradient() function, and designed to be responsive, so it can adapt to different screen sizes and devices.

    +

    I have used JavaScript to set up the header of the main part of this website, so it will display the Disability Pride flag as its background during July.

    +

    Since Ann Magill released the Disability Pride flag to the public domain under CC0 1.0 Universal, I am doing the same to my responsive Disability Pride flag CSS background. Therefore, you are free to use my code and do what you want with it without asking for permission or crediting me.

    Demo

    diff --git a/sitemap.xml b/sitemap.xml index d3365d0f..2c917cc9 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1178,229 +1178,229 @@ https://leilukin.com/blog/posts/ - 2024-12-15T10:28:55.986Z + 2024-12-15T10:48:06.501Z weekly 0.5 https://leilukin.com/changelogs/2022/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/changelogs/2023/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/changelogs/2024/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/changelogs/layouts/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/projects/code/bellabuffs-phpmailer/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/projects/playlists/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/projects/snippets/disability-pride-flag-background/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/asummersend/gallery/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/asummersend/playlists/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/asummersend/trivia/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/cassettebeasts/articles/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/cassettebeasts/facts/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/cassettebeasts/featured/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/cassettebeasts/gamelog/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/cassettebeasts/resources/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/starwarskotor/articles/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/starwarskotor/guides/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/starwarskotor/resources/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.509Z weekly 0.5 https://leilukin.com/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/ - 2024-12-15T10:28:55.994Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/shrines/starwarskotor/universes/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/archive/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/categories/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/changelogs/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/about/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/adoptables/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/articles/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/blog/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/guestbook/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/links/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/now/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/projects/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/shrines/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/accessibility/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 https://leilukin.com/colophon/ - 2024-12-15T10:28:55.998Z + 2024-12-15T10:48:06.513Z weekly 0.5 diff --git a/sitemap/index.html b/sitemap/index.html index 9f8f8f02..c269e63d 100644 --- a/sitemap/index.html +++ b/sitemap/index.html @@ -451,7 +451,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
  • My Mods for Star Wars: Knights of the Old Republic II: The Sith Lords
  • My Music Playlists
  • BellaBuffs with PHPMailer Integration
  • -
  • Responsive Disability Pride Flag CSS Background
  • +
  • Responsive Disability Pride flag CSS Background
  • Shrines