<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />
<link rel="stylesheet" href="./css/style.css">
<title>Travel Web</title>
</head>
<body>
<nav class="navbar1 dark">
<div class="container1">
<!-- <h1 class="logo">PM</h1> -->
<ul class="navitems1">
<li class="navitem1"><a href="./index.html">Home</a></li>
<li class="navitem1"><a href="./about.html">About</a></li>
<li class="navitem1"><a href="./contact.html">Contact</a></li>
</ul>
</div>
</nav>
<section class="contactpage">
<div class="container">
<div class="formwrapper">
<div class="companyaddres">
<div class="adressgroup">
<a href="https://www.google.com/maps/place/Visawa+Residency/@18.4651452,73.8343118,17z/data=!3m1!4b1!4m5!3m4!1s0x3bc295495455fa19:0x1dcf66a145920067!8m2!3d18.4651707!4d73.836501"><i class="fas fa-map-marker-alt fa-3x textred"></i></a>
<a href="https://www.google.com/maps/place/Visawa+Residency/@18.4651452,73.8343118,17z/data=!3m1!4b1!4m5!3m4!1s0x3bc295495455fa19:0x1dcf66a145920067!8m2!3d18.4651707!4d73.836501"><h2 class="textgrey">Location</h2> </a>
<a href="https://www.google.com/maps/place/Visawa+Residency/@18.4651452,73.8343118,17z/data=!3m1!4b1!4m5!3m4!1s0x3bc295495455fa19:0x1dcf66a145920067!8m2!3d18.4651707!4d73.836501"><p>Visawa Recidency near Sinhgad college Pune</p> </a>
</div>
<div class="adressgroup">
<a href="https://support.google.com/mail/answer/8494?co=GENIE.Platform%3DDesktop&hl=en"><i class="far fa-envelope fa-3x textred"></i></a>
<a href="https://support.google.com/mail/answer/8494?co=GENIE.Platform%3DDesktop&hl=en"><h2 class="textgrey">Email</h2></a>
<a href="https://support.google.com/mail/answer/8494?co=GENIE.Platform%3DDesktop&hl=en"><p>pareshm055@gmail.com</p></a>
<p>pmtravel@gmail.com</p>
</div>
<div class="adressgroup">
<a href="tel:7972744265"><i class="fas fa-phone-volume fa-3x textred"></i></a>
<a href="tel:7972744265"><h2 class="textgrey">Call</h2></a>
<a href="tel:7972744265"><p>7972744265 in office time </p></a>
</div>
<img src="./img/company-img (1).jpg" alt="">
</div>
<form action="" class="form">
<h1 class="textblack">Contact Us</h1>
<p class="textgrey">we are very happy to say you are come at most comfortable place</p>
<div class="formgroup">
<label for="username">Username</label>
<input type="text" id="username" name="" required placeholder="your name">
</div>
<div class="formgroup">
<label for="email">Email</label>
<input type="email" id="email" name="" required placeholder="your email">
</div>
<div class="formgroup">
<label for="phone">Phone</label>
<input type="phone" id="phone" name="" required placeholder="your mobile number">
</div>
<div class="formgroup">
<label for="message">Message</label>
<textarea name=" " id="message" cols="30" rows="10" placeholder="type here..."></textarea>
</div>
<button type="Submit" class="formbtn">Submit</button>
</form>
</div>
</div>
</section>
<footer class="footer">
<div class="socialmedia">
<a href="https://www.facebook.com/"><i class="fab fa-facebook-square fa-3x"></i></a>
<a href="https://www.instagram.com/p/BdQLbyOlND5/?utm_source=ig_embed"><i class="fab fa-instagram fa-3x"></i></a>
<a href="https://twitter.com/notifications"><i class="fab fa-twitter fa-3x"></i></a>
</div>
<p>World Travel © 2020, All rights are resrved</p><br><br>
</footer>
</body>
</html>
Comments
Post a Comment