diff --git a/assets/jest.png b/assets/jest.png new file mode 100644 index 0000000..365eb01 Binary files /dev/null and b/assets/jest.png differ diff --git a/assets/typescript.png b/assets/typescript.png new file mode 100644 index 0000000..d02d066 Binary files /dev/null and b/assets/typescript.png differ diff --git a/js/components/skillSection.js b/js/components/skillSection.js index 556cf65..86e2771 100644 --- a/js/components/skillSection.js +++ b/js/components/skillSection.js @@ -1,50 +1,51 @@ export function loadSkillsSection() { - const skillsSection = document.getElementById('skills-section'); - skillsSection.innerHTML = ` -
-

My Skills

-
- - -
-

Frontend Development

-
HTML

HTML

-
CSS

CSS

-
Sass

Sass

-
Bootstrap

Bootstrap

-
JavaScript

JavaScript

-
React.js

React.js

-
- - -
-

Backend Development

-
Node.js

NodeJS

-
Express.js

Express.js

-
MongoDB

MongoDB

-
MySQL

MySQL

-
Postman

Postman

-
- - -
-

UI/UX Design

-
Figma

Figma

-
Canva

Canva

-
Adobe Photoshop

Adobe Photoshop

-
- - -
-

Other Skills

-
SEO

SEO

-
Git

Git

-
GitHub

GitHub

-
WordPress

WordPress

-
- + const skillsSection = document.getElementById('skills-section'); + skillsSection.innerHTML = ` +
+

My Skills

+
+ + +
+

Frontend Development

+
HTML

HTML

+
CSS

CSS

+
Sass

Sass

+
Bootstrap

Bootstrap

+
JavaScript

JavaScript

+
React.js

React.js

+
TypeScript

TypeScript

-
- `; - } - \ No newline at end of file + + +
+

Backend Development

+
Node.js

NodeJS

+
Express.js

Express.js

+
MongoDB

MongoDB

+
MySQL

MySQL

+
Postman

Postman

+
Jest

Jest

+
+ + +
+

UI/UX Design

+
Figma

Figma

+
Canva

Canva

+
Adobe Photoshop

Adobe Photoshop

+
+ + +
+

Other Skills

+
SEO

SEO

+
Git

Git

+
GitHub

GitHub

+
WordPress

WordPress

+
+ +
+
+ `; +}