Skip to content

Commit

Permalink
Merge pull request #613 from oddbird/broken-links
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jun 4, 2024
2 parents 14d1059 + 7cc3b95 commit f7158ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
4 changes: 2 additions & 2 deletions content/blog/2017/get-started-designing.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ work. When drafting logos, I often trace images. Paper lets me upload an
image, draw on top of it, and easily delete the image from the
background when I’m finished.

[Paper]: https://wetransfer.com/paper
[QuarqNet]: https://www.quarqnet.com/
[Paper]: https://wetransfer.com/explore/paper
[QuarqNet]: /work/quarqnet/

## Typography: A Practical Guide

Expand Down
11 changes: 2 additions & 9 deletions content/work/quarqnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
card: large
title: QuarqNet
sub: Real-time telemetry & sharing for athletes
links:
site: https://www.quarqnet.com/
logo: sram
image:
src: work/quarqnet/quarqnet-hero.jpg
Expand Down Expand Up @@ -199,7 +197,7 @@ To establish color patterns for QuarqNet, OddBird designers started with
the existing brand colors and selected related user interface colors.
These colors were communicated via Pivotal Tracker and coded as Sass
Maps to establish front-end development patterns as well as an automated
"living" [style guide].
"living" style guide.

{{ embed.figure(
data=[{
Expand All @@ -209,8 +207,6 @@ Maps to establish front-end development patterns as well as an automated
class='extend-large'
) }}

[style guide]: https://quarqnet.com/styleguide/config-colors.html

### User Story

OddBird's user experience design and development process always begins
Expand Down Expand Up @@ -348,8 +344,7 @@ and other visual clues to improve user comprehension of the new flow.

### Implementation

After minor design tweaks in the browser, we had our solution! View the
current, live application at [QuarqNet.com].
After minor design tweaks in the browser, we had our solution!

{{ embed.figure(
data=[{
Expand All @@ -358,5 +353,3 @@ current, live application at [QuarqNet.com].
}],
class='extend-large'
) }}

[QuarqNet.com]: https://www.quarqnet.com/
2 changes: 0 additions & 2 deletions content/work/quarqrace.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Quarq Race Intelligence
sub: Real-time race analytics
links:
site: https://www.quarqrace.com/
logo: sram
image:
src: work/quarqrace/trig.jpg
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 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=player.vimeo.com --exclude=slideshare.net https://www.oddbird.net'",
"checklinks": "run-s checklinks:internal checklinks:external"
},
"imports": {
Expand Down

0 comments on commit f7158ae

Please sign in to comment.