Skip to content
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

Fix and optimize image alt tags for better SEO #321

Merged
merged 34 commits into from
Jan 27, 2020
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1165fdd
Fix and optimize image alt tags for better SEO
RiccardoMasutti Dec 30, 2019
acd8b64
Update index.html
RiccardoMasutti Dec 30, 2019
0ed2db5
Update homepage_content.html
RiccardoMasutti Jan 4, 2020
d61e94b
Update homepage_content.html
RiccardoMasutti Jan 4, 2020
36b10a4
Update homepage_content.html
RiccardoMasutti Jan 4, 2020
8bb2fc8
Update homepage_content_tr.html
RiccardoMasutti Jan 4, 2020
5cd9239
Update homepage_content.html
RiccardoMasutti Jan 4, 2020
7defe7a
Update homepage_content_tr.html
RiccardoMasutti Jan 4, 2020
f4fdc0a
Update os_selector_options.html
RiccardoMasutti Jan 4, 2020
47a1366
Update os_selector_options_tr.html
RiccardoMasutti Jan 4, 2020
e70873b
Replace with png
RiccardoMasutti Jan 9, 2020
169e545
Merge branch 'master' into patch-11
Jan 27, 2020
6d67c30
Update _includes/homepage_content.html
RiccardoMasutti Jan 27, 2020
086db26
Update _includes/homepage_content.html
RiccardoMasutti Jan 27, 2020
d90359e
Update _includes/homepage_content.html
RiccardoMasutti Jan 27, 2020
97cb2bf
Update _includes/homepage_content.html
RiccardoMasutti Jan 27, 2020
c935346
Update _includes/homepage_content.html
RiccardoMasutti Jan 27, 2020
c9b6212
Update _includes/homepage_content.html
RiccardoMasutti Jan 27, 2020
e5266f4
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
33329e4
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
74ef24f
Update _includes/os_selector_options.html
RiccardoMasutti Jan 27, 2020
b19de24
Update _includes/os_selector_options.html
RiccardoMasutti Jan 27, 2020
5fa9dad
Update _includes/os_selector_options.html
RiccardoMasutti Jan 27, 2020
acb0385
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
dff3233
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
17ec081
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
8559bce
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
aed99e8
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
dae896e
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
96b01fc
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
2dc4097
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
3be22bc
Update _includes/homepage_content_tr.html
RiccardoMasutti Jan 27, 2020
13d1bc3
Change "Redhat" to "Red Hat"
Jan 27, 2020
d77de83
Fix inadvertant icon change
Jan 27, 2020
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
74 changes: 37 additions & 37 deletions _includes/homepage_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h1 class="intro text-monospace display-1" style="margin-left: -.3rem;">{{ item.

<div class="id-mac hidden">
<div class="float-left">
<img src="/images/icon-apple-g.svg" class="os-icon os-icon-g">
<img src="/images/icon-apple-w.svg" class="os-icon os-icon-w">
<img src="/images/icon-apple-g.svg" class="os-icon os-icon-g" alt="Download Bisq for Mac">
<img src="/images/icon-apple-w.svg" class="os-icon os-icon-g" alt="Download Bisq for Mac">
RiccardoMasutti marked this conversation as resolved.
Show resolved Hide resolved
<a class="dl-mac" href="https://bisq.network/downloads/v{{ site.client_version }}/Bisq-{{ site.client_version }}.dmg">{{ item.buttonMac }}</a>
</div>
<div class="float-right">
Expand All @@ -41,8 +41,8 @@ <h1 class="intro text-monospace display-1" style="margin-left: -.3rem;">{{ item.

<div class="id-deb64 hidden">
<div class="float-left">
<img src="/images/icon-ubuntu-g.svg" class="os-icon os-icon-g">
<img src="/images/icon-ubuntu-w.svg" class="os-icon os-icon-w">
<img src="/images/icon-ubuntu-g.svg" class="os-icon os-icon-g" alt="Download Bisq for Ubuntu/Debian">
<img src="/images/icon-ubuntu-w.svg" class="os-icon os-icon-w" alt="Download Bisq for Ubuntu/Debian">
<a class="dl-deb64" href="https://bisq.network/downloads/v{{ site.client_version }}/Bisq-64bit-{{ site.client_version }}.deb">{{ item.buttonDebian }}</a>
</div>
<div class="float-right">
Expand All @@ -52,8 +52,8 @@ <h1 class="intro text-monospace display-1" style="margin-left: -.3rem;">{{ item.

<div class="id-rpm64 hidden">
<div class="float-left">
<img src="/images/icon-fedora-g.svg" class="os-icon os-icon-g">
<img src="/images/icon-fedora-w.svg" class="os-icon os-icon-w">
<img src="/images/icon-fedora-g.svg" class="os-icon os-icon-g" alt="Download Bisq for Redhat/Fedora">
RiccardoMasutti marked this conversation as resolved.
Show resolved Hide resolved
<img src="/images/icon-fedora-w.svg" class="os-icon os-icon-w" alt="Download Bisq for Redhat/Fedora">
RiccardoMasutti marked this conversation as resolved.
Show resolved Hide resolved
<a class="dl-rpm64" href="https://github.com/bisq-network/bisq/releases/download/v{{ site.client_version }}/Bisq-64bit-{{ site.client_version }}.rpm">{{ item.buttonRedHat }}</a>
</div>
<div class="float-right">
Expand All @@ -63,8 +63,8 @@ <h1 class="intro text-monospace display-1" style="margin-left: -.3rem;">{{ item.

<div class="id-all hidden">
<div class="float-left">
<img src="/images/icon-download-g.svg" class="os-icon os-icon-g">
<img src="/images/icon-download-w.svg" class="os-icon os-icon-w">
<img src="/images/icon-download-g.svg" class="os-icon os-icon-g" alt="Download Bisq">
<img src="/images/icon-download-w.svg" class="os-icon os-icon-w" alt="Download Bisq">
{{ item.buttonDownloads }}
</div>
<div class="float-right">
Expand All @@ -86,22 +86,22 @@ <h1 class="intro text-monospace display-1" style="margin-left: -.3rem;">{{ item.


<a href="/downloads" class="downloads-mobile btn btn-lg btn-outline-secondary btn-icon hero-btn col-sm-12 col-md-12 col-lg-3 px-0 shadow-btn ">
<img src="/images/icon-download-g.svg" class="os-icon os-icon-g">
<img src="/images/icon-download-w.svg" class="os-icon os-icon-w">
<img src="/images/icon-download-g.svg" class="os-icon os-icon-g" alt="Download Bisq">>
<img src="/images/icon-download-w.svg" class="os-icon os-icon-w" alt="Download Bisq">>
{{ item.downloads }}
</a>


<a href="https://play.google.com/store/apps/details?id=com.joachimneumann.bisq" target="_blank" rel="noopener" class="downloads-android hidden btn btn-lg btn-outline-secondary btn-icon hero-btn col-sm-12 col-md-12 col-lg-3 px-0 shadow-btn" onclick="ga('send', 'event', 'Jumbotron actions', 'download', 'android-notifications');">
<img src="/images/icon-android-g.svg" class="os-icon os-icon-g">
<img src="/images/icon-android-w.svg" class="os-icon os-icon-w">
<img src="/images/icon-android-g.svg" class="os-icon os-icon-g" alt="Download Bisq Notification App for Android">
<img src="/images/icon-android-w.svg" class="os-icon os-icon-w" alt="Download Bisq Notification App for Android">
{{ item.androidNotificationsApp }}
</a>


<a href="https://itunes.apple.com/us/app/bisq-mobile/id1424420411" target="_blank" rel="noopener" class="downloads-ios hidden btn btn-lg btn-outline-secondary btn-icon hero-btn col-sm-12 col-md-12 col-lg-3 px-0 shadow-btn" onclick="ga('send', 'event', 'Jumbotron actions', 'download', 'ios-notifications');">
<img src="/images/icon-apple-g.svg" class="os-icon os-icon-g">
<img src="/images/icon-apple-w.svg" class="os-icon os-icon-w">
<img src="/images/icon-apple-g.svg" class="os-icon os-icon-g" alt="Download Bisq Notification App for iOs">
RiccardoMasutti marked this conversation as resolved.
Show resolved Hide resolved
<img src="/images/icon-apple-w.svg" class="os-icon os-icon-w" alt="Download Bisq Notification App for iOs">
RiccardoMasutti marked this conversation as resolved.
Show resolved Hide resolved
{{ item.iosNotificationApp }}
</a>

Expand All @@ -113,8 +113,8 @@ <h1 class="intro text-monospace display-1" style="margin-left: -.3rem;">{{ item.
{% comment %}

<a id="play-video" href="/" class="btn btn-lg btn-outline-secondary btn-icon hero-btn col-sm-12 col-md-12 col-lg-3 px-0 shadow-btn ">
<img src="/images/icon-play-g.svg" class="os-icon os-icon-g">
<img src="/images/icon-play-w.svg" class="os-icon os-icon-w">
<img src="/images/icon-play-g.svg" class="os-icon os-icon-g" alt="Play Bisq video">
<img src="/images/icon-play-w.svg" class="os-icon os-icon-w" alt="Play Bisq video">
Play Video
</a>

Expand Down Expand Up @@ -145,7 +145,7 @@ <h1 class="intro text-monospace display-1" style="margin-left: -.3rem;">{{ item.

</div>
<div class="col-md-12 order-md-1 text-md-left homepage-hero">
<img class="img-fluid shadow-lg" alt="bisq" style="width: 100%; display: block;" src="/images/bisq_screen0.png">
<img class="img-fluid shadow-lg" alt="Offer Book view inside Bisq" style="width: 100%; display: block;" src="/images/bisq_screen0.svg">
RiccardoMasutti marked this conversation as resolved.
Show resolved Hide resolved
</div>
</div>

Expand All @@ -164,44 +164,44 @@ <h1 class="intro text-monospace display-1" style="margin-left: -.3rem;">{{ item.
<h2>{{ item.hFeatures }}</h2>
<div class="row align-items-center text-md-center text-left">
<div class="col-12 col-md-6 pr-5">
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/pic-no-reg.svg" />
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/pic-no-reg.svg" alt="No Identity Verification" />
<h4>{{ item.hIdentityVerifications }}</h4>
<p class="grey px-md-5">{{ item.pIdentityVerifications }}</p>
</div>
<div class="col-12 col-md-6 pr-5">
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto pr-md-3" src="/images/pic-decentralized.svg" />
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto pr-md-3" src="/images/pic-decentralized.svg" alt="Decentralized" />
<h4>{{ item.hDecentralized }}</h4>
<p class="grey px-md-5">{{ item.pDecentralized }}</p>
</div>
<div class="col-12 col-md-6 pr-5">
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto pl-md-4" src="/images/pic-padlock.svg" />
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto pl-md-4" src="/images/pic-padlock.svg" alt="Safe" />
<h4>{{ item.hSafe }}</h4>
<p class="grey px-md-5">{{ item.pSafe }}</p>
</div>
<div class="col-12 col-md-6 pr-5">
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/pic-private.svg" />
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/pic-private.svg" alt="Private" />
<h4>{{ item.hPrivate }}</h4>
<p class="grey px-md-5">{{ item.pPrivate }}</p>
</div>
{% comment %}
<div class="col-12 col-md-6 pr-5">
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/pic-p2p.svg" />
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/pic-p2p.svg" alt="Secure" />
<h4>{{ item.hSecure }}</h4>
<p class="grey px-md-5">{{ item.pSecure }}</p>
</div>
{% endcomment %}
<div class="col-12 col-md-6 pr-5">
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/pic-open.svg" />
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/pic-open.svg" alt="Open Source" />
<h4>{{ item.hOpen }}</h4>
{{ item.pOpen }}
</div>
<div class="col-12 col-md-6 pr-5">
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/pic-easy.svg" />
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/pic-easy.svg" alt="Easy" />
<h4>{{ item.hEasy }}</h4>
{{ item.pEasy }}
</div>
<div id="dao-callout" class="col-12 col-md-6 pr-5">
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/dao_homepage.svg" />
<img class="features-pic mb-4 mt-2 mt-md-5 mx-md-auto" src="/images/dao_homepage.svg" alt="Bisq DAO (Decentralized Autonomous Organization)" />
<h4>{{ item.hBisqDao }}</h4>
<p>{{ item.pBisqDao1 }} <a href="/dao">{{ item.pBisqDao2 }}</a>.</p>
</div>
Expand Down Expand Up @@ -240,10 +240,10 @@ <h2>{{ item.hGetStarted }}</h2>
</ol>
</div>
<div class="col-12 col-md-7 offset-0 offset-md-1">
<div class="getting-started-img step-image step-image-1 d-block"><img class="img-fluid shadow-lg" alt="bisq" src="/images/bisq_screen0.png"></div>
<div class="getting-started-img step-image step-image-2 d-none" ><img class="img-fluid shadow-lg" alt="bisq" src="/images/bisq_screen1.png"></div>
<div class="getting-started-img step-image step-image-3 d-none" ><img class="img-fluid shadow-lg" alt="bisq" src="/images/bisq_screen0.png"></div>
<div class="getting-started-img step-image step-image-4 d-none" ><img class="img-fluid shadow-lg" alt="bisq" src="/images/bisq_screen1.png"></div>
<div class="getting-started-img step-image step-image-1 d-block"><img class="img-fluid shadow-lg" alt="Offer Book view inside Bisq" src="/images/bisq_screen0.svg"></div>
<div class="getting-started-img step-image step-image-2 d-none" ><img class="img-fluid shadow-lg" alt="Open Trades view inside Bisq" src="/images/bisq_screen1.svg"></div>
<div class="getting-started-img step-image step-image-3 d-none" ><img class="img-fluid shadow-lg" alt="Offer Book view inside Bisq" src="/images/bisq_screen0.svg"></div>
<div class="getting-started-img step-image step-image-4 d-none" ><img class="img-fluid shadow-lg" alt="Open Trades view inside Bisq" src="/images/bisq_screen1.svg"></div>

</div>
</div>
Expand All @@ -263,14 +263,14 @@ <h2 id="join-the-community">{{ item.hJoin }}</h2>

<div class="col-12 col-md-6">
<ul class="community-links grey community-home pl-0 pl-md-4 pt-4 pl-md-0 pt-md-0">
<li><img src="/images/community/github.svg" alt="github"> <a href="https://github.com/bisq-network">{{ item.liGithub }}</a></li>
<li><img src="/images/community/keybase.svg" alt="keybase"> <a href="https://keybase.io/team/bisq">{{ item.liKeybase }}</a></li>
<li><img src="/images/community/twitter.svg" alt="twitter"> <a href="https://twitter.com/bisq_network">{{ item.liTwitter }}</a></li>
<li><img src="/images/community/youtube.svg" alt="youtube"> <a href="https://www.youtube.com/c/bisq-network">{{ item.liYoutube }}</a></li>
<li><img src="/images/community/forum.svg" alt="forum"> <a href="https://bisq.community">{{ item.liForum }}</a></li>
<li><img src="/images/community/mailinglist.svg" alt="mailinglist"> <a href="https://lists.bisq.network/listinfo/bisq-contrib">{{ item.liMailingList }}</a></li>
<li><img src="/images/community/irc.svg" alt="irc"> <a href="https://webchat.freenode.net/?channels=bisq">{{ item.liFreenodeIRC }}</a></li>
<li><img src="/images/community/reddit.svg" alt="reddit"> <a href="https://www.reddit.com/r/bisq">{{ item.liSubreddit }}</a></li>
<li><img src="/images/community/github.svg" alt="GitHub repository"> <a href="https://github.com/bisq-network">{{ item.liGithub }}</a></li>
<li><img src="/images/community/keybase.svg" alt="Keybase page"> <a href="https://keybase.io/team/bisq">{{ item.liKeybase }}</a></li>
RiccardoMasutti marked this conversation as resolved.
Show resolved Hide resolved
<li><img src="/images/community/twitter.svg" alt="Twitter profile"> <a href="https://twitter.com/bisq_network">{{ item.liTwitter }}</a></li>
<li><img src="/images/community/youtube.svg" alt="YouTube account"> <a href="https://www.youtube.com/c/bisq-network">{{ item.liYoutube }}</a></li>
<li><img src="/images/community/forum.svg" alt="Forum"> <a href="https://bisq.community">{{ item.liForum }}</a></li>
<li><img src="/images/community/mailinglist.svg" alt="Mailing list"> <a href="https://lists.bisq.network/listinfo/bisq-contrib">{{ item.liMailingList }}</a></li>
<li><img src="/images/community/irc.svg" alt="IRC channel"> <a href="https://webchat.freenode.net/?channels=bisq">{{ item.liFreenodeIRC }}</a></li>
<li><img src="/images/community/reddit.svg" alt="Bisq subreddit"> <a href="https://www.reddit.com/r/bisq">{{ item.liSubreddit }}</a></li>
</ul>
</div>

Expand Down
Loading