-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.html
More file actions
304 lines (282 loc) · 15.9 KB
/
project.html
File metadata and controls
304 lines (282 loc) · 15.9 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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Projects | Trần Hữu Đạt</title>
<link rel="icon" type="image/png" href="assets/favicon.png" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Link CSS của bạn -->
<link rel="stylesheet" href="css/components/base.css" />
<link rel="stylesheet" href="css/components/header.css" />
<link rel="stylesheet" href="css/components/hero.css" />
<link rel="stylesheet" href="css/components/music-player.css" />
<link rel="stylesheet" href="css/components/sections.css" />
<link rel="stylesheet" href="css/components/about.css" />
<link rel="stylesheet" href="css/components/skills.css" />
<link rel="stylesheet" href="css/components/projects.css" />
<link rel="stylesheet" href="css/components/blog.css" />
<link rel="stylesheet" href="css/components/experience.css" />
<link rel="stylesheet" href="css/components/contact.css" />
<link rel="stylesheet" href="css/components/animations.css" />
<link rel="stylesheet" href="css/components/awards.css" />
<link rel="stylesheet" href="css/components/footer.css" />
<link rel="stylesheet" href="css/components/wakatime.css" />
<link rel="stylesheet" href="css/components/featured-projects.css" />
<link rel="stylesheet" href="css/components/interactive-skills.css" />
<link rel="stylesheet" href="css/components/theme.css" />
<link rel="stylesheet" href="css/projects-page.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
</head>
<body>
<!-- Thanh tiến trình cuộn -->
<div class="scroll-progress-bar"></div>
<!-- Header hiện đại (đã cập nhật link) -->
<header class="main-header">
<a class="logo" href="index.html"><span>tranhuudat</span>2004</a>
<div class="header-navigation">
<nav class="main-nav">
<!-- Các link này điều hướng về trang chủ -->
<a href="index.html#hero">Home</a>
<a href="index.html#about">About</a>
<a href="index.html#skills">Skills</a>
<a href="project.html" class="is-active">Projects</a> <!-- Link Projects active -->
<a href="index.html#experience">Experience</a>
<a href="index.html#blog">Blog</a>
<a href="index.html#contact">Contact</a>
<span class="nav-indicator"></span>
</nav>
<a href="assets/resume.pdf" class="resume-button">Resume</a>
<!-- Nút chuyển theme sẽ hoạt động nhờ file JS chung -->
<button id="theme-toggle" class="theme-toggle-btn">
<i class="fas fa-sun"></i>
<i class="fas fa-moon"></i>
</button>
</div>
</header>
<!-- ====================================================== -->
<!-- Music Player Widget -->
<!-- ====================================================== -->
<div class="music-player-widget">
<img src="assets/song-cover.png" alt="Song Cover" class="song-cover" id="song-cover">
<div class="song-info">
<h4 id="song-title">Điều chưa nói</h4>
<p id="song-artist">Tia ft. OMIXX</p>
</div>
<div class="player-controls">
<!-- Thêm ID cho các nút -->
<i class="fas fa-backward-step" id="prev-btn"></i>
<i class="fas fa-pause" id="play-pause-btn"></i> <!-- Bắt đầu với icon pause -->
<i class="fas fa-forward-step" id="next-btn"></i>
</div>
<i class="fas fa-volume-high"></i> <!-- Phần volume sẽ làm sau nếu bạn muốn -->
</div>
<main class="page-wrapper">
<!-- <section class="projects-hero">
<div class="hero-background"></div>
<div class="container hero-container">
<div class="hero-text-content animate-on-scroll">
<div class="welcome-badge">Portfolio Highlights</div>
<h1 class="animate-on-scroll">
My Creative<br>
<span class="gradient-text">Journey</span>
</h1>
<p class="animate-on-scroll">A collection of web applications, experiments, and interactive tools built with passion and code.</p>
<div class="hero-buttons">
<a href="index.html" class="btn btn-secondary">
<i class="fas fa-arrow-left"></i> Back to Home
</a>
</div>
</div>
</div>
</section> -->
<section id="projects" class="content-section">
<div class="section-header animate-on-scroll">
<div class="section-badge">Gallery</div>
<h2 class="section-title">All Projects</h2>
<div class="title-underline"></div>
</div>
<!-- Grid Container for Projects -->
<div class="container">
<div class="blog-grid">
<!-- PROJECT 1: Omacha Shop -->
<div class="blog-post-card glass-card animate-on-scroll">
<div class="blog-card-image">
<img src="assets/banner_omacha.png" alt="Omacha Homepage">
</div>
<div class="blog-card-content">
<div class="blog-card-tags">
<span>PHP</span><span>MySQL</span><span>Full-stack</span>
</div>
<h3>Omacha Shop E-Commerce</h3>
<p>A comprehensive toy e-commerce platform designed for a fun shopping experience and
powerful admin tools.</p>
<div class="project-links">
<a href="https://github.com/TranHuuDat2004/Omacha_Shop" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="https://tranhuudat2004.github.io/Omacha-Shop-Demo/" target="_blank" aria-label="Live Demo"><i class="fas fa-link"></i></a>
</div>
</div>
</div>
<!-- PROJECT 2: BrickShop -->
<div class="blog-post-card glass-card animate-on-scroll">
<div class="blog-card-image">
<img src="assets/banner_brickshop.png" alt="BrickShop Homepage">
</div>
<div class="blog-card-content">
<div class="blog-card-tags">
<span>Node.js</span><span>Express.js</span><span>TailwindCSS</span>
</div>
<h3>BrickShop E-Commerce</h3>
<p>A modern e-commerce hub for building block fans, developed with Node.js and a Tailwind
CSS admin UI.</p>
<div class="project-links">
<a href="https://github.com/TranHuuDat2004/BrickShop" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="#" aria-label="Project Details"><i class="fas fa-link"></i></a>
</div>
</div>
</div>
<!-- PROJECT 3: ZStyle -->
<div class="blog-post-card glass-card animate-on-scroll">
<div class="blog-card-image">
<img src="assets/banner_zstyle.png" alt="ZStyle Homepage">
</div>
<div class="blog-card-content">
<div class="blog-card-tags">
<span>PHP</span><span>MySQL</span><span>Frontend</span>
</div>
<h3>ZStyle Fashion E-Commerce</h3>
<p>Developed a basic clothing e-commerce website as part of a course project, implementing
core features.</p>
<div class="project-links">
<a href="https://github.com/TranHuuDat2004/ZStyle" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<!-- PROJECT 4: Unidoc -->
<div class="blog-post-card glass-card animate-on-scroll">
<div class="blog-card-image">
<img src="assets/banner_unidoc.png" alt="Unidoc Homepage">
</div>
<div class="blog-card-content">
<div class="blog-card-tags">
<span>React</span><span>Tailwind CSS</span><span>Firebase</span>
</div>
<h3>Unidoc Document Hub</h3>
<p>A comprehensive document hub designed to help university students easily manage, find,
and share their study materials.</p>
<div class="project-links">
<a href="#" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="#" aria-label="Live Demo"><i class="fas fa-link"></i></a>
</div>
</div>
</div>
<!-- PROJECT 5: Aptis Practice -->
<div class="blog-post-card glass-card animate-on-scroll">
<div class="blog-card-image">
<img src="assets/banner_Aptis.png" alt="Aptis Practice UI">
</div>
<div class="blog-card-content">
<div class="blog-card-tags">
<span>HTML5</span><span>CSS3</span><span>JS</span>
</div>
<h3>Aptis Practice Testing Tool</h3>
<p>An interactive web tool built to solve a personal problem after a first attempt at the
Aptis test.</p>
<div class="project-links">
<a href="https://github.com/TranHuuDat2004/aptis-practice" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="https://tranhuudat2004.github.io/aptis-practice/" target="_blank" aria-label="Live Demo"><i class="fas fa-link"></i></a>
<a href="https://www.figma.com/community/file/1622808499508850540/aptis-e-learning-exam-practice-platform-ui-aptis-practice"
target="_blank" aria-label="Figma Design"><i class="fab fa-figma"></i></a>
</div>
</div>
</div>
<!-- PROJECT 6: Puzzle & Image Tools -->
<div class="blog-post-card glass-card animate-on-scroll">
<div class="blog-card-image">
<img src="assets/home_game_tool.png" alt="Puzzle & Image Tools UI">
</div>
<div class="blog-card-content">
<div class="blog-card-tags">
<span>HTML5</span><span>CSS3</span><span>JS</span>
</div>
<h3>Puzzle & Image Tools Suite</h3>
<p>An engaging web application that includes an interactive puzzle game and practical image
processing tools.</p>
<div class="project-links">
<a href="https://tranhuudat2004.github.io/games_tools/" target="_blank" aria-label="Live Demo"><i class="fas fa-link"></i></a>
</div>
</div>
</div>
<!-- PROJECT 7: Signature Verification -->
<div class="blog-post-card glass-card animate-on-scroll">
<div class="blog-card-image">
<img src="assets/home_handwriting.png" alt="Signature Verification Concept">
</div>
<div class="blog-card-content">
<div class="blog-card-tags">
<span>Python</span><span>TensorFlow</span><span>Keras</span>
</div>
<h3>Signature Verification</h3>
<p>Developed a model to verify handwritten signatures using Machine Learning techniques in
Google Colab.</p>
<div class="project-links">
<a href="https://github.com/TranHuuDat2004/handwriting-signature-recognition" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="hero-buttons">
<a href="index.html" class="btn btn-secondary">
<i class="fas fa-arrow-left"></i> Back to Home
</a>
</div>
</div>
</section>
</main>
<footer class="main-footer">
<div class="container footer-container">
<!-- Cột 1: Giới thiệu -->
<div class="footer-column footer-about">
<h3 class="footer-logo"><span>tranhuudat</span>2004</h3>
<p>A passionate Web Developer dedicated to building beautiful and useful applications.</p>
</div>
<!-- Cột 2: Quick Links -->
<div class="footer-column footer-links">
<h4 class="footer-title">Quick Links</h4>
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="assets/resume.pdf" download>Resume</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<!-- Cột 3: Connect with Me -->
<div class="footer-column footer-connect">
<h4 class="footer-title">Connect with Me</h4>
<ul>
<li><a href="https://github.com/TranHuuDat2004" target="_blank"><i class="fab fa-github"></i>
GitHub</a>
</li>
<li><a href="https://linkedin.com/in/tranhuudat2004" target="_blank"><i
class="fab fa-linkedin-in"></i>
LinkedIn</a></li>
<li><a href="mailto:[email protected]"><i class="fas fa-envelope"></i> Email</a></li>
</ul>
</div>
</div>
<!-- Dòng Copyright ở dưới cùng -->
<div class="footer-copyright">
<div class="container">
<p>Copyright © <span id="currentYear"></span> Trần Hữu Đạt. All rights reserved.</p>
<p>Last updated: <b> October 14th 2025</b></p>
</div>
</div>
</footer>
<audio id="audio-source"></audio>
<script src="js/playlist.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>