-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms-and-conditions.php
140 lines (66 loc) · 3.2 KB
/
terms-and-conditions.php
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
<!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, maximum-scale=1">
<meta name="description" content="Agile is an IT Institute aiming to equip the youth with latest technologies making them professionally sound to achieve their futuristic goals" />
<meta name="keywords" content="aiit, agile, agile institute, computer, graphic designing, web designing, institute in rawalpindi, it institute, education" />
<meta name="author" content="Shahid Bin Shafiq, Yasir Ali, Ziafat Ali" />
<title>ETA - Cuộc thi tiếng anh chuyên ngành khoa Kế toán Kiểm toán ĐHKT - ĐHQGHN</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/plugins.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="site-wrapper">
<header class="header-wrap">
<?php include 'incl/header.php';?>
</header><!--/.header-wrap-->
<div class="main-banner ">
<div class="inner-top-banner">
</div><!--/.inner-top-banner-->
<div class="page-title-bar">
<div class="container">
<h1>Điều Khoản & Điều Kiện</h1>
</div><!--/.container-->
</div><!--/.page-title-bar-->
</div><!--/.main-banner-->
<div class="page-content-wrap course-detail-page">
<section class="course-detail-sec">
<div class="container">
<div class="row">
<div class="col-sm-8">
<div class="inner-page-content-wrap">
<h2>Description</h2>
</div><!--/.inner-page-content-wrap-->
</div><!--/.col-sm-8-->
<div class="col-sm-4 hide-sm">
<div class="inner-page-aside">
<h4>Related Links</h4>
<ul class="aside-nav-list">
<li><a href="privacy.php">Privacy Policy</a></li>
<li class="active"><a href="terms-and-conditions.php">Terms & Conditions</a></li>
</ul>
</div><!--/.inner-page-aside-->
</div><!--/.col-sm-4-->
</div><!--/.row-->
</div><!--/.container-->
</section><!--/.course-detail-sec-->
<div class="page-bottom-sap"></div><!--/.page-bottom-sap-->
</div><!--/.page-content-wrap course-detail-page-->
<footer class="footer-wrap">
<?php include 'incl/footer.php';?>
</footer><!--/.footer-wrap-->
</div><!--/.site-wrapper-->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/theme.js"></script>
</body>
</html>