diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmybarangay/footer.html | 4 | ||||
-rw-r--r-- | templates/web/fixmybarangay/index.html | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/web/fixmybarangay/footer.html b/templates/web/fixmybarangay/footer.html index b548c02df..658d654c4 100644 --- a/templates/web/fixmybarangay/footer.html +++ b/templates/web/fixmybarangay/footer.html @@ -7,8 +7,8 @@ <div id="main-nav" role="navigation"> <ul id="mysoc-menu"> <li><a id="mysoc-logo" href="http://www.mysociety.org/">mySociety</a></li>[% - %]<li><a href="http://mysociety.org/donate/">Donate</a></li>[% - %]<li><a href="http://www.mysociety.org/projects/">Our Sites</a></li> + %]<!--<li><a href="http://mysociety.org/donate/">Donate</a></li>[% + %]<li><a href="http://www.mysociety.org/projects/">Our Sites</a></li>--> </ul> <ul id="main-menu"> diff --git a/templates/web/fixmybarangay/index.html b/templates/web/fixmybarangay/index.html index fd240f218..3a215fd0f 100644 --- a/templates/web/fixmybarangay/index.html +++ b/templates/web/fixmybarangay/index.html @@ -26,12 +26,12 @@ Modernizr.load({ <div id="front-main"> <div id="front-main-container"> <h1>View local problems</h1> - <h2>(like potholes or street lighting)</h2> + <h2>(potholes or street lighting)</h2> <form action="[% c.uri_for('/around') %]" method="get" name="postcodeForm" id="postcodeForm"> <p> - <a href="/around?latitude=10.322;longitude=123.907" class="green-btn" style="color:#fff">Bgy. Luz</a> - <a href="/around?latitude=10.295;longitude=123.888" class="green-btn" style="color:#fff">Bgy. Basak San Nicolas</a> + <a href="/around?latitude=10.322;longitude=123.907" class="yellow-btn">Bgy. Luz</a> + <a href="/around?latitude=10.295;longitude=123.888" class="yellow-btn">Bgy. Basak San Nicolas</a> </p> </form> </div> |