-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.php
203 lines (176 loc) · 7.5 KB
/
About.php
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html>
<head>
<title>BrekfastRecipe</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Philosopher' rel='stylesheet'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body class="container-fluid bdwdt">
<!-- start of navbar -->
<div class="container-fluid">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.php" class="navbar-brand"><img src="imgg/logo.png" alt="" class="logo"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav" class="active">
<li ><a href="index.php" class="sty">Home</a></li>
<li><a href="breakfast.php" class="sty">Breakfast</a></li>
<li><a href="contact2.php" class="sty">Contact-Us</a></li>
<li class="active" ><a href="About.php" class="sty">About-Us</a></li>
</ul>
<li style="list-style: none;">
<input placeholder="Search....." type="text" name="search" class="srh">
<button class="btn btn-default bt" type="button">Search</button></li>
</nav>
</div>
<!-- end of navbar -->
<!-- start of slider -->
<div class="cnt">
<div class="container-fluid ">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="imgg/pic7.jpg" alt="Los Angeles" style="width:100%; height: 500px;">
</div>
<div class="item">
<img src="imgg/pic9.jpg" alt="Chicago" style="width:100%; height: 500px;">
</div>
<div class="item">
<img src="imgg/pic6.jpg" alt="New york" style="width:100%; height: 500px;">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!-- end of slider -->
<!-- grid table -->
<div class="container-fluid">
<div id="fh5co-about" data-section="about">
<div class="fh5co-2col fh5co-bg to-animate-2" style="background-image: url(images/res_img_1.jpg)"></div>
<div class="fh5co-2col fh5co-text">
<h2 class="fnt" >About Us</h2>
<p class="fnt1"><span class="firstcharacter">F</span>ar far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life.</p>
<p class="text-center fnt"><a href="contact2.php" class="btn btn-primary btn-outline">Get in touch</a></p>
</div>
</div>
<div id="fh5co-sayings">
<div class="container">
<div class="row to-animate">
<div class="flexslider">
<ul class="slides">
<li>
<blockquote>
<p>“Cooking is an art, but all art requires knowing something about the techniques and materials”</p>
<p class="quote-author">— Nathan Myhrvold</p>
</blockquote>
</li>
<li>
<blockquote>
<p>“Give a man food, and he can eat for a day. Give a man a job, and he can only eat for 30 minutes on break.”</p>
<p class="quote-author">— Lev L. Spiro</p>
</blockquote>
</li>
<li>
<blockquote>
<p>“Find something you’re passionate about and keep tremendously interested in it.”</p>
<p class="quote-author">— Julia Child</p>
</blockquote>
</li>
<li>
<blockquote>
<p>“Never work before breakfast; if you have to work before breakfast, eat your breakfast first.”</p>
<p class="quote-author">— Josh Billings</p>
</blockquote>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end of content -->
<!-- Footer coding -->
<footer class="nb-footer">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="about">
<img src="images/logo.png" class="img-responsive center-block" alt="">
<p>We are here to help u in recipies and make your life easir to learn how to cock and to know Breakfst recipies </p>
<div class="social-media">
<ul class="list-inline">
<li><a href="https://www.facebook.com/Breakfast-Recipe-1575054712523858/" target="_blank" title=""><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/FUNFOR4LIFE" target="_blank" title=""><i class="fa fa-twitter"></i></a></li>
<li><a href="https://plus.google.com/u/0/+NabeelAhmedKhan_Nak" target="_blank" title=""><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.linkedin.com/in/nabeel-khan-nak/" target="_blank" title=""><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-info-single">
<h2 class="title">Help Center</h2>
<ul id="ttn3" style=" font-weight: bold ; color: white;">
<li>Contact: +92344-*******</li>
<li>Email:</li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-info-single">
<h2 class="title"><a href="About.php" title=""><i class="fa fa-angle-double-right"></i> About Us</a></h2>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-info-single">
<h2 class="title"><a href="contact2.php" title=""><i class="fa fa-angle-double-right"></i> Contact Us</a></h2>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-info-single">
<h2 class="title"><a href="#" title=""><i class="fa fa-angle-double-right"></i> FAQ's</a></h2>
</div>
</div>
</div>
</div>
<section class="copyright">
<div class="container">
<div class="row">
<div class="col-sm-6">
<p>Copyright © 2017. Breakfast Recipe.</p>
</div>
<div class="col-sm-6"></div>
</div>
</div>
</section>
</footer>
<!-- End of footer -->
</body>
</html>