Skip to content

Commit dd4459a

Browse files
committed
Revise formatting and text of about page
1 parent baa97f1 commit dd4459a

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

src/app/about/about.component.html

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
11
<h2>About this app</h2>
22

33
<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:
1011
</p>
1112

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+
1219
<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:
1622
</p>
1723

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
2227
</a>
23-
</p>
28+
</blockquote>
2429

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>

src/app/about/about.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
display: block;
33
padding: 20px;
44
}
5-

0 commit comments

Comments
 (0)