mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Merge pull request #41 from perrywoodin/fix/link-checker
Fix/link checker
This commit is contained in:
commit
b7e7e46ff0
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
- name: DirectBet
|
- name: DirectBet
|
||||||
url: www.DirectBet.eu/
|
url: http://www.DirectBet.eu/
|
||||||
image: DirectBet.jpg
|
image: DirectBet.jpg
|
||||||
|
|
||||||
- name: FortuneJack
|
- name: FortuneJack
|
||||||
|
@ -8,5 +8,5 @@
|
||||||
image: FortuneJack.jpg
|
image: FortuneJack.jpg
|
||||||
|
|
||||||
- name: CryptoGames
|
- name: CryptoGames
|
||||||
url: www.crypto-games.net
|
url: http://www.crypto-games.net
|
||||||
image: CryptoGames.jpg
|
image: CryptoGames.jpg
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
|
|
||||||
- name: Philipp Engelhorn
|
- name: Philipp Engelhorn
|
||||||
title: Photography
|
title: Photography
|
||||||
url: www.philippengelhorn.com
|
url: http://www.philippengelhorn.com
|
||||||
image: PhilippEngelhornPhotography.jpg
|
image: PhilippEngelhornPhotography.jpg
|
||||||
|
|
||||||
- name: Ivan Liborio
|
- name: Ivan Liborio
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<!-- <p class="hero__lead">Visualizer Goes Here</p>-->
|
<!-- <p class="hero__lead">Visualizer Goes Here</p>-->
|
||||||
|
|
||||||
<div class="hero__buttons">
|
<div class="hero__buttons">
|
||||||
<a href="#section-markets" class="btn-white-solid">{% t pages.currency.hero-markets-btn %}</a>
|
<a href="#section-exchanges" class="btn-white-solid">{% t pages.currency.hero-markets-btn %}</a>
|
||||||
<a href="#section-governance" class="btn-white-solid">{% t pages.currency.hero-governance-btn %}</a>
|
<a href="#section-governance" class="btn-white-solid">{% t pages.currency.hero-governance-btn %}</a>
|
||||||
<a href="#section-network" class="btn-white-solid">{% t pages.currency.hero-network-btn %}</a>
|
<a href="#section-network" class="btn-white-solid">{% t pages.currency.hero-network-btn %}</a>
|
||||||
<a href="#section-blockchain" class="btn-white-solid">{% t pages.currency.hero-blockchain-btn %}</a>
|
<a href="#section-blockchain" class="btn-white-solid">{% t pages.currency.hero-blockchain-btn %}</a>
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
set -e # halt script on error
|
set -e # halt script on error
|
||||||
|
|
||||||
npm run build
|
npm run build
|
||||||
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --checks-to-ignore 'ImageCheck','LinkCheck'
|
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --checks-to-ignore 'ImageCheck'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue