-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.php
100 lines (96 loc) · 6.11 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
<?=include_once ("header.php")?>
<!-- page-banner-section
================================================== -->
<section class="page-banner-section">
<div class="container">
<h1>About Us</h1>
<span>get to know more about our bistro</span>
</div>
</section>
<!-- End page-banner section -->
<!-- page-ban-list -->
<div class="container">
<ul class="page-ban-list">
<li><a href="index.html">Home</a></li>
<li><a href="about">About Us</a></li>
</ul>
</div>
<!-- end page-ban-list -->
<!-- about-section
================================================== -->
<section class="about-section">
<div class="container">
<div class="about-box">
<div class="row">
<div class="col-md-6">
<div class="image-holder">
<img src="upload/others/ab4.png" alt="">
</div>
</div>
<div class="col-md-6">
<div class="content-holder">
<h2>Our History</h2>
<span>Discover Our Story</span>
<p class="text-justify">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<p class="text-justify">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
</div>
</div>
</div>
</div>
<div class="about-box">
<div class="row">
<div class="col-md-6">
<div class="content-holder">
<h2>Who We Are</h2>
<span>Welcome to Street Food Bekasi</span>
<p class="text-justify">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<p class="text-justify">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
</div>
</div>
<div class="col-md-6">
<div class="image-holder">
<img src="upload/others/ab5.png" alt="">
</div>
</div>
</div>
</div>
<div class="statistic-box">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="statistic-post">
<h2><span class="timer" data-from="0" data-to="75"></span>+</h2>
<p>Tasty Dishes</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="statistic-post">
<h2><span class="timer" data-from="0" data-to="100"></span>+</h2>
<p>Happy Customers</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="statistic-post">
<h2><span class="timer" data-from="0" data-to="15"></span></h2>
<p>Amazing Chifs</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="statistic-post no-border">
<h2><span class="timer" data-from="0" data-to="100"></span>+</h2>
<p>Best Recipts</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End about section -->
<?=include_once ("footer.php")?>