-
Notifications
You must be signed in to change notification settings - Fork 0
/
confirm.html
116 lines (106 loc) · 5.43 KB
/
confirm.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/style.css" />
<title>Confirm</title>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,vietnamese,latin-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic&subset=latin,latin-ext,vietnamese' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<!-- HEADER -->
<div class="block-header">
<div class="row">
<div class="col-md-8 col-sm-10">
<h1 class="logo"><a href="index.html"><img src="img/afk-logo.png" alt="AFK Store" /></a></h1>
<ul class="main-menu">
<li><a href="products.html">Thời trang</a></li>
<li><a href="products.html">Gaming Gears</a></li>
<li><a href="items.html">Dota 2 Item</a></li>
</ul>
<ul class="sub-menu">
<li><a href="content1.html">Hướng dẫn</a></li>
<li><a href="content2.html">Thanh toán</a></li>
<li><a href="content3.html">Cửa hàng</a></li>
</ul>
</div>
<div class="col-md-4 col-sm-2">
<a href="cart.html" class="pull-right btn btn-big btn-red">Inventory</a>
</div>
</div>
</div>
<!-- CONTENT -->
<div class="block-content">
<h1 class="page-heading"><span>Thành công</span></h1>
<div class="confirm">
<div class="padding">
<div class="row">
<div class="col-md-9">
<p class="big">Đã đặt hàng thành công!</p>
<p>Cảm ơn bạn đã lựa chọn sản phẩm tại AFK Store. Xin vui lòng tham khảo các hướng dẫn trên website hoặc liên hệ trực tiếp với chúng tôi qua Facebook và số điện thoại Hotline.</p>
<p><a href="index.html" class="btn btn-red btn-big">Hoàn tất</a> <a href="content1.html" class="btn btn-big">Hướng dẫn</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- BOTTOM -->
<div class="block-bottom">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="module address">
<h3><b>Địa chỉ cửa hàng </b>AFK Store</h3>
<div class="row">
<div class="col-sm-12 col-xs-6">
<p><b>AFK STORE TP.HCM</b><br />Số 1B Trần Văn Đang, P9, Q3<br />09:00 - 20:30</p>
</div>
<div class="col-sm-12 col-xs-6">
<p><b>AFK STORE HÀ NỘI</b><br />P306, D7 Vĩnh Hồ, 61 Thái Thịnh<br />09:00 - 17:30</p>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="module hotline">
<h3><b>Hỗ trợ </b>Khách hàng</h3>
<!--<p><iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fafkstorevn&width=200&height=72&colorscheme=dark&show_faces=false&header=false&stream=false&show_border=false&appId=219148504876145" scrolling="no" frameborder="0" style="overflow:hidden; width:100%; height:72px;" allowTransparency="true"></iframe></p>-->
<p>Hà Nội: <b>0966360955</b><br />TP.HCM: <b>0966360955</b><br />Trader: <b>0966360955</b></p>
</div>
</div>
<div class="clearfix visible-sm"></div>
<div class="col-md-3 col-sm-6">
<div class="module payment">
<h3><b>Các hình thức </b>Thanh toán</h3>
<p>Ngoài hình thức chuyển khoản ngân hàng hoặc mua trực tiếp, các bạn có thể lựa chọn thanh toán sau khi nhận hàng, áp dụng trên toàn quốc.</p>
<p>Đối với các đơn hàng item, bạn có thể thanh toán trực tiếp ngay tại một số phòng game đại lý trong khu vực.</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="module support">
<h3><b>Hướng dẫn </b>Mua hàng</h3>
<ul>
<li><a href="#">Đặt hàng qua website</a></li>
<li><a href="#">Hướng dẫn thanh toán</a></li>
<li><a href="#">Phương thức giao hàng</a></li>
<li><a href="#">Giao dịch qua Steam</a></li>
<li><a href="#">Các phòng game đại lý</a></li>
<li><a href="#">Các điều khoản</a></li>
<li><a href="#">Câu hỏi thường gặp</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<div class="block-footer">
<div class="row">
<div class="col-md-12">
<div class="module footer" align="center"><img src="img/footer-img-1.png" /><img src="img/footer-img-2.png" /><img src="img/footer-img-3.png" /></div>
</div>
</div>
</div>
</div>
</body>
</html>