-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1d3cd9
commit 9521928
Showing
8 changed files
with
84 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
files.encoding=UTF-8 | ||
site.root.folder= | ||
source.folder= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://www.netbeans.org/ns/project/1"> | ||
<type>org.netbeans.modules.web.clientproject</type> | ||
<configuration> | ||
<data xmlns="http://www.netbeans.org/ns/clientside-project/1"> | ||
<name>hms</name> | ||
</data> | ||
</configuration> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
|
||
import { Component, OnInit } from "@angular/core"; | ||
import swal from "sweetalert"; | ||
@Component({ | ||
selector: 'app-cus-payment', | ||
templateUrl: './cus-payment.component.html', | ||
styleUrls: ['./cus-payment.component.css'] | ||
selector: "app-cus-payment", | ||
templateUrl: "./cus-payment.component.html", | ||
styleUrls: ["./cus-payment.component.css"] | ||
}) | ||
export class CusPaymentComponent implements OnInit { | ||
|
||
constructor() { } | ||
constructor() {} | ||
|
||
ngOnInit() { | ||
} | ||
document | ||
.getElementById("paymentMake") | ||
.addEventListener("click", makePayment); | ||
|
||
function makePayment() { | ||
swal("Booking Success!", "", "success"); | ||
} | ||
} | ||
} |
16 changes: 9 additions & 7 deletions
16
src/app/components/customer-menu/customer-menu/customer-menu.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
<app-header></app-header> | ||
<div style="text-align: center"> | ||
<p></p> | ||
<img style="width: 100%" src="assets/images/menu.jpg"/> | ||
<img style="width: 100%" src="assets/images/menu.jpg" /> | ||
<p></p> | ||
<img style="width: 60%" src="assets/images/dessert.jpg"/> | ||
<h2>Dessert Menu</h2> | ||
|
||
<img style="width: 60%" src="assets/images/dessert.jpg" /> | ||
<p></p> | ||
<h2> Wine and beverage menu </h2> | ||
<img style="width: 60%" src="assets/images/wine.jpg"/> | ||
<h2>Wine and Beverage Menu</h2> | ||
<img style="width: 60%" src="assets/images/wine.jpg" /> | ||
<p></p> | ||
<h2>'A la carte' menu </h2> | ||
<img style="width: 60%" src="assets/images/ala.jpg"/> | ||
</div> | ||
<h2>'A La Carte' Menu</h2> | ||
<img style="width: 60%" src="assets/images/ala.jpg" /> | ||
</div> | ||
|
||
<app-footer></app-footer> |
71 changes: 39 additions & 32 deletions
71
src/app/components/reservation/room-types-bar/room-types-bar.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,41 @@ | ||
|
||
|
||
<div style="margin-left: 120px"> | ||
<div style="width: 20%; float: left; "> | ||
<img style="width: 100%; height: 150px;" src="assets/images/room1.jpg"/> | ||
<h4 class="text">DELUXE</h4> | ||
<p class="text">Experience the next level of luxury with our Deluxe Rooms.</p> | ||
<a href="user/reservation/room-list/desc"><button class="seeMore">See more</button></a> | ||
</div> | ||
|
||
<div style="width: 20%; float: left; margin-left: 20px"> | ||
<img style="width: 100%; height: 150px;" src="assets/images/room2.jpg"/> | ||
<h4 class="text">EXECUTIVE</h4> | ||
<p class="text">Our Standard HABIBI rooms are far from ‘basic’.</p> | ||
<a href="user/reservation/room-list/desc"><button class="seeMore">See more</button></a> | ||
</div> | ||
|
||
<div style="width: 20%; float: left; margin-left: 20px"> | ||
<img style="width: 100%; height: 150px;" src="assets/images/room3.jpg"/> | ||
<h4 class="text">STANDARD</h4> | ||
<p class="text">More comfortable home <br>stay with family.</p> | ||
<a href="user/reservation/room-list/desc"><button class="seeMore">See more</button></a> | ||
|
||
</div> | ||
|
||
<div style="width: 20%; float: left; margin-left: 20px"> | ||
<img style="width: 100%; height: 150px;" src="assets/images/room4.jpg"/> | ||
<h4 class="text">HONEYMOON SPECIAL</h4> | ||
<p class="text">couples who desire a spacious respite of romantic luxury.</p> | ||
<a href="user/reservation/room-list/desc"><button class="seeMore">See more</button></a> | ||
|
||
</div> | ||
|
||
</div> | ||
<img style="width: 100%; height: 150px;" src="assets/images/room1.jpg" /> | ||
<h4 class="text">DELUXE</h4> | ||
<p class="text"> | ||
Experience the next level of luxury with our Deluxe Rooms. | ||
</p> | ||
<a href="user/reservation/room-list/desc"> | ||
<button mat-raised-button color="primary">See More</button></a | ||
> | ||
</div> | ||
|
||
<div style="width: 20%; float: left; margin-left: 20px"> | ||
<img style="width: 100%; height: 150px;" src="assets/images/room2.jpg" /> | ||
<h4 class="text">EXECUTIVE</h4> | ||
<p class="text">Our Standard HABIBI rooms are far from ‘basic’.</p> | ||
<a href="user/reservation/room-list/desc"> | ||
<button mat-raised-button color="primary">See More</button></a | ||
> | ||
</div> | ||
|
||
<div style="width: 20%; float: left; margin-left: 20px"> | ||
<img style="width: 100%; height: 150px;" src="assets/images/room3.jpg" /> | ||
<h4 class="text">STANDARD</h4> | ||
<p class="text">More comfortable home <br />stay with family.</p> | ||
<a href="user/reservation/room-list/desc"> | ||
<button mat-raised-button color="primary">See More</button></a | ||
> | ||
</div> | ||
|
||
<div style="width: 20%; float: left; margin-left: 20px"> | ||
<img style="width: 100%; height: 150px;" src="assets/images/room4.jpg" /> | ||
<h4 class="text">HONEYMOON SPECIAL</h4> | ||
<p class="text"> | ||
couples who desire a spacious respite of romantic luxury. | ||
</p> | ||
<a href="user/reservation/room-list/desc"> | ||
<button mat-raised-button color="primary">See More</button></a | ||
> | ||
</div> | ||
</div> |