Allow people to link directly to topics, such as https://bitcoinabc.org/ecash/#mining
Details
- Reviewers
Fabien aimal - Group Reviewers
Restricted Project - Commits
- rABCWEBe3d26cfd6b3f: [website] Add division tags to eCash page
Tested running locally with urls such as http://127.0.0.1:4000/ecash/#mining
Diff Detail
- Repository
- rABCWEB Bitcoin ABC Website
- Branch
- ecash-section-tags
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 19002 Build 37762: arc lint + arc unit
Event Timeline
Note: I'm not too familiar with how CSS works. I did something that seems to work, and looks fine on the web page, but seems kinda hacky. Open so suggestions on that part.
css/main.css | ||
---|---|---|
732 ↗ | (On Diff #33418) | you can as well keep the ecashpage div and avoir copying this for each id (or make it a class) |
ecash.html | ||
---|---|---|
45 ↗ | (On Diff #33463) | What this really does is applying the text-center property to the h2 title, since there is no text in these sections.
|
211 ↗ | (On Diff #33463) | You don't need the class here, it's already within an ecash-section |
Since the website uses Bootstrap, no need to use custom CSS. A better approach is to just use the built-in text centering Bootstrap class:
<div id="info" class="text-center">
ecash.html | ||
---|---|---|
46 ↗ | (On Diff #33482) | What about statistics instead ? Also (unrelated) we should add ecash.coin.dance to this list |
Rename "statistics" to "market"
Will remove Blockchair in a subsequent Diff (they are repeated below in the "Exchanges" section)