├── src
├── assets
│ ├── alc.png
│ ├── me.jpg
│ ├── me2.png
│ ├── fake.png
│ ├── math.png
│ ├── news.png
│ ├── port.png
│ ├── todo.png
│ ├── linkedin.png
│ ├── shelter.png
│ ├── bg-texture.png
│ ├── bookstore.png
│ └── meri_gogichashvili_cv.pdf
├── index.js
├── components
│ ├── header
│ │ ├── CTA.jsx
│ │ ├── Header.jsx
│ │ ├── HeaderSocials.jsx
│ │ └── header.css
│ ├── topbar
│ │ ├── topbar.css
│ │ └── Topbar.jsx
│ ├── portfolio
│ │ ├── portfolio.css
│ │ └── Portfolio.jsx
│ ├── testimonials
│ │ ├── testimonials.css
│ │ └── Testimonials.jsx
│ ├── footer
│ │ ├── footer.css
│ │ └── Footer.jsx
│ ├── experience
│ │ ├── experience.css
│ │ └── Experience.jsx
│ ├── contact
│ │ ├── contact.css
│ │ └── Contact.jsx
│ └── intro
│ │ ├── Intro.jsx
│ │ └── intro.css
├── App.jsx
└── index.css
├── .gitignore
├── public
└── index.html
├── package.json
└── README.md
/src/assets/alc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/alc.png
--------------------------------------------------------------------------------
/src/assets/me.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/me.jpg
--------------------------------------------------------------------------------
/src/assets/me2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/me2.png
--------------------------------------------------------------------------------
/src/assets/fake.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/fake.png
--------------------------------------------------------------------------------
/src/assets/math.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/math.png
--------------------------------------------------------------------------------
/src/assets/news.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/news.png
--------------------------------------------------------------------------------
/src/assets/port.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/port.png
--------------------------------------------------------------------------------
/src/assets/todo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/todo.png
--------------------------------------------------------------------------------
/src/assets/linkedin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/linkedin.png
--------------------------------------------------------------------------------
/src/assets/shelter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/shelter.png
--------------------------------------------------------------------------------
/src/assets/bg-texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/bg-texture.png
--------------------------------------------------------------------------------
/src/assets/bookstore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/bookstore.png
--------------------------------------------------------------------------------
/src/assets/meri_gogichashvili_cv.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meri-MG/portfolio---react/HEAD/src/assets/meri_gogichashvili_cv.pdf
--------------------------------------------------------------------------------
/src/index.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import ReactDOM from 'react-dom/client';
3 | import App from './App';
4 | import './index.css';
5 |
6 | const root = ReactDOM.createRoot(document.getElementById('root'));
7 | root.render(
8 |
I’ve spent the last several months in a remote environment, working with HTML, CSS, JavaScript, building everything from landing pages to APIs. My experience as a teacher in an international school helped me collaborate with fellow developers from all over the world. Additionally, working with kids isn’t an easy task, however, it has helped me become efficient, productive, and fast even in a very stressful environment, which is an important skill in the tech industry.
32 | Let's Talk 33 |{pro.description}
88 |{pro.technologies}
89 |