Skip to content

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 1.41 KB

README.md

File metadata and controls

executable file
·
23 lines (14 loc) · 1.41 KB

bitcoin.rocks

Overview

bitcoin.rocks is an educational website designed for people who are new to bitcoin. The website was founded in 2022 as a "first link" to send to people who ask you about bitcoin.

The main focus of the website is the homepage which links out to a variety of internal and external sources depending on the user's interests. There are also several custom subpages that cover specific topics in detail.

You can view the website here: https://bitcoin.rocks

Architecture

The website is written in raw HTML / CSS / JS. This eliminates the burden of a CMS.

All text content is localized using jquery.i18n translation strings. Right now, English is the only supported language, but several translations are in progress. The website will dynamically serve the proper content depending on the user's language.

The server handles redirects and removing ".html" from the end of links in a simple .htaccess file. The latest merged code is uploaded on https://bitcoin.rocks

License

This project is licensed under the MIT License. You are free to take any of the content within and use it for your own purposes. The goal is to make the project more public over time.

Contribute

You can contribute to bitcoin.rocks even if you aren't a programmer! We currently have a strong focus on translations.

Please read our Contributor Guide to learn more.