You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@media screen and (max-width:600px){#home .contenth1{font-size:40px;}.inner-width{padding:018px;}.skill,.service,.work{width:100%;}.emailZone,.nameZone{max-width:100%;}.subscribe{right:12px;}}
118
118
@media screen and (max-width:290px){#home .contenth1{font-size:30px;}.subscribeimg{width:75px;height:75px;}}
Copy file name to clipboardExpand all lines: JS/functions.js
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
constskillData=[
2
2
{name:"HTML",class:"html",percentage:90},
3
-
{name:"CSS",class:"css",percentage:90},
3
+
{name:"CSS",class:"CSS",percentage:90},
4
4
{name:"Javascript",class:"js",percentage:90},
5
5
{name:"React JS",class:"react",percentage:90},
6
-
{name:"SASS (SCSS)",class:"scss",percentage:90},
6
+
{name:"SASS (SCSS)",class:"sCSS",percentage:90},
7
7
{name:"Angular",class:"angular",percentage:75}
8
8
]
9
9
constserviceData=[
@@ -15,27 +15,27 @@ const serviceData = [
15
15
{name:"Malware Testing",desc:"Malware Testing Content and Antivirus VS Malware Videos",icon:"fa-solid:bug",link:"https://youtube.com/playlist?list=PLsOMVP9OgGeoAFJZdOofZQS3R0g5G57ot"}
16
16
];
17
17
constworksData=[
18
-
{img:"files/Work/code.webp",name:"Programming",category:"Development, Programming",attr:"Photo: Pixabay from Pexels",imgAlt:"coding"},
19
-
{img:"files/Work/wintuto.webp",name:"Tutorials",category:"Windows, Linux",attr:"Photo: Max DeRoin from Pexels",imgAlt:"keyboard"},
20
-
{img:"files/Work/lintuto.webp",name:"Windows Experiments",category:"Windows 10, Windows 7",attr:"Photo: Negative Space from Pexels",imgAlt:"computer"},
21
-
{img:"files/Work/downloads.webp",name:"Downloads",category:"Software, Wallpaper",attr:"Photo: Miguel Á. Padriñán from Pexels",imgAlt:"downloads"},
22
-
{img:"files/Work/virustest.webp",name:"Malware Testing",category:"Virus Test, Malware Test",attr:"Photo: Markus Spiske from Pexels",imgAlt:"matrix"},
23
-
{img:"files/Work/ios.webp",name:"ArsenTech Shorts",category:"Quick Tutorials, Tips and Tricks",attr:"Photo: Tracy Le Blanc from Pexels",imgAlt:"phone"},
18
+
{img:"Files/Work/code.webp",name:"Programming",category:"Development, Programming",attr:"Photo: Pixabay from Pexels",imgAlt:"coding"},
19
+
{img:"Files/Work/wintuto.webp",name:"Tutorials",category:"Windows, Linux",attr:"Photo: Max DeRoin from Pexels",imgAlt:"keyboard"},
20
+
{img:"Files/Work/lintuto.webp",name:"Windows Experiments",category:"Windows 10, Windows 7",attr:"Photo: Negative Space from Pexels",imgAlt:"computer"},
21
+
{img:"Files/Work/downloads.webp",name:"Downloads",category:"Software, Wallpaper",attr:"Photo: Miguel Á. Padriñán from Pexels",imgAlt:"downloads"},
22
+
{img:"Files/Work/virustest.webp",name:"Malware Testing",category:"Virus Test, Malware Test",attr:"Photo: Markus Spiske from Pexels",imgAlt:"matrix"},
23
+
{img:"Files/Work/ios.webp",name:"ArsenTech Shorts",category:"Quick Tutorials, Tips and Tricks",attr:"Photo: Tracy Le Blanc from Pexels",imgAlt:"phone"},
0 commit comments