Skip to content

Commit

Permalink
lil updates
Browse files Browse the repository at this point in the history
  • Loading branch information
navinduJay committed Jun 14, 2019
1 parent e1d3cd9 commit 9521928
Show file tree
Hide file tree
Showing 8 changed files with 84 additions and 59 deletions.
3 changes: 3 additions & 0 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files.encoding=UTF-8
site.root.folder=
source.folder=
9 changes: 9 additions & 0 deletions nbproject/project.xml
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>
2 changes: 1 addition & 1 deletion src/app/components/corousel/corousel.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1 class="heading">Best Place To Stay</h1>
</div>
</div>

<a class="mouse smoothscroll" href="#next">
<a class="mouse smoothscroll" routerLink=".">
<div class="mouse-icon">
<span class="mouse-wheel"></span>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/corousel/reserve/reserve.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
class="icons"
/>
</div>
<input type="text" class="form-control checkIn" />
<input type="date" class="form-control checkIn" />
</div>
</div>
<div class="col-md-3 mb-3 mb-sm-0 col-sm-3">
Expand All @@ -47,7 +47,7 @@
class="icons"
/>
</div>
<input type="text" class="form-control checkOut" />
<input type="date" class="form-control checkOut" />
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
Expand Down
17 changes: 8 additions & 9 deletions src/app/components/cus-payment/cus-payment.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,20 +220,19 @@ <h3>Reservation Guarantee</h3>
<br />
<br />
<div class="col-md-12 text-right">
<button
routerLink="."
role="button"
id="payment"
mat-raised-button
color="primary"
<a
target="_blank"
href="../../../assets/files/hotel-habibi-invoice-yohan.pdf"
>
MAKE PAYMENT
</button>
<button role="button" id="paymentMake" mat-raised-button color="primary">
MAKE PAYMENT
</button>
</a>
<button
routerLink="/user/payment/offers"
role="button"
id="paymentMakee"
class="float-left"
id="payment"
mat-raised-button
color="primary"
>
Expand Down
21 changes: 13 additions & 8 deletions src/app/components/cus-payment/cus-payment.component.ts
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");
}
}
}
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>
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>

0 comments on commit 9521928

Please sign in to comment.