Ivan Antonov

web-developer/ frontend

education

2003 - 2008

Samara State Technical University

speciality

Engineer of measuring equipment and technology

2023

RS school (on-line)

speciality

web-developer / frontend

About me

I have good interpersonal skills, am an excellent team worker and very willing to learn and develop new skills. I am reliable and dependable and often seek new responsibilities within a wide range of employment areas. I constantly work with: Git, Html, Css, Sass, JS, webpack/gulp and react. I adhere to the code of conscience - BEM.

My code for example

          
  // example from project wave
  // choose galery btn
  for(let i = 0; i < galeryBtn.length; i++){ 
    galeryBtn[i].addEventListener('click', ()=> {
      clearMoreGalery()
      if (i === 0) {
        fadeOut(galeryContent)
        galeryBtn.forEach((el) => {
          el.classList.add('active')
        })
        for (let i = 0; i < galeryItem.length; i++) { 
          setTimeout(()=> {
            fadeIn(galeryContent)
            galeryItem[i].classList.add('active')
          }, 500)
        }
      } else {
        fadeOut(galeryContent)
        galeryBtn.forEach((el) => {
          el.classList.remove('active')
        })
        setTimeout(() => {
          fadeIn(galeryContent)
          activeSlide(i - 1)
        }, 500)
        galeryBtn[i].classList.add('active')
      }
      galindex = i
      galeryShow.classList.add('active')
    })
  }
              
              

What language and level of proficiency

English: A2+

My project