-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.html
More file actions
259 lines (237 loc) · 14.6 KB
/
project.html
File metadata and controls
259 lines (237 loc) · 14.6 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
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Khám phá các dự án lập trình và thiết kế của Trần Hữu Đạt, từ các nền tảng thương mại điện tử Omacha Shop, BrickShop đến các công cụ học tập tương tác như Aptis Practice." />
<title>My Projects | Trần Hữu Đạt</title>
<link rel="canonical" href="https://tranhuudat2004.github.io/project.html" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="My Projects | Trần Hữu Đạt">
<meta property="og:description" content="Khám phá các dự án lập trình và thiết kế của Trần Hữu Đạt, từ các nền tảng thương mại điện tử Omacha Shop, BrickShop đến các công cụ học tập tương tác như Aptis Practice.">
<meta property="og:url" content="https://tranhuudat2004.github.io/project.html">
<meta property="og:image" content="https://tranhuudat2004.github.io/assets/images/banner-cua-ban.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="My Projects | Trần Hữu Đạt">
<meta name="twitter:description" content="Khám phá các dự án lập trình và thiết kế của Trần Hữu Đạt, từ các nền tảng thương mại điện tử Omacha Shop, BrickShop đến các công cụ học tập tương tác như Aptis Practice.">
<meta name="twitter:image" content="https://tranhuudat2004.github.io/assets/images/banner-cua-ban.jpg">
<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 id="header-placeholder" class="main-header"></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 id="footer-placeholder" class="main-footer"></footer>
<audio id="audio-source"></audio>
<script src="js/playlist.js"></script>
<script src="js/load-components.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>