My_CV_Photo

Contact

Education

  • 2014–2016
    College of Business and Law
    Economics Technician
  • 2020–2021
    Udemy courses
    Front–End Developer
  • RSSchool
    «JavaScript/Front–end. Stage 0»

Skills

  • English: B1
  • Polish: B2
  • HTML5
  • CSS3
  • Figma
  • Adobe Photoshop
  • jQuery
  • Git&Github

Uladzislau Skalski

Front–End developer

About me

Programming is now my hobby, but I'm taking courses that will make programming my main job. My goal is to complete the courses well in order to become a qualified and valuable employee.
From childhood I was interested in computer technologies, physics, modern technologies. I love taking things apart, fixing them when needed, learning how things work.

Projects

my_project_img

Thrivetalk


Technology:

  • HTML
  • CSS
  • JS

Code


            $(function () {
            $('.btn_menu').on('click', function () {
            $('.menu_list').slideToggle();
            });
            });