-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
87 lines (71 loc) · 4.47 KB
/
contact.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
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Register</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130309251-1"></script>
<meta name="description" content="SaaSAppoint- Online Multi Business Appointment Scheduling & Reservation Booking Calendar- SaaS Booking Software, Cleaner Booking, Multi Business Booking Software, Online Appointment Scheduling, Appointment Booking Calendar, Reservation System, Multi Business directory, Rendez-vous logiciel, Limpieza reserva, Saas appointment, Cleaning services business software, Scheduling SaaS, Booking Calendar, SAAS Appointment Calendar, Cleaning Appointment, Maid Booking Software">
<!-- Bootstrap core CSS-->
<link href="includes/vendor/bootstrap/css/bootstrap.minc1af.css?1553260034" rel="stylesheet">
<!-- Custom fonts for this template-->
<link href="includes/vendor/font-awesome/css/font-awesome.minc1af.css?1553260034" rel="stylesheet" type="text/css">
<link href="includes/vendor/sweetalert/sweetalertc1af.css?1553260034" rel="stylesheet" type="text/css">
<!-- Custom styles for this template-->
<link href="includes/css/saasappoint-registerc1af.css?1553260034" rel="stylesheet">
<link rel="stylesheet" href="includes/vendor/intl-tel-input/css/intlTelInputc1af.css?1553260034">
</head>
<body class="saasappoint" style="background: linear-gradient(0.09turn,#EB2D2E,#1082C5,#7F257D)!important;">
<section class="saasappoint-register-main" >
<div class="container saasappoint-register-container" >
<form id="saasappoint_customer_register_form" name="saasappoint_customer_register_form" method="post" action="index.php" enctype="multipart/form-data">
<div class="row">
<div class="col-md-12 pt-3 saasappoint-register-right-block">
<h2 class="text-center">Contact Us</h2>
<div class="row">
<div class="form-group col-md-4">
<label for="saasappoint_register_customer_city">Name:</label>
<input type= "text" id = "adm-name-hotel" class="form-control" name="nama_htl" placeholder="Enter Name">
</div>
<div class="form-group col-md-4">
<label for="saasappoint_register_customer_state">Email:</label>
<input type="text" class="form-control" placeholder="[email protected]">
</div>
<div class="form-group col-md-4">
<label for="saasappoint_register_customer_zip">Phone:</label>
<input type="text" class="form-control" placeholder="923xxxxxxxxx">
</div>
</div>
<div class="row">
<div class="form-group col-md-12">
<label for="saasappoint_register_customer_country">Message:</label>
<textarea rows="6" cols="50" class="form-control" style="resize: none;" name="desk_htl" maxlength="100"></textarea>
</div>
</div>
<div class="row">
<div class="form-group col-md-12">
<button type = "submit" name="add_new_hotel" class="saasappoint_register_btn btn p-2 w-100" style="background: linear-gradient(0.09turn,#EB2D2E,#1082C5,#7F257D)!important;"><span class = "glyphicon glyphicon-plus"></span> Send Message</button>
</div>
</div>
<div class="row">
<div style="left: 0;bottom: 0;width: 100%;position:fixed;background:transparent;color: white;text-align: center;padding-top:20px 0px 10px 0px" >
<p> © 2017-2019 | Khwaja Fareed University of Engineering & Information Technology | Department of Computer Sciences | kfueit.edu.pk</p>
</div>
</div>
</div>
</div>
</form>
</div>
</section>
<!-- Bootstrap core JavaScript-->
<script src="includes/vendor/jquery/jquery.minc1af.js?1553260034"></script>
<script src="includes/vendor/jquery/jquery.validate.minc1af.js?1553260034"></script>
<script src="includes/vendor/bootstrap/js/bootstrap.minc1af.js?1553260034"></script>
<script src="includes/vendor/sweetalert/sweetalertc1af.js?1553260034"></script>
<script src="includes/vendor/intl-tel-input/js/intlTelInputc1af.js?1553260034"></script>
<script src="includes/js/saasappoint-registerc1af.js?1553260034"></script>
</body>
</html>