diff options
author | Werner Almesberger <werner@almesberger.net> | 2015-11-24 02:13:23 -0300 |
---|---|---|
committer | Werner Almesberger <werner@almesberger.net> | 2015-11-24 02:22:36 -0300 |
commit | b3c134c2fd12c82918e26163b2a559403c3b9b5f (patch) | |
tree | 1796cad7f817e9d1d8718bff81471565e72ff9ea /theme | |
parent | a1de22feb7794f520b8e022fd839122c8194560c (diff) | |
download | www-b3c134c2fd12c82918e26163b2a559403c3b9b5f.tar.gz www-b3c134c2fd12c82918e26163b2a559403c3b9b5f.tar.bz2 www-b3c134c2fd12c82918e26163b2a559403c3b9b5f.zip |
theme/templates/index.html: add PP trouble teaser; improve News -> shop
Diffstat (limited to 'theme')
-rw-r--r-- | theme/templates/index.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 55c5b21..89497b3 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -27,13 +27,16 @@ <a href="/subscribe" class="btn-subscribe" data-toggle="modal"><img src="/static/mail.png" style="vertical-align: text-top"/></a> </div> <h1 style="display: inline-block; color: #555">News</h1> - <div style="display: inline-block; padding-left:15px"> - <h4 style="font-weight: bold">Neo900 on Chaos Communication Camp 2015</h4> - <p class="text-muted" style="font-size: 0.75em">Aug 31, 2015</p> - </div> <div style="height: 450px; max-height: 400px; overflow: hidden; position: relative"> <p class="lead" style="margin: 1em 0 0.5em"> + <a href="http://talk.maemo.org/showthread.php?p=1484864">PayPal trouble</a> + delays project, details to follow. + </p> + + <hr/> + + <p class="lead" style="margin: 1em 0 0.5em"> The Neo900 project was present at <a href="https://events.ccc.de/camp/2015/wiki/Main_Page">CCCamp2015</a> at <a href="https://events.ccc.de/camp/2015/wiki/Village:Neo">the Neo village</a>. Check out the talks we were giving there at our <a href="/resources">resources page</a>! </p> @@ -45,11 +48,11 @@ <hr/> <p class="lead" style="margin: 1em 0 0.5em"> - You can now <strong>place pre-order down payments</strong> for Neo900 devices and NeoN boards in <a href="https://my.neo900.org/">our shop</a>! + You can now <strong>place down payments to partially fund</strong> Neo900 devices and NeoN boards in <a href="https://my.neo900.org/">our shop</a>! </p> <p style="text-align: center"> - <a href="/news/the-neo900-shop-grand-opening-for-pre-orders" class="btn btn-lg btn-default">Read more</a> <a href="https://my.neo900.org/" class="btn btn-lg btn-primary">Go to the shop</a> + <a href="https://my.neo900.org/" class="btn btn-lg btn-primary">Go to the shop</a> </p> </div> |