Skip to content
Snippets Groups Projects
Commit d41d0e7d authored by Rhys Evans's avatar Rhys Evans
Browse files

updated all 3 bannes with links to current allTrails.htmnl template

parent c510f54f
1 merge request!17Resolve "As a user I want to be able to have the homepage being very intuitive and easy to navigate"
...@@ -36,7 +36,7 @@ public class LandmarksController { ...@@ -36,7 +36,7 @@ public class LandmarksController {
// current functionality only prints successful Landmarks, (todo )database integration is necessary here // current functionality only prints successful Landmarks, (todo )database integration is necessary here
ModelAndView modelAndView = new ModelAndView("redirect:/home"); ModelAndView modelAndView = new ModelAndView("redirect:/allTrails");
return modelAndView; return modelAndView;
} }
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<H1 id="homeTitle"> VZTA Smart Towns - Trails</H1> <H1 id="homeTitle"> VZTA Smart Towns - Trails</H1>
<a class="submitLand" href="/landmarkSubmission"> <button> Submit Landmark!</button></a> <a class="submitLand" href="/landmarkSubmission"> <button> Submit Landmark!</button></a>
<a href="/Caerphilly" class="caerphillyBanner"> <a href="/allTrails" class="caerphillyBanner">
<H2> Caerphilly</H2></a> <H2> Caerphilly</H2></a>
...@@ -24,17 +24,17 @@ ...@@ -24,17 +24,17 @@
<div id="trailProgressCaer">70%</div> <div id="trailProgressCaer">70%</div>
</div> </div>
<div class="riscaBanner"> <a href="/allTrails" class="riscaBanner">
<H2> Risca</H2> <H2> Risca</H2> </a>
</div>
<div class="riscaBannerTrail"> <div class="riscaBannerTrail">
<div id="trailCountRisca">Trails: 2</div> <div id="trailCountRisca">Trails: 2</div>
<div id="trailProgressRisca">0%</div> <div id="trailProgressRisca">0%</div>
</div> </div>
<div class="penarthBanner">
<H2> Penarth</H2> <a href="/allTrails" class="penarthBanner">
</div> <H2> Penarth</H2> </a>
<div class="penarthBannerTrail"> <div class="penarthBannerTrail">
<div id="trailCountPenarth">Trails: 5</div> <div id="trailCountPenarth">Trails: 5</div>
<div id="trailProgressPenarth">60%</div> <div id="trailProgressPenarth">60%</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment