diff options
-rw-r--r-- | templates/web/fixmybarangay/footer.html | 2 | ||||
-rw-r--r-- | web/cobrands/fixmybarangay/layout.scss | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/fixmybarangay/footer.html b/templates/web/fixmybarangay/footer.html index 658d654c4..786285942 100644 --- a/templates/web/fixmybarangay/footer.html +++ b/templates/web/fixmybarangay/footer.html @@ -12,6 +12,8 @@ </ul> <ul id="main-menu"> + <li><a href="/around?latitude=10.322;longitude=123.907" class="fmb-bgy-btn">Luz</a></li> + <li><a href="/around?latitude=10.288;longitude=123.870" class="fmb-bgy-btn">BSN</a></li> <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn" >View problems</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END diff --git a/web/cobrands/fixmybarangay/layout.scss b/web/cobrands/fixmybarangay/layout.scss index 0f575806a..ccbf00748 100644 --- a/web/cobrands/fixmybarangay/layout.scss +++ b/web/cobrands/fixmybarangay/layout.scss @@ -101,7 +101,12 @@ body #main-nav ul#main-menu li span background-image: none; margin: 0; } + + &.fmb-bgy-btn { + color: #fcc921; + } + &:hover{ background-color: rgba(0,0,0,0.75); background-image: none; |