Skip to content

Commit

Permalink
Rename graphics folder
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Nov 12, 2024
1 parent fec5591 commit cd1c82d
Show file tree
Hide file tree
Showing 17 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/_config/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("./src/assets/");
eleventyConfig.addWatchTarget("./src/assets/");
eleventyConfig.addPassthroughCopy({
"./src/assets/icons/favicon/favicon.ico": "/favicon.ico",
"./src/assets/graphics/favicon/favicon.ico": "/favicon.ico",
"node_modules/@zachleat/details-utils/details-utils.js": "assets/js/details-utils.js",
});
}
6 changes: 3 additions & 3 deletions src/_includes/global/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

{# Favicon #}
<link rel="icon" sizes="32x32" href="/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/assets/icons/favicon/HC-favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/favicon/apple-touch-icon.png">
<link rel="manifest" href="/assets/icons/favicon/site.webmanifest">
<link rel="icon" type="image/svg+xml" href="/assets/graphics/favicon/HC-favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/graphics/favicon/apple-touch-icon.png">
<link rel="manifest" href="/assets/graphics/favicon/site.webmanifest">

{# CSS #}
{% include "global/css.njk" %}
Expand Down
6 changes: 3 additions & 3 deletions src/_includes/global/footer.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer class="footer">
<div class="widgets site-btns">
<img src="/assets/icons/helenchong-88x31.png" alt="Helen Chong's 88×31 website button" width="88" height="31" loading="lazy">
<img src="/assets/icons/helenchong-200x40.png" alt="Helen Chong's 200×40 website button" width="200" height="40" loading="lazy">
<img src="/assets/graphics/helenchong-88x31.png" alt="Helen Chong's 88×31 website button" width="88" height="31" loading="lazy">
<img src="/assets/graphics/helenchong-200x40.png" alt="Helen Chong's 200×40 website button" width="200" height="40" loading="lazy">
</div>

<h2 class="visually-hidden">Footer Navigation:</h2>
Expand All @@ -24,7 +24,7 @@

{% include "global/socials.njk" %}

<div class="widgets"><a href="https://buymeacoffee.com/helenchong"><img src="/assets/icons/buymeacoffee.png" alt="Buy Me a Coffee" width="200" height="56" loading="lazy"></a></div>
<div class="widgets"><a href="https://buymeacoffee.com/helenchong"><img src="/assets/graphics/buymeacoffee.png" alt="Buy Me a Coffee" width="200" height="56" loading="lazy"></a></div>

{% include "global/h-card.njk" %}
{% include "global/top-btn.njk" %}
Expand Down
6 changes: 3 additions & 3 deletions src/_includes/main/badges.njk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<section class="section--home grid-center">
<h2 class="heading--home">Badges</h2>
<div class="widgets home__badges">
<a href="https://validator.w3.org/feed/check.cgi?url=https%3A//helenchong.dev/blog/feed.xml"><img src="/assets/icons/badges/valid-atom.png" alt="Valid Atom 1.0" width="88" height="31" loading="lazy"></a>
<a href="https://ko-fi.com/s/798b83fbcc"><img src="/assets/icons/badges/coffee-powered.svg" alt="Coffee powered" width="88" height="31" loading="lazy"></a>
<a href="https://fightfascism.glitch.me/"><img src="/assets/icons/badges/fight-fascism.jpg" alt="Fight fascism" width="220" height="37" loading="lazy"></a>
<a href="https://validator.w3.org/feed/check.cgi?url=https%3A//helenchong.dev/blog/feed.xml"><img src="/assets/graphics/badges/valid-atom.png" alt="Valid Atom 1.0" width="88" height="31" loading="lazy"></a>
<a href="https://ko-fi.com/s/798b83fbcc"><img src="/assets/graphics/badges/coffee-powered.svg" alt="Coffee powered" width="88" height="31" loading="lazy"></a>
<a href="https://fightfascism.glitch.me/"><img src="/assets/graphics/badges/fight-fascism.jpg" alt="Fight fascism" width="220" height="37" loading="lazy"></a>
</div>
<div id="wcb" class="carbonbadge">
<noscript>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit cd1c82d

Please sign in to comment.