homepage button

This commit is contained in:
Adam Bradley
2013-08-29 09:26:55 -05:00
parent 8f5e5e996a
commit 1c88ee79a7
9 changed files with 19 additions and 11 deletions

View File

@ -26,6 +26,7 @@
<a class="button button-primary" href="index.html">Dark</a>
</div>
</p>
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
</main>
</section>

View File

@ -34,6 +34,7 @@
<a class="button button-danger" href="index.html">Danger</a>
<a class="button button-dark" href="index.html">Dark</a>
</p>
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
</main>
</section>

View File

@ -17,8 +17,9 @@
<h1 class="title">Footers</h1>
</header>
<main class="content-padded has-header has-footer">
<p>Footer should always stay at the bottom of the screen, and on top of the main content.
<main class="content content-padded has-header has-footer">
<p>Footer should always stay at the bottom of the screen, and on top of the main content.</p>
<p>Content element must have "has-footer" as a classname.</p>
<ul>
<li>asdf
<li>asdf
@ -90,6 +91,7 @@
<li>asdf
</ul>
<p>Bottom of the list
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
</main>
<footer class="bar bar-footer bar-dark">

View File

@ -17,8 +17,9 @@
<h1 class="title">Header</h1>
</header>
<main>
<main class="content content-padded has-header">
<p>Content element must have "has-header" as a classname.</p>
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
</main>
</section>

View File

@ -9,7 +9,7 @@
<link rel="stylesheet" href="../../dist/ionic.css">
</head>
<body ng-app="peopleApp">
<body>
<section>
@ -17,8 +17,9 @@
<h1 class="title">Input: Slider</h1>
</header>
<main class="has-header">
<main class="content content-padded has-header">
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
</main>
</section>

View File

@ -9,7 +9,7 @@
<link rel="stylesheet" href="../../dist/ionic.css">
</head>
<body ng-app="peopleApp">
<body>
<section>
@ -17,8 +17,9 @@
<h1 class="title">Input: Text</h1>
</header>
<main class="has-header">
<main class="content content-padded has-header">
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
</main>
</section>

View File

@ -17,8 +17,9 @@
<h1 class="title">Input: Toggle</h1>
</header>
<main class="has-header">
<main class="content content-padded has-header">
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
</main>
</section>

View File

@ -15,7 +15,7 @@
<script src="app.js"></script>
</head>
<body ng-app="peopleApp">
<body>
<section>

View File

@ -21,7 +21,7 @@
<main class="content content-padded has-header">
<p><button class="button button-primary" data-panel-toggle="my-other-left-panel">Other Left Side Panel</button></p>
<p id="event-log"></p>
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
</main>
<footer class="bar bar-footer bar-dark">