-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
165 lines (144 loc) · 6.96 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Resturent project</title>
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,700,900' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="icon" type="image" href="img/cover-logo.jpg">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- header section -->
<div class="header-section">
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="logo">
<a href="index.html"><p>Food Fues</p></a>
</div>
</div>
<div class="col-md-8">
<div class="nav-area">
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="menu.html" target="_blank">Menu</a></li>
<li><a href="service.html" target="_blank">Services</a></li>
<li><a href="team.html" target="_blank">Team</a></li>
<li><a href="blog.html" target="_blank">Blog</a></li>
<li><a href="contact.html" target="_blank">Contact</a></li>
<li><a href="about.html" target="_blank">About Us</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- about section -->
<div class="section-title">
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-text text-center">
<h2>Lattest foody news</h2>
<h1>GET IN TOUCH</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="location-section">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="location">
<i class="fa fa-map-marker" aria-hidden="true"></i>
<h5>Address</h5>
<p>701 Old York drive Richmond USA</p>
</div>
</div>
<div class="col-md-4">
<div class="location">
<i class="fa fa-phone" aria-hidden="true"></i>
<h5>Number</h5>
<p>+8801580600706</p>
</div>
</div>
<div class="col-md-4">
<div class="location">
<i class="fa fa-envelope" aria-hidden="true"></i>
<h5>Mail</h5>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
<div class="map-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3688.945232882404!2d91.81982521425577!3d22.393421985275282!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30acd86d60352eb1%3A0x50d1e2f6282959f0!2sOxygen+Vegetable+Market!5e0!3m2!1sen!2sbd!4v1548611716113" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- foter section -->
<div class="foter-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="foter-text text-center">
<h2 id="about">Food Fues</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<h4>701 Old York Drive Richond USA</h4>
<h4>-1-202-555-0100</h4>
<h4>[email protected]</h4>
<div class="font-icon">
<a href="#"></a><i class="fa fa-facebook-official" aria-hidden="true"></i>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-behance" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copy-right">
<div class="container">
<div class="row">
<div class="col-md-12 text-center copy">
<p>© 2019 All right reserved. Designed by <span>Abdur rahim</span></p>
</div>
</div>
</div>
</div>
<script src="js/main.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>