Skip to content

Fix wrong Gallery links #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,19 +332,19 @@ <h3 class="f6 fw6 mt0 mb4 tc ttu tracked">Used by people at</h3>
<h3 class="f6 fw6 mt5 pt2 mb4 tc ttu tracked">Gallery</h3>
<div class="dt dt--fixed center mw8 pb6">
<article class="dtc pa1 pa3-l">
<a class="link dim shadow black-70 db" href="goldenstaterecord.com">
<a class="link dim shadow black-70 db" href="https://www.goldenstaterecord.com">
<img class="db w-100" src="img/goldenstate.png" alt="Screenshot of goldenstaterecord.com"/>
<span class="pt2 dn db-ns">goldenstaterecord.com</span>
</a>
</article>
<article class="dtc pa1 pa3-l">
<a class="link dim shadow black-70 db" href="rescale.com">
<a class="link dim shadow black-70 db" href="http://rescale.com">
<img class="db w-100" src="img/rescale.png" alt="Screenshot of rescale.com"/>
<span class="pt2 dn db-ns">rescale.com</span>
</a>
</article>
<article class="dtc pa1 pa3-l">
<a class="link dim shadow black-70 db" href="bluebottlecoffee.com">
<a class="link dim shadow black-70 db" href="https://bluebottlecoffee.com/">
<img class="db w-100" src="img/bluebottle.png" alt="Screenshot of bluebottlecoffee.com"/>
<span class="pt2 dn db-ns">bluebottlecoffee.com</span>
</a>
Expand Down