Commit graph

22 commits

Author SHA1 Message Date
David A. Harding
a40fb73dab
Layout: render CSS with both "less" and "scss"
This commit renders the same CSS files using both the "less" and "scss"
CSS generation engines so that the results may be compared.  This is a
comparison script:

    old_main_css=$( grep -rl normalize.css _site/*.css )
    new_main_css=_site/css/main.css
    old_rtl_css=$( grep 'Language specific styles that override default' -rl _site/*.css )
    new_rtl_css=_site/css/rtl.css

    (
      diff -ub $old_main_css $new_main_css
      diff -ub $old_rtl_css $new_rtl_css
    )
2017-06-23 11:49:28 -04:00
Saivann
6f034e71fb Use less to build all CSS files
CSS file names are now updated when visitor's browser must reload them
Allow files with .css extension to skip less compilation (IE6 invalid CSS syntax)
2013-10-22 03:17:02 -04:00
Saivann
25af20cceb Apply some additional CSS cleanup and fixes 2013-10-22 02:42:11 -04:00
Saivann
dc95a88d06 Drop deprecated CSS styles for IE6-7 2013-10-22 00:00:43 -04:00
Saivann
06685bbe13 Apply a few CSS fixes for IE6-7 2013-10-21 15:32:11 -04:00
Saivann
2f79df8dcd Apply various syntax consistency improvements 2013-10-21 14:59:09 -04:00
Saivann
fb2f594f9a Refresh and cleanup CSS and layout for old languages
Apply new layout
Drop deprecated CSS and icons
Fix various broken layout styles
Merge duplicating CSS "per language" into single files
2013-10-17 03:50:10 -04:00
Saivann
b185176815 Rewrite Innovation page
Change layout to display two texts by column
Add more texts about Bitcoin contracts and real use cases
Drop or improve existing texts
2013-10-07 10:09:55 -04:00
Saivann
f870596049 Make "Getting started", "Community" and "Resources" pages scalable for various translation text length 2013-08-20 11:44:05 -04:00
Saivann
d524755276 Add a lower severity disclaimer for wallets in-between software wallets and web wallets.
Applies to hybrid wallet (blockchain.info)
Applies to clients that are loading the block-chain using a centralized server (Electrum)
2013-08-16 19:43:11 -04:00
Saivann
a57a911212 Apply right margin dynamically in wallet list 2013-08-15 11:51:47 -04:00
Saivann
975001c2f1 Re-structure design and layout
Remove right buttons and merge them in the menu
Switch to a centered design
Apply a consistent summary text for each page
Remove link to the Foundation in the main menu
Add a "Join Foundation" text in Participate
Add a link to the Foundation in the bottom page menu
Add a "Getting started" page with links to external merchants and exchanges directories.
Rewrite home page with weusecoins video and introductive links
Add useful contextual links on "Individuals", "Businesses" and "Developers" page
Re-design "Community" and "Resources" pages
Add links to the wiki, bitcoinmining.com, coindesk, thegenesisblock, letstalkbitcoin, usebitcoins.info and howtobuybitcoins.info
Re-design "Download" page with OS autodetect button
Improve "Secure your wallet" texts with a mention about exchanges
2013-07-28 23:26:34 -04:00
Saivann
b520e53047 Handle alert banners in alerts.rb 2013-07-14 01:04:26 -04:00
Saivann
9e25b71df5 Fix wide display and RTL button icon position for IE6-7 2013-07-11 20:35:33 -04:00
Saivann
a70199f30d Remplace empty 16px img by an empty block in download page 2013-07-11 20:22:25 -04:00
Saivann
d40dc08042 Use a consistent color for links and menus 2013-07-11 20:09:02 -04:00
Saivann
8bb069f515 Isolate deprecated CSS 2013-07-11 15:58:25 -04:00
Saivann
56d9f1eff8 Improve wallets link button design 2013-07-09 01:31:30 -04:00
saivann
45c360b626 Merge pull request #207 from bitcoin/simplemenu
Re-structure and simplify menu layout
2013-06-18 21:37:28 -07:00
Saivann
542d517297 Re-structure and simplify menu layout (fixes #198)
Add translated page redirections using _redirects.yml
Redirect for bitcoin-for-press to press
Redirect bitcoin-for-enthusiasts to innovation
Ignore page redirections in sitemap.rb plugin
Move template plugin to template.rb instead of translate.rb
Add a small documentation in the template plugin
2013-06-19 00:29:52 -04:00
Saivann
ec44853934 Add "Network status and alerts" page and RSS feed (fixes #170)
Generate alerts pages through alerts.rb plugin
Allow to keep short alias urls for each alert
Move alert pages in _alerts
Update sitemap plugin to include alerts
2013-06-18 23:50:37 -04:00
Saivann
7969811455 Add compatibility with IE6 2013-06-11 15:39:20 -04:00