Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit d07e66d

Browse files
demo(*): demo page improvements
1 parent 1639015 commit d07e66d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

misc/demo-assets/demo.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ body {
99
opacity: 0;
1010
}
1111

12+
section {
13+
padding-top: 30px;
14+
}
15+
16+
.footer {
17+
text-align: center;
18+
padding: 30px 0;
19+
margin-top: 70px;
20+
border-top: 1px solid #e5e5e5;
21+
background-color: #f5f5f5;
22+
}
1223

1324
.hero-unit {
1425
position: relative;

misc/demo-template.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ <h1><%= module.displayName %></h1>
134134
<% }); %>
135135
</div>
136136
</div>
137+
<footer class="footer">
138+
<div class="container">
139+
<p>Designed and built by <a href="https://github.com/angular-ui?tab=members" target="_blank">Angular-UI team</a> and <a href="https://github.com/angular-ui/bootstrap/graphs/contributors" target="_blank">contributors</a>.</p>
140+
<p>Code licensed under MIT License.</p>
141+
<p><a href="https://github.com/angular-ui/bootstrap/issues?state=open">Issues</a></p>
142+
</div>
143+
</footer>
137144
<script src="assets/rainbow.js"></script>
138145
<script src="assets/rainbow-generic.js"></script>
139146
<script src="assets/rainbow-javascript.js"></script>

0 commit comments

Comments
 (0)