Commit graph

108 commits

Author SHA1 Message Date
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
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
saivann
46780d3177 Contributions by @saivann to devel docs
Thanks also (in alphabetical order) to @cbeams, @mikehearn, and
@tgeller, among others.

The last pre-squash commit was: c2b8d562aa107c7b68c60946cea14cdccc5159ad
2014-05-09 22:13:59 -04:00
Saivann
9717c728e9 Fix CSS styles for future rtl translations 2014-05-08 00:22:30 -04:00
Saivann
bf9980df1d Apply a few CSS improvements for table of contents, lists, tables and code blocks 2014-05-04 22:23:27 -04:00
Saivann
6ce43fcca9 Prevent image from overflowing outside the container 2014-04-07 14:56:51 -04:00
Saivann
63648d8399 Serve Windows 64bit builds on the download page 2014-03-19 13:09:57 -04:00
Saivann
ba81752942 Add a print CSS style sheet 2014-03-10 20:27:49 -04:00
Saivann
ac501813bf Improve events table style 2014-03-10 11:58:37 -04:00
Saivann
f63e5ff044 Improve events table style 2014-03-10 09:29:34 -04:00
Saivann
cb443a8dda Drop deprecated "Resources" and "Community" templates 2014-03-06 13:53:18 -05:00
Saivann
1a8b4c681a Improve events list style 2014-03-05 12:16:08 -05:00
saivann
4609ccd9aa Merge pull request #332 from bitcoin/meetups
Display meetups on the events map
2014-03-02 09:33:39 -05:00
Saivann
01e166e8e8 Display meetups on the events map 2014-03-01 19:14:27 -05:00
Saivann
11fb1327c2 Sponsorship from the Foundation 2014-02-28 14:57:35 -05:00
Saivann
dfd44bac21 Display events on a map using OpenStreetMap 2014-02-09 15:18:42 -05:00
Saivann
fbaac9ddd7 Add comptability fixes for visual seperator between wallet types (fixes #307) 2014-02-05 12:43:29 -05:00
Luc
b27b013741 Added visual separator between the wallet types on choose-your-wallet page
It took me a minute to understand why blockchain.info's icon was on the "choose your wallet" page twice, and I also remember wondering whether it'd be clear to users that some downloads are not desktop applications. I only understood once I saw the text above the icons.

Since many people don't read the all the text on a page (especially a page leading to downloads, and I came here looking for the bitcoin-qt download), I think this visual hint, separating the different client types with a gray line, makes it clearer that there is not only the choice of which wallet to use but also different types of wallets.

Screenshot of change (to compare with bitcoin.org/en/choose-your-wallet): http://imgur.com/PcCqIEO

I'm not that experienced with Github and how appropriate it is to do pull requests for such a small change, but I think it will help users so I'd like to contribute the change anyway. Thanks!
2014-02-05 00:28:28 +01:00
Saivann
6c8b0e7d24 Replace interviewees by non-profit organizations and bitcoinpresscenter.org 2014-01-20 13:56:53 -05:00
Saivann
9b41a2f37b Set text-align:left; instead of justify for short paragraphs 2013-12-29 22:18:53 -05:00
Saivann
536cf0149b Improve download page layout
Increase icons' size and add an icon for the source code
Show optimized OS list and no OS auto-detect button for mobiles
Don't mix release signatures with downloads
2013-12-15 14:47:50 -05:00
Saivann
1babe1c413 Add bootstrap.dat to the download page
Mention short instructions about how to use bootstrap.dat
Add a warning icon and title to grab attention to the text
2013-11-30 23:26:49 -05:00
Saivann
7bda69863c Add non-profit organizations to the community page 2013-11-29 02:03:35 -05:00
Saivann
4949ea2cfd Fix inconsistent position of the mobile language select box 2013-11-19 23:07:47 -05:00
Saivann
9627b39db7 Add a mobile version of the "Choose your wallet" page 2013-11-19 19:41:42 -05:00
Saivann
4fbac3a4f5 Apply some small CSS fixes
Add missing img width/height for wallets' icons
Remove some trailing spaces
2013-11-19 16:22:05 -05:00
Saivann
d7883ce34f Add content for merchants in the "Getting started" page 2013-11-18 16:27:57 -05:00
Saivann
284bc0f430 Refresh materials in the Press center
Add Funke What is Bitcoin video
Add tcatm and cberbeast pictures
Add many new quotes
Refresh design for pictures and materials
2013-11-14 16:30:26 -05:00
Saivann
213d4fc2f0 Add "Documentaries" and "Learning resources" links in "Resources"
Add link to Bitcoinfilm.org
Add link to the Khan academy course
2013-11-09 14:46:19 -05:00
Saivann
db9910ffa9 Improve readability in small width contexts
Use text-align:left on mobiles instead of justify
Use hyphenator.js to hyphenate wallet's description
(CSS hyphenation will need to support hyphenate-limit-zone
to be used while not generating too much hyphens)
2013-11-01 01:33:39 -04:00
Saivann
c40c6c68bf Fix inconsistent break line on IE9-10 2013-10-31 00:08:25 -04:00
Saivann
25af20cceb Apply some additional CSS cleanup and fixes 2013-10-22 02:42:11 -04:00
Saivann
2f79df8dcd Apply various syntax consistency improvements 2013-10-21 14:59:09 -04:00