From 18629154b1f357fbfc48c1e19991b14059e463bf Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 9 Apr 2023 10:59:02 +0700 Subject: [PATCH] chore: update example links --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b6f74989..48b5cd1e 100644 --- a/README.md +++ b/README.md @@ -119,31 +119,31 @@ Then just write pure HTML, and it should look great: Minimalist templates to discover Pico in action: -[![Examples](https://picocss.com/img/examples.jpg?v1.3.3)](https://picocss.com/#examples) +[![Examples](https://picocss.com/img/examples.jpg)](https://picocss.com/#examples) -- **[Preview](https://picocss.com/examples/preview/)** - A starter example with all elements and components used in Pico +- **[Preview](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-preview)** + A starter example with most of the Pico components and styles. -- **[Right-to-left (RTL) preview](https://picocss.com/examples/preview-rtl/)** -A starter example in Arabic with all the elements and components used in Pico +- **[Right-to-left (RTL) preview](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-preview-rtl)** + A starter example in Arabic with most of the Pico components and styles. -- **[Class-less](https://picocss.com/examples/classless/)** - Just a pure semantic HTML markup, without `.classes` +- **[Classless](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-classless)** + A pure semantic HTML markup, without `.classes`. -- **[Basic template](https://picocss.com/examples/basic-template/)** - A basic custom template for Pico using only CSS custom properties (variables) +- **[Basic template](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-basic-template)** + A basic custom template for Pico using only CSS custom properties (variables). -- **[Company](https://picocss.com/examples/company/)** - A classic company or blog layout with a sidebar +- **[Company](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-company)** + A classic company or blog layout with a sidebar. -- **[Google Amp](https://picocss.com/examples/google-amp/)** - A simple layout for Google Amp, with inlined CSS +- **[Google Amp](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-google-amp)** + A simple layout for Google Amp, with inlined CSS. -- **[Sign in](https://picocss.com/examples/sign-in/)** - A minimalist layout for Login pages +- **[Sign in](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-sign-in)** +A minimalist layout for Login pages. -- **[Pico + Bootstrap grid system](https://picocss.com/examples/bootstrap-grid/)** - Custom CSS build with the Bootstrap grid system to manage complex grid layouts in Pico +- **[Pico + Bootstrap grid system](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-bootstrap-grid)** + Custom CSS build with the Bootstrap grid system to manage complex grid layouts in Pico. All examples are open-sourced in [picocss/examples](https://github.com/picocss/examples).