Skip to content

Commit d86d009

Browse files
committed
Update index.html
1 parent d7e87b9 commit d86d009

File tree

1 file changed

+34
-10
lines changed

1 file changed

+34
-10
lines changed

index.html

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,30 @@
1313
<header class="mdl-layout__header">
1414
<div class="mdl-layout__header-row">
1515
<!-- Title -->
16-
<span class="mdl-layout-title">plaincode</span>
16+
<span class="mdl-layout-title">Title</span>
1717
</div>
1818
<!-- Tabs -->
1919
<div class="mdl-layout__tab-bar mdl-js-ripple-effect">
20-
<a href="#scroll-tab-1" class="mdl-layout__tab is-active">Home</a>
21-
<a href="#scroll-tab-2" class="mdl-layout__tab">Apps</a>
22-
<a href="#scroll-tab-3" class="mdl-layout__tab">Contact</a>
20+
<a href="#scroll-tab-1" class="mdl-layout__tab is-active">Tab 1</a>
21+
<a href="#scroll-tab-2" class="mdl-layout__tab">Tab 2</a>
22+
<a href="#scroll-tab-3" class="mdl-layout__tab">Tab 3</a>
23+
<a href="#scroll-tab-4" class="mdl-layout__tab">Tab 4</a>
24+
<a href="#scroll-tab-5" class="mdl-layout__tab">Tab 5</a>
25+
<a href="#scroll-tab-6" class="mdl-layout__tab">Tab 6</a>
2326
</div>
2427
</header>
28+
<div class="mdl-layout__drawer">
29+
<span class="mdl-layout-title">Title</span>
30+
</div>
2531
<main class="mdl-layout__content">
2632
<section class="mdl-layout__tab-panel is-active" id="scroll-tab-1">
27-
<div class="page-content"><!-- Your content goes here --></div>
33+
<div class="page-content">
34+
Hello World<br/>
35+
<!-- Colored FAB button -->
36+
<button class="mdl-button mdl-js-button mdl-button--fab mdl-button--colored">
37+
<i class="material-icons">add</i>
38+
</button>
39+
</div>
2840
</section>
2941
<section class="mdl-layout__tab-panel" id="scroll-tab-2">
3042
<div class="page-content"><!-- Your content goes here --></div>
@@ -43,10 +55,22 @@
4355
</section>
4456
</main>
4557
</div>
46-
Hello World<br/>
47-
<!-- Colored FAB button -->
48-
<button class="mdl-button mdl-js-button mdl-button--fab mdl-button--colored">
49-
<i class="material-icons">add</i>
50-
</button>
58+
<footer class="mdl-mini-footer">
59+
<div class="mdl-mini-footer--left-section">
60+
<div class="mdl-logo">
61+
More Information
62+
</div>
63+
<ul class="mdl-mini-footer--link-list">
64+
<li><a href="#">Help</a></li>
65+
<li><a href="#">Privacy and Terms</a></li>
66+
<li><a href="#">User Agreement</a></li>
67+
</ul>
68+
</div>
69+
<div class="mdl-mini-footer--right-section">
70+
<button class="mdl-mini-footer--social-btn"></button>
71+
<button class="mdl-mini-footer--social-btn"></button>
72+
<button class="mdl-mini-footer--social-btn"></button>
73+
</div>
74+
</footer>
5175
</body>
5276
</html>

0 commit comments

Comments
 (0)