rsschool-cv

CV as a part of RS school course

View on GitHub

Maria Koval

Junior Front-End developer

Contact information:

Phone: +7 931-364-82-33

E-mail: marfantyk@gmail.com

Telegram: @marfantyk

GitHub: Marfantyk

Instragram: koval.mdesign


About me:

I am keen to learn as much as I can about Front-End development and programming in general.

I am a very calm and consistent person who is willing to put as much effort and time as possible to achieve best results in the given circumstances.

I have a medical degree and prior experience in graphic design.


Education:

University: Pavlov First State Medical University of St. Petersburg, Dentistry Department (GPA 4,9 out of 5)

Courses:


Skills:

  1. HTML5, CSS3, Bootstrap
  2. JavaScript
  3. Git, GitHub
  4. Basics of C, Python, Flask, SQLite
  5. Adobe Illustrator

Work experience:

None


Code examples:

The following code was used to creat popping-up greeting message:

const myTimeout = setTimeout(appear, 2500);
function appear(){
    document.getElementById('box').style.display = "block";
    }
function dissap(){
    document.getElementById('box').style.display = "none";
    }

Languages