Skip to content

Commit

Permalink
Merge pull request #11 from fres621/rewrite
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
resucutie authored May 17, 2024
2 parents 6a68482 + 3138fb8 commit cd45d6f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</p>
<h1 align="center">Beyond Software</h1>
<p align="center">
A collective list of reliable and trustworthy software and resources for a better user expierence.<br>
Not influenced by sponsors, advertisements or finnancial gain.
A collective list of reliable and trustworthy software and resources for a better user experience.<br>
Not influenced by sponsors, advertisements or financial gain.
</p>

<br>
Expand Down
32 changes: 16 additions & 16 deletions custom-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ async function emojify(path, alt, anysize) {

module.exports = async () => {
return {
"c-mobile": await emojify(phone, "Avaiable on all mobile platforms", true),
"c-android": await emojify(android, "Avaiable on Android"),
"c-ios": await emojify(ios, "Avaiable on iPhone"),
"c-pc": await emojify(computer, "Avaiable on all desktop platforms"),
"c-windows": await emojify(windows, "Avaiable on Windows"),
"c-macos": await emojify(apple, "Avaiable on macOS"),
"c-linux": await emojify(linux, "Avaiable on Linux"),
"c-mobile": await emojify(phone, "Available on all mobile platforms", true),
"c-android": await emojify(android, "Available on Android"),
"c-ios": await emojify(ios, "Available on iPhone"),
"c-pc": await emojify(computer, "Available on all desktop platforms"),
"c-windows": await emojify(windows, "Available on Windows"),
"c-macos": await emojify(apple, "Available on macOS"),
"c-linux": await emojify(linux, "Available on Linux"),
"c-cli": await emojify(terminal, "Is a command line only application"),
"c-web": await emojify(web, "Avaiable on all browsers"),
"c-extension": await emojify(extension, "Is avaiable as a browser extension"),
"c-chrome": await emojify(chrome, "Avaiable on Chrome"),
"c-firefox": await emojify(firefox, "Avaiable on Firefox"),
"c-tvbox": await emojify(tvbox, "Avaiable on most smart TV box platforms"),
"c-roku": await emojify(roku, "Avaiable on Roku", true),
"c-tvos": await emojify(tvos, "Avaiable on Apple TV", true),
"c-console": await emojify(console, "Avaiable on a console"),
"c-vr": await emojify(vr, "Avaiable on VR consoles"),
"c-web": await emojify(web, "Available on all browsers"),
"c-extension": await emojify(extension, "Is available as a browser extension"),
"c-chrome": await emojify(chrome, "Available on Chrome"),
"c-firefox": await emojify(firefox, "Available on Firefox"),
"c-tvbox": await emojify(tvbox, "Available on most smart TV box platforms"),
"c-roku": await emojify(roku, "Available on Roku", true),
"c-tvos": await emojify(tvos, "Available on Apple TV", true),
"c-console": await emojify(console, "Available on a console"),
"c-vr": await emojify(vr, "Available on VR consoles"),
"c-selfhost": await emojify(selfhost, "The service is selfhostable"),
"c-proprietary": await emojify(proprietary, "Is a proprietary application"),
"c-ads": await emojify(ads, "Contains ads"),
Expand Down
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta property="og:title" content="Beyond Software" />
<meta property="description" content="A collective list of reliable and trustworthy software and resources for a better user expierence. Not influenced by sponsors, advertisements or finnancial gain." />
<meta property="og:description" content="A collective list of reliable and trustworthy software and resources for a better user expierence. Not influenced by sponsors, advertisements or finnancial gain." />
<meta property="description" content="A collective list of reliable and trustworthy software and resources for a better user experience. Not influenced by sponsors, advertisements or financial gain." />
<meta property="og:description" content="A collective list of reliable and trustworthy software and resources for a better user experience. Not influenced by sponsors, advertisements or financial gain." />
<meta property="og:image" content="https://beyondsoftware.info/icons/icon.svg"/>
<meta property="og:image:type" content="image/png"/>
<meta property="og:image:width" content="300"/>
Expand Down Expand Up @@ -36,8 +36,8 @@
<img src="icons/icon.svg" class="greetings-icon" alt="blobfoxbox" />
<span class="greetings-description">
<p>
A collective list of reliable and trustworthy software and resources for a better user expierence.<br>
Not influenced by sponsors, advertisements or finnancial gain.
A collective list of reliable and trustworthy software and resources for a better user experience.<br>
Not influenced by sponsors, advertisements or financial gain.
</p>
<div class="greetings-social">
<a href="https://github.com/abUwUser/beyond-software-list"><img src="/icons/github.svg"/></a>
Expand Down

0 comments on commit cd45d6f

Please sign in to comment.