-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactus.html
211 lines (199 loc) · 7.9 KB
/
contactus.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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Get in touch with us...." />
<meta name="author" content="Supun Wijesooriya" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>CONTACT US</title>
<link rel="stylesheet" href="css/yatra.css" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,600;1,100&display=swap"
rel="stylesheet"
/>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<link rel="manifest" href="manifest.json" />
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5" />
</head>
<body>
<!-- Header -->
<section class="contactus-header">
<nav>
<a href="index.html" target="_blank"
><img src="images/logo.png" alt="logo"
/></a>
<div class="navigation-links" id="navLinks">
<ul>
<li><a href="index.html" target="_blank">HOME</a></li>
<li><a href="wildlife.html" target="_blank">WILDLIFE</a></li>
<li><a href="beaches.html" target="_blank">BEACHES</a></li>
<li><a href="heritage.html" target="_blank">HERITAGE</a></li>
<li><a href="activities.html" target="_blank">ACTIVITIES</a></li>
<li><a href="contactus.html" target="_blank">CONTACT</a></li>
<li><a href="purchases.html" target="_blank">PURCHASES</a></li>
</ul>
</div>
</nav>
<h1>Contact Us</h1>
</section>
<!-- Header -->
<!-- Contact Us -->
<section class="contact-us-content">
<div class="contact-us-row">
<div class="contact-us-col">
<div>
<div class="contact-icons">
<img
class="location-arrow-icon"
src="images/icons/location.png"
alt="location"
/>
</div>
<span>
<h4>Where Are We?</h4>
<p>No. 530, Colombo Road, Pilimathalawa.</p>
</span>
</div>
</div>
<div class="contact-us-col">
<div>
<div class="contact-icons">
<img
class="envelope-icon"
src="images/icons/mail.png"
alt="mail"
/>
</div>
<span>
<h4>E-Mail</h4>
<p>thesourcecode1776@gmail.com</p>
</span>
</div>
</div>
<div class="contact-us-col">
<div>
<div class="contact-icons">
<img
class="phone-icon"
src="images/icons/phone.png"
alt="phone"
/>
</div>
<span>
<h4>Phone</h4>
<p>+94 70 28 98 499</p>
</span>
</div>
</div>
<div class="contact-us-col">
<form action="">
<input type="text" placeholder="Name" required />
<input type="email" placeholder="Email Address" required />
<textarea
rows="10"
placeholder="Your Message..."
required
></textarea>
<button type="submit" class="contact-us-btn">Send</button>
</form>
</div>
</div>
</section>
<script src="main.js"></script>
<!-- Contact Us -->
<!-- Footer -->
<section class="footer">
<hr />
<br />
<h4>YĀTRĀ®</h4>
<br />
<p class="follow-us">Follow Us 〃^▽^〃</p>
<p>
<br />
</p>
<div class="scroll-up-btn">
<a class="scroll-up" href="#">
<img
class="angle-double-up"
src="images/icons/double-arrow.png"
alt="back to top"
/>
</a>
</div>
<ul class="footer-list-social">
<li>
<a href="https://www.instagram.com/?hl=en" target="_blank"
>INSTAGRAM</a
>
</li>
<li>
<a
href="https://www.thepostathens.com/article/2021/11/opinion-deleting-tiktok-social-media-algorithm#:~:text=TikTok%20is%20distracting.,some%20swiping%20and%20double%2Dtapping."
target="_blank"
>TIKTOK</a
>
</li>
<li>
<a href="https://www.youtube.com/" target="_blank">YOUTUBE</a>
</li>
<li>
<a href="https://twitter.com/" target="_blank">TWITTER</a>
</li>
<li>
<a href="https://www.linkedin.com/" target="_blank">LINKEDIN</a>
</li>
</ul>
<br />
<br />
<ul class="footer-list">
<li>
<a href="index.html" target="_blank">HOME</a>
</li>
<li>
<a href="aboutus.html" target="_blank">ABOUT YĀTRĀ</a>
</li>
<li>
<a href="contactus.html" target="_blank">CONTACT US</a>
</li>
<li>
<a href="" target="_blank">PRIVACY POLICY</a>
</li>
<li>
<a href="" target="_blank">TERMS & CONDITIONS</a>
</li>
<li>
<a href="sitemap.html" target="_blank">SITEMAP</a>
</li>
</ul>
<p class="copyright">© 2022 YĀTRĀ. All Rights Reserved.</p>
</section>
<!-- References of Content
Dreamstime, (no date) Tourist woman enjoy with beautiful view on mountains and valley in Ella, Sri Lanka, Little Adam Peak. [image] Available at: <https://www.dreamstime.com/tourist-woman-enjoy-beautiful-view-mountains-valley-ella-sri-lanka-little-adam-peak-image139484112> [Accessed 26 May 2022].
Fly Clipart, (no date) Location Icon Map Png - Location Icon PNG. [image] Available at: <https://flyclipart.com/location-icon-map-png-location-icon-png-934752> [Accessed 11 June 2022].
Pinterest, (no date) Download premium vector of Mail icon vector about envelope icon. [image] Available at: <https://www.pinterest.com/pin/655555289488430801/> [Accessed 11 June 2022].
PNG.is, (no date) Telephone Symbol Icon - Phone Download Png. [image] Available at: <https://png.is/f/telephone-symbol-icon-phone-download-png/5680023734321152-201812101430.html>
[Accessed 11 June 2022].
TopPNG. (no date) upward fold comments - double up arrow icon png - Free PNG Images png - Free PNG Images. [online] Available at: <https://toppng.com/free-image/upward-fold-comments-double-up-arrow-icon-PNG-free-PNG-Images_128338> [Accessed 11 June 2022].
References of Content -->
<!-- Footer -->
</body>
</html>