0% found this document useful (0 votes)
30 views4 pages

Programming

This document is a website template for Kasway Beach Resort. The template includes a navbar at the top with links to different sections of the site. The header contains an image and title for the resort. Main sections include listings and photos of cottage rentals, an about section describing the resort, and a contact/reservation form. There is also an embedded map image and footer with power attribution. The overall template provides a full website layout to showcase and reserve accommodations at a beach resort.

Uploaded by

Angel Anojan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views4 pages

Programming

This document is a website template for Kasway Beach Resort. The template includes a navbar at the top with links to different sections of the site. The header contains an image and title for the resort. Main sections include listings and photos of cottage rentals, an about section describing the resort, and a contact/reservation form. There is also an embedded map image and footer with power attribution. The overall template provides a full website layout to showcase and reserve accommodations at a beach resort.

Uploaded by

Angel Anojan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

<!

DOCTYPE html>
<html>
<head>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>

<!-- Navbar (sit on top) -->


<div class="w3-top">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<a href="#home" class="w3-bar-item w3-button"><b>Kasway</b>Beach Resort</a>
<!-- Float links to the right. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="#projects" class="w3-bar-item w3-button">Cottage's</a>
<a href="#about" class="w3-bar-item w3-button">About</a>
<a href="#contact" class="w3-bar-item w3-button">Reserve</a>
</div>
</div>
</div>

<!-- Header -->


<header class="w3-display-container w3-content w3-wide" style="max-width:1500px;"
id="home">
<img class="w3-image" src="/w3images/architect.jpg" alt="Architecture"
width="1500" height="800">
<div class="w3-display-middle w3-margin-top w3-center">
<h1 class="w3-xxlarge w3-text-white"><span class="w3-padding w3-black w3-
opacity-min"><b>Kasway</b></span> <span class="w3-hide-small w3-text-light-
grey">Beach Resort</span></h1>
</div>
</header>

<!-- Page content -->


<div class="w3-content w3-padding" style="max-width:1564px">

<!-- Project Section -->


<div class="w3-container w3-padding-32" id="projects">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Projects</h3>
</div>

<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Cottage 4</div>
<img src="/w3images/house5.jpg" alt="House" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Cottage 5</div>
<img src="/w3images/house2.jpg" alt="House" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">cottage 6</div>
<img src="/w3images/house3.jpg" alt="House" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Cottage 7</div>
<img src="/w3images/house4.jpg" alt="House" style="width:100%">
</div>
</div>
</div>

<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Cottage 1</div>
<img src="/w3images/house2.jpg" alt="House" style="width:99%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Cottage 2</div>
<img src="/w3images/house5.jpg" alt="House" style="width:99%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Cottage 3</div>
<img src="/w3images/house4.jpg" alt="House" style="width:99%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Table with Chairs</div>
<img src="/w3images/house3.jpg" alt="House" style="width:99%">
</div>
</div>
</div>

<!-- About Section -->


<div class="w3-container w3-padding-32" id="about">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">About</h3>
<p>Kasway Beach Resort is a family business own by Mr. an Mrs Dela Cruz and
some of it are own by Mrs. Dela cruz father which is Erenio Anojan. It is manage by
the family and is registered to the Municipality of Leyte. It is located in Brgy.
Culasi, Leyte, Leyte. It is open from Monday to Sunday, 6am to 5pm. Entrance fee is
20 per head but if you rent a cottage there will be no entrance fee, the cottage is
maximum of 10 persons only the remaining head with pay for the entrance fee to Mr.
Dela Cruz who is roaming around the beach. Ovenights are currently not allowed
because the beach is far from the acsses of electricity and there is no room
avialable for sleeping. You can reserve a cottage below.
</p>
</div>

<div class="w3-row-padding w3-grayscale">


<div class="w3-col l3 m6 w3-margin-bottom">
<img src="/w3images/team2.jpg" alt="John" style="width:100%">
<h3></h3>
<p class="w3-opacity">& </p>
<p></p>
<p><button class="w3-button w3-light-grey w3-block">Reserve</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="/w3images/team1.jpg" alt="Jane" style="width:100%">
<h3></h3>
<p class="w3-opacity"></p>
<p></p>
<p><button class="w3-button w3-light-grey w3-block">Reserve</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="/w3images/team3.jpg" alt="Mike" style="width:100%">
<h3></h3>
<p class="w3-opacity"></p>
<p</p>
<p><button class="w3-button w3-light-grey w3-block">Reserve</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="/w3images/team4.jpg" alt="Dan" style="width:100%">
<h3></h3>
<p class="w3-opacity"></p>
<p></p>
<p><button class="w3-button w3-light-grey w3-block">Reserve</button></p>
</div>
</div>

<!-- Contact Section -->


<div class="w3-container w3-padding-32" id="contact">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Reserve</h3>
<p>Reserve a Cottage.</p>
<form action="/action_page.php" target="_blank">
<input class="w3-input w3-border" type="text" placeholder="Name" required
name="Name">
<input class="w3-input w3-section w3-border" type="text" placeholder="Number
of Cottage" required name="Number of Cottage">
<input class="w3-input w3-section w3-border" type="text" placeholder="Date"
required name="Date">

<button class="w3-button w3-black w3-section" type="submit">


<i class="fa fa-paper-plane"></i> SEND MESSAGE
</button>
</form>
</div>

<!-- Image of location/map -->


<div class="w3-container">
<img src="/w3images/map.jpg" class="w3-image" style="width:100%">
</div>

<!-- End page content -->


</div>

<!-- Footer -->


<footer class="w3-center w3-black w3-padding-16">
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp"
title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>

</body>
</html>

You might also like