Skip to content

Commit e3a7059

Browse files
committed
Add web dev frameworks
1 parent cd7b633 commit e3a7059

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

src/components/skills.js

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,42 @@ export function initSkills() {
664664
);
665665

666666
// FRAMEWORKS
667+
Skill(
668+
"React",
669+
5,
670+
`<img aria-hidden="true" loading="lazy" fetchpriority="low" alt="React logo" src="https://cdn.simpleicons.org/react">`,
671+
"#61DAFB",
672+
`Used for some of my coursework, such as my Capstone I project.`,
673+
"frameworks"
674+
);
675+
676+
Skill(
677+
"Vue.js",
678+
5,
679+
`<img aria-hidden="true" loading="lazy" fetchpriority="low" alt="Vue.js logo" src="https://cdn.simpleicons.org/vuedotjs">`,
680+
"#4FC08D",
681+
`Used for some of my coursework, such as my Capstone I project.`,
682+
"frameworks"
683+
);
684+
685+
Skill(
686+
"Bootstrap",
687+
7.5,
688+
`<img aria-hidden="true" loading="lazy" fetchpriority="low" alt="Bootstrap logo" src="https://cdn.simpleicons.org/bootstrap">`,
689+
"#7952B3",
690+
`Used for some of my coursework, such as my Capstone I project.`,
691+
"frameworks"
692+
);
693+
694+
Skill(
695+
"Tailwind",
696+
7,
697+
`<img aria-hidden="true" loading="lazy" fetchpriority="low" alt="Tailwind logo" src="https://cdn.simpleicons.org/tailwindcss">`,
698+
"#06B6D4",
699+
`Used for some of my personal projects.`,
700+
"frameworks"
701+
);
702+
667703
Skill(
668704
"Qiskit",
669705
7.5,

0 commit comments

Comments
 (0)