File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
< link rel ="icon " href ="/media/icon.png ">
8
8
< title > Tomas Garrido - Python Developer</ title >
9
9
< script src ="https://kit.fontawesome.com/47100a983e.js " crossorigin ="anonymous "> </ script >
10
- < link rel ="stylesheet " href ="/index.css ">
10
+ < link rel ="stylesheet " href =". /index.css ">
11
11
</ head >
12
12
< body >
13
13
< header class ="header ">
@@ -110,7 +110,7 @@ <h1 class="header__text">Profile</h1>
110
110
< div class ="profile__container flex ">
111
111
< div class ="row ">
112
112
< div class ="projects__background flex center ">
113
- < img src ="/media/9cafaee1-01ba-4f5e-bfad-d0c98c83dd47.png " alt ="Project Image " class ="profile__image ">
113
+ < img src =". /media/9cafaee1-01ba-4f5e-bfad-d0c98c83dd47.png " alt ="Project Image " class ="profile__image ">
114
114
</ div >
115
115
</ div >
116
116
< div class ="row flex wrap ">
@@ -212,7 +212,7 @@ <h1 class="contact__title marquee__text">Get in Touch</h1>
212
212
</ div >
213
213
</ body >
214
214
< script src ="https://cdn.jsdelivr.net/gh/peterhry/CircleType@2.3.1/dist/circletype.min.js "> </ script >
215
- < script type ="module " src ="/app.js "> </ script >
215
+ < script type ="module " src =". /app.js "> </ script >
216
216
< script >
217
217
218
218
</ script >
Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ export const DataFetcher = (() => {
78
78
79
79
export const backupDataImages = {
80
80
"1" :[
81
- "/media/project1%231.jpg" ,
82
- "/media/project1%232.png" ,
83
- "/media/project1%233.png" ,
81
+ ". /media/project1%231.jpg" ,
82
+ ". /media/project1%232.png" ,
83
+ ". /media/project1%233.png" ,
84
84
] ,
85
85
"2" :[
86
- "/media/project2%231.png" ,
87
- "/media/project2%232.png" ,
88
- "/media/project2%233.png" ,
86
+ ". /media/project2%231.png" ,
87
+ ". /media/project2%232.png" ,
88
+ ". /media/project2%233.png" ,
89
89
] ,
90
90
}
You can’t perform that action at this time.
0 commit comments