-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchefinfo.html
executable file
·182 lines (155 loc) · 6.68 KB
/
chefinfo.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Always force latest IE rendering engine -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Meta Keyword -->
<meta name="keywords" content="one page, business template, single page, onepage, responsive, parallax, creative, business, html5, css3, css3 animation">
<!-- meta character set -->
<meta charset="utf-8">
<!-- Site Title -->
<title>Mummy te Daddy da Dhaba</title>
<!--
Google Fonts
============================================= -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css">
<!--
CSS
============================================= -->
<!-- Fontawesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Fancybox -->
<link rel="stylesheet" href="css/jquery.fancybox.css">
<!-- owl carousel -->
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- Animate -->
<link rel="stylesheet" href="css/animate.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/main.css">
<!-- Main Responsive -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Modernizer Script for old Browsers -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--
Fixed Navigation
==================================== -->
<header id="navigation" class="navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /responsive nav button -->
</div>
<!-- main nav -->
<nav class="collapse navigation navbar-collapse navbar-right" role="navigation">
<ul id="nav" class="nav navbar-nav">
<li class="current"><a href="#home">Ghar</a></li>
<li><a href="#service">Bawarcheez</a></li>
<li><a href="#about">Khana Shana</a></li>
<li><a href="#pricing">Daru Sharu</a></li>
</ul>
</nav>
<!-- /main nav -->
</div>
</div>
</header>
<!--
End Fixed Navigation
==================================== -->
<!--
Home Slider
==================================== -->
<section id="home">
<div id="home-carousel" class="carousel slide" data-interval="false">
<div class="carousel-inner">
<div class="item active" style="background-image: url('img/slider/bg4.jpg')" >
</div>
</div>
</div>
</section>
<!--
End #home Slider
========================== -->
<!--
#contact
========================== -->
<section id="chefs">
<div class="container">
<div class="row">
<div class="section-title text-center wow fadeInDown">
<h2>The Bawarcheez</h2>
<p>If you're not the one cooking,<br>stay out of the way and compliment the chef.</p>
</div>
<div class="col-md-8 col-sm-9 wow fadeInLeft">
<img data-wow-delay="0.2s" class="img-responsive white wow fadeInLeftBig" src="img/chef/couple.jpg" alt="The amazing couple">
</div> <!-- .col-md-8 -->
<div class="col-md-4 col-sm-3 wow fadeInRight">
<div class="contact-details">
<span>The Rockstars</span>
<p>Harinee and Abhishek are one of the most amazing couples and kickass cooks.</p>
</div> <!-- end .contact-details -->
</div> <!-- .col-md-4 -->
</div>
</div>
</section>
<!--
End #contact
========================== -->
<!--
#footer
========================== -->
<footer id="footer" class="text-center">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="footer-social wow fadeInUp">
<h3>No one and nothing in this world is perfect, <br>but the two of you together are as close as it gets.</h3>
</div>
<div class="credits">
<p>Created by <a href="https://github.com/Wamikas">Wamika Singh</a>
</div>
</div>
</div>
</div>
</footer>
<!--
End #footer
========================== -->
<!--
JavaScripts
========================== -->
<!-- main jQuery -->
<script src="js/vendor/jquery-1.11.1.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- jquery.nav -->
<script src="js/jquery.nav.js"></script>
<!-- Portfolio Filtering -->
<script src="js/jquery.mixitup.min.js"></script>
<!-- Fancybox -->
<script src="js/jquery.fancybox.pack.js"></script>
<!-- Parallax sections -->
<script src="js/jquery.parallax-1.1.3.js"></script>
<!-- jQuery Appear -->
<script src="js/jquery.appear.js"></script>
<!-- countTo -->
<script src="js/jquery-countTo.js"></script>
<!-- owl carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- WOW script -->
<script src="js/wow.min.js"></script>
<!-- theme custom scripts -->
<script src="js/main.js"></script>
</body>
</html>