-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
37 lines (32 loc) · 1.25 KB
/
contact.php
File metadata and controls
37 lines (32 loc) · 1.25 KB
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
<html>
<head>
<?php include "header.php"; ?>
</head>
<body>
<?php include "nav1.php"; ?>
<div class="container" style="margin-top:70px">
<h2 class="text-center" style = "font-family:Monotype Corsiva ; color : red">Contact Us</h2>
<br>
<div class="row text-center">
<div class="col-lg-3 col-sm-6 mt-5 mydivstyle">
<h4><i class="fas fa-phone-square"></i> Contact</h4>
<p class="mt-3 text-danger font-weight-bold"><a class="text-danger" href="tel:+91 9426376768">+91 9426376768</a></p>
</div>
<div class="col-lg-3 col-sm-6 mt-5 mydivstyle">
<h4><i class="fas fa-envelope"></i> Send Mail</h4>
<p class="mt-3 text-danger font-weight-bold"><a href="mailto:wrapifygiftshop203@gmail.com" class="text-danger">wrapifygiftshop203@gmail.com</a></p>
</div>
<div class="col-lg-3 col-sm-6 mt-5 mydivstyle">
<h4><i class="fas fa-address-card"></i> Office Address</h4>
<p class="mt-3 text-danger font-weight-bold"><a class="text-danger" href="https://goo.gl/maps/niGam1fCxT3hJ3Ur9">Relief Road</a></p>
</div>
<div class="col-lg-3 col-sm-6 mt-5 mydivstyle">
<h4><i class="far fa-clock"></i> Office Hours</h4>
<p class="mt-3 text-danger font-weight-bold">9:00 AM to 7:00 PM</p>
</div>
</div>
<br><br><br>
</div>
<img src = "myimages2/t1.webp" style="width:100%;height:250px">
</body>
</html>