-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
101 lines (87 loc) · 2.86 KB
/
index.php
File metadata and controls
101 lines (87 loc) · 2.86 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?php
include("header.php");
?>
<!-- Start slides -->
<div id="slides" class="cover-slides">
<ul class="slides-container">
<li class="text-center">
<img src="images/slider-01.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="m-b-20"><strong>Welcome To <br> Food Studio Recipe & Vlogs</strong></h1>
</div>
</div>
</div>
</li>
<li class="text-center">
<img src="images/slider-02.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="m-b-20"><strong>Always Cook With Passion.</strong></h1>
</div>
</div>
</div>
</li>
<li class="text-center">
<img src="images/slider-03.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="m-b-20"><strong>First, we eat. Then, we upload vlogs.</strong></h1>
</div>
</div>
</div>
</li>
</ul>
<div class="slides-navigation">
<a href="#" class="next"><i class="fa fa-angle-right" aria-hidden="true"></i></a>
<a href="#" class="prev"><i class="fa fa-angle-left" aria-hidden="true"></i></a>
</div>
</div>
<!-- End slides -->
<!-- Start About -->
<div class="about-section-box">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<img src="images/himg1.jpg" 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>Welcome To <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 -->