Skip to content

Commit f8b101f

Browse files
fix path and restructure folder
1 parent 055bb7c commit f8b101f

File tree

16 files changed

+27
-24
lines changed

16 files changed

+27
-24
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/public/FH-Logo.svg" />
5+
<link rel="icon" type="image/svg+xml" href="img/FHLogo.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Hello ! I'm Febryan Hernanda</title>
88
</head>

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
2-
"homepage": "https://FebryanHernanda.github.io/FebryanHernanda.github.io",
32
"name": "portfolio-2",
43
"private": true,
54
"version": "0.0.0",
65
"type": "module",
76
"scripts": {
8-
"predeploy": "npm run build",
9-
"deploy": "gh-pages -d dist",
107
"dev": "vite",
118
"build": "tsc -b && vite build",
129
"lint": "eslint .",

public/img/FHLogo.png

103 KB
Loading

public/img/hero.mp4

1.54 MB
Binary file not shown.

public/img/showcase/showcase1.png

763 KB
Loading

public/img/showcase/showcase2.png

697 KB
Loading

public/img/showcase/showcase3.png

629 KB
Loading

public/img/showcase/showcase4.png

902 KB
Loading

src/assets/molecules/DialogProfile/DialogProfile.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const DialogProfile = () => {
1919
<hr />
2020
</span>
2121
<Avatar className={styleConfig.avatarSize}>
22-
<AvatarImage src="/public/img/ava.png" />
22+
<AvatarImage src="img/ava.png" />
2323
<AvatarFallback>Profile Picture</AvatarFallback>
2424
</Avatar>
2525
<div className={styleConfig.textSize}>

src/assets/molecules/ProfileCard/ProfileCard.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const ProfileCard = () => {
2525
<div className={styleConfig.wrapper}>
2626
<div className={styleConfig.avatar}>
2727
<Avatar>
28-
<AvatarImage src="public/img/ava.png" />
28+
<AvatarImage src="img/ava.png" />
2929
<AvatarFallback>Profile Picture</AvatarFallback>
3030
</Avatar>
3131
</div>
@@ -44,7 +44,7 @@ const ProfileCard = () => {
4444
<SheetHeader>
4545
<div className={styleConfig.avatarSide}>
4646
<Avatar>
47-
<AvatarImage src="public/img/ava.png" />
47+
<AvatarImage src="img/ava.png" />
4848
<AvatarFallback>Profile Picture</AvatarFallback>
4949
</Avatar>
5050
</div>

0 commit comments

Comments
 (0)