Stepan Shitikov
Web Developer
Contacts
Education
- Course html / css / base js from
FreelancerLifeStyle
(2021-2022)
I am studying to be a web-programmer, specializing in front-end. I consider myself a responsible person at work. My English level is bad, but I'm learning!
Work Experience
Code Example
const spollerIcon = document.querySelector(".spollers__title");
const spollerBdy = document.querySelector(".spollers__body")
if (spollerIcon) {
if (!spollerIcon.classList.contains("_ready")) {
spollerIcon.addEventListener("click", function () {
spollerIcon.classList.toggle('_spoller-ready');
if (spollerBdy) {
spollerBdy.classList.toggle('_spoller-visible');
}
});
}
}
Skills
- HTML
- CSS
- Basic JS
- Basic GIT
Languages
- Russian - Native
- English - Learn