-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
141 lines (129 loc) · 4.75 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>PRIVATE BUS YOUTUBE </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="logo"><a href="index.html">PRIVATE BUS YOUTUBE <span></span></a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about .html">About Us </a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>PRIVATE BUS YOUTUBE [PBY]</p>
<h2>CONTACT US</h2>
</header>
</div>
</section>
<!-- Main -->
<div>
<!-- Form -->
<h3>Form</h3>
<form method="post" action="#">
<div class="row uniform">
<div class="6u 12u$(xsmall)">
<input type="text" name="name" id="name" value="" placeholder="Name" />
</div>
<div class="6u$ 12u$(xsmall)">
<input type="email" name="email" id="email" value="" placeholder="Email" />
</div>
<!-- Break -->
<div class="12u$">
<div class="select-wrapper">
<select name="category" id="category">
<option value="">- Category -</option>
<option value="1">Bus Enquiries </option>
<option value="1">YouTube Enquiries </option>
<option value="1">Others</option>
<option value="1">Website Enquiries </option>
</select>
</div>
</div>
<!-- Break -->
<div class="4u 12u$(small)">
<input type="radio" id="priority-low" name="priority" checked>
<label for="priority-low">Low Priority</label>
</div>
<div class="4u 12u$(small)">
<input type="radio" id="priority-normal" name="priority">
<label for="priority-normal">Normal Priority</label>
</div>
<div class="4u$ 12u$(small)">
<input type="radio" id="priority-high" name="priority">
<label for="priority-high">High Priority</label>
</div>
<!-- Break -->
<div class="6u 12u$(small)">
<input type="checkbox" id="copy" name="copy">
<label for="copy">Email me a copy of this message</label>
</div>
<div class="6u$ 12u$(small)">
<input type="checkbox" id="human" name="human" checked>
<label for="human">I am a human and not a robot</label>
</div>
<!-- Break -->
<div class="12u$">
<textarea name="message" id="message" placeholder="Enter your message" rows="6"></textarea>
</div>
<!-- Break -->
<div class="12u$">
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
<li><input type="reset" value="Reset" class="alt" /></li>
</ul>
</div>
</div>
</form>
<hr />
<form method="post" action="#">
<div class="row uniform">
<div class="9u 12u$(small)">
<input type="text" name="query" id="query" value="" placeholder="Query" />
</div>
<div class="3u$ 12u$(small)">
<input type="submit" value="Search" class="fit" />
</div>
</div>
</form>
<!-- Image -->
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://chat.whatsapp.com/JofgsQTX2v91kAY1jnaR8K" class="icon fa-whatsapp"><span class="label">WhatsApp </span></a></li>
<li><a href="https://www.facebook.com/pbkyoutube/" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://instagram.com/privatebusyoutube?igshid=1tiqzhruuez9k" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.youtube.com/channel/UCOk3I3RFVpwA4IZH_Udp2FQ" class="icon fa-youtube"><span class="label">YouTube </span></a></li>
</ul>
</div>
<div class="copyright">
© PRIVATE BUS YOUTUBE All rights reserved.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>