rsschool-cv

About me

My name is Danik Lutsev. You can contact me by email(danlootsev@gmail.com) or in social networks (Telegram).

Skills

HTML/CSS
Javascript
React

Code Examples

Code for disable scroll on website:

window.disableScroll = function() {
    const widthScroll = window.innerWidth - document.body.offsetWidth;
    document.body.dbScrollY = window.scrollY
    document.body.style.cssText =
        `
position:fixed;
top: ${-window.scrollY}px;
left:0;
width:100%;
overflow: hidden;
height: 100vh;
padding-right: ${widthScroll}px;
`;
}
window.enableScroll = function() {
    document.body.style.cssText = ``;
    window.scroll = ({ top: document.body.dbScrollY })

}

Education

Studied at the Belarusian Institute of Law

English

I had a practice of speaking on foreign trips. I can also read documentation, literature, watch films. In my opinion, my English level is A2.