mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
homepage button
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
<script src="app.js"></script>
|
||||
</head>
|
||||
<body ng-app="peopleApp">
|
||||
<body>
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user