picture of author

Tatiana Osipova

Skills

  • HTML5 Syntax Basics
  • CSS3 Syntax Basics
  • JS Syntax Basics
  • VS Code
  • Figma

Languages

  • Russian - native
  • English - intermediate

About me

I have always admired people who know how to design and create.

I want to do the same.

I'm sure that my desire and love for learning will help me achieve my goal.

EDUCATION

1997 - 2000

Nizhny Novgorod Pedagogical College

Degree: Social pedagogue

2000 - 2003

Nizhny Novgorod State Pedagogical University

Degree: Master in Social pedagogue

Work experience

I'm in the process of learning.

Code example

function greet (name, owner) { if(name === owner){ return 'Hello boss' } else return 'Hello guest' }