Skip to content

Commit

Permalink
only beautifying
Browse files Browse the repository at this point in the history
  • Loading branch information
jagottsicher committed Sep 26, 2023
1 parent c530b3b commit 6192b58
Show file tree
Hide file tree
Showing 7 changed files with 246 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cmd/web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const portNumber = ":8080"
const versionNumber = "v1.0.175"
const versionNumber = "v1.0.176"

var app config.AppConfig
var session *scs.SessionManager
Expand Down
2 changes: 1 addition & 1 deletion static/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.bb-footer{
background-color: rgb(43, 48, 53);
height: 5em;
height: 11em;
margin-top: 2em;
padding: 1em;
color: #fff;
Expand Down
1 change: 1 addition & 0 deletions static/images/logoipsum-227.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/qrcode.68431732.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
221 changes: 220 additions & 1 deletion templates/about-page.tpml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,227 @@

<div class="row">
<div class="col">
<h1 class="text-center">About</h1>
<h1 class="text-center">Bungalow Bliss - Who we are!</h1>
<p>
Bungalow Bliss is your ultimate destination for unforgettable holiday experiences! We are a premium vacation rental company specializing in providing our guests with the most luxurious, comfortable, and stylish bungalows for their perfect getaway. Our handpicked selection of holiday homes offers something for everyone - from beachfront bungalows to secluded mountain retreats, each property is carefully curated to ensure a memorable and relaxing stay. With exceptional amenities, personalized service, and attention to detail, we strive to exceed your expectations and provide you with a truly blissful experience. Book your next vacation with Bungalow Bliss and let us take care of the rest.
</p>
</div>
</div>

<!-- Carousel wrapper -->
<div
id="carouselMultiItemExample"
class="carousel slide carousel-dark text-center"
data-mdb-ride="carousel"
>
<!-- Controls -->
<div class="d-flex justify-content-center mb-4">
<button
class="carousel-control-prev position-relative"
type="button"
data-mdb-target="#carouselMultiItemExample"
data-mdb-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next position-relative"
type="button"
data-mdb-target="#carouselMultiItemExample"
data-mdb-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Inner -->
<div class="carousel-inner py-4">
<!-- Single item -->
<div class="carousel-item active">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="card">
<img
src="https://mdbcdn.b-cdn.net/img/new/standard/nature/181.webp"
class="card-img-top"
alt="Waterfall"
/>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">
Some quick example text to build on the card title and make up the bulk
of the card's content.
</p>
<a href="#!" class="btn btn-primary">Button</a>
</div>
</div>
</div>

<div class="col-lg-4 d-none d-lg-block">
<div class="card">
<img
src="https://mdbcdn.b-cdn.net/img/new/standard/nature/182.webp"
class="card-img-top"
alt="Sunset Over the Sea"
/>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">
Some quick example text to build on the card title and make up the bulk
of the card's content.
</p>
<a href="#!" class="btn btn-primary">Button</a>
</div>
</div>
</div>

<div class="col-lg-4 d-none d-lg-block">
<div class="card">
<img
src="https://mdbcdn.b-cdn.net/img/new/standard/nature/183.webp"
class="card-img-top"
alt="Sunset over the Sea"
/>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">
Some quick example text to build on the card title and make up the bulk
of the card's content.
</p>
<a href="#!" class="btn btn-primary">Button</a>
</div>
</div>
</div>
</div>
</div>
</div>

<!-- Single item -->
<div class="carousel-item">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12">
<div class="card">
<img
src="https://mdbcdn.b-cdn.net/img/new/standard/nature/184.webp"
class="card-img-top"
alt="Fissure in Sandstone"
/>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">
Some quick example text to build on the card title and make up the bulk
of the card's content.
</p>
<a href="#!" class="btn btn-primary">Button</a>
</div>
</div>
</div>

<div class="col-lg-4 d-none d-lg-block">
<div class="card">
<img
src="https://mdbcdn.b-cdn.net/img/new/standard/nature/185.webp"
class="card-img-top"
alt="Storm Clouds"
/>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">
Some quick example text to build on the card title and make up the bulk
of the card's content.
</p>
<a href="#!" class="btn btn-primary">Button</a>
</div>
</div>
</div>

<div class="col-lg-4 d-none d-lg-block">
<div class="card">
<img
src="https://mdbcdn.b-cdn.net/img/new/standard/nature/186.webp"
class="card-img-top"
alt="Hot Air Balloons"
/>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">
Some quick example text to build on the card title and make up the bulk
of the card's content.
</p>
<a href="#!" class="btn btn-primary">Button</a>
</div>
</div>
</div>
</div>
</div>
</div>

<!-- Single item -->
<div class="carousel-item">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12 mb-4 mb-lg-0">
<div class="card">
<img
src="https://mdbcdn.b-cdn.net/img/new/standard/nature/187.webp"
class="card-img-top"
alt="Peaks Against the Starry Sky"
/>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">
Some quick example text to build on the card title and make up the bulk
of the card's content.
</p>
<a href="#!" class="btn btn-primary">Button</a>
</div>
</div>
</div>

<div class="col-lg-4 mb-4 mb-lg-0 d-none d-lg-block">
<div class="card">
<img
src="https://mdbcdn.b-cdn.net/img/new/standard/nature/188.webp"
class="card-img-top"
alt="Bridge Over Water"
/>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">
Some quick example text to build on the card title and make up the bulk
of the card's content.
</p>
<a href="#!" class="btn btn-primary">Button</a>
</div>
</div>
</div>

<div class="col-lg-4 mb-4 mb-lg-0 d-none d-lg-block">
<div class="card">
<img
src="https://mdbcdn.b-cdn.net/img/new/standard/nature/189.webp"
class="card-img-top"
alt="Purbeck Heritage Coast"
/>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">
Some quick example text to build on the card title and make up the bulk
of the card's content.
</p>
<a href="#!" class="btn btn-primary">Button</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Inner -->
</div>
<!-- Carousel wrapper -->
</div>
{{end}}
22 changes: 15 additions & 7 deletions templates/base-layout.tpml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>This is the title of the page</title>
<title>Bungalow Bliss</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/datepicker.min.css">
Expand All @@ -18,7 +18,7 @@

<nav class="navbar sticky-top navbar-expand-lg bg-dar bg-body-tertiary" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">Navbar</a>
<a class="navbar-brand" href="/"><img src="../static/images/logoipsum-227.svg"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down Expand Up @@ -69,18 +69,26 @@

{{end}}

<div class="row sticky-bottom bb-footer">
<footer class="row bb-footer">
<div class="row">
<div class="col">
Left
<h4>Bungalow Bliss</h4>
Road to Nowhere<br>
Abandonton, 123456<br>
USA<br>
Earth, Universe C-137<br>
</div>
<div class="col">
Middle
<img src="../static/images/qrcode.68431732.png" style="max-width:120px"><br>
</div>
<div class="col">
Right
<img src="../static/images/logoipsum-227.svg"><br>
<h4>Bungalow Bliss</h4>
Unforgettable Holiday Experiences
</div>
</div>

</footer>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/datepicker-full.min.js"></script>
<script src="https://unpkg.com/notie"></script>
Expand Down
9 changes: 8 additions & 1 deletion templates/contact-page.tpml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@

<div class="row">
<div class="col">
<h1 class="text-center">Contact</h1>
<h1 class="text-center">Bungalow Bliss - Find us!</h1>
<p>
Bungalow Bliss is your ultimate destination for unforgettable holiday experiences! We are a premium vacation rental company specializing in providing our guests with the most luxurious, comfortable, and stylish bungalows for their perfect getaway. Our handpicked selection of holiday homes offers something for everyone - from beachfront bungalows to secluded mountain retreats, each property is carefully curated to ensure a memorable and relaxing stay. With exceptional amenities, personalized service, and attention to detail, we strive to exceed your expectations and provide you with a truly blissful experience. Book your next vacation with Bungalow Bliss and let us take care of the rest.
</p>
</div>
</div>
<div class="row">
<iframe scrolling="no" marginheight="0" marginwidth="0" id="gmap_canvas" src="https://maps.google.com/maps?width=800&amp;height=600&amp;hl=en&amp;q=tonowhere%20USA+(Bungalow%20Bliss)&amp;t=&amp;z=12&amp;ie=UTF8&amp;iwloc=B&amp;output=embed" width="800" height="600" frameborder="0"></iframe>
</div>

</div>
{{end}}

0 comments on commit 6192b58

Please sign in to comment.