Skip to content

Commit ffeec98

Browse files
Update links & copyrights for the new Learn the Web
1 parent 759e111 commit ffeec98

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
Gemfile.lock
2+
13
_site

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
4+
addressable (2.6.0)
55
public_suffix (>= 2.0.2, < 4.0)
66
babosa (1.0.2)
77
color_contrast_calc (0.5.0)
@@ -37,7 +37,7 @@ GEM
3737
sass (~> 3.4)
3838
jekyll-watch (2.1.2)
3939
listen (~> 3.0)
40-
jekyll_patternbot (1.0.2)
40+
jekyll_patternbot (1.2.0)
4141
babosa (~> 1)
4242
color_contrast_calc (~> 0.5)
4343
colorator (~> 1)
@@ -79,4 +79,4 @@ DEPENDENCIES
7979
jekyll_patternbot
8080

8181
BUNDLED WITH
82-
1.17.1
82+
2.0.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Code samples for the Jekyll + Patternbot tutorial.
44

5-
### [☛ Tutorials & videos](http://learn-the-web.algonquindesign.ca/topics/pattern-libraries/)
5+
### [☛ Tutorials & videos](https://learntheweb.courses/topics/pattern-libraries/)
66

77
---
88

99
## License & Copyright
1010

11-
© Algonquin College Graphic Design <http://algonquindesign.ca/>.<br>
11+
© Thomas J Bradley <https://learntheweb.courses/>.<br>
1212
All code licensed under the [CC0 License](https://creativecommons.org/publicdomain/zero/1.0/).<br>
1313
All text, imagery, design, tutorials & videos licensed under the [CC BY-NC-SA License](http://creativecommons.org/licenses/by-nc-sa/4.0/).<br>
1414
Unless otherwise noted.

_patterns/buttons/config.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
title: "Buttons, buttons—oh my!"
1+
title: "Buttons"
22
description: |
3-
Lots of different buttons styles, each for different reasons.
3+
Buttons should be used in situations where a dramatic, obvious action is required. Try not to over use buttons because they should be the primary call-to-action for a screen.
44
55
patterns:
66
basic:
7-
title: "Super basic button"
7+
title: "Basic"
88
description: |
9-
The basic button should be used in almost all situations.
9+
Default to using the basic button. It should always be used in front of light backgrounds.
10+
width: "12em"
1011
fields:
1112
- name: text
1213
type: string
1314
example: "Rescue a Diplodocus"
1415
ghost:
16+
title: "Ghost"
1517
description: |
16-
The Ghost Button should only be used on banners, and in situations where the background is a photo.
17-
width: 320
18+
The ghost button is specifically for banners, where it will be placed in front of busy images.
19+
background: "--color-primary-light"

0 commit comments

Comments
 (0)