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
Changes from 1 commit
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/homepage_content_tr.html
Expand Up @@ -31,7 +31,7 @@ <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" alt="Download Bisq for Mac">
<img src="/images/icon-apple-w.svg" class="os-icon os-icon-g" alt="Download Bisq for Mac">
<img src="/images/icon-apple-w.svg" class="os-icon os-icon-w" alt="Download Bisq for Mac">
<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 Down