-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
59 lines (58 loc) · 2.82 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
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title> Come 'N Go </title>
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<div class="nav">
<span><a href="#"><img src="logo.png" alt="Logo" style="height: 100px;"></a></span>
<span><a class="nav-elem" href="#">Home</a></span>
<span><a class="nav-elem abt-link" href="about.html">About Us</a></span>
<span><a class="nav-elem cnt-link" href="contact.html">Contact Us</a></span>
<span><a class="nav-elem plc-link" href="places.html"> Places </a></span>
<span><a class="nav-elem prc-link" href="pricing.html"> Pricing </a></span>
<span><a class="nav-elem stf-link" href="staff.html"> Staff </a></span>
</div>
</body>
<body class="bodyimage1">
<h1 class="about"> How Can You Contact Us 🤔? </h1>
<img class="image" src="Indiamap.jpg" height="300" width="300">
<p class="txt"> In Case of any Queries, You can contact us via
<ul>
<li> Phone Number: </li>
<ul>
<li> Abhinav Reddy Gutha : +919392534843 </li>
</ul>
<li> Email: </li>
<ul>
<li> abhinavreddygutha@gmail.com </li>
<li> abhinav.reddy.21031@iitgoa.ac.in </li>
<li> abhinavreddygutha1@gmail.com</li>
</ul>
<li> Our Offices are at: </li>
<ul>
<li> H.no. 41/44 Come 'N Go travel agency office, Aruna nagar Colony, Rd No. 5, Mumbai. </li>
<li> H.no. 11/13/751 Green Hills Colony Come 'N Go travel agency office, Rd No. 3, Hyderabad.</li>
<li> H.no. 63/41 Come 'N Go travel agency office, Madhura nagar Colony, Rd No. 10, Bengaluru. </li>
<li> H.no. 21/72 Come 'N Go travel agency office, Farmagudi, Rd No. 2, Goa.</li>
<li> H.no. 31/100 Come 'N Go travel agency office, Shanti Nagar Colony, Rd No. 1, New Delhi.</li>
</ul>
</ul>
The map shows us where all of our offices are located.
</p>
</body>
<body>
<div class="footer">
<p class="footertxt"> You can follow our Social Media Handles:</p>
<span> <a href="https://www.facebook.com/abd.devilliers.777" class="fa fa-facebook"></a> </span>
<span> <a href="https://twitter.com/imVkohli" class="fa fa-twitter"></a></span>
<span> <a href="https://mail.google.com/mail/u/0/#inbox" class="fa fa-google"></a></span>
<span> <a href="https://www.linkedin.com/in/abhinav-reddy-12b010223/" class="fa fa-linkedin"></a></span>
<span> <a href="https://www.youtube.com/channel/UCVA5JqljmySkdTExuKb_qEA/videos" class="fa fa-youtube"></a></span>
<span> <a href="https://www.instagram.com/16abhinavreddy/?hl=en" class="fa fa-instagram"></a></span>
</div>
</body>
</html>