File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments