Skip to content

Commit

Permalink
Webmaster links
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed May 9, 2022
1 parent c2f6044 commit 44a93f9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 47 deletions.
6 changes: 2 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Bing Image Download
description: "Simple command line application which will retrieve the latest set of Bing images."
url: https://bing-images.blyth.me.uk
githubRepo: https://github.com/BlythMeister/BingImageDownload
author: BlythMeister
logo: /images/icon.png
lang: en_GB
Expand All @@ -12,9 +11,8 @@ GoogleAnalytics: G-JZDFPBLNZE

#Webmaster tools
webmaster_verifications:
google:
bing:

google: HV11HFJBxWBjSBdvj2X1ARYcyV0gkh2RC2RN-BBPOQc
bing: 70C9C40BE160CF8A17564E2F00B21581
#Social
twitter:
username: BlythMeister
Expand Down
42 changes: 1 addition & 41 deletions docs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,57 +187,17 @@ a.far:hover {
color: #FFFFFF;
}

.fab.fa-linkedin {
background: #007BB5;
color: #FFFFFF;
}

.fab.fa-github {
background: #000000;
color: #FFFFFF;
}

.fab.fa-spotify {
background: #000000;
color: #1ED760;
}

.fas.fa-rss {
background: #FF6600;
color: #FFFFFF;
}

.fab.fa-youtube {
background: #FF0000;
color: #FFFFFF;
}

.fab.fa-keybase {
background: #E9ECE9;
color: #495057;
}

.fab.fa-facebook-f {
background: #1778F2;
color: #FFFFFF;
}

.far.fa-envelope {
background: #000000;
color: #FFFFFF;
}

.fab.fa-whatsapp {
background: #25D366;
color: #FFFFFF;
}

.fab.fa-amazon {
background: #131921;
color: #FFFFFF;
}

.fab.fa-goodreads-g {
.fab.fa-cloud-download-alt {
background: #F4F1EA;
color: #372213;
}
14 changes: 13 additions & 1 deletion docs/donations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,16 @@ description: "Donations"

## Donations

TODO
## Why Have Donations?

I think this is a useful tool and that part of using open source tooling is to be able to donate something back to the community.

Some people can donate time (either by raising issues, fixing issues or something as small as fixing a spelling error) whilst others can donate financially to help with any running costs associated with the app.

## Donations Not Licences

The donation model offered by my software is not an offer of lifetime support for your single donation.

## Donation Links

All donation links can be found on my [personal blog](https://www.blyth.me.uk/donations)
4 changes: 3 additions & 1 deletion docs/help/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: "Help"

## Help

TODO
You can get help via <a href="https://twitter.com/BlythMeister" target="_blank">twitter</a> or via <a href="mailto:[email protected]" target="_blank">email</a>.

I use GitHub issues to maintain a backlog and track bugs, so feel free to raise issues there <a href="https://github.com/BlythMeister/BingImageDownload/issues" target="_blank">https://github.com/BlythMeister/BingImageDownload/issues</a>

0 comments on commit 44a93f9

Please sign in to comment.