From 92242afa6f21cdb15d54c4daead7370a302dde38 Mon Sep 17 00:00:00 2001 From: madrilene Date: Tue, 4 Jun 2024 07:35:03 +0200 Subject: [PATCH] fix or change copy --- src/docs/css.md | 2 +- src/pages/index.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/docs/css.md b/src/docs/css.md index 2a171f7..1d1f97d 100644 --- a/src/docs/css.md +++ b/src/docs/css.md @@ -33,4 +33,4 @@ All CSS files placed in `src/assets/css/components/` will be sent to the output In `src/assets/css/global.css` you can decomment `@import-glob 'tests/*.css';` to include CSS for debugging. -It makes visible you when your code[ wrapped in `` elements](https://github.com/11ty/is-land) is being hydrated, where things might overflow and many other warnings and errors [that Heydon Pickering came up with](https://heydonworks.com/article/testing-html-with-modern-css/). \ No newline at end of file +It makes visible when your code[ wrapped in `` elements](https://github.com/11ty/is-land) is being hydrated, where things might overflow and many other warnings and errors [that Heydon Pickering came up with](https://heydonworks.com/article/testing-html-with-modern-css/). \ No newline at end of file diff --git a/src/pages/index.md b/src/pages/index.md index b7a138c..d6079e3 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -10,13 +10,11 @@ blog: ## An Eleventy starter -This starter is based on [Andy Bell's CSS workflow/boilerplate](/about/). -In Andy's words, we'd rather hint the browser than micromanage it, using progressive enhancement, CSS layout, fluid type & spacing, and modern CSS features. The aim is to create frontends that look good to everyone, regardless of device, connection speed or context. +Built around a CSS workflow that emphasizes guiding browser styling rather than micromanaging it. It incorporates progressive enhancement, fluid type and spacing, and utilizes modern CSS features for layout. The goal is to develop frontends that provide a great experience across all devices, connection speeds, and usage contexts. -This is version 3. +**This is version 3.** I keep a [branch of v1](https://github.com/madrilene/eleventy-excellent/tree/v1) and [v2](https://github.com/madrilene/eleventy-excellent/tree/v2) because I have changed a lot of things. - -I have tried to [document](/get-started/#docs-lol) features and methodologies. +I have tried to [document](/get-started/#docs-lol) most features and methodologies. **Have fun** and let me know if you find any issues or have ideas for improvements!