my photo

Pavel Sapeha

Frontend Developer (student)

Contacts

  • Phone: +375 (29) 377-04-71
  • Mail: iceburh@gmail.com
  • Telegram: @iceburh
  • Discord: Pavel Sapeha (@iceburh)

About myself

I am 38 years old. I graduated from the Belarusian National Technical University. Then I worked a little as an engineer at the factory. Since 2009 I have my own small business. All my life I've loved computers and working at a computer! That's why I'm here...

Skills

  • HTML
  • CSS
  • Markdown
  • Git, GitHub
  • JavaScript

All skills are in the process of learning...

Education

Belarusian National Technical University

Languages

  • Russian - Native
  • English - Duolingo in process

Code example

            
function multiply(a,b){
    return a*b
}