Showing
3 changed files
with
2 additions
and
2 deletions
... | @@ -188,7 +188,7 @@ | ... | @@ -188,7 +188,7 @@ |
188 | console.log(entName); | 188 | console.log(entName); |
189 | var tmp = '<div class="col-xl-6 col-sm-6 mb-3">' + | 189 | var tmp = '<div class="col-xl-6 col-sm-6 mb-3">' + |
190 | '<div class="card text-white bg-light o-hidden h-100">' + | 190 | '<div class="card text-white bg-light o-hidden h-100">' + |
191 | - '<div class="card-body"' + ' style="height:350px; background-image:url(' + "'entertainment.jpg'" + '); background-size: 100% 100%; background-repeat: no-repeat;">' + // place photo | 191 | + '<div class="card-body"' + ' style="height:350px; background-image:url(' + "'foods.png'" + '); background-size: 100% 100%; background-repeat: no-repeat;">' + // place photo |
192 | '<div class="mr-5" id="nameDiv">'+entName+'</div>'+ // place name | 192 | '<div class="mr-5" id="nameDiv">'+entName+'</div>'+ // place name |
193 | //'<div class="mr-5" id="typeDiv">'+entType+'</div>'+ // place type | 193 | //'<div class="mr-5" id="typeDiv">'+entType+'</div>'+ // place type |
194 | '</div>' + | 194 | '</div>' + | ... | ... |
... | @@ -185,7 +185,7 @@ | ... | @@ -185,7 +185,7 @@ |
185 | console.log(entName); | 185 | console.log(entName); |
186 | var tmp = '<div class="col-xl-6 col-sm-6 mb-3">' + | 186 | var tmp = '<div class="col-xl-6 col-sm-6 mb-3">' + |
187 | '<div class="card text-white bg-light o-hidden h-100">' + | 187 | '<div class="card text-white bg-light o-hidden h-100">' + |
188 | - '<div class="card-body"' + ' style="height:350px; background-image:url(' + "'entertainment.jpg'" + '); background-size: 100% 100%; background-repeat: no-repeat;">' + // place photo | 188 | + '<div class="card-body"' + ' style="height:350px; background-image:url(' + "'lodging.jpg'" + '); background-size: 100% 100%; background-repeat: no-repeat;">' + // place photo |
189 | '<div class="mr-5" id="nameDiv">'+entName+'</div>'+ // place name | 189 | '<div class="mr-5" id="nameDiv">'+entName+'</div>'+ // place name |
190 | //'<div class="mr-5" id="typeDiv">'+entType+'</div>'+ // place type | 190 | //'<div class="mr-5" id="typeDiv">'+entType+'</div>'+ // place type |
191 | '</div>' + | 191 | '</div>' + | ... | ... |
public/lodging.jpg
0 → 100644
279 KB
-
Please register or login to post a comment