8
8
< meta property ="og:url " content ="https://supertigerdev.github.io/ ">
9
9
< meta property ="og:site_name " content ="Supertiger Portfolio ">
10
10
< meta property ="og:type " content ="website ">
11
- < link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
11
+ < link rel ="icon " type ="image/x-icon " href ="./ favicon.ico ">
12
12
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
13
13
< title > Supertiger Portfolio</ title >
14
- < link rel ="stylesheet " href ="style.css " />
15
- < script type ="module " src ="script.js "> </ script >
14
+ < link rel ="stylesheet " href ="./ style.css " />
15
+ < script type ="module " src ="./ script.js "> </ script >
16
16
</ head >
17
17
< body class ="dark ">
18
18
< div class ="container ">
@@ -32,15 +32,15 @@ <h1 class="greeting">I Love <span class="highlight">Programming!</span></h1>
32
32
< div class ="cards-section ">
33
33
< h3 > Experiences</ h3 >
34
34
< div class ="card-list ">
35
- < div > < img src ="assets/vite-logo.svg " alt ="Vite "> Vite</ div >
36
- < div > < img src ="assets/react-logo.svg " alt ="ReactJS "> ReactJS</ div >
37
- < div > < img src ="assets/react-logo.svg " alt ="React Native "> React Native</ div >
38
- < div > < img src ="/assets/solidjs-logo.svg " alt ="SolidJS "> SolidJS</ div >
39
- < div > < img src ="/assets/scss-logo.svg " alt ="SolidJS "> SCSS</ div >
40
- < div > < img src ="/assets/typescript-logo.svg " alt ="TypeScript "> Typescript</ div >
35
+ < div > < img src ="./ assets/vite-logo.svg " alt ="Vite "> Vite</ div >
36
+ < div > < img src ="./ assets/react-logo.svg " alt ="ReactJS "> ReactJS</ div >
37
+ < div > < img src ="./ assets/react-logo.svg " alt ="React Native "> React Native</ div >
38
+ < div > < img src =". /assets/solidjs-logo.svg " alt ="SolidJS "> SolidJS</ div >
39
+ < div > < img src =". /assets/scss-logo.svg " alt ="SolidJS "> SCSS</ div >
40
+ < div > < img src =". /assets/typescript-logo.svg " alt ="TypeScript "> Typescript</ div >
41
41
< div >
42
- < img src ="assets/prisma-logo.svg " data-hide-on-dark alt ="Prisma ">
43
- < img src ="assets/prisma-logo-white.svg " data-hide-on-light alt ="Prisma ">
42
+ < img src ="./ assets/prisma-logo.svg " data-hide-on-dark alt ="Prisma ">
43
+ < img src ="./ assets/prisma-logo-white.svg " data-hide-on-light alt ="Prisma ">
44
44
Prisma
45
45
</ div >
46
46
</ div >
@@ -49,17 +49,17 @@ <h3>Experiences</h3>
49
49
< h3 > Contact Me</ h3 >
50
50
< div class ="card-list ">
51
51
< a href ="https://github.com/SupertigerDev " target ="_blank " rel ="noopener noreferrer ">
52
- < img src ="assets/github-logo.svg " invert-on-dark alt ="GitHub ">
52
+ < img src ="./ assets/github-logo.svg " invert-on-dark alt ="GitHub ">
53
53
GitHub
54
54
</ a >
55
55
< a href ="
mailto:[email protected] "
target ="
_blank "
rel ="
noopener noreferrer "
>
56
- < img src ="assets/email-icon.svg " invert-on-dark alt ="Email ">
56
+ < img src ="./ assets/email-icon.svg " invert-on-dark alt ="Email ">
57
57
Email
58
58
</ a >
59
59
60
60
< a href ="https://discord.com/users/260371016348336128 " target ="_blank " rel ="noopener noreferrer ">
61
- < img src ="assets/discord-logo.svg " data-hide-on-dark alt ="Discord ">
62
- < img src ="assets/discord-logo-white.svg " data-hide-on-light alt ="Discord ">
61
+ < img src ="./ assets/discord-logo.svg " data-hide-on-dark alt ="Discord ">
62
+ < img src ="./ assets/discord-logo-white.svg " data-hide-on-light alt ="Discord ">
63
63
Discord
64
64
</ a >
65
65
</ div >
0 commit comments