Contacts
+375(44)514-06-61
peregudova2008@gmail.com
Sandrainporto
Sandrainporto
Alexandra (@Sandrainporto)
Skills
- HTML
- CSS
- Git&GitHub
- VS Code
Languages
- English (C1)
- French (B2)
- Portuguise (A2)
- Russian (Native)
Profile
Today I am on my way into the world of front-end development. My youth and sense of purpose will help me to reach good results in these sphere. Several month of self-education and creation of a few html and css constuctions loved me into this subject.
Nowadays my aim is to deeper the knowledge of this science, obtain experience in new technologies and methods of front-end development, improve the skills necessary for successful subject proficiency...
Projects
Education
- Universidade do Porto
- Faculdade de Letras (2016-2017)
- Mogilev state A. Kuleshov university
- The Faculty of Foreign Languages (2014-2019)
- Courses
- The Rolling Scopes School (in progress)
Code example
function sum(a, b) {
return a + b;}
let result = sum(1, 2);
alert( result );