mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
chore: update example links
This commit is contained in:
parent
32ae3cf8eb
commit
18629154b1
1 changed files with 17 additions and 17 deletions
34
README.md
34
README.md
|
@ -119,31 +119,31 @@ Then just write pure HTML, and it should look great:
|
|||
|
||||
Minimalist templates to discover Pico in action:
|
||||
|
||||
[](https://picocss.com/#examples)
|
||||
[](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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue