Commit graph

151 commits

Author SHA1 Message Date
Saivann
921056fc9f Center thead in devel-docs tables 2014-11-08 18:38:20 -05:00
Saivann
1863fad011 Update ar, sl translations 2014-11-07 03:30:15 -05:00
Saivann
53fdb6a067 Use a consistent centered layout for mobiles
(Apply previous improvements to the Innovation page to all pages)
2014-11-07 02:49:47 -05:00
David A. Harding
fbf5448c59
Merge branch 'tx-format' (pull #631) 2014-11-06 21:47:36 -05:00
Saivann
df1bd06a47 Fix line-height in tables 2014-11-04 21:57:42 -05:00
David A. Harding
6ae33424e5
Change Text Alignment & Fix Some Typos
* Replaced text justification with left-align (raggedright) for all text
  in dev docs.

    * Removed previous manual left-align in RPC byte order table

* Changed placement of See Below text partly based on a suggestion by
  @saivann (thanks!)

* Normalized capitialization of special structures (e.g. s/TxIn/txIn/)
  to be consistent with some other parts of the docs. (I don't think
  we're fully consistent on this in all parts of the docs. I'll put a
  rule in the style guide today and then we can make changes on the next
  global proofread.)

* Fixed missing period found by @saivann (thanks!) and a related missing
  preposition.
2014-11-04 14:30:57 -05:00
saivann
971b224c59 Merge pull request #629 from bitcoin/walletsscale
Only display wallets for selected platform
2014-11-03 09:52:17 -05:00
Saivann
a6cf438938 Only display wallets for selected platform 2014-11-01 00:29:55 -04:00
saivann
5417f48821 Merge pull request #621 from bitcoin/status
Display a status icon on the Network status menu entry
2014-10-30 13:05:52 -04:00
Saivann
50203f5cc4 Display a status icon on the Network status menu entry 2014-10-28 00:20:58 -04:00
Saivann
d29b451a93 Translate, update and reposition press page 2014-10-27 23:10:40 -04:00
Saivann
54bf45f4a5 Increase space for main icons on the landing page
(This fixes some overflowing texts in translations)
2014-10-18 17:06:13 -04:00
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