-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
67 lines (57 loc) · 1.91 KB
/
about.php
File metadata and controls
67 lines (57 loc) · 1.91 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
<?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>About Us</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/abt1.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">
<h1>About <span>FoodStudio Recipe & Vlogs</span></h1>
<h4></h4>
<p>
Daily a question arises in each and every women... what do we cook today?
why worry when you have a food studio as your guide... explore region wise
food recipes and add tadka to your routine. we provide you the world best four
indian region recipe at your finger tip. We provide you North,South, East and West Region
wise.
</p>
<p>So ever wondered about forgetting your favourite food spot which you looked
forward, to visiting while travelling to various cities. It can be frustating right to
find the perfect place and enhance your tastebuds. We have a solution for your problem,
for that explore food studio to find your perfect place through our vlogs uploaded by
expert foodies from various part of india.
</p>
</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 ">
"A recipe has no soul. You as the cook must bring soul to the recipe."
</p>
<span class="lead">Thomas Keller</span>
</div>
</div>
</div>
</div>
<!-- End QT -->
<?php
include("footer.php");
?>