-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
52 lines (50 loc) · 2.67 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
<!DOCTYPE html>
<html>
<head>
<title>Mobile Store | About</title>
<meta name="description" content="This is the description">
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header class="main-header">
<nav class="nav main-nav">
<ul>
<li><a href="index.html">TRANG CHỦ</a></li>
<li><a href="store.html">CỬA HÀNG</a></li>
<li><a href="about.html">VỀ CHÚNG TÔI</a></li>
</ul>
</nav>
<h1 class="band-name band-name-large">Mobile Store</h1>
</header>
<section class="content-section container">
<h2 class="section-header">GIỚI THIỆU</h2>
<img class="about-band-image" src="Images/logo.jpg">
<p class="col">Công ty Cổ phần Đầu tư Thế Giới Di Động (MWG) là nhà bán lẻ số 1 Việt Nam về doanh thu và lợi nhuận, với mạng lưới hơn 3.000 cửa hàng trên toàn quốc. MWG vận hành các chuỗi bán lẻ thegioididong.com, Điện Máy Xanh, Bách Hoá Xanh. Ngoài ra, MWG đã mở rộng ra thị trường nước ngoài với chuỗi bán lẻ Bigphone tại Campuchia.
Thegioididong.com được thành lập từ năm 2004, là chuỗi bán lẻ thiết bị di động (điện thoại di động, máy tính bảng, laptop và phụ kiện) có thị phần số 1 Việt Nam với khoảng 1.000 cửa hàng hiện diện tại 63 tỉnh thành trên khắp Việt Nam.
Website: <a href="http://bros-shop.herokuapp.com" target="_blank" class="name">www.thegioididong.com</a></p>
</section>
<footer class="main-footer">
<div class="container main-footer-container">
<h3 class="band-target">Mobile Store</h3>
<ul class="mav footer-nav">
<li>
<a href="https://www.youtube.com" target="_blank">
<img src="Images/YouTube Logo.png">
</a>
</li>
<li>
<a href="https://www.spotify.com" target="_blank">
<img src="Images/Spotify Logo.png">
</a>
</li>
<li>
<a href="https://www.facebook.com" target="_blank">
<img src="Images/Facebook Logo.png">
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>