my-photo

Ilya Shokhau

Contacts

Information about me

My name is Ilya, I am 26 years old, I live in Belarus in the city of Brest. I am a technologist by profession, working as an assembler of radio components at the private unitary enterprise “Lighting Solutions “ETERE”, but I want to improve my qualifications and skills. My goal is to become a Front-End developer.

Skills

HTML

HTML

CSS

CSS

JS

JavaScript
(Basic)

Code example

                        
                            (function () {
                                const header = document.querySelector('.header');
                                    window.onscroll = () => {
                                    if (window.pageYOffset > 50) {
                                            header.classList.add('header_active');
                                    } else {
                                        header.classList.remove('header_active');
                                    }
                                        };
                            }());
                        
                    

Languages

  • Russian (native speaker);
  • English A2.