-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
203 lines (194 loc) · 10.6 KB
/
index.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
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!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.0">
<title>Project web</title>
<link rel="shortcut icon" href="./Octocat.png" type="image/x-icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<style>
.navbar { background-color: #484848; }
.navbar .navbar-nav .nav-link { color: #fff; }
.navbar .navbar-nav .nav-link:hover { color: #fbc531; }
.navbar .navbar-nav .active > .nav-link { color: #fbc531; }
footer a.text-light:hover { color: #fed136!important; text-decoration: none; }
footer .cizgi { border-right: 1px solid #535e67; }
@media (max-width: 992px) { footer .cizgi { border-right: none; } }
</style>
<body>
<header>
<!--- Navbar --->
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand text-white" href="#"><i class="fa fa-graduation-cap fa-lg mr-2"></i>Web tĩnh</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#nvbCollapse" aria-controls="nvbCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="nvbCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item pl-1">
<a class="nav-link" href="#"><i class="fa fa-home fa-fw mr-1"></i>Trang Chủ</a>
</li>
<li class="nav-item active pl-1">
<a class="nav-link" href="#"><i class="fa fa-th-list fa-fw mr-1"></i>Blog</a>
</li>
<li class="nav-item pl-1">
<a class="nav-link" href="#"><i class="fa fa-info-circle fa-fw mr-1"></i>Thông Tin</a>
</li>
<li class="nav-item pl-1">
<a class="nav-link" href="#"><i class="fa fa-phone fa-fw fa-rotate-180 mr-1"></i>Liên Lạc</a>
</li>
<li class="nav-item pl-1">
<a class="nav-link" href="#"><i class="fa fa-user-plus fa-fw mr-1"></i>Đăng Kí</a>
</li>
<li class="nav-item pl-1">
<a class="nav-link" href="#"><i class="fa fa-sign-in fa-fw mr-1"></i>Đăng Nhập</a>
</li>
</ul>
</div>
</div>
</nav>
<!--# Navbar #-->
</header>
<!-- body -->
<div class="container mt-5">
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">Stt</th>
<th scope="col">Tên sản phẩm</th>
<th scope="col">ngày hoàn thành</th>
<th scope="col">với ai</th>
<th scope="col">địa chỉ</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Web the band 3wschool</td>
<td>08/04/2021 -> 12/04/2021</td>
<td>Đinh Văn Thức</td>
<td><a href="./Project01_Web_3wSchool/index.html">truy cập</a></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Chúc mừng sinh nhật cô</td>
<td>01/03 -> 02/03/2021</td>
<td>Một mình</td>
<td><a href="./Project02_3_happy_birt_day/HPBD_teacher/index.html">truy cập</a></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Chúc mừng sinh nhật em :3</td>
<td>??/?? -> 23/05/2021</td>
<td>Đinh Văn Thức</td>
<td><a href="./Project02_3_happy_birt_day/HPBD_By_Thuc/index.html">truy cập</a></td>
</tr>
<tr>
<th scope="row">4</th>
<td>trò chơi con rắn</td>
<td>02/07 -> 05/07/2021</td>
<td>Một mình</td>
<td><a href="./Project04_exam_Snake/index.html">truy cập</a></td>
</tr>
<tr>
<th scope="row">5</th>
<td>Bài Tập lớn: Heap Sort</td>
<td>26/11 -> 10/12/2021</td>
<td>Một mình</td>
<td><a href="./Project05_HeapSort/index.html">truy cập</a></td>
</tr>
<tr>
<th scope="row">6</th>
<td>Danh sách liên kết(Linked list)</td>
<td>01/12 -> 05/12/2021</td>
<td>Nguyễn Văn Thuyên</td>
<td><a href="./Project06_linked_list/index.html">truy cập</a></td>
</tr>
<tr>
<th scope="row">7</th>
<td>luyện code 30 ngày</td>
<td>07/12/2021 -> ??/??/2021</td>
<td>Một mình</td>
<td><a href="./Project07_Luyen_Code_30_Day/index.html">truy cập</a></td>
</tr>
<tr>
<th scope="row">8</th>
<td>Giải thuật sắp xếp cơ bản</td>
<td>15/12/2021 -> 15/12/2021</td>
<td>Vũ Ngọc Anh</td>
<td><a href="./Project08_Basic_Sorting/index.html">truy cập</a></td>
</tr>
<tr>
<th scope="row">9</th>
<td>Hệ Số tương quan</td>
<td>21/12/2021 -> 22/12/2021</td>
<td>Một mình</td>
<td><a href="./Project09_He_So_Tuong_Quan_XXTK/index.html">truy cập</a></td>
</tr>
<tr>
<th scope="row">10</th>
<td>Sinh viên trường mình :))</td>
<td>31/12/2021 -> 31/12/2021</td>
<td>Một mình</td>
<td><a href="./Project10_Sv_phenikaa/index.html">truy cập</a></td>
</tr>
<tr>
<th scope="row">10</th>
<td>Binace check giá</td>
<td>19/3/2022 -> 19/03/2022/td>
<td>Phạm Thành</td>
<td><a href="./Project11_data_binance/index.html">truy cập</a></td>
</tr>
</tbody>
</table>
</div>
<!--- Footer --->
<footer>
<div class="jumbotron jumbotron-fluid bg-secondary p-4 mt-5 mb-0">
<div class="container">
<div class="row">
<div class="col-12 col-sm-12 col-md-12 col-lg-4 col-xl-4 cizgi">
<div class="card bg-secondary border-0">
<div class="card-body text-light text-center">
<h5 class="card-title text-white display-4" style="font-size:30px">Bản Quyền</h5>
<p class="d-inline lead">Mọi quyền được bảo lưu © 2020<br>
<a href="#" class="text-light d-block lead">Blog</a>
</p>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 cizgi">
<div class="card bg-secondary border-0">
<div class="card-body text-center">
<h5 class="card-title text-white display-4" style="font-size:30px">liên lạc</h5>
<a class="text-light d-block lead" style="margin-left: -20px" href="#"><i class="fa fa-phone mr-2"></i>0396396332</a>
<a class="text-light d-block lead" href="#"><i class="fa fa-envelope mr-2"></i>cong.pttc@gmail.com</a>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<div class="card bg-secondary border-0">
<div class="card-body text-center">
<h5 class="card-title text-white display-4" style="font-size:30px">Sosyal Medya</h5>
<a class="text-light" href="https://www.facebook.com/phamtienthanhcong"><i class="fa fa-facebook-square fa-fw fa-2x"></i>facebook</a>
<a class="text-light" href="https://www.tiktok.com/@becong2002"><i class="fa fa-twitter-square fa-fw fa-2x"></i>tiktok</a>
<a class="text-light" href="#"><i class="fa fa-instagram fa-fw fa-2x"></i></a>
<a class="text-light" href="#"><i class="fa fa-linkedin fa-fw fa-2x"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- hello test -->
<!--# Footer #-->
<!-- https://qldt.phenikaa-uni.edu.vn/FileAnhSinhVien/ -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>