Igor Kuzmenko
eff65364c4
Fixes issues found by tests
2017-07-18 21:18:06 +02:00
Igor Kuzmenko
7f028a68ba
Fixes wallet menu, list and container for correct links and translation
2017-07-18 17:50:37 +02:00
Igor Kuzmenko
c68f7ed7b5
Updating wallet layouts to allow page generation
2017-07-18 14:26:33 +02:00
Igor Kuzmenko
d02f388309
Adds button and click handler to display a specifi distro
2017-07-18 00:20:51 +02:00
Igor Kuzmenko
7796794858
Simplifies layouts for wallet platforms and wallet details.
2017-07-17 22:22:39 +02:00
David A. Harding
bb8e339b85
Layout: remove less CSS engine plugin & references
2017-06-23 11:49:28 -04:00
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
Will Binns
65e2fb8771
Revert "menu: Add Slack link"
...
The Slack link that was recently added received so many sign ups in a
short time span, that Slack rate-limited our sign ups. I'm removing the
link so people don't have an issue (a better solution is needed).
This reverts commit 586f87ce07
.
2017-05-22 20:47:45 -06:00
Will Binns
586f87ce07
menu: Add Slack link
2017-05-19 19:59:05 -06:00
Will Binns
0d98dddbf7
footer: Update htmlproofer exception; footer link
2017-05-09 08:00:31 -06:00
Will Binns
c9ece81780
footer: Refactor styling, 'Support Bitcoin.org'
2017-05-09 02:31:37 -06:00
Will Binns
de1783da9d
footer-menu: Add Travis exception 'bitcoin:' links
2017-05-09 01:06:11 -06:00
Will Binns
377cd40e59
footer: Add link to support Bitcoin.org
2017-05-08 20:57:50 -06:00
Cøbra
0b024fb7f2
Google Analytics
...
Better tracking
2017-04-17 22:49:22 +01:00
Will Binns
e3f2ff037d
resources: Fix broken link to Resources page
...
This fixes a missing link to the Resources page as noted in #1495 .
// Fixes #1495
2017-01-30 18:23:20 -06:00
Will Binns
f00934f7da
head-menu: Add link to Exchanges
2017-01-22 12:40:01 -06:00
Cøbra
a3a6cea8ec
No ads
...
No ads
2016-03-06 14:25:53 +00:00
Cøbra
b05d6c32db
No exclamation
...
No exclamation
2016-03-01 14:37:20 +00:00
Cøbra
7a27f474eb
Trial selling ads
...
Experiment with selling ads to generate site revenue.
2016-03-01 14:23:26 +00:00
Cøbra
ecbc26eaa1
Add ad infrastructure
...
Add ad infrastructure to begin experimenting with ads to cover site
costs.
2016-02-23 17:30:24 +00:00
Cøbra
2bd7211d32
Re-introduce Translation Syntax
...
Brings back the translation syntax to allow the content to eventually be translated.
2015-10-14 17:03:43 +01:00
Cøbra
6f4c19ca23
Update Footer
...
Update the footer menu when linking to the privacy page.
2015-10-12 18:19:52 +01:00
Cøbra
67bbe0ca12
Display Cookie Disclaimer & Add Analytics
...
Display the cookie disclaimer to visitors. Add analytics to the site
unless the user has Do Not Track enabled.
2015-10-12 18:10:24 +01:00
David A. Harding
9b47198e0f
Bitcoin Core: Remove Basic Translation
2015-09-14 06:03:22 -04:00
David A. Harding
706c791e92
New Bitcoin Core subsite
...
This commit contains a large number of contributions from Saïvann
Carignan.
2015-09-14 06:02:58 -04:00
Saivann
f75a400d58
Drop inactive sponsorship banner
2015-08-29 12:49:32 -04:00
David A. Harding
57eabd5e36
Merge pull #1007 : Start using Font Awesome icons
2015-08-25 07:21:46 -04:00
David A. Harding
0aad50c5f3
Add end_of_page hook for extra Javascript
2015-08-22 18:28:36 -04:00
David A. Harding
073e3f1ab4
Tweaks for Font Awesome suggested by Saïvann (thanks!)
2015-08-22 15:21:02 -04:00
David A. Harding
69a10a160e
Add Font Awesome
2015-08-10 12:42:06 -04:00
Saivann
75a3c45628
Resolve merge conflict
2015-07-28 01:20:31 -04:00
David A. Harding
7d7494155f
Layout: Add Breadcrumbs To Dev Docs
2015-07-25 11:15:52 -04:00
David A. Harding
df3b8dcf28
Layout: Add Whitespace To Layouts
2015-07-25 11:15:50 -04:00
David A. Harding
6bfb8849dd
Layout: Split Base Layout
2015-07-25 11:12:36 -04:00