-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
289 lines (257 loc) · 10 KB
/
index.html
File metadata and controls
289 lines (257 loc) · 10 KB
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Phạm Anh Tuấn - Cybersecurity Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
:root {
--bg-color: #0d1117; /* Màu nền tối kiểu GitHub Dark */
--text-color: #c9d1d9;
--accent-color: #58a6ff; /* Màu xanh điểm nhấn */
--card-bg: #161b22;
--border-color: #30363d;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: var(--bg-color);
color: var(--text-color);
line-height: 1.6;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 2rem 1rem;
}
/* Header Section */
header {
text-align: center;
margin-bottom: 3rem;
border-bottom: 1px solid var(--border-color);
padding-bottom: 2rem;
}
h1 {
color: #fff;
margin-bottom: 0.5rem;
}
.subtitle {
color: #8b949e;
font-size: 1.1rem;
margin-bottom: 1.5rem;
}
.social-links a {
color: var(--text-color);
font-size: 1.5rem;
margin: 0 15px; /* Tăng khoảng cách icon ra chút cho thoáng */
text-decoration: none;
transition: color 0.3s;
}
.social-links a:hover {
color: var(--accent-color);
}
/* Nút Download CV */
.cv-button {
display: inline-block;
background-color: #2ea44f;
color: white;
padding: 8px 16px;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
border: 1px solid rgba(27,31,35,0.15);
font-size: 0.95rem;
transition: background-color 0.2s;
}
.cv-button:hover {
background-color: #2c974b;
}
/* Sections */
section {
margin-bottom: 3rem;
}
h2 {
color: #fff;
border-bottom: 2px solid var(--border-color);
padding-bottom: 0.5rem;
margin-bottom: 1.5rem;
}
/* Project Cards */
.project-card {
background-color: var(--card-bg);
border: 1px solid var(--border-color);
border-radius: 6px;
padding: 1.5rem;
margin-bottom: 1.5rem;
}
.project-title {
color: var(--accent-color);
font-size: 1.25rem;
font-weight: bold;
margin-bottom: 0.5rem;
display: block;
text-decoration: none;
}
.tech-stack {
margin-top: 10px;
}
.tech-stack span {
display: inline-block;
background-color: #21262d;
color: #8b949e;
padding: 2px 8px;
border-radius: 12px;
font-size: 0.85rem;
margin-right: 5px;
margin-bottom: 5px; /* Để khi xuống dòng không bị dính */
border: 1px solid var(--border-color);
}
/* Skills Grid */
.skills-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1rem;
}
.skill-item {
background: var(--card-bg);
padding: 1rem;
border-radius: 6px;
border: 1px solid var(--border-color);
text-align: center;
}
.skill-item i {
color: var(--accent-color);
font-size: 2rem;
margin-bottom: 0.5rem;
}
/* Footer */
footer {
text-align: center;
color: #8b949e;
font-size: 0.9rem;
margin-top: 4rem;
padding-top: 2rem;
border-top: 1px solid var(--border-color);
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Phạm Anh Tuấn</h1>
<div style="margin-top: 10px; margin-bottom: 20px;">
<a href="CV_PhamAnhTuan.pdf" download class="cv-button">
<i class="fas fa-file-download"></i> Tải xuống CV (PDF)
</a>
</div>
<div class="subtitle">
🛡️ Applied IT Student @VNU-IS | Cybersecurity Enthusiast<br>
Đam mê: AI Security, SQL Injection & Secure Database
</div>
<div class="social-links">
<a href="mailto:080at080@gmail.com" title="Email"><i class="fas fa-envelope"></i></a>
<a href="https://www.linkedin.com/in/phạm-anh-tuấn-148b9b1a3/" target="_blank" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/ATishere" target="_blank" title="GitHub"><i class="fab fa-github"></i></a>
</div>
</header>
<section>
<h2>🚀 Dự Án Nổi Bật</h2>
<div class="project-card">
<a href="#" class="project-title">AI Prompt Injection Research & Defense</a>
<p>
Nghiên cứu các phương thức tấn công (Jailbreak) vào các mô hình ngôn ngữ lớn (LLMs) Tiếng Việt.
Xây dựng tập dữ liệu Malicious Prompts và thực nghiệm kỹ thuật Fine-tuning (LoRA/DPO) để giả lập tấn công (Red Teaming).
Đề xuất giải pháp lọc nội dung cho ứng dụng AI.
</p>
<div class="tech-stack">
<span>AI Security</span>
<span>Python</span>
<span>LLM Fine-tuning</span>
<span>Red Teaming</span>
</div>
</div>
<div class="project-card">
<a href="#" class="project-title">Ransomware-Proof Database Strategy</a>
<p>
Xây dựng chiến lược sao lưu và phục hồi cơ sở dữ liệu có khả năng chống lại mã độc tống tiền.
Sử dụng PostgreSQL kết hợp với MinIO (Object Storage) để thiết lập cơ chế "Immutable Backups" (Sao lưu bất biến).
Đảm bảo quy tắc backup 3-2-1.
</p>
<div class="tech-stack">
<span>PostgreSQL</span>
<span>MinIO</span>
<span>Docker</span>
<span>Disaster Recovery</span>
</div>
</div>
<div class="project-card">
<a href="#" class="project-title">SQL Injection & Cryptography Lab</a>
<p>
Thực hành chuyên sâu về các kỹ thuật tấn công SQL Injection (Blind, Union-based).
Sử dụng Burp Suite để phân tích gói tin và thao tác dữ liệu.
Triển khai mã hóa RSA để bảo vệ dữ liệu nhạy cảm trong ứng dụng web.
</p>
<div class="tech-stack">
<span>SQL Injection</span>
<span>Cryptography</span>
<span>Burp Suite</span>
<span>Web Security</span>
</div>
</div>
<div class="project-card">
<a href="#" class="project-title">Android System Customization</a>
<p>
Nghiên cứu cấu trúc hệ điều hành Android và tùy biến ROM Origin OS trên thiết bị Vivo S5.
Can thiệp hệ thống để tối ưu hóa hiệu năng và loại bỏ bloatware.
</p>
<div class="tech-stack">
<span>Android</span>
<span>System Modding</span>
<span>Custom ROM</span>
</div>
</div>
</section>
<section>
<h2>💪 Kỹ Năng</h2>
<div class="skills-grid">
<div class="skill-item">
<i class="fas fa-shield-alt"></i>
<h3>Cybersecurity</h3>
<p>Burp Suite, OWASP Top 10, SQL Injection, AI Red Teaming</p>
</div>
<div class="skill-item">
<i class="fas fa-database"></i>
<h3>Database & System</h3>
<p>PostgreSQL, MySQL, Docker, MinIO, Linux (Bash)</p>
</div>
<div class="skill-item">
<i class="fas fa-code"></i>
<h3>Programming</h3>
<p>Python (Scripting), SQL, HTML/CSS</p>
</div>
<div class="skill-item">
<i class="fas fa-chart-line"></i>
<h3>Soft Skills</h3>
<p>Problem Solving, Discipline (Gym/Sports), Research</p>
</div>
</div>
</section>
<section>
<h2>🎓 Học Vấn</h2>
<div class="project-card">
<div style="display:flex; justify-content:space-between; flex-wrap: wrap;">
<span class="project-title">Cử Nhân Công Nghệ Thông Tin Ứng Dụng</span>
<span>2022 - 2026 (Dự kiến)</span>
</div>
<p><strong>Trường Quốc tế - Đại học Quốc gia Hà Nội (VNU-IS)</strong></p>
<p>GPA: 2.9/4.0 | Tập trung nghiên cứu: An toàn thông tin & Dữ liệu.</p>
</div>
</section>
<footer>
<p>© 2025 Phạm Anh Tuấn. Built for Security & Innovation.</p>
</footer>
</div>
</body>
</html>