App is now based on categories

Now the entry point of the app is the categories page and user can browse them until the articles
This commit is contained in:
Markel Arizaga 2014-10-26 19:49:50 +01:00
parent 6b0d08f28d
commit e81bd87919
4 changed files with 64 additions and 32 deletions

View file

@ -19,10 +19,10 @@
</head>
<body>
<section id="list" class="active">
<section id="list">
<header class="bar">
<a class="button icon settings" href="#settings">&#9881;</a>
<a class="button icon categories" href="#categories">&#9881;</a>
<a class="button icon back" href="#categories">&#9881;</a>
<a class="button icon reload" href="#reload">&#128260;</a>
<a class="button icon all-read inactive" href="#all-read" id="all-read"></a>
<canvas width="40" height="40"></canvas>
@ -32,10 +32,10 @@
</article>
</section>
<section id="categories">
<section id="categories" class="active">
<header class="bar">
<a class="button icon settings" href="#settings">&#9881;</a>
<a class="button icon list" href="#list">&#9881;</a>
<a class="button icon back" href="#categories-back">&#9881;</a>
<a class="button icon reload" href="#reload">&#128260;</a>
<a class="button icon all-read inactive" href="#all-read" id="all-read"></a>
<canvas width="40" height="40"></canvas>