Skip to content

Commit 2345c3b

Browse files
add favicon
1 parent c1c506c commit 2345c3b

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

assets/favicon.png

37.1 KB
Loading

assets/logo_handwriting.png

107 KB
Loading

contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<meta name="description" content="Contact Tran Huu Dat for collaborations or inquiries." /> <!-- Cập nhật -->
77
<meta name="author" content="Tran Huu Dat" /> <!-- Cập nhật -->
88
<title>Contact Me - Tran Huu Dat</title> <!-- Cập nhật -->
9-
<!-- Favicon-->
10-
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
9+
1110
<!-- Custom Google font-->
1211
<link rel="preconnect" href="https://fonts.googleapis.com" />
1312
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -17,6 +16,7 @@
1716
<!-- Core theme CSS (includes Bootstrap)-->
1817
<link href="css/styles.css" rel="stylesheet" />
1918

19+
<link rel="icon" type="image/png" href="assets/favicon.png"/>
2020
<!-- CSS cho Cursor -->
2121
<style>
2222
body {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="Tran Huu Dat" /> <!-- Cập nhật -->
99
<title>Tran Huu Dat - Web Developer Portfolio</title> <!-- Cập nhật -->
1010
<!-- Favicon-->
11-
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> <!-- Đảm bảo có file này -->
11+
<link rel="icon" type="image/png" href="assets/favicon.png"/>
1212
<!-- Custom Google font-->
1313
<link rel="preconnect" href="https://fonts.googleapis.com" />
1414
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

projects.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="Tran Huu Dat" />
99
<title>Projects - Tran Huu Dat</title>
1010
<!-- Favicon-->
11-
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
11+
<link rel="icon" type="image/png" href="assets/favicon.png"/>
1212
<!-- Custom Google font-->
1313
<link rel="preconnect" href="https://fonts.googleapis.com" />
1414
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -305,13 +305,13 @@ <h2 class="text-primary fw-bolder mb-4 text-center">Machine Learning</h2>
305305
<div class="card-body p-0">
306306
<div class="d-flex flex-column flex-md-row align-items-center">
307307
<div class="text-center text-md-start p-3 p-md-0">
308-
<img class="img-fluid project-card-image" src="assets/logo_signature_colab.png" alt="Signature Verification Logo" />
308+
<img class="img-fluid project-card-image" src="assets/logo_handwriting.png" alt="Signature Verification Logo" />
309309
</div>
310310
<div class="p-4 p-md-5 flex-grow-1">
311311
<h3 class="fw-bolder">Signature Verification System</h3>
312312
<p>Developed a model to authenticate handwritten signatures using Machine Learning techniques in Google Colab, achieving high accuracy in identifying genuine and forged signatures.</p>
313313
<p><em>Tech: Python, TensorFlow/Keras, OpenCV, Matplotlib, Colab.</em></p>
314-
<a href="LINK_TO_YOUR_SIGNATURE_REPO" class="btn btn-sm btn-outline-primary mt-2" target="_blank" rel="noopener noreferrer">View Repository</a>
314+
<a href="https://github.com/TranHuuDat2004/handwriting-signature-recognition" class="btn btn-sm btn-outline-primary mt-2" target="_blank" rel="noopener noreferrer">View Repository</a>
315315
</div>
316316
</div>
317317
</div>

resume.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="Tran Huu Dat" /> <!-- Cập nhật author -->
99
<title>Resume - Tran Huu Dat</title> <!-- Cập nhật title -->
1010
<!-- Favicon-->
11-
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
11+
<link rel="icon" type="image/png" href="assets/favicon.png"/>
1212
<!-- Custom Google font-->
1313
<link rel="preconnect" href="https://fonts.googleapis.com" />
1414
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

0 commit comments

Comments
 (0)