Hi, I`m Elena Petukhova

Front-end web developer (Beginner)

Contacts

  • Location: Russia, Perm
  • GitHub: ElenLen
  • Telegram: @ElenLen
  • Discord: elenlen9592

Summary

I want to completely leave analytics and go back to programming, because the most enjoyable part for me is when your code produces beautiful, clear and user-friendly interfaces that do not distract attention from the main tasks.

I want to create products that will attract people with their visuals, functionality and convenience.

I love studying and learning something new, I always apply new skills and ideas in my work.

Skills

  • HTML5, CSS3, JavaScript
  • Git, GitHub
  • Figma, Photoshop
  • Bootstrap, jQuery, Ajax, LESS/SASS, NPM, Gulp/Grunt
  • Basic knowledge of React.js
  • Basic knowledge of TypeScript
  • Basic knowledge of Node.js

Code

Display information about each user

          
        suitable.forEach(user => {
          let cityObj = cities.find(
            city => city.id === user.personal.locationId);
          let cityName = cityObj 
            ? cityObj.name 
            : "City not found";
          let userForCall = {
            firstName: user.personal.firstName,
            lastName: user.personal.lastName,
            cityName: cityName,
          };
          console.log(getInfo.call(userForCall));
        });
          
        

Courses

Projects

  • Completed at the intensive course ITLogia (Angular): Cookies
  • A responsive and adaptive landing page for a creative studio. This is an educational project made by students of the #itgirlsschool (Bootstrap): Lava Dance Studio
  • Website layout (jQuery, wow, parallax): Pizza Cheff
  • Website layout with animation: Macaroons
  • Website layout (jQuery, wow, slick): Tea

Education

Perm National Research Polytechnic University, 2011

Languages

  • Russian - native speaker
  • English - A1
nextTop