-
Notifications
You must be signed in to change notification settings - Fork 1
/
sponsors.html
113 lines (93 loc) · 4.13 KB
/
sponsors.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TetCon 2013</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="static/css/bootstrap.min.css" rel="stylesheet">
<link href="static/css/tetcon.css" rel="stylesheet">
<link href="static/css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="static/js/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="shortcut icon" href="static/img/favicon.ico">
</head>
<body>
<div class="container">
<div class="masthead">
<div class="row-fluid">
<div class="span2">
<img src="static/img/tetcon.jpg">
</div> <!--logo-->
<div class="span10">
<ul class="nav nav-pills pull-right">
<li><a href="index.html">Trang chủ</a></li>
<li><a href="conference.html">Hội thảo</a></li>
<li><a href="cfp.html">CFP</a></li>
<li><a href="register.html">Tham dự</a></li>
<li class="active"><a href="sponsors.html">Tài trợ</a></li>
<li><a href="archives.html">Kho tài liệu</a></li>
</ul>
<div class="row-fluid information pull-right">
<div class="span3 offset1">
<h3>Là gì</h3>
<p>
TetCon là một hội thảo độc lập tập trung vào những kinh nghiệm thiết thực và những cập nhật mới nhất về an toàn thông tin ở Việt Nam và trên thế giới.
</p>
</div>
<div class="span3 offset1">
<h3>Ở đâu</h3>
<p>
<address>
<strong>Hội trường Hòa Bình,</strong><br>
nhà B6, đại học Bách Khoa,<br>
268 Lý Thường Kiệt,<br>
p.14, q.10, tp.HCM.<br>
(<a href="http://goo.gl/maps/zgPII">bản đồ</a>)<br>
</address>
</p>
</div>
<div class="span3 offset1">
<h3>Khi nào</h3>
<p>
<address>
Thứ ba,<br>
<strong>15/1/2013,</strong><br>
8:00 AM - 7:00 PM.<br>
(<a href="https://www.google.com/calendar/event?action=TEMPLATE&tmeid=c3NjdjlzbG8wMXV2aGtpMGVxdnBtNGNoNzAgdGhhaWRuQ0&tmsrc=thaidn%40gmail.com">thêm vào lịch làm việc</a>)<br>
</address>
</p>
</div>
</div>
</div> <!-- menu -->
</div> <!-- menu and logo -->
</div> <!-- masthead -->
<hr>
<div class="jumbotron">
<p class="lead">
Để tổ chức được TetCon 2013 với giá vé thấp cho khách tham dự nhưng vẫn đảm bảo được chất lượng, ban tổ chức rất hi vọng sẽ nhận được sự hỗ trợ về mặt tài chính của các cá nhân, doanh nghiệp, tổ chức trong và ngoài nước. Xin vui lòng xem tệp đính kèm để biết thêm thông tin về tài trợ.
</p>
<a class="btn btn-large btn-success" href="https://docs.google.com/file/d/0B_L6MdkbAn4MRmFVNkVGNUE0S3M/edit">Thông tin cho nhà tài trợ</a>
</div>
<div class="row-fluid information">
</div>
<hr>
<div class="footer muted">
<address>
© TetCon 2013<br>
Liên hệ: <a href="mailto:[email protected]">[email protected]</a>.<br>
</address>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="static/js/bootstrap.min.js"></script>
</body>
</html>