diff --git a/src/main/resources/static/images/PenarthBanner.jpg b/src/main/resources/static/images/PenarthBanner.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24c2b5226dc53a8782b5775d01d3a8a540c6db14 Binary files /dev/null and b/src/main/resources/static/images/PenarthBanner.jpg differ diff --git a/src/main/resources/static/images/RiscaBanner.jpg b/src/main/resources/static/images/RiscaBanner.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3adaebe8598ed32a066c1d664626ddac9ee8b5a Binary files /dev/null and b/src/main/resources/static/images/RiscaBanner.jpg differ diff --git a/src/main/resources/templates/towns/home/homePage.html b/src/main/resources/templates/towns/home/homePage.html index 41d7f40cbd5eb69b3b3f413c7ea536f3be04b6f6..80835cdf1d1721c4423a96985e8dc746fbe6e0f2 100644 --- a/src/main/resources/templates/towns/home/homePage.html +++ b/src/main/resources/templates/towns/home/homePage.html @@ -57,6 +57,7 @@ /* #caerUrl{*/ grid-area:townBannerC; background-image: url('/images/CaerphillyCastle.jpg'); + /*// from cadw*/ background-size: 850px 200px; background-repeat: no-repeat; background-position: left 35%; @@ -65,6 +66,35 @@ /*filter: grayscale(30%);*/ } + + /*!*https://www.stayinwales.co.uk/wales_picture.cfm?p=4454*! Risca img*/ + + .riscaBanner { + /* #caerUrl{*/ + grid-area: townBannerR; + background-image: url('/images/RiscaBanner.jpg'); + background-size: 850px 200px; + background-repeat: no-repeat; + background-position: left 65%; + color: inherit; + text-decoration: none; + } + + .penarthBanner { + /* #caerUrl{*/ + grid-area: townBannerP; + background-image: url('/images/PenarthBanner.jpg'); + background-size: 850px 200px; + background-repeat: no-repeat; + background-position: left 78%; + color: inherit; + text-decoration: none; + } + + + + + /*body{*/ /* background-image: url('CaerphillyCastle.jpg');*/ /*}*/