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

Docs: Error fixes & Improvements #248

Open
wants to merge 8 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dogecoin.com

Dogecoin.com, for shibes and people everywhere.
[Dogecoin.com](https://dogecoin.com), for shibes and people everywhere.

![DogeCoin](http://static.tumblr.com/ppdj5y9/Ae9mxmxtp/300coin.png)

Expand All @@ -11,7 +11,7 @@ Designed to retain the spirit of Dogecoin, whilst appealing to the more serious
Dogecoin.com is completely responsive, it'll look good on your smartphone, tablet, desktop, and more.
It is completely HTML5 W3C Validated, which means it complies with the standards set by W3C.

## Technical Details Pls.
## Technical Details Please.
Copy link

@moritzebeling moritzebeling May 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to keep "Pls" to keep the doge tone intact.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done sir :)

Languages:
Mainly written in HTML (dur), CSS (such dur), and Javascript (moar dur).

Expand All @@ -21,7 +21,7 @@ Bootstrap and jQuery.
Extras:
FitVids, FitText, Font-Awesome, MFizz Fonts, Google Oswald.

## Can I contribute ?
## Can I contribute?
Yes you can!
We created some guides just for you:

Expand All @@ -31,4 +31,4 @@ We created some guides just for you:
[G1]: https://github.com/dogecoin/dogecoin.com/blob/gh-pages/getting-started/contribute_windows.md
[G2]: https://github.com/dogecoin/dogecoin.com/blob/gh-pages/getting-started/contribute_linux.md
[G3]: https://github.com/dogecoin/dogecoin.com/blob/gh-pages/getting-started/contribute_osx.md
[G4]: https://github.com/dogecoin/dogecoin.com/blob/gh-pages/getting-started/contribute_docker.md
[G4]: https://github.com/dogecoin/dogecoin.com/blob/gh-pages/getting-started/contribute_docker.md
2 changes: 1 addition & 1 deletion getting-started/contribute_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before you start, you will need a webserver. The most common webservers are **Ap

We'll build and use a LAMP-Stack (**L**inux **A**pache **M**ySQL **P**HP) in our Guide.

First install the needed packages:
First, install the needed packages:

Open a terminal and execute:

Expand Down
2 changes: 1 addition & 1 deletion getting-started/contribute_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Before you start, you will need a webserver. The most common webservers are **Ap

We'll use XAMPP (**X** **A**pache **M**ySQL **P**HP **P**erl) in this guide.

First go to [apachefriends.org](https://apachefriends.org) and download XAMPP.
First, go to [apachefriends.org](https://apachefriends.org) and download XAMPP.

![Screenshot](https://i.imgur.com/661Em5t.jpg)

Expand Down