diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-31 22:54:00 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-31 22:54:00 +0200 |
commit | 5222b78af21f90e230d50c075174fc84f45d4172 (patch) | |
tree | 3eff96fb82d8031d97250a0cef6300050e04ff13 /web/index.html | |
parent | 0dd07a2523fe3a440f4e2a9a0edbdfe57bb70913 (diff) |
front: Introduce a tiny heart that pulses....
The HTML/detail should probably be tweaked, but I think we need a way to
show that Gondul is still alive now that we are hiding the time stamp by
default.
Feel free to throw the HTML/CSS away in favor of some other subtle but
noticeable "animation".
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 6b2dda4..0dbabe8 100644 --- a/web/index.html +++ b/web/index.html @@ -35,6 +35,7 @@ </button> </div> <div id="navbar" class="navbar-collapse collapse"> + <p class="navbar-text"><span class="glyphicon glyphicon-heart" id="heartbeat" aria-hidden="true"></span></p> <ul class="nav navbar-nav"> <li id='map-link' class="active"><a href="#" onclick="nmsUi.setActive('map');">Map<span class="sr-only">(current)</span></a></li> <li id='admin-link' class="gondul-is-private"><a href="#" onclick="nmsUi.setActive('admin');nmsAdmin.updateConfigPane();">Admin</a></li> |