Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 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 @@ -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
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ <h1 class="sr-only">Dogecoin</h1>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about"><span data-i18n="dgc-what-is-doge">What is dogecoin</span></a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#start"><span data-i18n="dgc-get-started-now">How to get started</span></a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="guide.html"><span data-i18n="dgc-guide">Guide</span></a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="support.html"><span data-i18n="dgc-support">Support</span></a></li>
</ul>
</div>
</div>
Expand Down