-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
94 lines (81 loc) · 4.39 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
<!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">
<title>contact_happy</title>
<link rel="stylesheet" href="contact.css">
<script src="https://kit.fontawesome.com/5180fd630a.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="icon" href="Blue_S_Monogram_Tech_Logo__2_-removebg-preview (2).png" >
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Contact US</h1>
<a href="Home.html"><i class="fas fa-home"></i></a>
</header>
<a href="https://www.google.co.in/maps/@31.8202135,77.2953899,8z"><div>MAPS</div></a>
<a href="https://www.google.co.in/maps/@31.8202135,77.2953899,391335m/data=!3m1!1e3"><div class="sat">SATELLITE</div></a>
<section class="section1">
<div class="left">
<p>
Meri Ticket is India's biggest online movie and events ticketing brand. The website caters to ticket sales for movies, plays, concerts and sporting events via the online platform. Founded in 2007, it is headquartered in Mumbai, Maharashtra. It also has offices in New Delhi, Bangalore, Hyderabad, Chennai.
</p>
<div>
<i class="fas fa-envelope-open-text"></i><span>[email protected]</span>
</div>
<div>
<i class="fas fa-phone"></i>
<span>+91 6230155434</span>
</div>
<div>
<i class="fas fa-map-marker-alt"></i>
<span>Dhangu road,Pathankot</span>
</div>
<div class="low">
<span><a href="https://twitter.com/BigTicket73"><i class="fab fa-twitter"></i></a></span>
<span><a href="https://www.facebook.com/meritickets/?__xts__[0]=68.ARCfyyZPv6HnWzJFgUFW6-PBO8O1RJWAbd_jHzeTdK6yuFZVjZp1ooFLsyvb70-yCf8pYr96hNQZgvkocK_tryVRYEYLscWZlXC9d8QX7WK3_NZSVYSGpkqQFv-1kaynNoLgtCXcHew00Fc7JCcoVgsW9dneiWBWLnF_NaPhSY_klsbY8c0Ht9IW4y_0QvCgAgerzb5oAsojgt4E_k7dgEi0npiADk105EkSXdRYRoEcUUq65B7QaqqYQb8sFQDOokwEmE7hEejO9JL5Kw91ipBohN5VbjfrCXxni06yayneIbuqtl_dSDA_B89EVx1NDy72vsxm5OTCq1tXiSylZT4Kyw"><i class="fab fa-facebook-f"></i></a></span>
<span><a href="https://www.instagram.com/ticketsbar/"><i class="fab fa-instagram"></i></a></span>
<span><a href="https://www.linkedin.com/company/tickets-com"><i class="fab fa-linkedin-in"></i></a></span>
</div>
</div>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d26988.62412608844!2d75.63434589108316!3d32.26943424218914!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x391c7f5d473c84b3%3A0x5335
739bee705d89!2sPathankot%2C%20Punjab%20145001!5e0!3m2!1sen!2sin!4v1614221207853!5m2!1sen!2sin" width="1000px" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</section>
<section class="section3">
<h1>Liked Our Services?</h1>
<p>Give your feedback and help us improve our services.</p>
<form action="feedback.html">
<input type="submit" value="Feedback">
</form>
</section>
<section class="section2">
<!------------ Contact ---------->
<section class="contact section" id="contact">
<div class="contactform">
<h2>Get In Touch</h2>
<div class="inputbox">
<input type="text" required="required">
<span>Full Name</span>
</div>
<div class="inputbox">
<input type="text" required="required">
<span>Email</span>
</div>
<div class="inputbox">
<textarea required="required"></textarea>
<span>Type your Message.....</span>
</div>
<div class="inputbox">
<input type="submit" value="Send" onclick="alert('Message sent')">
</div>
</div>
</section>
<!------------ Contact End---------->
</section>
</body>
</html>