Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
portfolio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lê Ngọc Tú
portfolio
Commits
003111c5
Commit
003111c5
authored
Jun 29, 2026
by
Lê Ngọc Tú
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update footer
parent
e35822e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
18 deletions
+12
-18
Footer.jsx
src/components/Footer.jsx
+12
-18
No files found.
src/components/Footer.jsx
View file @
003111c5
...
@@ -5,26 +5,20 @@ import githubWhite from '../assets/github_white.svg';
...
@@ -5,26 +5,20 @@ import githubWhite from '../assets/github_white.svg';
const
Footer
=
()
=>
{
const
Footer
=
()
=>
{
return
(
return
(
<
footer
className=
"bg-slate-900 text-slate-400 py-12 relative border-t border-slate-800"
>
<
footer
className=
"bg-slate-900 text-slate-400 py-12 relative border-t border-slate-800"
>
<
div
className=
"max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center gap-6"
>
<
div
className=
"max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col items-center justify-center gap-6"
>
<
div
className=
"text-center md:text-left"
>
<
div
className=
"flex gap-4"
>
<
p
className=
"text-xl font-bold text-white mb-2 tracking-tighter"
>
Tu.Le
</
p
>
<
a
href=
"https://github.com/TuLe142857"
target=
"_blank"
rel=
"noopener noreferrer"
className=
"bg-slate-800 p-3 rounded-full hover:bg-indigo-600 transition-colors flex items-center justify-center group"
aria
-
label=
"GitHub"
>
<
p
className=
"text-sm text-slate-500"
>
©
{
new
Date
().
getFullYear
()
}
Lê Ngọc Tú. All rights reserved.
</
p
>
<
img
src=
{
githubWhite
}
alt=
"GitHub"
className=
"w-5 h-5 opacity-70 group-hover:opacity-100 transition-opacity"
/>
</
a
>
<
a
href=
"mailto:tuleaibk@gmail.com"
className=
"bg-slate-800 p-3 rounded-full text-slate-400 hover:bg-indigo-600 hover:text-white transition-colors flex items-center justify-center"
aria
-
label=
"Email"
>
<
Mail
size=
{
20
}
/>
</
a
>
</
div
>
</
div
>
<
div
className=
"flex flex-col items-center md:items-end gap-4"
>
<
p
className=
"text-sm text-slate-500 text-center"
>
<
div
className=
"flex gap-4"
>
©
{
new
Date
().
getFullYear
()
}
Lê Ngọc Tú. All rights reserved.
<
a
href=
"https://github.com/TuLe142857"
target=
"_blank"
rel=
"noopener noreferrer"
className=
"bg-slate-800 p-2 rounded-full hover:bg-indigo-600 transition-colors flex items-center justify-center"
>
</
p
>
<
img
src=
{
githubWhite
}
alt=
"GitHub"
className=
"w-5 h-5"
/>
</
a
>
<
a
href=
"mailto:tuleaibk@gmail.com"
className=
"bg-slate-800 p-2 rounded-full hover:bg-indigo-600 hover:text-white transition-colors"
>
<
Mail
size=
{
20
}
/>
</
a
>
</
div
>
<
div
className=
"text-sm bg-slate-800 px-3 py-1 rounded-md text-slate-300 border border-slate-700"
>
TOEIC 815
</
div
>
</
div
>
</
div
>
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment