Skip to content

Commit 04d36d5

Browse files
feats: update resume
1 parent 707e423 commit 04d36d5

8 files changed

Lines changed: 11 additions & 7 deletions
72.7 KB
Binary file not shown.
104 KB
Binary file not shown.
35.6 KB
Binary file not shown.
11.4 KB
Binary file not shown.
458 KB
Loading

css/resume-page.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
justify-content: center; /* Căn giữa nội dung nút */
7272
}
7373

74+
.btn-download{
75+
font-size: 14px;
76+
}
77+
7478

7579
/* --- Responsive cho màn hình nhỏ --- */
7680
@media (max-width: 992px) {

download-resume.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2 class="section-title">Download My Resume</h2>
7373
<div class="resume-container">
7474
<!-- Cột Trái: Hiển thị ảnh CV -->
7575
<div class="resume-preview glass-card animate-on-scroll">
76-
<img src="assets/summary.PNG" alt="Preview of Tran Huu Dat's Resume">
76+
<img src="assets/resume/TranHuuDat-Resume-Summary.png" alt="Preview of Tran Huu Dat's Resume">
7777
</div>
7878

7979
<!-- Cột Phải: Các lựa chọn tải về -->
@@ -89,10 +89,10 @@ <h3>Summary CV (1 Page)</h3>
8989
projects. Ideal for a quick overview.</p>
9090
<div class="download-buttons">
9191
<a href="assets/resume/TranHuuDat-Resume-Summary.pdf" class="btn btn-primary" download>
92-
<i class="fas fa-download"></i> English Version
92+
<i class="fas fa-download"></i> English
9393
</a>
9494
<a href="assets/resume/TranHuuDat-Resume-Summary-VN.pdf" class="btn btn-secondary" download>
95-
<i class="fas fa-download"></i> Vietnamese Version
95+
<i class="fas fa-download"></i> Vietnamese
9696
</a>
9797
</div>
9898
</div>
@@ -121,10 +121,10 @@ <h3>Academic Transcripts</h3>
121121
<p class="download-desc">Official academic records, including semester grades and cumulative GPA
122122
reports.</p>
123123
<div class="download-buttons">
124-
<a href="assets/score/BangDiemHocKi-TranHuuDat.pdf" class="btn btn-primary" download>
124+
<a href="assets/score/BangDiemHocKi-TranHuuDat.pdf" class="btn btn-primary btn-download" download>
125125
<i class="fas fa-file-pdf"></i> Semester Grades
126126
</a>
127-
<a href="assets/score/BangDiemTichLuy-TranHuuDat.pdf" class="btn btn-secondary" download>
127+
<a href="assets/score/BangDiemTichLuy-TranHuuDat.pdf" class="btn btn-secondary btn-download" download>
128128
<i class="fas fa-file-pdf"></i> Cumulative GPA
129129
</a>
130130
</div>
@@ -195,7 +195,7 @@ <h4 class="footer-title">Connect with Me</h4>
195195
<div class="footer-copyright">
196196
<div class="container">
197197
<p>Copyright © <span id="currentYear"></span> Trần Hữu Đạt. All rights reserved.</p>
198-
<p>Last updated: <b> October 14th 2025</b></p>
198+
<p>Last updated: <b> March 30th 2026</b></p>
199199
</div>
200200
</div>
201201
</footer>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ <h4 class="footer-title">Themes</h4>
747747
<div class="footer-copyright">
748748
<div class="container">
749749
<p>Copyright © <span id="currentYear"></span> Trần Hữu Đạt. All rights reserved.</p>
750-
<p>Last updated: <b> January 27th 2026</b></p>
750+
<p>Last updated: <b> March 30th 2026</b></p>
751751
</div>
752752
</div>
753753
</footer>

0 commit comments

Comments
 (0)