|
1 | 1 | <h2>About this app</h2>
|
2 | 2 |
|
3 | 3 | <p>
|
4 |
| - This is a set of simple CSS Grid examples |
5 |
| - <a href="http://billodom.com/">I</a> |
6 |
| - originally created for a talk at the 2018 |
7 |
| - <a href="https://craft-conf.com/">Craft Conference</a> |
8 |
| - called "CSS Grid: Get ready to fall in love" (although |
9 |
| - I've added a few things since then). |
| 4 | + This is a set of simple CSS Grid examples I |
| 5 | + (<a target="_blank" href="http://www.billodom.com/">Bill Odom</a>) |
| 6 | + originally created for a talk called |
| 7 | + "CSS Grid: Get ready to fall in love" at the 2018 |
| 8 | + <a target="_blank" href="https://craft-conf.com/">Craft Conference</a> |
| 9 | + (although I've added a few things since then). |
| 10 | + You can find the latest version here: |
10 | 11 | </p>
|
11 | 12 |
|
| 13 | +<blockquote> |
| 14 | + <a target="_blank" href="https://github.com/wnodom/css-grid-playground"> |
| 15 | + CSS Grid Playground on GitHub |
| 16 | + </a> |
| 17 | +</blockquote> |
| 18 | + |
12 | 19 | <p>
|
13 |
| - Note: The examples are hosted in an Angular app that uses Sass, but that's |
14 |
| - just to make some things easier to build or demonstrate. None of the CSS Grid |
15 |
| - concepts are specific to Angular or Sass. |
| 20 | + If you'd like to try the application without installing it locally, |
| 21 | + you can run it entirely within your browser via StackBlitz: |
16 | 22 | </p>
|
17 | 23 |
|
18 |
| -<p> |
19 |
| - You can find the latest version here: |
20 |
| - <a target="_blank" href="https://github.com/wnodom/css-grid-playground"> |
21 |
| - CSS Grid Playground on Github |
| 24 | +<blockquote> |
| 25 | + <a target="_blank" href="https://stackblitz.com/github/wnodom/css-grid-playground"> |
| 26 | + CSS Grid Playground on StackBlitz |
22 | 27 | </a>
|
23 |
| -</p> |
| 28 | +</blockquote> |
24 | 29 |
|
| 30 | +<p> |
| 31 | + Note: While the examples are hosted in an |
| 32 | + <a target="_blank" href="https://angular.io">Angular</a> app that uses |
| 33 | + <a target="_blank" href="https://sass-lang.com/">Sass</a>, that's |
| 34 | + just to make some things easier to build or demonstrate. None of the CSS Grid |
| 35 | + concepts are specific to Angular or Sass. |
| 36 | +</p> |
0 commit comments