├── .eleventy.js ├── .eslintrc ├── .github └── workflows │ └── main.yml ├── .gitignore ├── .nvmrc ├── .postcssrc ├── .prettierignore ├── .prettierrc ├── .stylelintrc ├── .vscode └── settings.json ├── README.md ├── _webmentioncache └── webmentions.json ├── netlify.toml ├── onBuild.mjs ├── onStart.mjs ├── package.json └── src ├── _data ├── blogroll.json ├── menudata.json ├── menuitems.json ├── metadata.json └── version.json ├── _includes ├── about.njk ├── blogroll.njk ├── home.njk ├── layout.njk ├── page.njk ├── partials │ ├── author-details.njk │ ├── categories.njk │ ├── components │ │ └── icon-link.njk │ ├── dark-mode-toggle.njk │ ├── featured-post.njk │ ├── footer.njk │ ├── header.njk │ ├── hero.njk │ ├── more-like-this.njk │ ├── post-grid-pagination.njk │ ├── post-header-content.njk │ ├── post-header.njk │ ├── post-listing.njk │ ├── posts-grid.njk │ ├── prev-next.njk │ ├── sotb-banner-ad.njk │ ├── sprite.svg │ ├── tag-links.njk │ └── webmentions.njk ├── post-alt.njk ├── post.njk ├── posts-layout.njk └── tag-page.njk ├── css ├── 01-config │ └── variables.css ├── 02-base │ ├── layout.css │ ├── prism.css │ ├── reset.css │ └── typography.css ├── 03-objects │ ├── hotlink.css │ ├── icon-link.css │ └── richtext.css ├── 04-components │ ├── all-tags.css │ ├── alt-header.css │ ├── author-info.css │ ├── blogroll.css │ ├── categories.css │ ├── dark-mode-toggle.css │ ├── footer.css │ ├── header.css │ ├── hero.css │ ├── page-header.css │ ├── post-grid-pagination.css │ ├── post-header.css │ ├── posts-grid.css │ ├── prev-next.css │ ├── sidebar.css │ ├── tag-links.css │ └── webmentions.css ├── 05-utilities │ └── utils.css └── styles.css ├── favicon ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── site.webmanifest └── social_1200x630.png ├── feed.njk ├── fonts ├── jost.woff2 └── urbanist.woff2 ├── icons ├── Instagram.svg ├── facebook.svg ├── github.svg ├── icon-dark.svg ├── icon-external-link.svg ├── icon-heart.svg ├── icon-light.svg ├── icon-mention.svg ├── icon-repost.svg ├── icon-rss.svg ├── linkedin.svg ├── logo-horizontal-text.svg ├── logo-horizontal.svg ├── logo-icon.svg ├── logo-new.svg ├── logo-stacked-text.svg ├── logo-stacked.svg ├── logo.svg ├── mastodon.svg ├── pinterest.svg └── twitter.svg ├── images ├── 2019-in-review.svg ├── SotB-Logo.svg ├── a-handy-use-for-cascade-layers.jpg ├── a-layout-trick-for-building-a-contact-list.png ├── a-modern-front-end-workflow-01_01.png ├── a-modern-front-end-workflow-02_01.png ├── a-modern-front-end-workflow-03_01.png ├── a-reason-to-self-host-fonts-01.jpg ├── a-reason-to-self-host-fonts-02.jpg ├── a-utility-class-for-covering-elements-01.jpg ├── a-year-of-utilities-01.svg ├── amending-your-past-commits-with-git-01.png ├── amending-your-past-commits-with-git-02.png ├── amending-your-past-commits-with-git-03.png ├── animated-grid-tracks-with-has-01.jpg ├── animated-grid-tracks-with-has-02.jpg ├── are-my-third-parties-green.webp ├── aspect-ratio-is-great-01.jpg ├── aspect-ratio-is-great-02.jpg ├── aspect-ratio-is-great-03.jpg ├── aspect-ratio-is-great-04.jpg ├── aspect-ratio-is-great-05.jpg ├── aspect-ratio-is-great-06.jpg ├── better-vuex-state-management.svg ├── beyond-the-spotlight_1024.webp ├── beyond-the-spotlight_800.webp ├── breaking-out-of-a-central-wrapper-01.webp ├── breaking-out-of-a-central-wrapper-02.webp ├── breaking-out-of-a-central-wrapper-03.webp ├── breaking-out-of-a-central-wrapper-04.webp ├── breaking-out-of-a-central-wrapper-05.webp ├── breaking-out-of-a-central-wrapper-06.webp ├── breaking-out-of-a-central-wrapper-07.webp ├── breaking-out-of-a-central-wrapper-08.webp ├── building-a-dependency-free-site.jpg ├── building-a-greener-web.svg ├── building-a-scrapbook-layout_01.png ├── building-a-scrapbook-layout_02.jpg ├── building-a-scrapbook-layout_03a.png ├── building-a-scrapbook-layout_04a.png ├── building-a-scrapbook-layout_05a.png ├── building-a-scrapbook-layout_06a.png ├── building-a-scrapbook-layout_08.jpg ├── building-a-scrapbook-layout_09.png ├── building-a-scrapbook-layout_10.jpg ├── building-an-interactive-timetable-01a.jpg ├── building-the-zig-zag-gradient-lab-01.jpg ├── building-the-zig-zag-gradient-lab-01a.jpg ├── building-the-zig-zag-gradient-lab-02.jpg ├── building-the-zig-zag-gradient-lab-03.jpg ├── building-the-zig-zag-gradient-lab-04.jpg ├── building-the-zig-zag-gradient-lab-05.jpg ├── building-the-zig-zag-gradient-lab-06.jpg ├── building-the-zig-zag-gradient-lab-07.jpg ├── building-the-zig-zag-gradient-lab-08.jpg ├── building-the-zig-zag-gradient-lab-09.jpg ├── building-the-zig-zag-gradient-lab-10.jpg ├── carbon-capture-01.jpg ├── carbon-capture-01_1200.jpg ├── carbon-capture-01_800.jpg ├── clutter-01.webp ├── clutter-02.webp ├── code-gardening-01_1200.webp ├── code-gardening-01_1600.webp ├── code-gardening-01_900.webp ├── controlling-leftover-grid-items-01.svg ├── controlling-leftover-grid-items-02.svg ├── creating-generative-svg-characters-01.jpg ├── creating-generative-svg-characters.jpg ├── css-day-2022_1200.webp ├── css-day-2022_900.webp ├── css-halftone-patterns-01.jpg ├── css-halftone-patterns-01a.jpg ├── css-halftone-patterns-01b.jpg ├── css-halftone-patterns-02.jpg ├── css-halftone-patterns-03.jpg ├── css-halftone-patterns-04.jpg ├── css-halftone-patterns-05.jpg ├── css-halftone-patterns-06.jpg ├── css-only-slide-up-caption-hover-effect-01.jpg ├── css-only-slide-up-caption-hover-effect-02.jpg ├── css-only-slide-up-caption-hover-effect-03.jpg ├── debugging-css-grid-1_01.png ├── debugging-css-grid-1_02.png ├── debugging-css-grid-1_03.png ├── debugging-css-grid-1_04.png ├── debugging-css-grid-1_06.png ├── debugging-css-grid-2-01.png ├── debugging-css-grid-2-02.png ├── debugging-css-grid-2-03.png ├── debugging-css-grid-3-01.png ├── debugging-css-grid-3-02.png ├── debugging-css-grid-3-03.png ├── debugging-css-grid-3-04.png ├── debugging-css-grid-3-05.png ├── debugging-css-grid-3-06.png ├── debugging-css-grid-3-07a.png ├── debugging-css-grid-3-08a.png ├── debugging-media-queries-a-dev-tools-wish-list-01.jpg ├── disentangling-frameworks-01.svg ├── disentangling-frameworks-02.svg ├── drop-shadow-01.jpg ├── drop-shadow-02.jpg ├── drop-shadow-03.jpg ├── drop-shadow-04.jpg ├── drop-shadow-05.jpg ├── eleventy-starter_1200.webp ├── eleventy-starter_1600.webp ├── eleventy-starter_600.webp ├── eleventy-starter_900.webp ├── exciting-things-on-the-horizon-for-css-layout.svg ├── favourite-things-01.jpg ├── favourite-things-02-01.jpg ├── favourite-things-02-02.jpg ├── favourite-things-02-03.jpg ├── favourite-things.svg ├── favourite-web-development-courses-01.jpg ├── favourite-web-development-courses-02.jpg ├── find-me-on-mastodon-01.svg ├── finding-an-elements-nearest-relative-positioned-ancestor-01.jpg ├── finding-meaning-in-our-work-01__1200.webp ├── finding-meaning-in-our-work-01__1600.webp ├── finding-meaning-in-our-work-01__600.webp ├── finding-meaning-in-our-work-01__900.webp ├── flow-chart-01_1600.webp ├── flow-chart-02_1600.webp ├── flow-chart-03_1600.webp ├── flow-chart-04_1600.webp ├── flow-chart-05_1600.webp ├── flow-chart-06_1600.webp ├── font-rendering_1200.webp ├── font-rendering_1600.webp ├── font-rendering_600.webp ├── font-rendering_900.webp ├── from-gatsby-to-eleventy-01.jpg ├── from-gatsby-to-eleventy-02.jpg ├── from-gatsby-to-eleventy-03.jpg ├── fun-with-css-motion-path-01.jpg ├── gap-01_1200.webp ├── gap-01_1600.webp ├── gap-01_900.webp ├── gap-02_1200.webp ├── gap-02_1600.webp ├── gap-02_900.webp ├── gap-03_1200.webp ├── gap-03_1600.webp ├── gap-03_900.webp ├── gap-04_1200.webp ├── gap-04_1600.webp ├── gap-04_900.webp ├── gap-05_1200.webp ├── gap-05_1600.webp ├── gap-05_900.webp ├── green-web-foundation-directory_1200.webp ├── green-web-foundation-directory_1600.webp ├── green-web-foundation-directory_600.webp ├── green-web-foundation-directory_900.webp ├── greenwashing-and-the-cop28-website_1200.webp ├── greenwashing-and-the-cop28-website_1600.webp ├── greenwashing-and-the-cop28-website_1800.webp ├── greenwashing-and-the-cop28-website_600.webp ├── greenwashing-and-the-cop28-website_900.webp ├── grid-backgrounds.jpg ├── handy-tools-for-mocking-api-requests-01_1600.jpg ├── handy-tools-for-mocking-api-requests-01_900.jpg ├── handy-tools-for-mocking-api-requests-02_1600.jpg ├── handy-tools-for-mocking-api-requests-02_900.jpg ├── headshot.jpg ├── heatwave-animated-sun-illustration.png ├── how-git-stash-01.svg ├── how-git-stash-02.svg ├── how-to-convince-your-team.svg ├── how-to-enable-experimental-features-02.png ├── how-to-enable-experimental-features-03.png ├── how-to-enable-experimental-features-04.png ├── how-to-enable-experimental-features-05.png ├── how-to-enable-experimental-features.jpg ├── implicit-tracks.jpg ├── in-commission-to-no-emissions-01.svg ├── in-search-of-simplicity.jpg ├── inspecting-sizes-01.jpg ├── introducing-the-web-sustainability-guidelines.png ├── irregular-shaped-links-with-subgrid-01b.jpg ├── irregular-shaped-links-with-subgrid-02a.jpg ├── irregular-shaped-links-with-subgrid-03a.jpg ├── irregular-shaped-links-with-subgrid-04.jpg ├── irregular-shaped-links-with-subgrid-05.jpg ├── it-career-energizer-podcast-01.png ├── limitation-breeds-creativity_1200.webp ├── limitation-breeds-creativity_1600.webp ├── limitation-breeds-creativity_1800.jpg ├── limitation-breeds-creativity_1800.webp ├── limitation-breeds-creativity_700.webp ├── limitation-breeds-creativity_900.webp ├── logical-border-radius-01.webp ├── logical-border-radius-02.webp ├── logical-border-radius-03.webp ├── logical-border-radius-04.webp ├── logical-border-radius-05.webp ├── making-work-experience-a-positive-experience-01a.svg ├── masonry-in-css-01.webp ├── masonry-syntax_1400.webp ├── masonry-syntax_900.webp ├── mentoring-01.svg ├── messing-about-with-css-gradients-01_1200.webp ├── messing-about-with-css-gradients-01_1600.webp ├── messing-about-with-css-gradients-01_900.webp ├── messing-about-with-css-gradients-02_1200.webp ├── messing-about-with-css-gradients-02_1600.webp ├── messing-about-with-css-gradients-02_900.webp ├── messing-about-with-css-gradients-03_1200.webp ├── messing-about-with-css-gradients-03_1600.webp ├── messing-about-with-css-gradients-03_900.webp ├── my-browser-support-strategy-01.jpg ├── my-browser-support-strategy-02.jpg ├── my-browser-support-strategy-03.jpg ├── my-css-grid-wishlist-01.png ├── my-css-grid-wishlist-02.png ├── nbpm-01_1200.webp ├── nbpm-01_1600.webp ├── nbpm-01_900.webp ├── negative-lines.jpg ├── negative-lines2.jpg ├── negative-lines2.png ├── not-an-nft-artist-01.jpg ├── not-an-nft-artist-02.jpg ├── og-image.jpg ├── optimising-svgs-for-the-web_01.png ├── optimising-svgs-for-the-web_02.jpg ├── optimising-svgs-for-the-web_03.jpg ├── optimising-svgs-for-the-web_04.jpg ├── optimising-svgs-for-the-web_04.png ├── optimising-svgs-for-the-web_05a.jpg ├── optimising-svgs-for-the-web_06.jpg ├── overflow-01_1200.webp ├── overflow-01_1600.webp ├── overflow-02_1200.webp ├── overflow-02_1600.webp ├── overflow-03_1200.webp ├── overflow-03_1600.webp ├── overflow-04_1200.webp ├── overflow-04_1600.webp ├── overflow-05_1200.webp ├── overflow-05_1600.webp ├── overflow-06_1200.webp ├── overflow-06_1600.webp ├── overflow-07_1200.webp ├── overflow-07_1600.webp ├── overflow-08_1200.webp ├── overflow-08_1600.webp ├── overflow-09_1200.webp ├── overflow-09_1600.webp ├── overflow-10_1200.webp ├── overflow-10_1600.webp ├── owning-your-web-01_1200.webp ├── owning-your-web-01_1600.webp ├── owning-your-web-01_900.webp ├── paper-snowflakes-01.jpg ├── paper-snowflakes-02.svg ├── paper-snowflakes-03.svg ├── paper-snowflakes-04.svg ├── paper-snowflakes-04a.svg ├── paper-snowflakes-05.svg ├── paper-snowflakes-06.svg ├── perspective-01_1200.webp ├── perspective-01_1600.webp ├── perspective-01_1800.webp ├── perspective-01_700.webp ├── perspective-01_900.webp ├── progressively-enhanced-toggletips_1200.webp ├── progressively-enhanced-toggletips_1600.webp ├── progressively-enhanced-toggletips_700.webp ├── progressively-enhanced-toggletips_900.webp ├── quick-and-easy-dark-mode-with-css-custom-properties.svg ├── quick-tip-negative-animation-delay-02.webp ├── quick-tip-negative-animation-delay.webp ├── radial-gradient-trigonometry-01.webp ├── radial-gradient-trigonometry-01_1200.webp ├── radial-gradient-trigonometry-01_900.webp ├── radial-gradient-trigonometry.svg ├── rainy-gradient_1200.webp ├── rainy-gradient_1600.webp ├── rainy-gradient_1800.webp ├── rainy-gradient_900.webp ├── recreating-the-his-dark-materials-logo-01.jpg ├── reducing-complexity-01.jpg ├── reducing-complexity-01_1200.jpg ├── reducing-complexity-01_800.jpg ├── scheduling-netlify-deployments-with-github-actions-01.jpg ├── scheduling-netlify-deployments-with-github-actions-02.jpg ├── scheduling-netlify-deployments-with-github-actions-03.jpg ├── setting-up-a-new-macbook.svg ├── shades-of-grey-01_1200.webp ├── shades-of-grey-01_1600.webp ├── shades-of-grey-01_800.webp ├── smashing-meets-goes-green.svg ├── social_1200x630.png ├── solving-a-tricky-layout-problem_01.jpg ├── solving-a-tricky-layout-problem_02.png ├── solving-a-tricky-layout-problem_03.png ├── solving-a-tricky-layout-problem_04.png ├── solving-a-tricky-layout-problem_05.png ├── solving-a-tricky-layout-problem_06.png ├── solving-a-tricky-layout-problem_07.png ├── sotb01.jpg ├── state-of-the-browser.jpg ├── styling-external-links-01.webp ├── styling-external-links-02.webp ├── subgrid-is-here.png ├── svg-filter_02-01.png ├── svg-filters_01a-01.png ├── svg-filters_01b-01.png ├── svg-filters_03-01.png ├── svg-filters_duotone.png ├── testing-color-accessibility-with-dev-tools-01.jpg ├── the-joy-of-lists-01.svg ├── thoughts-on-the-state-of-the-web.jpg ├── tips-for-writing-for-the-web.svg ├── to-grid-or-to-flex-01.svg ├── to-grid-or-to-flex-02.jpg ├── top-tips-for-hiring-diverse-teams-01.png ├── top-tips-for-hiring-diverse-teams-02.png ├── working-with-color-scales-01.svg ├── working-with-color-scales-02.jpg ├── working-with-color-scales-02b.jpg ├── working-with-color-scales-02c.jpg ├── working-with-color-scales-03.jpg ├── workshop-review-data-visualisation-fundamentals.png ├── workshop-review-data-visualisation-fundamentals_1200.webp ├── workshop-review-data-visualisation-fundamentals_1600.webp ├── workshop-review-data-visualisation-fundamentals_600.webp ├── workshop-review-data-visualisation-fundamentals_900.webp ├── wrapping-up-2023.svg ├── writing-useful-alt-text-01.webp └── writing-useful-alt-text-02.webp ├── index.md ├── js ├── darkModeToggle.js ├── expander.js ├── header.js ├── menu.js ├── scripts.js └── service-worker.js ├── media ├── animating-css-grid.mp4 ├── heatwave-animated-sun-illustration.mp4 └── is-it-time-to-ditch-the-design-grid.mp4 ├── pages ├── about.md ├── articles.njk ├── blogroll.njk ├── demos.njk ├── faqs.md ├── guest-posts.md ├── notes.njk ├── pages.json ├── quick-tips.njk └── tags-list.njk ├── posts ├── .DS_Store ├── 20-inspiring-women.md ├── 2019-in-review.md ├── 2021-in-review.md ├── 2022-in-review.md ├── 7-uses-for-css-custom-properties.md ├── a-blog-post-about-blogging.md ├── a-fun-css-text-effect.md ├── a-guide-to-modern-css-colors.md ├── a-handy-use-for-cascade-layers.md ├── a-layout-trick-for-building-a-contact-list.md ├── a-modern-front-end-workflow-part-1.md ├── a-modern-front-end-workflow-part-2.md ├── a-modern-front-end-workflow-part-3.md ├── a-native-visually-hidden-class.md ├── a-quick-website-redesign.md ├── a-reason-to-self-host-fonts.md ├── a-useful-vscode-extension-for-environment-switching.md ├── a-utility-class-for-covering-elements.md ├── a-versatile-markdown-shortcode-for-eleventy.md ├── a-year-of-utility-classes.md ├── accessible-toggles.md ├── accessibly-hiding-focus-outlines.md ├── ai-environmental-impact-report.md ├── all-the-css-colours.md ├── amending-your-past-commits-with-git.md ├── anchor-positioning-and-the-popover-api.md ├── animated-grid-tracks-with-has.md ├── animating-css-grid.md ├── animating-underlines.md ├── another-anchor-positioning-demo-multiple-anchors.md ├── are-my-third-parties-green.md ├── aspect-ratio-cells.md ├── aspect-ratio-is-great.md ├── beautiful-scrolling-experiences-without-libraries.md ├── becoming-a-tech-speaker.md ├── better-vue-application-state-management-with-vuex-modules.md ├── breaking-out-of-a-central-wrapper.md ├── building-a-dependency-free-site.md ├── building-a-dynamic-header-with-intersection-observer.md ├── building-a-greener-web.md ├── building-a-progressive-web-app.md ├── building-a-scrapbook-layout-with-css-grid.md ├── building-a-scrollable-and-draggable-timeline-with-gsap.md ├── building-an-interactive-sparkline-graph-with-d3.md ├── building-an-interactive-timetable.md ├── building-the-zig-zag-gradient-lab.md ├── carbon-capture-a-new-way-to-measure-carbon-emissions.md ├── choosing-a-green-web-host.md ├── clutter.md ├── code-gardening.md ├── color-theming-with-custom-properties-and-tailwind.md ├── controlling-leftover-grid-items.md ├── cool-tools.md ├── correcting-with-kindness.md ├── creating-3d-characters-in-threejs.md ├── creating-color-palettes-with-the-color-mix-function.md ├── creating-css-variables-from-a-js-file.md ├── creating-custom-easing-effects-with-linear.md ├── creating-generative-svg-characters.md ├── creating-static-svgs-from-geojson.md ├── creating-vscode-snippets-to-speed-up-workflow.md ├── creative-css-layout-and-the-flexible-web.md ├── creative-list-styling.md ├── css-day-2022.md ├── css-halftone-patterns.md ├── css-masonry-layout-syntax.md ├── css-nesting-is-here.md ├── css-only-slide-up-caption-hover-effect.md ├── debating-the-merits-of-llms.md ├── debugging-css-grid-part-1-understanding-implicit-tracks.md ├── debugging-css-grid-part-2-what-the-fraction.md ├── debugging-css-grid-part-3-auto-flow-order-and-item-placement.md ├── debugging-media-queries-a-dev-tools-wish-list.md ├── design-patterns-that-encourage-junk-data.md ├── detecting-css-selector-support.md ├── detecting-hover-capable-devices.md ├── developer-decisions-for-building-flexible-components.md ├── development-budgets.md ├── disentangling-frameworks.md ├── do-we-need-css4.md ├── dont-forget-the-lang-attribute.md ├── dont-mind-the-gap.md ├── drawing-raindrops-with-css-gradients-and-masks.md ├── drop-shadow-the-underrated-css-filter.md ├── dynamic-css-masks-with-custom-properties-and-gsap.md ├── education-needs-teachers-not-more-technology.md ├── eleventy-starter-projects-updates.md ├── evaluating-clever-css-solutions.md ├── everybodys-free-to-write-websites.md ├── exciting-things-on-the-horizon-for-css-layout.md ├── exciting-times-for-browsers-and-css.md ├── experimental-layouts.md ├── exploring-has-again.md ├── favourite-things-01.md ├── favourite-things-02.md ├── favourite-web-development-courses.md ├── february-2024-bookmarks.md ├── feedback.md ├── find-me-on-mastodon.md ├── finding-an-elements-nearest-relative-positioned-ancestor.md ├── finding-meaning-in-our-work.md ├── from-gatsby-to-eleventy.md ├── fun-with-css-motion-path.md ├── get-ready-for-the-css-grid-revolution.md ├── getting-started-with-container-queries.md ├── goodbye-2020.md ├── greenhouse-gas-emissions-from-streaming-digital-content.md ├── greenwashing-and-the-cop28-website.md ├── handling-null-undefined-and-zero-values-in-javascript.md ├── handy-tools-for-mocking-api-requests.md ├── has-has-landed-in-safari.md ├── heatwave-animated-sun-illustration.md ├── hide-and-debug-empty-elements-with-css.md ├── how-do-you-vertically-centre-an-element-in-css.md ├── how-git-stash-can-help-you-juggle-multiple-branches.md ├── how-i-solved-my-font-rendering-problem.md ├── how-to-accessibly-split-text.md ├── how-to-be-a-good-co-worker.md ├── how-to-convince-your-team-to-adopt-grid.md ├── how-to-create-better-themes.md ├── how-to-enable-experimental-web-platform-features.md ├── i-finally-installed-an-ad-blocker.md ├── imperfect.md ├── in-commission-to-no-emissions-videos-from-toronto-web-performance-meetup.md ├── in-defence-of-bad-code.md ├── in-search-of-simplicity.md ├── inspecting-sizes.md ├── interop-2023.md ├── interview-beyond-the-spotlight.md ├── into-the-matrix-with-svg-filters.md ├── introducing-the-web-sustainability-guidelines.md ├── introduction-to-gatsby.md ├── introduction-to-web-sustainability.md ├── irregular-shaped-links-with-subgrid.md ├── is-it-time-to-ditch-the-design-grid.md ├── it-career-energizer-podcast.md ├── ive-been-doing-blockquotes-wrong.md ├── kicking-the-excessive-javascript-habit.md ├── launching-the-new-and-improved-css-irl.md ├── learning-about-css-3d-transforms.md ├── learning-in-the-open.md ├── leaving-twitter-behind.md ├── limitation-breeds-creativity.md ├── logical-border-radius.md ├── logical-properties-for-useful-shorthands.md ├── logical-properties-in-size-queries.md ├── making-work-experience-a-positive-experience.md ├── manifesto-for-a-humane-web.md ├── masking-one-element-with-another.md ├── masonry-in-css.md ├── mentoring-junior-developers.md ├── mentoring.md ├── messing-about-with-css-gradients.md ├── modern-css-layout-is-awesome.md ├── more-flexibility-with-minmax.md ├── my-browser-support-strategy.md ├── my-css-grid-wishlist.md ├── my-typical-day.md ├── nan-or-not-a-number.md ├── national-blog-posting-month.md ├── negative-grid-lines.md ├── new-and-improved-green-web-hosting-directory.md ├── new-css-features-in-2022.md ├── new-length-debugging-tool-in-chrome-canary.md ├── not-an-nft-artist.md ├── notes-from-green-io-conference.md ├── notes-from-state-of-the-browser.md ├── oh-no-overflow.md ├── on-a-break.md ├── optimising-svgs-for-the-web.md ├── optimizing-a-vue-app.md ├── owning-your-web.md ├── paper-snowflakes-combining-clipping-and-masking-in-css.md ├── perspective.md ├── pixel-pioneers-2019-roundup.md ├── positioning-text-along-a-path-with-css.md ├── posts.json ├── practical-tips-css-variables.md ├── preventing-overscroll-bounce-with-css.md ├── programming-as-a-craft.md ├── progressive-web-apps.md ├── progressively-enhanced-popover-toggletips.md ├── quick-and-easy-dark-mode-with-css-custom-properties.md ├── quick-command-line-tip-create-multiple-files.md ├── quick-tip-negative-animation-delay.md ├── quick-tip-style-pseudo-elements-with-javascript-using-custom-properties.md ├── quick-tip-you-might-not-need-calc.md ├── radial-gradients-and-css-trigonometric-functions.md ├── reactivity-in-vanilla-javascript.md ├── reality-check-a-series-for-building-real-layouts.md ├── recreating-the-his-dark-materials-logo-in-css.md ├── reduce-your-websites-environmental-impact-with-a-carbon-budget.md ├── reducing-complexity-in-front-end-development.md ├── reducing-the-webs-carbon-footprint-optimizing-social-media-embeds.md ├── reflections-from-green-io-2025.md ├── relative-grid-tracks.md ├── reporting-on-website-carbon-emissions.md ├── resizing-with-css.md ├── respecting-users-motion-preferences.md ├── responsive-css-motion-path.md ├── reversing-an-easing-curve.md ├── rss-is-good-isnt-it.md ├── scheduling-netlify-deployments-with-github-actions.md ├── scroll-progress-animations-in-css.md ├── scroll-timeline-parallax-effect.md ├── setting-up-a-newish-macbook.md ├── shades-of-grey-with-color-mix.md ├── simpler-block-styling-in-wordpress-with-is-and-where.md ├── simplifying-form-styles-with-accent-color.md ├── solving-a-tricky-layout-problem.md ├── speaking-at-bristol-js.md ├── state-of-the-art-css.md ├── stop-using-ai-generated-images.md ├── styling-external-links-with-attribute-selectors.md ├── styling-tables-the-modern-css-way.md ├── subgrid-is-here.md ├── super-powered-grid-components.md ├── super-powered-layouts.md ├── sustainable-hardware-choices.md ├── sustainable-web-development-strategies-within-an-organization.md ├── tailwind-thoughts.md ├── talking-about-web-sustainability-on-shoptalk-show.md ├── tech-workers-and-climate-action.md ├── testing-colour-accessibility-with-dev-tools.md ├── testing-the-performance-of-social-media-embeds.md ├── the-joy-of-lists.md ├── the-perfect-site-doesnt-exist.md ├── the-problem-with-surveys.md ├── the-state-of-css-2021.md ├── the-web-doesnt-have-version-numbers.md ├── thoughts-from-css-day-2023.md ├── thoughts-on-the-state-of-the-web.md ├── thoughts-on-ux-engineering.md ├── time-to-ditch-analytics.md ├── tips-for-writing-for-the-web.md ├── to-grid-or-to-flex.md ├── toggling-css-custom-properties-with-radio-buttons.md ├── top-front-end-writers.md ├── top-tips-for-hiring-diverse-teams.md ├── trigonometry-in-css-and-js-a-series.md ├── troubleshooting-caching.md ├── update-on-the-cop28-website.md ├── useful-resources-for-web-performance.md ├── using-flow-diagrams-to-manage-state.md ├── using-pseudo-elements.md ├── variable-font-animation-with-css-and-splitting-js.md ├── video-90-seconds-on-css-custom-properties.md ├── video-building-a-greener-web-smashing-meets.md ├── video-building-a-greener-web.md ├── video-building-complex-layouts-future-sync.md ├── video-dev-roulette-live.md ├── video-modern-css-layout-is-awesome.md ├── video-super-powered-layouts-at-state-of-the-browser.md ├── video-using-tailwind-with-wordpress.md ├── web-sustainability-and-the-ethical-dilemma.md ├── web-sustainability-resources.md ├── what-i-learned-from-migrating-a-vuex-app-to-pinia.md ├── what-to-blog-about-when-you-dont-know-what-to-blog-about.md ├── where-do-we-go-from-here.md ├── wholegrain-digitals-response-to-web-sustainability-report.md ├── why-i-dont-have-time-for-your-coding-challenge.md ├── why-you-should-hold-onto-your-devices-for-longer.md ├── working-with-color-scales-for-data-visualisation-in-d3.md ├── workshop-review-data-visualisation-fundamentals.md ├── wrapping-up-2018.md ├── wrapping-up-2023.md ├── wrapping-up-national-blog-posting-month-2023.md ├── writing-useful-alt-text.md └── you-have-something-to-say-thats-worth-hearing.md ├── robots.txt ├── rss.njk └── tags.njk /.eleventy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/.eleventy.js -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/.eslintrc -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/.gitignore -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | v20.5.1 -------------------------------------------------------------------------------- /.postcssrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/.postcssrc -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | # Build files: 2 | /dist/* 3 | 4 | /node_modules/* -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/.prettierrc -------------------------------------------------------------------------------- /.stylelintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/.stylelintrc -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/README.md -------------------------------------------------------------------------------- /_webmentioncache/webmentions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/_webmentioncache/webmentions.json -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/netlify.toml -------------------------------------------------------------------------------- /onBuild.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/onBuild.mjs -------------------------------------------------------------------------------- /onStart.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/onStart.mjs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/package.json -------------------------------------------------------------------------------- /src/_data/blogroll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_data/blogroll.json -------------------------------------------------------------------------------- /src/_data/menudata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_data/menudata.json -------------------------------------------------------------------------------- /src/_data/menuitems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_data/menuitems.json -------------------------------------------------------------------------------- /src/_data/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_data/metadata.json -------------------------------------------------------------------------------- /src/_data/version.json: -------------------------------------------------------------------------------- 1 | {"css":"b6793f1f9193b712","js":"740acf2ed4c64f57"} -------------------------------------------------------------------------------- /src/_includes/about.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/about.njk -------------------------------------------------------------------------------- /src/_includes/blogroll.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/blogroll.njk -------------------------------------------------------------------------------- /src/_includes/home.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/home.njk -------------------------------------------------------------------------------- /src/_includes/layout.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/layout.njk -------------------------------------------------------------------------------- /src/_includes/page.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/page.njk -------------------------------------------------------------------------------- /src/_includes/partials/author-details.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/author-details.njk -------------------------------------------------------------------------------- /src/_includes/partials/categories.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/categories.njk -------------------------------------------------------------------------------- /src/_includes/partials/components/icon-link.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/components/icon-link.njk -------------------------------------------------------------------------------- /src/_includes/partials/dark-mode-toggle.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/dark-mode-toggle.njk -------------------------------------------------------------------------------- /src/_includes/partials/featured-post.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/featured-post.njk -------------------------------------------------------------------------------- /src/_includes/partials/footer.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/footer.njk -------------------------------------------------------------------------------- /src/_includes/partials/header.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/header.njk -------------------------------------------------------------------------------- /src/_includes/partials/hero.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/hero.njk -------------------------------------------------------------------------------- /src/_includes/partials/more-like-this.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/more-like-this.njk -------------------------------------------------------------------------------- /src/_includes/partials/post-grid-pagination.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/post-grid-pagination.njk -------------------------------------------------------------------------------- /src/_includes/partials/post-header-content.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/post-header-content.njk -------------------------------------------------------------------------------- /src/_includes/partials/post-header.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/post-header.njk -------------------------------------------------------------------------------- /src/_includes/partials/post-listing.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/post-listing.njk -------------------------------------------------------------------------------- /src/_includes/partials/posts-grid.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/posts-grid.njk -------------------------------------------------------------------------------- /src/_includes/partials/prev-next.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/prev-next.njk -------------------------------------------------------------------------------- /src/_includes/partials/sotb-banner-ad.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/sotb-banner-ad.njk -------------------------------------------------------------------------------- /src/_includes/partials/sprite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/sprite.svg -------------------------------------------------------------------------------- /src/_includes/partials/tag-links.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/tag-links.njk -------------------------------------------------------------------------------- /src/_includes/partials/webmentions.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/partials/webmentions.njk -------------------------------------------------------------------------------- /src/_includes/post-alt.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/post-alt.njk -------------------------------------------------------------------------------- /src/_includes/post.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/post.njk -------------------------------------------------------------------------------- /src/_includes/posts-layout.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/posts-layout.njk -------------------------------------------------------------------------------- /src/_includes/tag-page.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/_includes/tag-page.njk -------------------------------------------------------------------------------- /src/css/01-config/variables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/01-config/variables.css -------------------------------------------------------------------------------- /src/css/02-base/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/02-base/layout.css -------------------------------------------------------------------------------- /src/css/02-base/prism.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/02-base/prism.css -------------------------------------------------------------------------------- /src/css/02-base/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/02-base/reset.css -------------------------------------------------------------------------------- /src/css/02-base/typography.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/02-base/typography.css -------------------------------------------------------------------------------- /src/css/03-objects/hotlink.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/03-objects/hotlink.css -------------------------------------------------------------------------------- /src/css/03-objects/icon-link.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/03-objects/icon-link.css -------------------------------------------------------------------------------- /src/css/03-objects/richtext.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/03-objects/richtext.css -------------------------------------------------------------------------------- /src/css/04-components/all-tags.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/all-tags.css -------------------------------------------------------------------------------- /src/css/04-components/alt-header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/alt-header.css -------------------------------------------------------------------------------- /src/css/04-components/author-info.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/author-info.css -------------------------------------------------------------------------------- /src/css/04-components/blogroll.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/blogroll.css -------------------------------------------------------------------------------- /src/css/04-components/categories.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/categories.css -------------------------------------------------------------------------------- /src/css/04-components/dark-mode-toggle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/dark-mode-toggle.css -------------------------------------------------------------------------------- /src/css/04-components/footer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/footer.css -------------------------------------------------------------------------------- /src/css/04-components/header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/header.css -------------------------------------------------------------------------------- /src/css/04-components/hero.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/hero.css -------------------------------------------------------------------------------- /src/css/04-components/page-header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/page-header.css -------------------------------------------------------------------------------- /src/css/04-components/post-grid-pagination.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/post-grid-pagination.css -------------------------------------------------------------------------------- /src/css/04-components/post-header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/post-header.css -------------------------------------------------------------------------------- /src/css/04-components/posts-grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/posts-grid.css -------------------------------------------------------------------------------- /src/css/04-components/prev-next.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/prev-next.css -------------------------------------------------------------------------------- /src/css/04-components/sidebar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/sidebar.css -------------------------------------------------------------------------------- /src/css/04-components/tag-links.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/tag-links.css -------------------------------------------------------------------------------- /src/css/04-components/webmentions.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/04-components/webmentions.css -------------------------------------------------------------------------------- /src/css/05-utilities/utils.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/05-utilities/utils.css -------------------------------------------------------------------------------- /src/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/css/styles.css -------------------------------------------------------------------------------- /src/favicon/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/favicon/android-chrome-192x192.png -------------------------------------------------------------------------------- /src/favicon/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/favicon/android-chrome-512x512.png -------------------------------------------------------------------------------- /src/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /src/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /src/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /src/favicon/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/favicon/site.webmanifest -------------------------------------------------------------------------------- /src/favicon/social_1200x630.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/favicon/social_1200x630.png -------------------------------------------------------------------------------- /src/feed.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/feed.njk -------------------------------------------------------------------------------- /src/fonts/jost.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/fonts/jost.woff2 -------------------------------------------------------------------------------- /src/fonts/urbanist.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/fonts/urbanist.woff2 -------------------------------------------------------------------------------- /src/icons/Instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/Instagram.svg -------------------------------------------------------------------------------- /src/icons/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/facebook.svg -------------------------------------------------------------------------------- /src/icons/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/github.svg -------------------------------------------------------------------------------- /src/icons/icon-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/icon-dark.svg -------------------------------------------------------------------------------- /src/icons/icon-external-link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/icon-external-link.svg -------------------------------------------------------------------------------- /src/icons/icon-heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/icon-heart.svg -------------------------------------------------------------------------------- /src/icons/icon-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/icon-light.svg -------------------------------------------------------------------------------- /src/icons/icon-mention.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/icon-mention.svg -------------------------------------------------------------------------------- /src/icons/icon-repost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/icon-repost.svg -------------------------------------------------------------------------------- /src/icons/icon-rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/icon-rss.svg -------------------------------------------------------------------------------- /src/icons/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/linkedin.svg -------------------------------------------------------------------------------- /src/icons/logo-horizontal-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/logo-horizontal-text.svg -------------------------------------------------------------------------------- /src/icons/logo-horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/logo-horizontal.svg -------------------------------------------------------------------------------- /src/icons/logo-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/logo-icon.svg -------------------------------------------------------------------------------- /src/icons/logo-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/logo-new.svg -------------------------------------------------------------------------------- /src/icons/logo-stacked-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/logo-stacked-text.svg -------------------------------------------------------------------------------- /src/icons/logo-stacked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/logo-stacked.svg -------------------------------------------------------------------------------- /src/icons/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/logo.svg -------------------------------------------------------------------------------- /src/icons/mastodon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/mastodon.svg -------------------------------------------------------------------------------- /src/icons/pinterest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/pinterest.svg -------------------------------------------------------------------------------- /src/icons/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/icons/twitter.svg -------------------------------------------------------------------------------- /src/images/2019-in-review.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/2019-in-review.svg -------------------------------------------------------------------------------- /src/images/SotB-Logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/SotB-Logo.svg -------------------------------------------------------------------------------- /src/images/a-handy-use-for-cascade-layers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/a-handy-use-for-cascade-layers.jpg -------------------------------------------------------------------------------- /src/images/a-layout-trick-for-building-a-contact-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/a-layout-trick-for-building-a-contact-list.png -------------------------------------------------------------------------------- /src/images/a-modern-front-end-workflow-01_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/a-modern-front-end-workflow-01_01.png -------------------------------------------------------------------------------- /src/images/a-modern-front-end-workflow-02_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/a-modern-front-end-workflow-02_01.png -------------------------------------------------------------------------------- /src/images/a-modern-front-end-workflow-03_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/a-modern-front-end-workflow-03_01.png -------------------------------------------------------------------------------- /src/images/a-reason-to-self-host-fonts-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/a-reason-to-self-host-fonts-01.jpg -------------------------------------------------------------------------------- /src/images/a-reason-to-self-host-fonts-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/a-reason-to-self-host-fonts-02.jpg -------------------------------------------------------------------------------- /src/images/a-utility-class-for-covering-elements-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/a-utility-class-for-covering-elements-01.jpg -------------------------------------------------------------------------------- /src/images/a-year-of-utilities-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/a-year-of-utilities-01.svg -------------------------------------------------------------------------------- /src/images/amending-your-past-commits-with-git-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/amending-your-past-commits-with-git-01.png -------------------------------------------------------------------------------- /src/images/amending-your-past-commits-with-git-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/amending-your-past-commits-with-git-02.png -------------------------------------------------------------------------------- /src/images/amending-your-past-commits-with-git-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/amending-your-past-commits-with-git-03.png -------------------------------------------------------------------------------- /src/images/animated-grid-tracks-with-has-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/animated-grid-tracks-with-has-01.jpg -------------------------------------------------------------------------------- /src/images/animated-grid-tracks-with-has-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/animated-grid-tracks-with-has-02.jpg -------------------------------------------------------------------------------- /src/images/are-my-third-parties-green.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/are-my-third-parties-green.webp -------------------------------------------------------------------------------- /src/images/aspect-ratio-is-great-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/aspect-ratio-is-great-01.jpg -------------------------------------------------------------------------------- /src/images/aspect-ratio-is-great-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/aspect-ratio-is-great-02.jpg -------------------------------------------------------------------------------- /src/images/aspect-ratio-is-great-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/aspect-ratio-is-great-03.jpg -------------------------------------------------------------------------------- /src/images/aspect-ratio-is-great-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/aspect-ratio-is-great-04.jpg -------------------------------------------------------------------------------- /src/images/aspect-ratio-is-great-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/aspect-ratio-is-great-05.jpg -------------------------------------------------------------------------------- /src/images/aspect-ratio-is-great-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/aspect-ratio-is-great-06.jpg -------------------------------------------------------------------------------- /src/images/better-vuex-state-management.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/better-vuex-state-management.svg -------------------------------------------------------------------------------- /src/images/beyond-the-spotlight_1024.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/beyond-the-spotlight_1024.webp -------------------------------------------------------------------------------- /src/images/beyond-the-spotlight_800.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/beyond-the-spotlight_800.webp -------------------------------------------------------------------------------- /src/images/breaking-out-of-a-central-wrapper-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/breaking-out-of-a-central-wrapper-01.webp -------------------------------------------------------------------------------- /src/images/breaking-out-of-a-central-wrapper-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/breaking-out-of-a-central-wrapper-02.webp -------------------------------------------------------------------------------- /src/images/breaking-out-of-a-central-wrapper-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/breaking-out-of-a-central-wrapper-03.webp -------------------------------------------------------------------------------- /src/images/breaking-out-of-a-central-wrapper-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/breaking-out-of-a-central-wrapper-04.webp -------------------------------------------------------------------------------- /src/images/breaking-out-of-a-central-wrapper-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/breaking-out-of-a-central-wrapper-05.webp -------------------------------------------------------------------------------- /src/images/breaking-out-of-a-central-wrapper-06.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/breaking-out-of-a-central-wrapper-06.webp -------------------------------------------------------------------------------- /src/images/breaking-out-of-a-central-wrapper-07.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/breaking-out-of-a-central-wrapper-07.webp -------------------------------------------------------------------------------- /src/images/breaking-out-of-a-central-wrapper-08.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/breaking-out-of-a-central-wrapper-08.webp -------------------------------------------------------------------------------- /src/images/building-a-dependency-free-site.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-dependency-free-site.jpg -------------------------------------------------------------------------------- /src/images/building-a-greener-web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-greener-web.svg -------------------------------------------------------------------------------- /src/images/building-a-scrapbook-layout_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-scrapbook-layout_01.png -------------------------------------------------------------------------------- /src/images/building-a-scrapbook-layout_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-scrapbook-layout_02.jpg -------------------------------------------------------------------------------- /src/images/building-a-scrapbook-layout_03a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-scrapbook-layout_03a.png -------------------------------------------------------------------------------- /src/images/building-a-scrapbook-layout_04a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-scrapbook-layout_04a.png -------------------------------------------------------------------------------- /src/images/building-a-scrapbook-layout_05a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-scrapbook-layout_05a.png -------------------------------------------------------------------------------- /src/images/building-a-scrapbook-layout_06a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-scrapbook-layout_06a.png -------------------------------------------------------------------------------- /src/images/building-a-scrapbook-layout_08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-scrapbook-layout_08.jpg -------------------------------------------------------------------------------- /src/images/building-a-scrapbook-layout_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-scrapbook-layout_09.png -------------------------------------------------------------------------------- /src/images/building-a-scrapbook-layout_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-a-scrapbook-layout_10.jpg -------------------------------------------------------------------------------- /src/images/building-an-interactive-timetable-01a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-an-interactive-timetable-01a.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-01.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-01a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-01a.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-02.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-03.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-04.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-05.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-06.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-07.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-08.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-09.jpg -------------------------------------------------------------------------------- /src/images/building-the-zig-zag-gradient-lab-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/building-the-zig-zag-gradient-lab-10.jpg -------------------------------------------------------------------------------- /src/images/carbon-capture-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/carbon-capture-01.jpg -------------------------------------------------------------------------------- /src/images/carbon-capture-01_1200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/carbon-capture-01_1200.jpg -------------------------------------------------------------------------------- /src/images/carbon-capture-01_800.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/carbon-capture-01_800.jpg -------------------------------------------------------------------------------- /src/images/clutter-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/clutter-01.webp -------------------------------------------------------------------------------- /src/images/clutter-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/clutter-02.webp -------------------------------------------------------------------------------- /src/images/code-gardening-01_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/code-gardening-01_1200.webp -------------------------------------------------------------------------------- /src/images/code-gardening-01_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/code-gardening-01_1600.webp -------------------------------------------------------------------------------- /src/images/code-gardening-01_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/code-gardening-01_900.webp -------------------------------------------------------------------------------- /src/images/controlling-leftover-grid-items-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/controlling-leftover-grid-items-01.svg -------------------------------------------------------------------------------- /src/images/controlling-leftover-grid-items-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/controlling-leftover-grid-items-02.svg -------------------------------------------------------------------------------- /src/images/creating-generative-svg-characters-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/creating-generative-svg-characters-01.jpg -------------------------------------------------------------------------------- /src/images/creating-generative-svg-characters.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/creating-generative-svg-characters.jpg -------------------------------------------------------------------------------- /src/images/css-day-2022_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-day-2022_1200.webp -------------------------------------------------------------------------------- /src/images/css-day-2022_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-day-2022_900.webp -------------------------------------------------------------------------------- /src/images/css-halftone-patterns-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-halftone-patterns-01.jpg -------------------------------------------------------------------------------- /src/images/css-halftone-patterns-01a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-halftone-patterns-01a.jpg -------------------------------------------------------------------------------- /src/images/css-halftone-patterns-01b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-halftone-patterns-01b.jpg -------------------------------------------------------------------------------- /src/images/css-halftone-patterns-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-halftone-patterns-02.jpg -------------------------------------------------------------------------------- /src/images/css-halftone-patterns-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-halftone-patterns-03.jpg -------------------------------------------------------------------------------- /src/images/css-halftone-patterns-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-halftone-patterns-04.jpg -------------------------------------------------------------------------------- /src/images/css-halftone-patterns-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-halftone-patterns-05.jpg -------------------------------------------------------------------------------- /src/images/css-halftone-patterns-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-halftone-patterns-06.jpg -------------------------------------------------------------------------------- /src/images/css-only-slide-up-caption-hover-effect-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-only-slide-up-caption-hover-effect-01.jpg -------------------------------------------------------------------------------- /src/images/css-only-slide-up-caption-hover-effect-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-only-slide-up-caption-hover-effect-02.jpg -------------------------------------------------------------------------------- /src/images/css-only-slide-up-caption-hover-effect-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/css-only-slide-up-caption-hover-effect-03.jpg -------------------------------------------------------------------------------- /src/images/debugging-css-grid-1_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-1_01.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-1_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-1_02.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-1_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-1_03.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-1_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-1_04.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-1_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-1_06.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-2-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-2-01.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-2-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-2-02.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-2-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-2-03.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-3-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-3-01.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-3-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-3-02.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-3-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-3-03.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-3-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-3-04.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-3-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-3-05.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-3-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-3-06.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-3-07a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-3-07a.png -------------------------------------------------------------------------------- /src/images/debugging-css-grid-3-08a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-css-grid-3-08a.png -------------------------------------------------------------------------------- /src/images/debugging-media-queries-a-dev-tools-wish-list-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/debugging-media-queries-a-dev-tools-wish-list-01.jpg -------------------------------------------------------------------------------- /src/images/disentangling-frameworks-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/disentangling-frameworks-01.svg -------------------------------------------------------------------------------- /src/images/disentangling-frameworks-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/disentangling-frameworks-02.svg -------------------------------------------------------------------------------- /src/images/drop-shadow-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/drop-shadow-01.jpg -------------------------------------------------------------------------------- /src/images/drop-shadow-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/drop-shadow-02.jpg -------------------------------------------------------------------------------- /src/images/drop-shadow-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/drop-shadow-03.jpg -------------------------------------------------------------------------------- /src/images/drop-shadow-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/drop-shadow-04.jpg -------------------------------------------------------------------------------- /src/images/drop-shadow-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/drop-shadow-05.jpg -------------------------------------------------------------------------------- /src/images/eleventy-starter_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/eleventy-starter_1200.webp -------------------------------------------------------------------------------- /src/images/eleventy-starter_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/eleventy-starter_1600.webp -------------------------------------------------------------------------------- /src/images/eleventy-starter_600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/eleventy-starter_600.webp -------------------------------------------------------------------------------- /src/images/eleventy-starter_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/eleventy-starter_900.webp -------------------------------------------------------------------------------- /src/images/exciting-things-on-the-horizon-for-css-layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/exciting-things-on-the-horizon-for-css-layout.svg -------------------------------------------------------------------------------- /src/images/favourite-things-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/favourite-things-01.jpg -------------------------------------------------------------------------------- /src/images/favourite-things-02-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/favourite-things-02-01.jpg -------------------------------------------------------------------------------- /src/images/favourite-things-02-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/favourite-things-02-02.jpg -------------------------------------------------------------------------------- /src/images/favourite-things-02-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/favourite-things-02-03.jpg -------------------------------------------------------------------------------- /src/images/favourite-things.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/favourite-things.svg -------------------------------------------------------------------------------- /src/images/favourite-web-development-courses-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/favourite-web-development-courses-01.jpg -------------------------------------------------------------------------------- /src/images/favourite-web-development-courses-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/favourite-web-development-courses-02.jpg -------------------------------------------------------------------------------- /src/images/find-me-on-mastodon-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/find-me-on-mastodon-01.svg -------------------------------------------------------------------------------- /src/images/finding-an-elements-nearest-relative-positioned-ancestor-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/finding-an-elements-nearest-relative-positioned-ancestor-01.jpg -------------------------------------------------------------------------------- /src/images/finding-meaning-in-our-work-01__1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/finding-meaning-in-our-work-01__1200.webp -------------------------------------------------------------------------------- /src/images/finding-meaning-in-our-work-01__1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/finding-meaning-in-our-work-01__1600.webp -------------------------------------------------------------------------------- /src/images/finding-meaning-in-our-work-01__600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/finding-meaning-in-our-work-01__600.webp -------------------------------------------------------------------------------- /src/images/finding-meaning-in-our-work-01__900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/finding-meaning-in-our-work-01__900.webp -------------------------------------------------------------------------------- /src/images/flow-chart-01_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/flow-chart-01_1600.webp -------------------------------------------------------------------------------- /src/images/flow-chart-02_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/flow-chart-02_1600.webp -------------------------------------------------------------------------------- /src/images/flow-chart-03_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/flow-chart-03_1600.webp -------------------------------------------------------------------------------- /src/images/flow-chart-04_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/flow-chart-04_1600.webp -------------------------------------------------------------------------------- /src/images/flow-chart-05_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/flow-chart-05_1600.webp -------------------------------------------------------------------------------- /src/images/flow-chart-06_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/flow-chart-06_1600.webp -------------------------------------------------------------------------------- /src/images/font-rendering_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/font-rendering_1200.webp -------------------------------------------------------------------------------- /src/images/font-rendering_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/font-rendering_1600.webp -------------------------------------------------------------------------------- /src/images/font-rendering_600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/font-rendering_600.webp -------------------------------------------------------------------------------- /src/images/font-rendering_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/font-rendering_900.webp -------------------------------------------------------------------------------- /src/images/from-gatsby-to-eleventy-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/from-gatsby-to-eleventy-01.jpg -------------------------------------------------------------------------------- /src/images/from-gatsby-to-eleventy-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/from-gatsby-to-eleventy-02.jpg -------------------------------------------------------------------------------- /src/images/from-gatsby-to-eleventy-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/from-gatsby-to-eleventy-03.jpg -------------------------------------------------------------------------------- /src/images/fun-with-css-motion-path-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/fun-with-css-motion-path-01.jpg -------------------------------------------------------------------------------- /src/images/gap-01_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-01_1200.webp -------------------------------------------------------------------------------- /src/images/gap-01_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-01_1600.webp -------------------------------------------------------------------------------- /src/images/gap-01_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-01_900.webp -------------------------------------------------------------------------------- /src/images/gap-02_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-02_1200.webp -------------------------------------------------------------------------------- /src/images/gap-02_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-02_1600.webp -------------------------------------------------------------------------------- /src/images/gap-02_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-02_900.webp -------------------------------------------------------------------------------- /src/images/gap-03_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-03_1200.webp -------------------------------------------------------------------------------- /src/images/gap-03_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-03_1600.webp -------------------------------------------------------------------------------- /src/images/gap-03_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-03_900.webp -------------------------------------------------------------------------------- /src/images/gap-04_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-04_1200.webp -------------------------------------------------------------------------------- /src/images/gap-04_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-04_1600.webp -------------------------------------------------------------------------------- /src/images/gap-04_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-04_900.webp -------------------------------------------------------------------------------- /src/images/gap-05_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-05_1200.webp -------------------------------------------------------------------------------- /src/images/gap-05_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-05_1600.webp -------------------------------------------------------------------------------- /src/images/gap-05_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/gap-05_900.webp -------------------------------------------------------------------------------- /src/images/green-web-foundation-directory_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/green-web-foundation-directory_1200.webp -------------------------------------------------------------------------------- /src/images/green-web-foundation-directory_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/green-web-foundation-directory_1600.webp -------------------------------------------------------------------------------- /src/images/green-web-foundation-directory_600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/green-web-foundation-directory_600.webp -------------------------------------------------------------------------------- /src/images/green-web-foundation-directory_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/green-web-foundation-directory_900.webp -------------------------------------------------------------------------------- /src/images/greenwashing-and-the-cop28-website_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/greenwashing-and-the-cop28-website_1200.webp -------------------------------------------------------------------------------- /src/images/greenwashing-and-the-cop28-website_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/greenwashing-and-the-cop28-website_1600.webp -------------------------------------------------------------------------------- /src/images/greenwashing-and-the-cop28-website_1800.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/greenwashing-and-the-cop28-website_1800.webp -------------------------------------------------------------------------------- /src/images/greenwashing-and-the-cop28-website_600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/greenwashing-and-the-cop28-website_600.webp -------------------------------------------------------------------------------- /src/images/greenwashing-and-the-cop28-website_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/greenwashing-and-the-cop28-website_900.webp -------------------------------------------------------------------------------- /src/images/grid-backgrounds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/grid-backgrounds.jpg -------------------------------------------------------------------------------- /src/images/handy-tools-for-mocking-api-requests-01_1600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/handy-tools-for-mocking-api-requests-01_1600.jpg -------------------------------------------------------------------------------- /src/images/handy-tools-for-mocking-api-requests-01_900.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/handy-tools-for-mocking-api-requests-01_900.jpg -------------------------------------------------------------------------------- /src/images/handy-tools-for-mocking-api-requests-02_1600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/handy-tools-for-mocking-api-requests-02_1600.jpg -------------------------------------------------------------------------------- /src/images/handy-tools-for-mocking-api-requests-02_900.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/handy-tools-for-mocking-api-requests-02_900.jpg -------------------------------------------------------------------------------- /src/images/headshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/headshot.jpg -------------------------------------------------------------------------------- /src/images/heatwave-animated-sun-illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/heatwave-animated-sun-illustration.png -------------------------------------------------------------------------------- /src/images/how-git-stash-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/how-git-stash-01.svg -------------------------------------------------------------------------------- /src/images/how-git-stash-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/how-git-stash-02.svg -------------------------------------------------------------------------------- /src/images/how-to-convince-your-team.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/how-to-convince-your-team.svg -------------------------------------------------------------------------------- /src/images/how-to-enable-experimental-features-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/how-to-enable-experimental-features-02.png -------------------------------------------------------------------------------- /src/images/how-to-enable-experimental-features-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/how-to-enable-experimental-features-03.png -------------------------------------------------------------------------------- /src/images/how-to-enable-experimental-features-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/how-to-enable-experimental-features-04.png -------------------------------------------------------------------------------- /src/images/how-to-enable-experimental-features-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/how-to-enable-experimental-features-05.png -------------------------------------------------------------------------------- /src/images/how-to-enable-experimental-features.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/how-to-enable-experimental-features.jpg -------------------------------------------------------------------------------- /src/images/implicit-tracks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/implicit-tracks.jpg -------------------------------------------------------------------------------- /src/images/in-commission-to-no-emissions-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/in-commission-to-no-emissions-01.svg -------------------------------------------------------------------------------- /src/images/in-search-of-simplicity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/in-search-of-simplicity.jpg -------------------------------------------------------------------------------- /src/images/inspecting-sizes-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/inspecting-sizes-01.jpg -------------------------------------------------------------------------------- /src/images/introducing-the-web-sustainability-guidelines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/introducing-the-web-sustainability-guidelines.png -------------------------------------------------------------------------------- /src/images/irregular-shaped-links-with-subgrid-01b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/irregular-shaped-links-with-subgrid-01b.jpg -------------------------------------------------------------------------------- /src/images/irregular-shaped-links-with-subgrid-02a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/irregular-shaped-links-with-subgrid-02a.jpg -------------------------------------------------------------------------------- /src/images/irregular-shaped-links-with-subgrid-03a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/irregular-shaped-links-with-subgrid-03a.jpg -------------------------------------------------------------------------------- /src/images/irregular-shaped-links-with-subgrid-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/irregular-shaped-links-with-subgrid-04.jpg -------------------------------------------------------------------------------- /src/images/irregular-shaped-links-with-subgrid-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/irregular-shaped-links-with-subgrid-05.jpg -------------------------------------------------------------------------------- /src/images/it-career-energizer-podcast-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/it-career-energizer-podcast-01.png -------------------------------------------------------------------------------- /src/images/limitation-breeds-creativity_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/limitation-breeds-creativity_1200.webp -------------------------------------------------------------------------------- /src/images/limitation-breeds-creativity_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/limitation-breeds-creativity_1600.webp -------------------------------------------------------------------------------- /src/images/limitation-breeds-creativity_1800.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/limitation-breeds-creativity_1800.jpg -------------------------------------------------------------------------------- /src/images/limitation-breeds-creativity_1800.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/limitation-breeds-creativity_1800.webp -------------------------------------------------------------------------------- /src/images/limitation-breeds-creativity_700.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/limitation-breeds-creativity_700.webp -------------------------------------------------------------------------------- /src/images/limitation-breeds-creativity_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/limitation-breeds-creativity_900.webp -------------------------------------------------------------------------------- /src/images/logical-border-radius-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/logical-border-radius-01.webp -------------------------------------------------------------------------------- /src/images/logical-border-radius-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/logical-border-radius-02.webp -------------------------------------------------------------------------------- /src/images/logical-border-radius-03.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/logical-border-radius-03.webp -------------------------------------------------------------------------------- /src/images/logical-border-radius-04.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/logical-border-radius-04.webp -------------------------------------------------------------------------------- /src/images/logical-border-radius-05.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/logical-border-radius-05.webp -------------------------------------------------------------------------------- /src/images/making-work-experience-a-positive-experience-01a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/making-work-experience-a-positive-experience-01a.svg -------------------------------------------------------------------------------- /src/images/masonry-in-css-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/masonry-in-css-01.webp -------------------------------------------------------------------------------- /src/images/masonry-syntax_1400.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/masonry-syntax_1400.webp -------------------------------------------------------------------------------- /src/images/masonry-syntax_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/masonry-syntax_900.webp -------------------------------------------------------------------------------- /src/images/mentoring-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/mentoring-01.svg -------------------------------------------------------------------------------- /src/images/messing-about-with-css-gradients-01_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/messing-about-with-css-gradients-01_1200.webp -------------------------------------------------------------------------------- /src/images/messing-about-with-css-gradients-01_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/messing-about-with-css-gradients-01_1600.webp -------------------------------------------------------------------------------- /src/images/messing-about-with-css-gradients-01_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/messing-about-with-css-gradients-01_900.webp -------------------------------------------------------------------------------- /src/images/messing-about-with-css-gradients-02_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/messing-about-with-css-gradients-02_1200.webp -------------------------------------------------------------------------------- /src/images/messing-about-with-css-gradients-02_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/messing-about-with-css-gradients-02_1600.webp -------------------------------------------------------------------------------- /src/images/messing-about-with-css-gradients-02_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/messing-about-with-css-gradients-02_900.webp -------------------------------------------------------------------------------- /src/images/messing-about-with-css-gradients-03_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/messing-about-with-css-gradients-03_1200.webp -------------------------------------------------------------------------------- /src/images/messing-about-with-css-gradients-03_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/messing-about-with-css-gradients-03_1600.webp -------------------------------------------------------------------------------- /src/images/messing-about-with-css-gradients-03_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/messing-about-with-css-gradients-03_900.webp -------------------------------------------------------------------------------- /src/images/my-browser-support-strategy-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/my-browser-support-strategy-01.jpg -------------------------------------------------------------------------------- /src/images/my-browser-support-strategy-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/my-browser-support-strategy-02.jpg -------------------------------------------------------------------------------- /src/images/my-browser-support-strategy-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/my-browser-support-strategy-03.jpg -------------------------------------------------------------------------------- /src/images/my-css-grid-wishlist-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/my-css-grid-wishlist-01.png -------------------------------------------------------------------------------- /src/images/my-css-grid-wishlist-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/my-css-grid-wishlist-02.png -------------------------------------------------------------------------------- /src/images/nbpm-01_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/nbpm-01_1200.webp -------------------------------------------------------------------------------- /src/images/nbpm-01_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/nbpm-01_1600.webp -------------------------------------------------------------------------------- /src/images/nbpm-01_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/nbpm-01_900.webp -------------------------------------------------------------------------------- /src/images/negative-lines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/negative-lines.jpg -------------------------------------------------------------------------------- /src/images/negative-lines2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/negative-lines2.jpg -------------------------------------------------------------------------------- /src/images/negative-lines2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/negative-lines2.png -------------------------------------------------------------------------------- /src/images/not-an-nft-artist-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/not-an-nft-artist-01.jpg -------------------------------------------------------------------------------- /src/images/not-an-nft-artist-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/not-an-nft-artist-02.jpg -------------------------------------------------------------------------------- /src/images/og-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/og-image.jpg -------------------------------------------------------------------------------- /src/images/optimising-svgs-for-the-web_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/optimising-svgs-for-the-web_01.png -------------------------------------------------------------------------------- /src/images/optimising-svgs-for-the-web_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/optimising-svgs-for-the-web_02.jpg -------------------------------------------------------------------------------- /src/images/optimising-svgs-for-the-web_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/optimising-svgs-for-the-web_03.jpg -------------------------------------------------------------------------------- /src/images/optimising-svgs-for-the-web_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/optimising-svgs-for-the-web_04.jpg -------------------------------------------------------------------------------- /src/images/optimising-svgs-for-the-web_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/optimising-svgs-for-the-web_04.png -------------------------------------------------------------------------------- /src/images/optimising-svgs-for-the-web_05a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/optimising-svgs-for-the-web_05a.jpg -------------------------------------------------------------------------------- /src/images/optimising-svgs-for-the-web_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/optimising-svgs-for-the-web_06.jpg -------------------------------------------------------------------------------- /src/images/overflow-01_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-01_1200.webp -------------------------------------------------------------------------------- /src/images/overflow-01_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-01_1600.webp -------------------------------------------------------------------------------- /src/images/overflow-02_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-02_1200.webp -------------------------------------------------------------------------------- /src/images/overflow-02_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-02_1600.webp -------------------------------------------------------------------------------- /src/images/overflow-03_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-03_1200.webp -------------------------------------------------------------------------------- /src/images/overflow-03_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-03_1600.webp -------------------------------------------------------------------------------- /src/images/overflow-04_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-04_1200.webp -------------------------------------------------------------------------------- /src/images/overflow-04_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-04_1600.webp -------------------------------------------------------------------------------- /src/images/overflow-05_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-05_1200.webp -------------------------------------------------------------------------------- /src/images/overflow-05_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-05_1600.webp -------------------------------------------------------------------------------- /src/images/overflow-06_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-06_1200.webp -------------------------------------------------------------------------------- /src/images/overflow-06_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-06_1600.webp -------------------------------------------------------------------------------- /src/images/overflow-07_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-07_1200.webp -------------------------------------------------------------------------------- /src/images/overflow-07_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-07_1600.webp -------------------------------------------------------------------------------- /src/images/overflow-08_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-08_1200.webp -------------------------------------------------------------------------------- /src/images/overflow-08_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-08_1600.webp -------------------------------------------------------------------------------- /src/images/overflow-09_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-09_1200.webp -------------------------------------------------------------------------------- /src/images/overflow-09_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-09_1600.webp -------------------------------------------------------------------------------- /src/images/overflow-10_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-10_1200.webp -------------------------------------------------------------------------------- /src/images/overflow-10_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/overflow-10_1600.webp -------------------------------------------------------------------------------- /src/images/owning-your-web-01_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/owning-your-web-01_1200.webp -------------------------------------------------------------------------------- /src/images/owning-your-web-01_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/owning-your-web-01_1600.webp -------------------------------------------------------------------------------- /src/images/owning-your-web-01_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/owning-your-web-01_900.webp -------------------------------------------------------------------------------- /src/images/paper-snowflakes-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/paper-snowflakes-01.jpg -------------------------------------------------------------------------------- /src/images/paper-snowflakes-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/paper-snowflakes-02.svg -------------------------------------------------------------------------------- /src/images/paper-snowflakes-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/paper-snowflakes-03.svg -------------------------------------------------------------------------------- /src/images/paper-snowflakes-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/paper-snowflakes-04.svg -------------------------------------------------------------------------------- /src/images/paper-snowflakes-04a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/paper-snowflakes-04a.svg -------------------------------------------------------------------------------- /src/images/paper-snowflakes-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/paper-snowflakes-05.svg -------------------------------------------------------------------------------- /src/images/paper-snowflakes-06.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/paper-snowflakes-06.svg -------------------------------------------------------------------------------- /src/images/perspective-01_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/perspective-01_1200.webp -------------------------------------------------------------------------------- /src/images/perspective-01_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/perspective-01_1600.webp -------------------------------------------------------------------------------- /src/images/perspective-01_1800.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/perspective-01_1800.webp -------------------------------------------------------------------------------- /src/images/perspective-01_700.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/perspective-01_700.webp -------------------------------------------------------------------------------- /src/images/perspective-01_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/perspective-01_900.webp -------------------------------------------------------------------------------- /src/images/progressively-enhanced-toggletips_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/progressively-enhanced-toggletips_1200.webp -------------------------------------------------------------------------------- /src/images/progressively-enhanced-toggletips_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/progressively-enhanced-toggletips_1600.webp -------------------------------------------------------------------------------- /src/images/progressively-enhanced-toggletips_700.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/progressively-enhanced-toggletips_700.webp -------------------------------------------------------------------------------- /src/images/progressively-enhanced-toggletips_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/progressively-enhanced-toggletips_900.webp -------------------------------------------------------------------------------- /src/images/quick-and-easy-dark-mode-with-css-custom-properties.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/quick-and-easy-dark-mode-with-css-custom-properties.svg -------------------------------------------------------------------------------- /src/images/quick-tip-negative-animation-delay-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/quick-tip-negative-animation-delay-02.webp -------------------------------------------------------------------------------- /src/images/quick-tip-negative-animation-delay.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/quick-tip-negative-animation-delay.webp -------------------------------------------------------------------------------- /src/images/radial-gradient-trigonometry-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/radial-gradient-trigonometry-01.webp -------------------------------------------------------------------------------- /src/images/radial-gradient-trigonometry-01_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/radial-gradient-trigonometry-01_1200.webp -------------------------------------------------------------------------------- /src/images/radial-gradient-trigonometry-01_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/radial-gradient-trigonometry-01_900.webp -------------------------------------------------------------------------------- /src/images/radial-gradient-trigonometry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/radial-gradient-trigonometry.svg -------------------------------------------------------------------------------- /src/images/rainy-gradient_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/rainy-gradient_1200.webp -------------------------------------------------------------------------------- /src/images/rainy-gradient_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/rainy-gradient_1600.webp -------------------------------------------------------------------------------- /src/images/rainy-gradient_1800.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/rainy-gradient_1800.webp -------------------------------------------------------------------------------- /src/images/rainy-gradient_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/rainy-gradient_900.webp -------------------------------------------------------------------------------- /src/images/recreating-the-his-dark-materials-logo-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/recreating-the-his-dark-materials-logo-01.jpg -------------------------------------------------------------------------------- /src/images/reducing-complexity-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/reducing-complexity-01.jpg -------------------------------------------------------------------------------- /src/images/reducing-complexity-01_1200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/reducing-complexity-01_1200.jpg -------------------------------------------------------------------------------- /src/images/reducing-complexity-01_800.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/reducing-complexity-01_800.jpg -------------------------------------------------------------------------------- /src/images/scheduling-netlify-deployments-with-github-actions-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/scheduling-netlify-deployments-with-github-actions-01.jpg -------------------------------------------------------------------------------- /src/images/scheduling-netlify-deployments-with-github-actions-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/scheduling-netlify-deployments-with-github-actions-02.jpg -------------------------------------------------------------------------------- /src/images/scheduling-netlify-deployments-with-github-actions-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/scheduling-netlify-deployments-with-github-actions-03.jpg -------------------------------------------------------------------------------- /src/images/setting-up-a-new-macbook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/setting-up-a-new-macbook.svg -------------------------------------------------------------------------------- /src/images/shades-of-grey-01_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/shades-of-grey-01_1200.webp -------------------------------------------------------------------------------- /src/images/shades-of-grey-01_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/shades-of-grey-01_1600.webp -------------------------------------------------------------------------------- /src/images/shades-of-grey-01_800.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/shades-of-grey-01_800.webp -------------------------------------------------------------------------------- /src/images/smashing-meets-goes-green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/smashing-meets-goes-green.svg -------------------------------------------------------------------------------- /src/images/social_1200x630.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/social_1200x630.png -------------------------------------------------------------------------------- /src/images/solving-a-tricky-layout-problem_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/solving-a-tricky-layout-problem_01.jpg -------------------------------------------------------------------------------- /src/images/solving-a-tricky-layout-problem_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/solving-a-tricky-layout-problem_02.png -------------------------------------------------------------------------------- /src/images/solving-a-tricky-layout-problem_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/solving-a-tricky-layout-problem_03.png -------------------------------------------------------------------------------- /src/images/solving-a-tricky-layout-problem_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/solving-a-tricky-layout-problem_04.png -------------------------------------------------------------------------------- /src/images/solving-a-tricky-layout-problem_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/solving-a-tricky-layout-problem_05.png -------------------------------------------------------------------------------- /src/images/solving-a-tricky-layout-problem_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/solving-a-tricky-layout-problem_06.png -------------------------------------------------------------------------------- /src/images/solving-a-tricky-layout-problem_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/solving-a-tricky-layout-problem_07.png -------------------------------------------------------------------------------- /src/images/sotb01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/sotb01.jpg -------------------------------------------------------------------------------- /src/images/state-of-the-browser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/state-of-the-browser.jpg -------------------------------------------------------------------------------- /src/images/styling-external-links-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/styling-external-links-01.webp -------------------------------------------------------------------------------- /src/images/styling-external-links-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/styling-external-links-02.webp -------------------------------------------------------------------------------- /src/images/subgrid-is-here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/subgrid-is-here.png -------------------------------------------------------------------------------- /src/images/svg-filter_02-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/svg-filter_02-01.png -------------------------------------------------------------------------------- /src/images/svg-filters_01a-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/svg-filters_01a-01.png -------------------------------------------------------------------------------- /src/images/svg-filters_01b-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/svg-filters_01b-01.png -------------------------------------------------------------------------------- /src/images/svg-filters_03-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/svg-filters_03-01.png -------------------------------------------------------------------------------- /src/images/svg-filters_duotone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/svg-filters_duotone.png -------------------------------------------------------------------------------- /src/images/testing-color-accessibility-with-dev-tools-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/testing-color-accessibility-with-dev-tools-01.jpg -------------------------------------------------------------------------------- /src/images/the-joy-of-lists-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/the-joy-of-lists-01.svg -------------------------------------------------------------------------------- /src/images/thoughts-on-the-state-of-the-web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/thoughts-on-the-state-of-the-web.jpg -------------------------------------------------------------------------------- /src/images/tips-for-writing-for-the-web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/tips-for-writing-for-the-web.svg -------------------------------------------------------------------------------- /src/images/to-grid-or-to-flex-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/to-grid-or-to-flex-01.svg -------------------------------------------------------------------------------- /src/images/to-grid-or-to-flex-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/to-grid-or-to-flex-02.jpg -------------------------------------------------------------------------------- /src/images/top-tips-for-hiring-diverse-teams-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/top-tips-for-hiring-diverse-teams-01.png -------------------------------------------------------------------------------- /src/images/top-tips-for-hiring-diverse-teams-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/top-tips-for-hiring-diverse-teams-02.png -------------------------------------------------------------------------------- /src/images/working-with-color-scales-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/working-with-color-scales-01.svg -------------------------------------------------------------------------------- /src/images/working-with-color-scales-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/working-with-color-scales-02.jpg -------------------------------------------------------------------------------- /src/images/working-with-color-scales-02b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/working-with-color-scales-02b.jpg -------------------------------------------------------------------------------- /src/images/working-with-color-scales-02c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/working-with-color-scales-02c.jpg -------------------------------------------------------------------------------- /src/images/working-with-color-scales-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/working-with-color-scales-03.jpg -------------------------------------------------------------------------------- /src/images/workshop-review-data-visualisation-fundamentals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/workshop-review-data-visualisation-fundamentals.png -------------------------------------------------------------------------------- /src/images/workshop-review-data-visualisation-fundamentals_1200.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/workshop-review-data-visualisation-fundamentals_1200.webp -------------------------------------------------------------------------------- /src/images/workshop-review-data-visualisation-fundamentals_1600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/workshop-review-data-visualisation-fundamentals_1600.webp -------------------------------------------------------------------------------- /src/images/workshop-review-data-visualisation-fundamentals_600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/workshop-review-data-visualisation-fundamentals_600.webp -------------------------------------------------------------------------------- /src/images/workshop-review-data-visualisation-fundamentals_900.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/workshop-review-data-visualisation-fundamentals_900.webp -------------------------------------------------------------------------------- /src/images/wrapping-up-2023.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/wrapping-up-2023.svg -------------------------------------------------------------------------------- /src/images/writing-useful-alt-text-01.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/writing-useful-alt-text-01.webp -------------------------------------------------------------------------------- /src/images/writing-useful-alt-text-02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/images/writing-useful-alt-text-02.webp -------------------------------------------------------------------------------- /src/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/index.md -------------------------------------------------------------------------------- /src/js/darkModeToggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/js/darkModeToggle.js -------------------------------------------------------------------------------- /src/js/expander.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/js/expander.js -------------------------------------------------------------------------------- /src/js/header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/js/header.js -------------------------------------------------------------------------------- /src/js/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/js/menu.js -------------------------------------------------------------------------------- /src/js/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/js/scripts.js -------------------------------------------------------------------------------- /src/js/service-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/js/service-worker.js -------------------------------------------------------------------------------- /src/media/animating-css-grid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/media/animating-css-grid.mp4 -------------------------------------------------------------------------------- /src/media/heatwave-animated-sun-illustration.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/media/heatwave-animated-sun-illustration.mp4 -------------------------------------------------------------------------------- /src/media/is-it-time-to-ditch-the-design-grid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/media/is-it-time-to-ditch-the-design-grid.mp4 -------------------------------------------------------------------------------- /src/pages/about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/pages/about.md -------------------------------------------------------------------------------- /src/pages/articles.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/pages/articles.njk -------------------------------------------------------------------------------- /src/pages/blogroll.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/pages/blogroll.njk -------------------------------------------------------------------------------- /src/pages/demos.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/pages/demos.njk -------------------------------------------------------------------------------- /src/pages/faqs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/pages/faqs.md -------------------------------------------------------------------------------- /src/pages/guest-posts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/pages/guest-posts.md -------------------------------------------------------------------------------- /src/pages/notes.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/pages/notes.njk -------------------------------------------------------------------------------- /src/pages/pages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/pages/pages.json -------------------------------------------------------------------------------- /src/pages/quick-tips.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/pages/quick-tips.njk -------------------------------------------------------------------------------- /src/pages/tags-list.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/pages/tags-list.njk -------------------------------------------------------------------------------- /src/posts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/.DS_Store -------------------------------------------------------------------------------- /src/posts/20-inspiring-women.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/20-inspiring-women.md -------------------------------------------------------------------------------- /src/posts/2019-in-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/2019-in-review.md -------------------------------------------------------------------------------- /src/posts/2021-in-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/2021-in-review.md -------------------------------------------------------------------------------- /src/posts/2022-in-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/2022-in-review.md -------------------------------------------------------------------------------- /src/posts/7-uses-for-css-custom-properties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/7-uses-for-css-custom-properties.md -------------------------------------------------------------------------------- /src/posts/a-blog-post-about-blogging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-blog-post-about-blogging.md -------------------------------------------------------------------------------- /src/posts/a-fun-css-text-effect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-fun-css-text-effect.md -------------------------------------------------------------------------------- /src/posts/a-guide-to-modern-css-colors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-guide-to-modern-css-colors.md -------------------------------------------------------------------------------- /src/posts/a-handy-use-for-cascade-layers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-handy-use-for-cascade-layers.md -------------------------------------------------------------------------------- /src/posts/a-layout-trick-for-building-a-contact-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-layout-trick-for-building-a-contact-list.md -------------------------------------------------------------------------------- /src/posts/a-modern-front-end-workflow-part-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-modern-front-end-workflow-part-1.md -------------------------------------------------------------------------------- /src/posts/a-modern-front-end-workflow-part-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-modern-front-end-workflow-part-2.md -------------------------------------------------------------------------------- /src/posts/a-modern-front-end-workflow-part-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-modern-front-end-workflow-part-3.md -------------------------------------------------------------------------------- /src/posts/a-native-visually-hidden-class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-native-visually-hidden-class.md -------------------------------------------------------------------------------- /src/posts/a-quick-website-redesign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-quick-website-redesign.md -------------------------------------------------------------------------------- /src/posts/a-reason-to-self-host-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-reason-to-self-host-fonts.md -------------------------------------------------------------------------------- /src/posts/a-useful-vscode-extension-for-environment-switching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-useful-vscode-extension-for-environment-switching.md -------------------------------------------------------------------------------- /src/posts/a-utility-class-for-covering-elements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-utility-class-for-covering-elements.md -------------------------------------------------------------------------------- /src/posts/a-versatile-markdown-shortcode-for-eleventy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-versatile-markdown-shortcode-for-eleventy.md -------------------------------------------------------------------------------- /src/posts/a-year-of-utility-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/a-year-of-utility-classes.md -------------------------------------------------------------------------------- /src/posts/accessible-toggles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/accessible-toggles.md -------------------------------------------------------------------------------- /src/posts/accessibly-hiding-focus-outlines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/accessibly-hiding-focus-outlines.md -------------------------------------------------------------------------------- /src/posts/ai-environmental-impact-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/ai-environmental-impact-report.md -------------------------------------------------------------------------------- /src/posts/all-the-css-colours.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/all-the-css-colours.md -------------------------------------------------------------------------------- /src/posts/amending-your-past-commits-with-git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/amending-your-past-commits-with-git.md -------------------------------------------------------------------------------- /src/posts/anchor-positioning-and-the-popover-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/anchor-positioning-and-the-popover-api.md -------------------------------------------------------------------------------- /src/posts/animated-grid-tracks-with-has.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/animated-grid-tracks-with-has.md -------------------------------------------------------------------------------- /src/posts/animating-css-grid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/animating-css-grid.md -------------------------------------------------------------------------------- /src/posts/animating-underlines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/animating-underlines.md -------------------------------------------------------------------------------- /src/posts/another-anchor-positioning-demo-multiple-anchors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/another-anchor-positioning-demo-multiple-anchors.md -------------------------------------------------------------------------------- /src/posts/are-my-third-parties-green.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/are-my-third-parties-green.md -------------------------------------------------------------------------------- /src/posts/aspect-ratio-cells.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/aspect-ratio-cells.md -------------------------------------------------------------------------------- /src/posts/aspect-ratio-is-great.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/aspect-ratio-is-great.md -------------------------------------------------------------------------------- /src/posts/beautiful-scrolling-experiences-without-libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/beautiful-scrolling-experiences-without-libraries.md -------------------------------------------------------------------------------- /src/posts/becoming-a-tech-speaker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/becoming-a-tech-speaker.md -------------------------------------------------------------------------------- /src/posts/better-vue-application-state-management-with-vuex-modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/better-vue-application-state-management-with-vuex-modules.md -------------------------------------------------------------------------------- /src/posts/breaking-out-of-a-central-wrapper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/breaking-out-of-a-central-wrapper.md -------------------------------------------------------------------------------- /src/posts/building-a-dependency-free-site.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/building-a-dependency-free-site.md -------------------------------------------------------------------------------- /src/posts/building-a-dynamic-header-with-intersection-observer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/building-a-dynamic-header-with-intersection-observer.md -------------------------------------------------------------------------------- /src/posts/building-a-greener-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/building-a-greener-web.md -------------------------------------------------------------------------------- /src/posts/building-a-progressive-web-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/building-a-progressive-web-app.md -------------------------------------------------------------------------------- /src/posts/building-a-scrapbook-layout-with-css-grid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/building-a-scrapbook-layout-with-css-grid.md -------------------------------------------------------------------------------- /src/posts/building-a-scrollable-and-draggable-timeline-with-gsap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/building-a-scrollable-and-draggable-timeline-with-gsap.md -------------------------------------------------------------------------------- /src/posts/building-an-interactive-sparkline-graph-with-d3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/building-an-interactive-sparkline-graph-with-d3.md -------------------------------------------------------------------------------- /src/posts/building-an-interactive-timetable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/building-an-interactive-timetable.md -------------------------------------------------------------------------------- /src/posts/building-the-zig-zag-gradient-lab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/building-the-zig-zag-gradient-lab.md -------------------------------------------------------------------------------- /src/posts/carbon-capture-a-new-way-to-measure-carbon-emissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/carbon-capture-a-new-way-to-measure-carbon-emissions.md -------------------------------------------------------------------------------- /src/posts/choosing-a-green-web-host.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/choosing-a-green-web-host.md -------------------------------------------------------------------------------- /src/posts/clutter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/clutter.md -------------------------------------------------------------------------------- /src/posts/code-gardening.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/code-gardening.md -------------------------------------------------------------------------------- /src/posts/color-theming-with-custom-properties-and-tailwind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/color-theming-with-custom-properties-and-tailwind.md -------------------------------------------------------------------------------- /src/posts/controlling-leftover-grid-items.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/controlling-leftover-grid-items.md -------------------------------------------------------------------------------- /src/posts/cool-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/cool-tools.md -------------------------------------------------------------------------------- /src/posts/correcting-with-kindness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/correcting-with-kindness.md -------------------------------------------------------------------------------- /src/posts/creating-3d-characters-in-threejs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/creating-3d-characters-in-threejs.md -------------------------------------------------------------------------------- /src/posts/creating-color-palettes-with-the-color-mix-function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/creating-color-palettes-with-the-color-mix-function.md -------------------------------------------------------------------------------- /src/posts/creating-css-variables-from-a-js-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/creating-css-variables-from-a-js-file.md -------------------------------------------------------------------------------- /src/posts/creating-custom-easing-effects-with-linear.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/creating-custom-easing-effects-with-linear.md -------------------------------------------------------------------------------- /src/posts/creating-generative-svg-characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/creating-generative-svg-characters.md -------------------------------------------------------------------------------- /src/posts/creating-static-svgs-from-geojson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/creating-static-svgs-from-geojson.md -------------------------------------------------------------------------------- /src/posts/creating-vscode-snippets-to-speed-up-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/creating-vscode-snippets-to-speed-up-workflow.md -------------------------------------------------------------------------------- /src/posts/creative-css-layout-and-the-flexible-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/creative-css-layout-and-the-flexible-web.md -------------------------------------------------------------------------------- /src/posts/creative-list-styling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/creative-list-styling.md -------------------------------------------------------------------------------- /src/posts/css-day-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/css-day-2022.md -------------------------------------------------------------------------------- /src/posts/css-halftone-patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/css-halftone-patterns.md -------------------------------------------------------------------------------- /src/posts/css-masonry-layout-syntax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/css-masonry-layout-syntax.md -------------------------------------------------------------------------------- /src/posts/css-nesting-is-here.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/css-nesting-is-here.md -------------------------------------------------------------------------------- /src/posts/css-only-slide-up-caption-hover-effect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/css-only-slide-up-caption-hover-effect.md -------------------------------------------------------------------------------- /src/posts/debating-the-merits-of-llms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/debating-the-merits-of-llms.md -------------------------------------------------------------------------------- /src/posts/debugging-css-grid-part-1-understanding-implicit-tracks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/debugging-css-grid-part-1-understanding-implicit-tracks.md -------------------------------------------------------------------------------- /src/posts/debugging-css-grid-part-2-what-the-fraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/debugging-css-grid-part-2-what-the-fraction.md -------------------------------------------------------------------------------- /src/posts/debugging-css-grid-part-3-auto-flow-order-and-item-placement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/debugging-css-grid-part-3-auto-flow-order-and-item-placement.md -------------------------------------------------------------------------------- /src/posts/debugging-media-queries-a-dev-tools-wish-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/debugging-media-queries-a-dev-tools-wish-list.md -------------------------------------------------------------------------------- /src/posts/design-patterns-that-encourage-junk-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/design-patterns-that-encourage-junk-data.md -------------------------------------------------------------------------------- /src/posts/detecting-css-selector-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/detecting-css-selector-support.md -------------------------------------------------------------------------------- /src/posts/detecting-hover-capable-devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/detecting-hover-capable-devices.md -------------------------------------------------------------------------------- /src/posts/developer-decisions-for-building-flexible-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/developer-decisions-for-building-flexible-components.md -------------------------------------------------------------------------------- /src/posts/development-budgets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/development-budgets.md -------------------------------------------------------------------------------- /src/posts/disentangling-frameworks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/disentangling-frameworks.md -------------------------------------------------------------------------------- /src/posts/do-we-need-css4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/do-we-need-css4.md -------------------------------------------------------------------------------- /src/posts/dont-forget-the-lang-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/dont-forget-the-lang-attribute.md -------------------------------------------------------------------------------- /src/posts/dont-mind-the-gap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/dont-mind-the-gap.md -------------------------------------------------------------------------------- /src/posts/drawing-raindrops-with-css-gradients-and-masks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/drawing-raindrops-with-css-gradients-and-masks.md -------------------------------------------------------------------------------- /src/posts/drop-shadow-the-underrated-css-filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/drop-shadow-the-underrated-css-filter.md -------------------------------------------------------------------------------- /src/posts/dynamic-css-masks-with-custom-properties-and-gsap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/dynamic-css-masks-with-custom-properties-and-gsap.md -------------------------------------------------------------------------------- /src/posts/education-needs-teachers-not-more-technology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/education-needs-teachers-not-more-technology.md -------------------------------------------------------------------------------- /src/posts/eleventy-starter-projects-updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/eleventy-starter-projects-updates.md -------------------------------------------------------------------------------- /src/posts/evaluating-clever-css-solutions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/evaluating-clever-css-solutions.md -------------------------------------------------------------------------------- /src/posts/everybodys-free-to-write-websites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/everybodys-free-to-write-websites.md -------------------------------------------------------------------------------- /src/posts/exciting-things-on-the-horizon-for-css-layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/exciting-things-on-the-horizon-for-css-layout.md -------------------------------------------------------------------------------- /src/posts/exciting-times-for-browsers-and-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/exciting-times-for-browsers-and-css.md -------------------------------------------------------------------------------- /src/posts/experimental-layouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/experimental-layouts.md -------------------------------------------------------------------------------- /src/posts/exploring-has-again.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/exploring-has-again.md -------------------------------------------------------------------------------- /src/posts/favourite-things-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/favourite-things-01.md -------------------------------------------------------------------------------- /src/posts/favourite-things-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/favourite-things-02.md -------------------------------------------------------------------------------- /src/posts/favourite-web-development-courses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/favourite-web-development-courses.md -------------------------------------------------------------------------------- /src/posts/february-2024-bookmarks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/february-2024-bookmarks.md -------------------------------------------------------------------------------- /src/posts/feedback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/feedback.md -------------------------------------------------------------------------------- /src/posts/find-me-on-mastodon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/find-me-on-mastodon.md -------------------------------------------------------------------------------- /src/posts/finding-an-elements-nearest-relative-positioned-ancestor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/finding-an-elements-nearest-relative-positioned-ancestor.md -------------------------------------------------------------------------------- /src/posts/finding-meaning-in-our-work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/finding-meaning-in-our-work.md -------------------------------------------------------------------------------- /src/posts/from-gatsby-to-eleventy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/from-gatsby-to-eleventy.md -------------------------------------------------------------------------------- /src/posts/fun-with-css-motion-path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/fun-with-css-motion-path.md -------------------------------------------------------------------------------- /src/posts/get-ready-for-the-css-grid-revolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/get-ready-for-the-css-grid-revolution.md -------------------------------------------------------------------------------- /src/posts/getting-started-with-container-queries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/getting-started-with-container-queries.md -------------------------------------------------------------------------------- /src/posts/goodbye-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/goodbye-2020.md -------------------------------------------------------------------------------- /src/posts/greenhouse-gas-emissions-from-streaming-digital-content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/greenhouse-gas-emissions-from-streaming-digital-content.md -------------------------------------------------------------------------------- /src/posts/greenwashing-and-the-cop28-website.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/greenwashing-and-the-cop28-website.md -------------------------------------------------------------------------------- /src/posts/handling-null-undefined-and-zero-values-in-javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/handling-null-undefined-and-zero-values-in-javascript.md -------------------------------------------------------------------------------- /src/posts/handy-tools-for-mocking-api-requests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/handy-tools-for-mocking-api-requests.md -------------------------------------------------------------------------------- /src/posts/has-has-landed-in-safari.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/has-has-landed-in-safari.md -------------------------------------------------------------------------------- /src/posts/heatwave-animated-sun-illustration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/heatwave-animated-sun-illustration.md -------------------------------------------------------------------------------- /src/posts/hide-and-debug-empty-elements-with-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/hide-and-debug-empty-elements-with-css.md -------------------------------------------------------------------------------- /src/posts/how-do-you-vertically-centre-an-element-in-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/how-do-you-vertically-centre-an-element-in-css.md -------------------------------------------------------------------------------- /src/posts/how-git-stash-can-help-you-juggle-multiple-branches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/how-git-stash-can-help-you-juggle-multiple-branches.md -------------------------------------------------------------------------------- /src/posts/how-i-solved-my-font-rendering-problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/how-i-solved-my-font-rendering-problem.md -------------------------------------------------------------------------------- /src/posts/how-to-accessibly-split-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/how-to-accessibly-split-text.md -------------------------------------------------------------------------------- /src/posts/how-to-be-a-good-co-worker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/how-to-be-a-good-co-worker.md -------------------------------------------------------------------------------- /src/posts/how-to-convince-your-team-to-adopt-grid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/how-to-convince-your-team-to-adopt-grid.md -------------------------------------------------------------------------------- /src/posts/how-to-create-better-themes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/how-to-create-better-themes.md -------------------------------------------------------------------------------- /src/posts/how-to-enable-experimental-web-platform-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/how-to-enable-experimental-web-platform-features.md -------------------------------------------------------------------------------- /src/posts/i-finally-installed-an-ad-blocker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/i-finally-installed-an-ad-blocker.md -------------------------------------------------------------------------------- /src/posts/imperfect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/imperfect.md -------------------------------------------------------------------------------- /src/posts/in-commission-to-no-emissions-videos-from-toronto-web-performance-meetup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/in-commission-to-no-emissions-videos-from-toronto-web-performance-meetup.md -------------------------------------------------------------------------------- /src/posts/in-defence-of-bad-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/in-defence-of-bad-code.md -------------------------------------------------------------------------------- /src/posts/in-search-of-simplicity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/in-search-of-simplicity.md -------------------------------------------------------------------------------- /src/posts/inspecting-sizes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/inspecting-sizes.md -------------------------------------------------------------------------------- /src/posts/interop-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/interop-2023.md -------------------------------------------------------------------------------- /src/posts/interview-beyond-the-spotlight.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/interview-beyond-the-spotlight.md -------------------------------------------------------------------------------- /src/posts/into-the-matrix-with-svg-filters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/into-the-matrix-with-svg-filters.md -------------------------------------------------------------------------------- /src/posts/introducing-the-web-sustainability-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/introducing-the-web-sustainability-guidelines.md -------------------------------------------------------------------------------- /src/posts/introduction-to-gatsby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/introduction-to-gatsby.md -------------------------------------------------------------------------------- /src/posts/introduction-to-web-sustainability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/introduction-to-web-sustainability.md -------------------------------------------------------------------------------- /src/posts/irregular-shaped-links-with-subgrid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/irregular-shaped-links-with-subgrid.md -------------------------------------------------------------------------------- /src/posts/is-it-time-to-ditch-the-design-grid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/is-it-time-to-ditch-the-design-grid.md -------------------------------------------------------------------------------- /src/posts/it-career-energizer-podcast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/it-career-energizer-podcast.md -------------------------------------------------------------------------------- /src/posts/ive-been-doing-blockquotes-wrong.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/ive-been-doing-blockquotes-wrong.md -------------------------------------------------------------------------------- /src/posts/kicking-the-excessive-javascript-habit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/kicking-the-excessive-javascript-habit.md -------------------------------------------------------------------------------- /src/posts/launching-the-new-and-improved-css-irl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/launching-the-new-and-improved-css-irl.md -------------------------------------------------------------------------------- /src/posts/learning-about-css-3d-transforms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/learning-about-css-3d-transforms.md -------------------------------------------------------------------------------- /src/posts/learning-in-the-open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/learning-in-the-open.md -------------------------------------------------------------------------------- /src/posts/leaving-twitter-behind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/leaving-twitter-behind.md -------------------------------------------------------------------------------- /src/posts/limitation-breeds-creativity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/limitation-breeds-creativity.md -------------------------------------------------------------------------------- /src/posts/logical-border-radius.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/logical-border-radius.md -------------------------------------------------------------------------------- /src/posts/logical-properties-for-useful-shorthands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/logical-properties-for-useful-shorthands.md -------------------------------------------------------------------------------- /src/posts/logical-properties-in-size-queries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/logical-properties-in-size-queries.md -------------------------------------------------------------------------------- /src/posts/making-work-experience-a-positive-experience.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/making-work-experience-a-positive-experience.md -------------------------------------------------------------------------------- /src/posts/manifesto-for-a-humane-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/manifesto-for-a-humane-web.md -------------------------------------------------------------------------------- /src/posts/masking-one-element-with-another.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/masking-one-element-with-another.md -------------------------------------------------------------------------------- /src/posts/masonry-in-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/masonry-in-css.md -------------------------------------------------------------------------------- /src/posts/mentoring-junior-developers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/mentoring-junior-developers.md -------------------------------------------------------------------------------- /src/posts/mentoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/mentoring.md -------------------------------------------------------------------------------- /src/posts/messing-about-with-css-gradients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/messing-about-with-css-gradients.md -------------------------------------------------------------------------------- /src/posts/modern-css-layout-is-awesome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/modern-css-layout-is-awesome.md -------------------------------------------------------------------------------- /src/posts/more-flexibility-with-minmax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/more-flexibility-with-minmax.md -------------------------------------------------------------------------------- /src/posts/my-browser-support-strategy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/my-browser-support-strategy.md -------------------------------------------------------------------------------- /src/posts/my-css-grid-wishlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/my-css-grid-wishlist.md -------------------------------------------------------------------------------- /src/posts/my-typical-day.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/my-typical-day.md -------------------------------------------------------------------------------- /src/posts/nan-or-not-a-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/nan-or-not-a-number.md -------------------------------------------------------------------------------- /src/posts/national-blog-posting-month.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/national-blog-posting-month.md -------------------------------------------------------------------------------- /src/posts/negative-grid-lines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/negative-grid-lines.md -------------------------------------------------------------------------------- /src/posts/new-and-improved-green-web-hosting-directory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/new-and-improved-green-web-hosting-directory.md -------------------------------------------------------------------------------- /src/posts/new-css-features-in-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/new-css-features-in-2022.md -------------------------------------------------------------------------------- /src/posts/new-length-debugging-tool-in-chrome-canary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/new-length-debugging-tool-in-chrome-canary.md -------------------------------------------------------------------------------- /src/posts/not-an-nft-artist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/not-an-nft-artist.md -------------------------------------------------------------------------------- /src/posts/notes-from-green-io-conference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/notes-from-green-io-conference.md -------------------------------------------------------------------------------- /src/posts/notes-from-state-of-the-browser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/notes-from-state-of-the-browser.md -------------------------------------------------------------------------------- /src/posts/oh-no-overflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/oh-no-overflow.md -------------------------------------------------------------------------------- /src/posts/on-a-break.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/on-a-break.md -------------------------------------------------------------------------------- /src/posts/optimising-svgs-for-the-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/optimising-svgs-for-the-web.md -------------------------------------------------------------------------------- /src/posts/optimizing-a-vue-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/optimizing-a-vue-app.md -------------------------------------------------------------------------------- /src/posts/owning-your-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/owning-your-web.md -------------------------------------------------------------------------------- /src/posts/paper-snowflakes-combining-clipping-and-masking-in-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/paper-snowflakes-combining-clipping-and-masking-in-css.md -------------------------------------------------------------------------------- /src/posts/perspective.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/perspective.md -------------------------------------------------------------------------------- /src/posts/pixel-pioneers-2019-roundup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/pixel-pioneers-2019-roundup.md -------------------------------------------------------------------------------- /src/posts/positioning-text-along-a-path-with-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/positioning-text-along-a-path-with-css.md -------------------------------------------------------------------------------- /src/posts/posts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/posts.json -------------------------------------------------------------------------------- /src/posts/practical-tips-css-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/practical-tips-css-variables.md -------------------------------------------------------------------------------- /src/posts/preventing-overscroll-bounce-with-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/preventing-overscroll-bounce-with-css.md -------------------------------------------------------------------------------- /src/posts/programming-as-a-craft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/programming-as-a-craft.md -------------------------------------------------------------------------------- /src/posts/progressive-web-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/progressive-web-apps.md -------------------------------------------------------------------------------- /src/posts/progressively-enhanced-popover-toggletips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/progressively-enhanced-popover-toggletips.md -------------------------------------------------------------------------------- /src/posts/quick-and-easy-dark-mode-with-css-custom-properties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/quick-and-easy-dark-mode-with-css-custom-properties.md -------------------------------------------------------------------------------- /src/posts/quick-command-line-tip-create-multiple-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/quick-command-line-tip-create-multiple-files.md -------------------------------------------------------------------------------- /src/posts/quick-tip-negative-animation-delay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/quick-tip-negative-animation-delay.md -------------------------------------------------------------------------------- /src/posts/quick-tip-style-pseudo-elements-with-javascript-using-custom-properties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/quick-tip-style-pseudo-elements-with-javascript-using-custom-properties.md -------------------------------------------------------------------------------- /src/posts/quick-tip-you-might-not-need-calc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/quick-tip-you-might-not-need-calc.md -------------------------------------------------------------------------------- /src/posts/radial-gradients-and-css-trigonometric-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/radial-gradients-and-css-trigonometric-functions.md -------------------------------------------------------------------------------- /src/posts/reactivity-in-vanilla-javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/reactivity-in-vanilla-javascript.md -------------------------------------------------------------------------------- /src/posts/reality-check-a-series-for-building-real-layouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/reality-check-a-series-for-building-real-layouts.md -------------------------------------------------------------------------------- /src/posts/recreating-the-his-dark-materials-logo-in-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/recreating-the-his-dark-materials-logo-in-css.md -------------------------------------------------------------------------------- /src/posts/reduce-your-websites-environmental-impact-with-a-carbon-budget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/reduce-your-websites-environmental-impact-with-a-carbon-budget.md -------------------------------------------------------------------------------- /src/posts/reducing-complexity-in-front-end-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/reducing-complexity-in-front-end-development.md -------------------------------------------------------------------------------- /src/posts/reducing-the-webs-carbon-footprint-optimizing-social-media-embeds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/reducing-the-webs-carbon-footprint-optimizing-social-media-embeds.md -------------------------------------------------------------------------------- /src/posts/reflections-from-green-io-2025.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/reflections-from-green-io-2025.md -------------------------------------------------------------------------------- /src/posts/relative-grid-tracks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/relative-grid-tracks.md -------------------------------------------------------------------------------- /src/posts/reporting-on-website-carbon-emissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/reporting-on-website-carbon-emissions.md -------------------------------------------------------------------------------- /src/posts/resizing-with-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/resizing-with-css.md -------------------------------------------------------------------------------- /src/posts/respecting-users-motion-preferences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/respecting-users-motion-preferences.md -------------------------------------------------------------------------------- /src/posts/responsive-css-motion-path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/responsive-css-motion-path.md -------------------------------------------------------------------------------- /src/posts/reversing-an-easing-curve.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/reversing-an-easing-curve.md -------------------------------------------------------------------------------- /src/posts/rss-is-good-isnt-it.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/rss-is-good-isnt-it.md -------------------------------------------------------------------------------- /src/posts/scheduling-netlify-deployments-with-github-actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/scheduling-netlify-deployments-with-github-actions.md -------------------------------------------------------------------------------- /src/posts/scroll-progress-animations-in-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/scroll-progress-animations-in-css.md -------------------------------------------------------------------------------- /src/posts/scroll-timeline-parallax-effect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/scroll-timeline-parallax-effect.md -------------------------------------------------------------------------------- /src/posts/setting-up-a-newish-macbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/setting-up-a-newish-macbook.md -------------------------------------------------------------------------------- /src/posts/shades-of-grey-with-color-mix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/shades-of-grey-with-color-mix.md -------------------------------------------------------------------------------- /src/posts/simpler-block-styling-in-wordpress-with-is-and-where.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/simpler-block-styling-in-wordpress-with-is-and-where.md -------------------------------------------------------------------------------- /src/posts/simplifying-form-styles-with-accent-color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/simplifying-form-styles-with-accent-color.md -------------------------------------------------------------------------------- /src/posts/solving-a-tricky-layout-problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/solving-a-tricky-layout-problem.md -------------------------------------------------------------------------------- /src/posts/speaking-at-bristol-js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/speaking-at-bristol-js.md -------------------------------------------------------------------------------- /src/posts/state-of-the-art-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/state-of-the-art-css.md -------------------------------------------------------------------------------- /src/posts/stop-using-ai-generated-images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/stop-using-ai-generated-images.md -------------------------------------------------------------------------------- /src/posts/styling-external-links-with-attribute-selectors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/styling-external-links-with-attribute-selectors.md -------------------------------------------------------------------------------- /src/posts/styling-tables-the-modern-css-way.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/styling-tables-the-modern-css-way.md -------------------------------------------------------------------------------- /src/posts/subgrid-is-here.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/subgrid-is-here.md -------------------------------------------------------------------------------- /src/posts/super-powered-grid-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/super-powered-grid-components.md -------------------------------------------------------------------------------- /src/posts/super-powered-layouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/super-powered-layouts.md -------------------------------------------------------------------------------- /src/posts/sustainable-hardware-choices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/sustainable-hardware-choices.md -------------------------------------------------------------------------------- /src/posts/sustainable-web-development-strategies-within-an-organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/sustainable-web-development-strategies-within-an-organization.md -------------------------------------------------------------------------------- /src/posts/tailwind-thoughts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/tailwind-thoughts.md -------------------------------------------------------------------------------- /src/posts/talking-about-web-sustainability-on-shoptalk-show.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/talking-about-web-sustainability-on-shoptalk-show.md -------------------------------------------------------------------------------- /src/posts/tech-workers-and-climate-action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/tech-workers-and-climate-action.md -------------------------------------------------------------------------------- /src/posts/testing-colour-accessibility-with-dev-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/testing-colour-accessibility-with-dev-tools.md -------------------------------------------------------------------------------- /src/posts/testing-the-performance-of-social-media-embeds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/testing-the-performance-of-social-media-embeds.md -------------------------------------------------------------------------------- /src/posts/the-joy-of-lists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/the-joy-of-lists.md -------------------------------------------------------------------------------- /src/posts/the-perfect-site-doesnt-exist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/the-perfect-site-doesnt-exist.md -------------------------------------------------------------------------------- /src/posts/the-problem-with-surveys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/the-problem-with-surveys.md -------------------------------------------------------------------------------- /src/posts/the-state-of-css-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/the-state-of-css-2021.md -------------------------------------------------------------------------------- /src/posts/the-web-doesnt-have-version-numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/the-web-doesnt-have-version-numbers.md -------------------------------------------------------------------------------- /src/posts/thoughts-from-css-day-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/thoughts-from-css-day-2023.md -------------------------------------------------------------------------------- /src/posts/thoughts-on-the-state-of-the-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/thoughts-on-the-state-of-the-web.md -------------------------------------------------------------------------------- /src/posts/thoughts-on-ux-engineering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/thoughts-on-ux-engineering.md -------------------------------------------------------------------------------- /src/posts/time-to-ditch-analytics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/time-to-ditch-analytics.md -------------------------------------------------------------------------------- /src/posts/tips-for-writing-for-the-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/tips-for-writing-for-the-web.md -------------------------------------------------------------------------------- /src/posts/to-grid-or-to-flex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/to-grid-or-to-flex.md -------------------------------------------------------------------------------- /src/posts/toggling-css-custom-properties-with-radio-buttons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/toggling-css-custom-properties-with-radio-buttons.md -------------------------------------------------------------------------------- /src/posts/top-front-end-writers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/top-front-end-writers.md -------------------------------------------------------------------------------- /src/posts/top-tips-for-hiring-diverse-teams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/top-tips-for-hiring-diverse-teams.md -------------------------------------------------------------------------------- /src/posts/trigonometry-in-css-and-js-a-series.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/trigonometry-in-css-and-js-a-series.md -------------------------------------------------------------------------------- /src/posts/troubleshooting-caching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/troubleshooting-caching.md -------------------------------------------------------------------------------- /src/posts/update-on-the-cop28-website.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/update-on-the-cop28-website.md -------------------------------------------------------------------------------- /src/posts/useful-resources-for-web-performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/useful-resources-for-web-performance.md -------------------------------------------------------------------------------- /src/posts/using-flow-diagrams-to-manage-state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/using-flow-diagrams-to-manage-state.md -------------------------------------------------------------------------------- /src/posts/using-pseudo-elements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/using-pseudo-elements.md -------------------------------------------------------------------------------- /src/posts/variable-font-animation-with-css-and-splitting-js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/variable-font-animation-with-css-and-splitting-js.md -------------------------------------------------------------------------------- /src/posts/video-90-seconds-on-css-custom-properties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/video-90-seconds-on-css-custom-properties.md -------------------------------------------------------------------------------- /src/posts/video-building-a-greener-web-smashing-meets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/video-building-a-greener-web-smashing-meets.md -------------------------------------------------------------------------------- /src/posts/video-building-a-greener-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/video-building-a-greener-web.md -------------------------------------------------------------------------------- /src/posts/video-building-complex-layouts-future-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/video-building-complex-layouts-future-sync.md -------------------------------------------------------------------------------- /src/posts/video-dev-roulette-live.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/video-dev-roulette-live.md -------------------------------------------------------------------------------- /src/posts/video-modern-css-layout-is-awesome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/video-modern-css-layout-is-awesome.md -------------------------------------------------------------------------------- /src/posts/video-super-powered-layouts-at-state-of-the-browser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/video-super-powered-layouts-at-state-of-the-browser.md -------------------------------------------------------------------------------- /src/posts/video-using-tailwind-with-wordpress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/video-using-tailwind-with-wordpress.md -------------------------------------------------------------------------------- /src/posts/web-sustainability-and-the-ethical-dilemma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/web-sustainability-and-the-ethical-dilemma.md -------------------------------------------------------------------------------- /src/posts/web-sustainability-resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/web-sustainability-resources.md -------------------------------------------------------------------------------- /src/posts/what-i-learned-from-migrating-a-vuex-app-to-pinia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/what-i-learned-from-migrating-a-vuex-app-to-pinia.md -------------------------------------------------------------------------------- /src/posts/what-to-blog-about-when-you-dont-know-what-to-blog-about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/what-to-blog-about-when-you-dont-know-what-to-blog-about.md -------------------------------------------------------------------------------- /src/posts/where-do-we-go-from-here.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/where-do-we-go-from-here.md -------------------------------------------------------------------------------- /src/posts/wholegrain-digitals-response-to-web-sustainability-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/wholegrain-digitals-response-to-web-sustainability-report.md -------------------------------------------------------------------------------- /src/posts/why-i-dont-have-time-for-your-coding-challenge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/why-i-dont-have-time-for-your-coding-challenge.md -------------------------------------------------------------------------------- /src/posts/why-you-should-hold-onto-your-devices-for-longer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/why-you-should-hold-onto-your-devices-for-longer.md -------------------------------------------------------------------------------- /src/posts/working-with-color-scales-for-data-visualisation-in-d3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/working-with-color-scales-for-data-visualisation-in-d3.md -------------------------------------------------------------------------------- /src/posts/workshop-review-data-visualisation-fundamentals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/workshop-review-data-visualisation-fundamentals.md -------------------------------------------------------------------------------- /src/posts/wrapping-up-2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/wrapping-up-2018.md -------------------------------------------------------------------------------- /src/posts/wrapping-up-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/wrapping-up-2023.md -------------------------------------------------------------------------------- /src/posts/wrapping-up-national-blog-posting-month-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/wrapping-up-national-blog-posting-month-2023.md -------------------------------------------------------------------------------- /src/posts/writing-useful-alt-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/writing-useful-alt-text.md -------------------------------------------------------------------------------- /src/posts/you-have-something-to-say-thats-worth-hearing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/posts/you-have-something-to-say-thats-worth-hearing.md -------------------------------------------------------------------------------- /src/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/robots.txt -------------------------------------------------------------------------------- /src/rss.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/rss.njk -------------------------------------------------------------------------------- /src/tags.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbarker84/css-irl-eleventy/HEAD/src/tags.njk --------------------------------------------------------------------------------