-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
161 lines (122 loc) · 4.25 KB
/
about.html
File metadata and controls
161 lines (122 loc) · 4.25 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>KOREAN FAMILY MART</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Andika' rel='stylesheet'>
<!-- Custom styles for this template -->
<link href="css/landing-page.min.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-light bg-light static-top">
<div class="container" style="font-family:Comic Sans MS, Comic Sans, cursive ; font-size: 20px">
<a class="navbar-brand" href="index.html">Korean Family Market</a>
<a class="active" href="index.html">Home</a>
<a class="active" href="about.html">About</a>
<a class="active" href="product.html">Product</a>
<a class="active" href="locate.html">Locate Us</a>
</div>
</nav>
<!-- Masthead -->
<header class="masthead text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto ">
</div>
</div>
</div>
</header>
<div style="height: 25px; background-color: #E6E6FA"></div>
<br>
<h3 style="text-align: center;"> We Are Available On : </h3>
<br>
<table>
<tr>
<th>DAYS</th>
<th>TIME</th>
</tr>
<tr>
<td>Sunday</td>
<td>10:00 AM to 10:00 PM</td>
</tr>
<tr>
<td>Monday</td>
<td>10:00 AM to 10:00 PM</td>
</tr>
<tr>
<td>Tuesday</td>
<td>10:00 AM to 10:00 PM</td>
</tr>
<tr>
<td>Wednesday</td>
<td>10:00 AM to 10:00 PM</td>
</tr>
<tr>
<td>Thursday</td>
<td>10:00 AM to 10:00 PM</td>
</tr>
<tr>
<td>Friday</td>
<td>10:00 AM to 10:00 PM</td>
</tr>
<tr>
<td>Saturday</td>
<td>10:00 AM to 10:00 PM</td>
</tr>
</table>
<!-- Testimonials -->
<section class="testimonials text-center bg-light">
<div class="container">
<h2 class="mb-5">About Our Shop</h2>
<div class="row">
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img style="width:900px;height:250px; margin-left: auto;
margin-right: auto; " src="img/i.jpg" alt="">
</div>
</div>
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<h5>100% Korean Product </h5>
<p class="th, td " style="font-size: 20px;">You can get anything you need within a day. Korean family Market offers convenience,high quality product, and best services.
Biggest Tteokpokki Supplier #떡볶이 #Tteokbokki # 辣炒年糕 # KoreaRiceCake </p>
</div>
</div>
</div>
</div>
</div>
</section>
<div style="height: 25px; background-color: #E6E6FA"></div>
<div style="height: 25px; background-color: #E6E6FA"></div>
<!-- Call to Action -->
<section class="call-to-action text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-faded text-center py-5">
<div class="container">
<p class="m-0 small">Copyright © Ilevarasi 2020. All Rights Reserved.</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>