A portfolio site to shows my best work and professional skills in web development.
My portfolio has collected in one place the main information about me and the projects that I have done.
- Node 14.16.0
- VSC code
- HTML
- CSS
- JavaScript
- create a new repo form the template
template-html-css
- turn on GitHub pages
- protect
main
branch
// js code for navigation bar
links.forEach((link, i) => {
link.addEventListener("click", () => {
if (activeLink != i) {
links[activeLink].classList.remove("active");
link.classList.add("active");
sections[activeLink].classList.remove("active");
Project is: done