-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (130 loc) · 5.93 KB
/
index.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
<!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='/chefinfo'>Bawarcheez</a></li>
<li><a href='/food'>Khana Shana</a></li>
<li><a href='/drinks'>Daru Sharu</a></li>
</ul>
</nav>
<!-- /main nav -->
</div>
</div>
</header>
<!--
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/bg1.jpg')" >
<div class="carousel-caption">
<div class="animated bounceInRight">
<h2>Harinee & Abhishek</h2><br><h3>A very Happy Anniversary guys</h3>
<p>Remember all the good times cuz its time to be glad, reminisce about the happy memories and forget the ones when you got mad. Take pride in a love that has lasted so long that even the angels are rejoicing in song. Talking of good times, here is a complilation of some great things you guys made and how they led to some amazing days. Hope you like it.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
#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>