This commit is contained in:
Kyle Drake 2013-06-21 09:14:22 -07:00
parent b64a992cf0
commit 1691fbe98d
2 changed files with 10 additions and 1 deletions

View file

@ -27,7 +27,7 @@
.row
.span8.offset2
h4 <b>$150</b> provides hosting for <b>2 million</b> NeoCities sites for 1 month.
h4 <b>$1900</b> buys a fast server that can handle over <b>2 million</b> NeoCities sites.
h4 <b>$1900</b> buys a fast server that can handle over <b>2 million</b> NeoCities sites <small>(AWS is too costly and doesn't provide the 9+TB of fast disk space we need for this).</small>
h4 <b>$1000</b> buys a backup server for that machine.
h4 <b>$3000</b> allows me to work on NeoCities full-time for a month. <small>(without starving)</small>

View file

@ -39,3 +39,12 @@ html
== yield
script src="/js/bootstrap.min.js"
javascript:
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41925541-1', 'neocities.org');
ga('send', 'pageview');