image: Moor O. avatar

Oksana Moor

Front-end Developer

Contacts

Summary

Responsible, assiduous, hardworking. I know how to correctly allocate time. Due to my pharmaceutical education and work as a pharmacist, I can find a common language with people, resolve conflicts, study a lot of information in a short time. I am currently looking for a job as a Front-end Developer after successfully completing relevant

Skills

  • HTML 5
  • CSS 3 (flex, grid, SCSS/SASS, Bootstrap)
  • JavaScript basic (Data types, cycles, functions, JS scope, BOM, DOM events, OOP, Event loop, JS animation, JSON)
  • Webpack
  • Git
  • Manual testing
  • English - A2/B1 Pre-Intermediate

Code examples

This is the code for responsive burger menu:

                        
const navBtn = document.querySelector('.nav-open-btn');
const navBtnImg = document.querySelector('.nav-btn-img');
const nav = document.querySelector('.nav');

navBtn.addEventListener('click', () => {
    if (nav.classList.toggle('open')) {
        navBtnImg.src = './img/header/close-menu-btn.svg'
    } else {
        navBtnImg.src = './img/header/open-menu-btn.svg'
    }
});
                    

Projects

I have no commercial development experience, but I have some training projects:

  1. Rolling Scopes School / Training project: Museum (Course: JavaScript / Front-end)

    SEPTEMBER 2021, Minsk

    The project is a site of a museum, including 6 sections: "visiting", "explore", "video", "gallery", "tickets", "contacts".

    Project on github
  2. Rolling Scopes School / Training project: art-quiz (Course: JavaScript / Front-end)

    NOVEMBER 2021, Minsk

    The project is an art quiz game.

    Project on github

Education

  1. Rolling Scopes School / Course: JavaScript / Front-end (SEPTEMBER 2021 - DECEMBER 2021, Minsk)
  2. Educational Center for Programming and High Tech (IT-Academy) / Course: Web application development with JavaScript (DECEMBER 2020 - MARCH 2021, Minsk)
  3. Educational Center for Programming and High Tech (IT-Academy) / Course: Website development using HTML, CSS and JavaScript (AUGUST 2020 - NOVEMBER 2020, Minsk)
  4. European Software Development Center (Belhard Academy) / Course: Basics of website development (APRIL 2020 - MAY 2020, Minsk)
  5. A1QA / Course: Basics of software testing (2019, Minsk)
  6. Belorussian state medical university / Faculty: Pharmaceutical (SEPTEMBER 2013 - JUNE 2018, Minsk)