Commit graph

139 commits

Author SHA1 Message Date
Saivann
1b71345ef9 Fix issues with overusing CSS :hover in the wallet page (thanks @schildbach @harding) (fixes #544)
Click to see wallets when javascript is enabled
Click to select (lock) any platform in the menu
2014-09-10 00:02:33 -04:00
Saivann
b7ac999a23 Display all links when hovering the page in devel-docs (thanks @ewiner @harding) (fixes #528) 2014-08-22 12:14:29 -04:00
Saivann
d6b49205bc Update the Foundation sponsor banner and CSS 2014-08-12 21:27:23 -04:00
Saivann
2655bfcd87 Fix download button display on mobiles 2014-08-11 17:47:31 -04:00
Saivann
9d43673ca4 Revert removal of icon padding (fixes #514) 2014-08-10 12:27:05 -04:00
Saivann
05cea8a1b8 Add link to whatcanidoforbitcoin.org on the Development page (thanks @harding) 2014-08-10 11:43:47 -04:00
Saivann
8688771d3a Rename platform name from iphone to ios 2014-08-08 11:35:37 -04:00
Saivann
d2f695c4c3 Drop empty space in icons 2014-08-08 01:20:14 -04:00
Saivann
faeaf059fe Add platform icons in the wallet menu 2014-08-08 00:38:02 -04:00
Saivann
e4c2379d87 Fix missing animation on bubbles content 2014-08-07 15:21:43 -04:00
Saivann
ae25251b6e Fix check icon position on the wallet menu 2014-08-07 15:10:33 -04:00
Saivann
72adadb49a Update CSS to display operating systems without download size 2014-08-07 12:15:50 -04:00
Saivann
eaf0b2262f Move language selection into the mobile menu (fixes #489) 2014-08-05 20:23:47 -04:00
saivann
0bf591b884 Merge pull request #499 from bitcoin/translateoutdated
Add a banner for outdated translations to invite new translators
2014-08-05 11:50:35 -04:00
saivann
e4587c2d6d Merge pull request #501 from bitcoin/submitevent
Add a pre-populated "Submit an event" link on the "Events" page
2014-08-05 11:50:23 -04:00
Saivann
7c05b2f693 Add a pre-populated "Submit an event" link on the "Events" page 2014-08-03 23:55:44 -04:00
Saivann
e8365b45dc Display "Source code" link for all wallets 2014-08-03 23:42:50 -04:00
Saivann
c97143d394 Add a banner for outdated translations to invite new translators 2014-08-03 15:19:12 -04:00
Sascha Affolter
b0963895dd images and h2 tags should be centered in mobile 2014-07-31 09:54:59 +02:00
Saivann
66c8e20c42 Add neutral privacy and decentralization score for signing only hardware wallets (thanks @harding @schildbach) 2014-07-23 15:26:01 -04:00
Saivann
cab06e22d1 Use a more detailed privacy score for each wallet (thanks @harding @gmaxwell @mikehearn) 2014-07-23 10:51:47 -04:00
Saivann
7f2cc55d5b Fix icons position on mobiles 2014-07-17 17:25:27 -04:00
Saivann
90b9e63026 Detect if mobile layout is used and display wallets accordingly (thanks @harding) 2014-07-17 16:32:10 -04:00
Saivann
a75b2f1391 New layout for the "Choose your wallet" page
Greatly simplify layout
Increase visibility for "you need to know" and "secure your wallet" pages
Providing increased transparency about security and zero-trust model for each wallet
Encourage diversity and decentralization by
  not recommending two single wallets anymore
  rotating wallets daily by "zero-trust levels" (full nodes followed by SPV wallets followed by hybrid & multisig wallets followed by web wallets)
Display screenshots
Increase visibility for Bitcoin Core by
  recommending it in other wallets' disclaimers as a full node and deterministic build app
  making it always the first desktop wallet displayed
  better promoting it as a good secure / zero-trust wallet
Prepare layout for hardware wallets
Prevent confusing duplicate listing
Allow layout to scale with increasing number of wallets
Fix layout issues with translations and hyphenation
Simplify the process of adding new wallets by storing information in a single location using a consistent format

Thanks @harding for reviews and feedback on the first draft
2014-07-16 22:55:33 -04:00
Saivann
59ab9197a8 Apply responsive layout for tablets 2014-07-01 12:38:48 -04:00
saivann
8f56414ed3 Merge pull request #459 from bitcoin/contributors
Add list of bitcoin.org contributors
2014-06-17 13:52:06 -04:00
Saivann
614588c091 Increase contributors list column width (thanks @harding) 2014-06-17 11:50:21 -04:00
Saivann
8a65502a4a Add list of bitcoin.org contributors 2014-06-16 14:14:47 -04:00
Saivann
bec898f641 Fix inconsistent margins and line breaks in contributors list 2014-06-14 21:22:37 -04:00
David A. Harding
ba1a33e712
Merge remote-tracking branch 'bitcoin.org/master' into generatingtxes
Conflicts:
	_includes/references.md
2014-06-09 14:04:23 -04:00
David A. Harding
ed798f1da9
Merge remote-tracking branch 'saivann/generatingtxesmulticode' into generatingtxes 2014-06-07 15:09:50 -04:00
Saivann
45c586ee29 Simplify multicode CSS styles
Add consistent border-radius
Simplify margins / paddings
2014-06-07 14:56:42 -04:00
Saivann
a4f019a905 Apply consistent width and center icons in devel-doc 2014-06-07 14:11:46 -04:00
David A. Harding
61f0931b75
Updates Based On Feedback From Mailing List
* Remove the QR Code error corrections subsection.

* Remove the non-example Payment Protocol text from developer examples.

* Update reference links and autocrossrefs to reflect above deletions

* Fix CSS padding problems reported by @saivann

* Remove all HTML comments from autocrossref text to allow easy checking
  for broken link definitions: find _site -name '*.html' | xargs grep '\]\['

* Add PNG versions of guide and example SVG icons.  (optipng run)
2014-06-06 18:46:32 -04:00
Saivann
187ed2562a Improve contributors.rb plugin
Validate returned data from GitHub API
htmlescape data on the HTML page
Drop unnecessary yaml dependency
Add more comments in the code
Add more aliases in _config.yml
Fix vertical-align style
2014-06-06 15:33:16 -04:00
David A. Harding
78b4c5452e
Merge remote-tracking branch 'bitcoin.org/master' into generatingtxes
Conflicts:
	_includes/guide_payment_processing.md
	_less/screen.less
2014-06-02 11:40:38 -04:00
David A. Harding
d1b4b08729
Add Developer Examples; Transaction Tutorial
* Add new Developer Examples page

* Add a transaction tutorial describing in detail how to make various
  different transactions.

* Add a new "multicode" CSS class to allow combination of consecutive
  code blocks into a single code block. This lets us use pygments
  highlighting for multiple different types of code within the same
  aparent block of code.

* Get autocrossref to ignore code blocks so we don't need to endcrossref
  every time we encounter a code block. This makes the source much more
  readable and maintainable.
2014-05-29 23:19:57 -04:00
Saivann
73510fe526 Improve core developers list layout 2014-05-27 09:43:33 -04:00
saivann
5edf81fde5 Merge pull request #423 from bitcoin/devel-resources
Add "Additional Resources" subsection in devel-docs
2014-05-26 10:39:21 -04:00
Saivann
3730b4222f Use SVG icon for anchor link affordance 2014-05-25 09:31:34 -04:00
Saivann
c4a8c26465 Provide "GitHub-like" anchor links affordance (thanks @cbeams) 2014-05-24 23:44:51 -04:00
Saivann
e7b238d35e Add "Additional Resources" subsection in devel-docs (thanks @cbeams @harding @instagibbs) 2014-05-24 16:23:34 -04:00
saivann
2f17ee4dae Merge pull request #393 from bitcoin/devel-docs
Add Developer Guide To Bitcoin.org
2014-05-24 11:01:45 -04:00
Saivann
95b48d5513 Display language menu in ordered columns 2014-05-23 10:50:28 -04:00
Saivann
84a3acaef2 Position fonts in separate directories 2014-05-22 15:30:58 -04:00
Saivann
c7bc38f452 Add a temporary BETA disclaimer in devel-docs 2014-05-21 22:59:03 -04:00
Saivann
3c5a915aed Fix toc action entries style for mobiles 2014-05-19 18:45:52 -04:00
Saivann
753424d2e6 Add "Report An Issue" action in developer documentation toc 2014-05-19 12:02:34 -04:00
Saivann
8f4852c871 Fix foundation banner position 2014-05-12 09:06:45 -04:00
Saivann
096211c320 Fix layout for lower screen resolutions (800x600) 2014-05-10 11:38:38 -04:00