Skip to content

Commit

Permalink
Merge pull request #652 from oddbird/broken-links
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer authored Jul 1, 2024
2 parents 8f9c666 + 25da551 commit 2ac9faa
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 13 deletions.
8 changes: 2 additions & 6 deletions content/blog/2017/design-using-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ summary: |
giving our community an easy way to learn on our own time
from anywhere in the world.
Our first video in this series is a talk by Sarah Parmenter titled
"Designing Using Data" given at [An Event Apart Orlando].
[An Event Apart Orlando]: https://aneventapart.com/event/orlando-2014
"Designing Using Data" given at An Event Apart Orlando.
---

{% import "embed.macros.njk" as embed %}
Expand All @@ -47,10 +45,8 @@ use both research and experience to create the best results.
) }}][video]

How do you use research to help you make design decisions? Let us know by
sending us a message via [Twitter]. For other great talks from An Event Apart
speakers, [visit their website].
sending us a message via [Twitter].

[Sarah Parmenter]: https://www.sazzy.co.uk/
[video]: https://vimeo.com/120804557
[Twitter]: https://twitter.com/oddbird
[visit their website]: https://aneventapart.com/
2 changes: 1 addition & 1 deletion content/blog/2022/platform-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ authors and the underlying language.

Last month,
I spoke about `@layer` for
[An Event Apart Denver](https://aneventapart.com/event/denver-2022).
An Event Apart Denver.
During the Q&A session after my talk,
someone asked,
"How can I use this with CSS-in-JS tools?"
Expand Down
1 change: 0 additions & 1 deletion content/talks/beyond-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tags:
slides: https://slides.oddbird.net/variables/
events:
- venue: An Event Apart Spring Summit
url: https://aneventapart.com/event/spring-summit-2021
date: 2021-04-19
end: 2021-04-21
adr: Online
Expand Down
2 changes: 0 additions & 2 deletions content/talks/cascading-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ tags:
slides: https://slides.oddbird.net/layers/
events:
- venue: An Event Apart
url: https://aneventapart.com/event/san-francisco-2022
adr: San Francisco, CA
date: 2022-12-12
end: 2022-12-14
slides: https://slides.oddbird.net/layers/aea-sf22/
- venue: An Event Apart
url: https://aneventapart.com/event/denver-2022
adr: Denver, CO
date: 2022-10-10
end: 2022-10-12
Expand Down
1 change: 0 additions & 1 deletion content/talks/css-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ tags:
slides: https://slides.oddbird.net/conventions/
events:
- venue: An Event Apart Fall Summit
url: https://aneventapart.com/event/online-1020
date: 2020-10-26
end: 2020-10-28
adr: Online
Expand Down
1 change: 0 additions & 1 deletion content/talks/intrinsic-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ events:
media: &smash
youtube: QL3tFZLgVxU
- venue: An Event Apart Fall Summit
url: https://aneventapart.com/event/fall-summit-2021
date: 2021-10-11
end: 2021-10-13
adr: Online
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"webmentions": "node scripts/fetch-webmentions.js",
"prod": "yarn build",
"checklinks:internal": "npx --yes --package=hyperlink --package=tap-spot -- 'hyperlink --canonicalroot https://www.oddbird.net/ --root _site/ -r -p -i --skip \".css.map\" --skip \".js.map\" --skip \"feed.atom\" --skip \"/docs/\" _site/index.html | tap-spot'",
"checklinks:external": "npx --yes --package=broken-link-checker -- 'blc -ro --exclude=localhost:8080 --exclude=stackoverflow.com --exclude=codepen.io --exclude=linkedin.com --exclude=projects.invisionapp.com --exclude=docs.github.com --exclude=www.sass.hk --exclude=www.drupal.org --exclude=www.canva.com --exclude=www.fastcompany.com --exclude=duabuset-tandem.com --exclude=puta-elementa.com --exclude=campaignzero.org --exclude=twitter.com --exclude=player.vimeo.com --exclude=slideshare.net https://www.oddbird.net'",
"checklinks:external": "npx --yes --package=broken-link-checker -- 'blc -ro --exclude=localhost:8080 --exclude=stackoverflow.com --exclude=codepen.io --exclude=linkedin.com --exclude=projects.invisionapp.com --exclude=docs.github.com --exclude=www.sass.hk --exclude=www.drupal.org --exclude=www.canva.com --exclude=www.fastcompany.com --exclude=duabuset-tandem.com --exclude=puta-elementa.com --exclude=campaignzero.org --exclude=twitter.com --exclude=vimeo.com --exclude=slideshare.net https://www.oddbird.net'",
"checklinks": "run-s checklinks:internal checklinks:external"
},
"imports": {
Expand Down

0 comments on commit 2ac9faa

Please sign in to comment.