Skip to content

Abdul-MalikSardalov/malik-portfolio-week1

Repository files navigation

Portfolio

A portfolio site to shows my best work and professional skills in web development.

Table of contents

General info

My portfolio has collected in one place the main information about me and the projects that I have done.

Screenshots

Example screenshot

Technologies

  • Node 14.16.0
  • VSC code
  • HTML
  • CSS
  • JavaScript

Setup

  • create a new repo form the template template-html-css
  • turn on GitHub pages
  • protect main branch

Code Examples

// 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");

Status

Project is: done