Skip to content

Commit

Permalink
finish?
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomog committed Jan 18, 2024
1 parent 60f2220 commit b12a4c6
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.my-footer {
height: 7rem;
/* height: 7rem; */
background-color: #163b65;
margin-top: 1em;
padding: 1em;
Expand Down
25 changes: 25 additions & 0 deletions templates/about.page.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

{{define "content"}}

<div class="container mt-5">
<main>
<section>
<h1 class="display-4">About Bead & Breakfast</h1>
<p class="lead">Welcome to Bead & Breakfast, where comfort meets charm. Our bed and breakfast, located at
221B Baker Street in the heart of London, has been providing exceptional hospitality since 1885</p>

<p>At Bead & Breakfast, we believe in creating a home away from home for our guests. Our cozy rooms,
personalized service, and attention to detail make every stay memorable.</p>

<h2 class="mt-5">Our Mission</h2>
<p>Our mission is to provide a warm and inviting atmosphere for travelers, ensuring a delightful experience
and a restful stay.</p>

<h2 class="mt-5">Why Choose Us?</h2>
<p>1. Comfortable Accommodation: Enjoy a range of well-appointed rooms designed for your relaxation.</p>
<p>2. Prime Location: Explore the beauty of London with easy access to iconic landmarks and attractions.</p>
<p>3. Exceptional Service: Our dedicated staff is committed to making your stay enjoyable and stress-free.
</p>

<h2 class="mt-5">Contact Us</h2>
<p>If you have any questions or inquiries, feel free to reach out to us. We look forward to welcoming you to
Bead & Breakfast!</p>
<p>Email: <a href="mailto:info@beadandbreakfast.com">info@beadandbreakfast.com</a></p>
</section>
</main>
</div>
{{end}}
2 changes: 1 addition & 1 deletion templates/base.layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<body>

<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Navbar</a>
<a class="navbar-brand" href="#">&nbsp;</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
2 changes: 1 addition & 1 deletion templates/login.page.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{define "content"}}
<div class="container">
<div class="row">
<div class="col">
<div class="col-md-6 offset-2">
<h1>Login</h1>

<form method="post" action="/user-login" novalidate>
Expand Down

0 comments on commit b12a4c6

Please sign in to comment.