super3 / peercoin_website_old

Deprecated.
http://peercoin.net
MIT License
7 stars 46 forks source link

Resources and Get Peercoins contain same content #307

Open iheartcryptocoin opened 10 years ago

iheartcryptocoin commented 10 years ago

Just like the wallet links, this content needs to be consolidated

Proposed overhaul

Change "Get Peercoin" to "About Peercoin" Include only " What is" sections 1) What is Peercoin? (brief overview plus introduction to spending and exchanging) 2) What is Mining? (as stated) 3) What is Minting? (as stated) At the end of each section end with "Learn how to [mine/mint/spend] Peercoin at [x page] in our resources[hyperlink]"

Then for Resources 1 How to Mine 2 How to Mint 3 How to Spend/Exchange 4 Other useful tips (current tools area)

Used tabbed layout for both "About" and "How to Pages". In each tab include link to "View this tab as single page" with link to same content posted only on one page. Rewrite links to this content using htaccess to help with SEO. Plus make sharing on social media easier. Can include sharethis on each tab pointing to that static url.

To make all this work use VERY simple folder system with PHP includes to contain content so only needs to be edited once in one file

iheartcryptocoin commented 10 years ago

System will also make #284 more efficient to maintain

iheartcryptocoin commented 10 years ago

Note - the front page in /refine will not render exactly as the browser because the header must be in the root index to call the correct background. Once updates are done the contents of the folder can be moved to the root without issue and the index will render correctly

iheartcryptocoin commented 10 years ago

@super3 Take a look and let me know what you think of the proposed reorganization.

super3 commented 10 years ago

@iheartcryptocoin the footer in /resources and /news is broken. Please fix before I do a rollback. Also please do pull requests instead of direct commits from now on.