Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit edf1e83

Browse files
committed
shameless self promotion ;)
1 parent f8e4e33 commit edf1e83

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
class="view">
2222
</div>
2323

24+
<div class="footer">
25+
<div class="container">
26+
Created by <a href="http://gonimbly.com">Nimbly</a><br>
27+
We're hiring, come help us build amazing applications!
28+
</div>
29+
</div>
30+
2431
<script src="bower_components/angular/angular.min.js"></script>
2532
<script src="bower_components/angular-highlightjs/angular-highlightjs.min.js"></script>
2633
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>

src/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44

55
.jumbotron h1 {
66
font-size: 45px;
7+
}
8+
9+
.footer {
10+
text-align: center;
11+
padding: 25px;
712
}

0 commit comments

Comments
 (0)