diff --git a/README.md b/README.md index e2a0d42..f85ba4b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # rsschool-cv -You can find my Markdown cv [here](https://lesiaukr.github.io/rsschool-cv/cv) +You can find my cv as Markdown [here](https://lesiaukr.github.io/rsschool-cv/cv) + +You can find my cv as website [here](https://lesiaukr.github.io/rsschool-cv/) diff --git a/images/Lesia_for_linkedin.JPG b/images/Lesia_for_linkedin.JPG new file mode 100644 index 0000000..2bb1053 Binary files /dev/null and b/images/Lesia_for_linkedin.JPG differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..94f735b --- /dev/null +++ b/index.html @@ -0,0 +1,318 @@ + + + + + + + + + + CV Lesia_Soloviova + + + +
+ +
+
+
+

ABOUT

+ +

Front-End Developer

+

Hi, I’m Lesia :)

+

+ I aspire to become a professional web developer, driven by a + passion for creating innovative and user-friendly digital + experiences. Eager to contribute my skills and collaborate with a + dynamic team to bring impactful projects to life. +

+

+ During last year I have been studying Full Stack development with + expertise in CSS3, Saas, JavaScript ES6+, REST API, REACT Hooks & + Components, Responsive/Adaptive design, REACT Redux, GIT, HTML5, + Node.js, and GitHub. +

+

+ Currently pursuing a Master’s degree in Computer Science: Software + Engineering from GoIt/Woolf and engaging in the RS Schools Course + and, I am committed to maintaining a continuous learning journey + to stay abreast of cutting-edge technologies. +

+
+ +
+
+

SKILLS

+
    +
  • +

    HTML5

    +
  • +
  • +

    CSS3

    +
  • +
  • +

    SASS

    +
  • +
  • +

    JavaScript

    +
  • +
  • +

    TypeScript

    +
  • +
  • +

    REACT

    +
  • +
  • +

    Redux

    +
  • +
  • +

    Node.js

    +
  • +
  • +

    MongoDB

    +
  • +
  • +

    Express

    +
  • +
+
+
+

PROJECTS

+
    +
  • +
    +

    VibeStyle

    +

    + a commercial landing page with a responsive design with four + breakpoints to represent digital design agency. +

    + +
    +
  • +
  • +
    +

    PowerPulse

    +

    + application for the sport activity tracking with possibility + to control consumed calories, spent calories, to plan sport + activity and save exercises progress, burned calories, and + consumed products in the diary. It is possible to look through + catalogue of the exercises and products with calories’ data + per weight +

    + +
    +
  • +
  • +
    +

    Phonebook

    +

    + Phonebook is a digital address book built with React with + registration and login possibilities +

    + +
    +
  • +
  • +
    +

    Ice Cream

    +

    landing page with a responsive layout

    + +
    +
  • +
+
+
+

WORK EXPERIENCE

+
    +
  • +

    Head of Logistics and Purchasing

    +

    LLC SLEEPER l October 2021 - August 2022 (11 months)

    +
      +
    • + managing by the purchase, logistics and warehouse teams to + supply production with allmaterials for sewing, storaging, + packaging ready garments, importing materials andexporting own + apparel brand SLEEPER to such worldwide famous clients like + Net-a-Porter, Saks 5th Avenue, Bloomingdale, etc. +
    • +
    • + 1C ERP system implementation and development for purchase + department from zerolevel together with IT team. +
    • +
    +
  • +
  • +

    Head of the shoes and accessories purchasing sector

    +

    + LLC INTERTOP UKRAINE l June 2020 – October 2021 (1 year 5 + months) +

    +
      +
    • + managing and planning of the procurement budget by reporting + categories: kids’,men’s, women’s shoes and accessories. + Compilation of the assortment matrices ofpurchases (money, + sku’s, brands, types of shoes, etc.) +
    • +
    • + achievement of the planned KPIs (sales, seasonal leftovers, + gross profit); +
    • +
    • + interaction with various departments of the company: finance + and accounting,logistics, visual merchandising, commodity + specialists, marketing, IT-department etc.; +
    • +
    • + key user during ERP - People Soft on the Oracle basis and SAP + S/4HANA systemsimplementation. +
    • +
    +
  • +
+
+
+

EDUCATION

+
    +
  • +

    RS Schools Course

    +

    «JavaScript/Front-end. Stage 1»

    + 2023 - now +
  • +
  • +

    Neoversity - master’s program in IT from GoIt/Woolf

    +

    Master of Science in Computer Science: Software Engineering

    + 2023 - now +
  • +
  • +

    IT School GoIT

    +

    Fullstack Developer

    + 2022 - 2023 +
  • +
  • +

    MIM-KYIV Business School

    +

    Managerial Consulting Project” CEEMAN IQA

    + 2013 +
  • +
  • +

    Kiev National Trade and Economics University

    +

    + master’s degree in economics, management of the trade + organizations +

    + 2010 +
  • +
+
+
+

LANGUAGES

+
    +
  • +

    Ukrainian -

    +

    Native

    +
  • +
  • +

    Russian -

    +

    Fluent

    +
  • +
  • +

    English -

    +

    + Upper-intermediate / Advanced (according to the online test at + www.efset.org) +

    +
  • +
+
+
+
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..a2a0198 --- /dev/null +++ b/style.css @@ -0,0 +1,39 @@ +/* FOLDER UTILS */ +@import url("./utils/reset.css"); +@import url("./utils/colors.css"); +@import url("./utils/command.css"); + +.sidebar-container { + width: 280px; + height: 100%; + padding: 40px 30px; + background-color: white; + position: fixed; +} + +.main-container { + display: flex; + flex-direction: column; + gap: 50px; + padding: 40px 0px 40px 280px; +} + +.sidebar-nav__list { + display: flex; + flex-direction: column; + margin-top: 50px; + row-gap: 15px; + font-size: 24px; +} + +.nav__list-text { + color: #757575; +} + +.section-title { + background-color: #008073; + color: white; + font-weight: 400; + padding: 30px 40px; + text-transform: uppercase; +} diff --git a/utils/colors.css b/utils/colors.css new file mode 100644 index 0000000..e69de29 diff --git a/utils/command.css b/utils/command.css new file mode 100644 index 0000000..f74f59f --- /dev/null +++ b/utils/command.css @@ -0,0 +1,6 @@ +body { + font-family: "Inter", sans-serif; + font-style: normal; + background-color: #a7ffeb; + color: black; +} diff --git a/utils/reset.css b/utils/reset.css new file mode 100644 index 0000000..7bdcbb2 --- /dev/null +++ b/utils/reset.css @@ -0,0 +1,36 @@ +/* Reset styles */ +h1, +h2, +h3, +h4, +h5, +h6, +p { + margin: 0; +} + +p:last-child { + margin-bottom: 0; +} + +ul, +ol { + margin: 0; + padding: 0; + list-style: none; +} + +a { + color: currentColor; + text-decoration: none; +} + +button { + cursor: pointer; +} + +img { + display: block; + max-width: 100%; + height: auto; +}