forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
customer2.html
77 lines (57 loc) · 3.31 KB
/
customer2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="css/lite_styles.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="scripts/lite_validation.js"></script>
<script>
required.add('Full_Name','NOT_EMPTY','Full Name');
required.add('Email_Address','EMAIL','Email Address');
required.add('Your_Message','NOT_EMPTY','Your Message')
</script>
<style type="text/css">
body{ background:url(bg.jpg); margin:auto;}
ul{ list-style: none; margin: 0; color:#FFD393;}
p {
color: #FFD393;
font-family: Verdana, Geneva, sans-serif;
}
li{text-align:justify; display: inline; text-decoration:none;}
li a {text-decoration:none; color: #FFD393; padding:14px 15px 15px 15px;}
li a:hover {background-color:#4f3713;}
.header {
font-weight: bold;
}
.labelers {
font-size: 10px;
}
</style>
<title>White Sand Palace Resort</title>
</head>
<body bgcolor="#000000">
<div style="width:100%; background:url(Header.jpg) repeat-x; height:75px; border:none; color: #FFD393; font-family: Verdana, Geneva, sans-serif; font-weight: bold; font-size:24px; clear:right;">
<div style="width:1280px; height:70px; margin:auto;">
<div style="swidth:auto; height:inherit; float:left; padding-left:20px;"><p align="left">White Sand Palace Resort</p></div>
<div id="menu" style=" font-size:20px; width:600px; height:inherit; float:right; padding-top:25px;">
<ul>
<li><a href="index.html" accesskey="1" title="">HOME</a></li>
<li><a href="booking.html" accesskey="2" title="">BOOKINGS</a></li>
<li><a href="services.html" accesskey="4" title="">SERVICES</a></li>
<li><a href="aboutus.html" accesskey="5" title="">ABOUT US</a></li>
</ul></div></div></div>
<div style="width:1920px; height:350px; clear:right;"><img src="about.jpg" width="1920" height="350" /></div>
<div style="width:1280px; height:900px; margin-bottom:50px; margin:auto;">
<div style="float:right; margin-top:30px; padding:10px 20px 20px 20px; width:850px; height:700px; border:solid 1px #FFD393; font-family: Verdana, Geneva, sans-serif; color: #FFD393;">
<p style="font-size:24px; font-weight: bold;">Customer Satisfaction Evaluation</p>
<p><strong>Tell us how was your stay in the resort, any complaints, and suggestions, you are free to tell.</strong><br />
<span style="font-size: x-small">Fields marked with * are required.</span></p>
<div><iframe src="http://formerapp.com/f/3w81dXfOvWcC7ypw/embed" width="650" height="500" scrolling="no" frameborder="0" border="0"></iframe></div>
</div>
<div style="float:left;margin-top:30px; padding:10px 20px 20px 20px; width:300px; height:700px; border:solid 1px #FFD393;"><p style="font-size:24px; font-weight: bold;">Schedules</p><p style="font-size:14px;">Schedules from Hagnaya Port to Santa Fe Port and vice versa.<br />
<br />
The said schedules are from Super Shuttle Ferry Corp. and Island Shipping Corporation.<br /><br />
Route Suggestion: If you are from Bogo City, you can ride a tricycle from the city proper to Hagnaya Port. When you arrive at Santa Fe you can ride tricycles going to Maricaban where the resort is located.</p><br />
<img src="hagnaya.jpg" width="295" height="318" /></div>
</div>
</body>
</html>