my photo

Contact details

  • Location: Beograg, Serbia
  • Phone: +381 62 9755 926
  • E-mail: natasokol0305@gmail.com
  • GitHub: belyimishka

Education

Barnaul State Pedagogical University, History teacher

Language

  • Russian: Native
  • English: A2

Natalia Sokolenko

Student Frontend Developer

Summary

I want to learn a new profession. I am 49 years old. I understand that I need to move on, learn something new and promising. I worked in social security and in a bank, so the profession of a front-end developer seemed the most suitable for me. I'm starting from scratch, I know it's hard, but it is worth it.

Skills

  • HTML
  • CSS

Experience

Rsschool-cv is a project made with markdown and HTML/CSS.

Сode Example

            
  function multiply(a, b) {
      return a * b;
  }
  console.log(multiply(3, 5));