-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
81 lines (73 loc) · 1.99 KB
/
contact.php
File metadata and controls
81 lines (73 loc) · 1.99 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
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
<?php
include("header.php");
?>
<!-- Start About -->
<div class="about-section-box">
<br/><br/><br/>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="heading-title text-center">
<h2>Contact</h2>
<p>Real cooking is more about following your heart than following recipes.</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<img src="images/cnt1.gif" alt="" style="width:100%; height:100%;">
</div>
<div class="col-lg-6 col-md-6 col-sm-12 text-center">
<div class="inner-column">
<div class="col-md-12">
<div class="col-md-11 contact-imfo-box">
<i class="fa fa-volume-control-phone"style="margin-left: 8px"></i>
<div class="overflow-hidden">
<h4>Phone</h4>
<p class="lead">
+91- 9825690486 | 9979333848
</p>
</div>
</div>
<br/>
<div class="col-md-11 contact-imfo-box">
<i class="fa fa-envelope" style="margin-left: 8px"></i>
<div class="overflow-hidden">
<h4>Email</h4>
<p class="lead">
admin@foodstudio.com
</p>
</div>
</div>
<br/>
<div class="col-md-11 contact-imfo-box">
<i class="fa fa-map-marker" style="margin-left: 8px"></i>
<div class="overflow-hidden">
<h4>Location</h4>
<p class="lead">
Kalash Appt, Opp Trade Center, Valsad
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End About -->
<!-- Start QT -->
<div class="qt-box qt-background">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto text-left">
<p class="lead ">
"Cooking demands attention, patience, and above all, a respect for the gifts of the earth. It is a form of worship, a way of giving thanks"
</p>
<span class="lead">Judith B. Jones</span>
</div>
</div>
</div>
</div>
<!-- End QT -->
<?php
include("footer.php");
?>