+
+
+
+
+
+
+
+
+
+
+
+
+ Дмитрий Белов
Front - End developer
+
+
+
+ About me
+I like to study and learn something new.
+ I like to read books, do physical education, listen to music of different genres.
+ I'm fond of good cars and bikes. I lead active and healhy lifestyle.
+ I like to work and see the results of my work.
+ Since childhood, I have had a predisposition to work with electronics and computers.
+ I like to disassemble, assemble and configure something.
+ I can build, configure, solve problems with computers.
+
+
+
+
+
+ Skills
+-
+
- HTML +
- CSS +
- JS +
- Git +
- Figma +
+
+
+
+
+
+ Code Example
+
+
+
+
+ function factorial(n) {
+ if (n ❮ 0) return null;
+ if (n === 0) return 1;
+ return n * factorial(n-1);
+ }
+
+
+
+
+
+
+ Language
+
+
+ -
+
- English - (A1-A2) +
- Russian - native +
- Ukranian - native +
+
+
+
+