About me:
- I'm a perfectionist.
- I know how to love my job and achieve results
- I am attentive and diligent
- I want to reach new heights in a new profession
after 15 years of working as a musician in a symphonic orchestra
Experience:
- JS Maraphone code example
- Homework from Skillbox
- and other works in my GitHub
Skills:
- HTML
- CSS
- JS (in process)
- BEM
- Git
- Figma
Education:
University: Tambov State Musical Pedagogical Institute them. S.V. Rachmaninov, Musical and instrumental art (orchestral string instruments: violin)
Courses:
- Skillbox
- HTML Academy
- CS50 lectures
- FreeCodeCamp
- and etc.
Code Example:
function slidesPlugin(activeSlide = 0) {
const slides = document.querySelectorAll('.slide')
slides[activeSlide].classList.add('active')
for (const slide of slides) {
slide.addEventListener('click', () => {
clearActiveClasses()
slide.classList.add('active')
})
}
function clearActiveClasses() {
slides.forEach((slide) => {
slide.classList.remove('active')
})
}
}
slidesPlugin()
English: B1-B2
During my studies at the institute, I had to translate classes when teachers from other countries came