-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact-us.html
172 lines (141 loc) · 6.91 KB
/
contact-us.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact Us</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/Home.css" >
<link rel="stylesheet" href="css/contact.css" >
<!-- font library -->
<link rel="stylesheet" href="font/font.css" >
<!-- library for icon -->
<link rel="stylesheet" href="css/fontawesom_all.css">
<!-- pleasant tour icon -->
<link href="img/icon.png" type="image/x-icon" rel="shortcut icon"/>
<!-- JavaScript library -->
<script src="js/jquery-3.1.1.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header >
<!-- logo section -->
<div class="logo" >
<a href="index.html">
<img src="img/logo.png" alt="logo" width="150px" >
</a>
</div>
<!-- Navegation section -->
<nav>
<ul>
<li ><a href="index.html">Home</a></li>
<li class="sub-menu" ><a href="#" >Tours</a>
<ul>
<li><a href="Beach-tour.html" >Beach tours</a></li>
<li><a href="Historical-tour.html" >Historical tours</a></li>
<li><a href="Jungle-tour.html" >Jungle tours</a></li>
<li><a href="Mountains-tour.html" >Mountains tours</a></li>
</ul>
</li>
<li><a href="about-us.html" >About us</a></li>
<li><a class="active" href="contact-us.html" >Contact us</a></li>
</ul>
</nav>
<div class="menu-toggel"><i class="fa fa-bars" aria-hidden="true"></i></div>
</header>
<script src="js/function_nav.js"></script>
<!--*** the end of logo and nav section ***-->
<!--***start main image ***-->
<section class="mainimg">
<h2>contact <span>us</span></h2>
</section>
<!--***end main image **-->
<!--***start of content ***-->
<section>
<section class="container">
<!--***start of get in touch section ***-->
<section class="get_in_touch">
<h2>get in touch :</h2>
<form name="contsct_us">
<input type="email" name="Email" placeholder ="Your Email Address">
<input type="text" name="Subject of message" placeholder="Your Subject Of The Message">
<textarea name="Message" placeholder ="Write The Message"></textarea>
<input type="submit" value="SEND">
</form>
</section>
<!--*** end of get in touch section ***-->
<!--***start of contact information section ***-->
<section class="information">
<h2>contact information:</h2>
<section>
<a href="mailto:info@pleasant.com?subject=E-mail from Customer care">
<i class="fa fa-envelope"></i>
Email: info@pleasant.com
</a>
<p>
<i class="fa fa-phone"></i>
phone: + 1235 3344 98
</p>
<p>
<i class="fa fa-map-marker"></i>
address: sanaa sixty faj atan St. Yemen
</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d10883.034182176707!2d44.17809730139592!3d15.336704074142173!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sar!2s!4v1586249987740!5m2!1sar!2s"
frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</section>
</section>
<!--***end of contact information section ***-->
</section>
</section>
<!--***end of content ***-->
<!--*** start of footer ***-->
<footer>
<div class="footer-left" >
<div>
<i class="fab fa-instagram"></i>
<a href="https://www.instagram.com/pleasant.tour.2020">
instagram.com/pleasant.tour.2020</a>
</div>
<div>
<i class="fab fa-facebook-f"></i>
<a id="facebook" href="https://www.facebook.com/pleasant.tour.2020">
facebook.com/pleasant.tour.2020</a>
</div>
<div>
<i class="fab fa-twitter"></i>
<a id="twitter" href="https://www.twitter.com/pleasant.tour.2020">
twitter.com/pleasant.tour.2020</a>
</div>
<div>
<i class="fab fa-linkedin-in"></i>
<a id="linkedin" href="https://www.twitter.com/pleasant.tour.2020">
linkedin.com/pleasant.tour.2020</a>
</div>
</div>
<div class="footer-right" >
<div class="logo">
<img src="img/logo.png" alt="logo" width="150px" >
</div>
<div>
<i class="fas fa-map-marker-alt"></i>
<p>Sanaa sixty St. Yemen</p>
</div>
<div>
<i class="fas fa-phone"></i>
<p>+ 1235 3344</p>
</div>
<div>
<i class="fas fa-envelope"></i>
<p><a href="https://info@pleasant.com">info@pleasant.com</a></p>
</div>
</div>
<div class="copy-right">
<p>© Copyright Mountaineers team. <br> 2020/2/20</p>
</div>
</footer>
<!--*** end of footer ***-->
</body>
</html>