Skip to content

Commit dfc2048

Browse files
authored
Merge pull request #8 from Hombre2014/readme-fix
Update the README file
2 parents 9b9a83c + a5f752e commit dfc2048

File tree

2 files changed

+80
-80
lines changed

2 files changed

+80
-80
lines changed

README.md

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
1-
# Yuriy Chamkoriyski's React Portfolio
2-
3-
> Showcase projects portfolio.
4-
5-
## Built With
6-
7-
- Major languages: JavaScript
8-
- Library: React
9-
- Backend: Sanity
10-
- Tools used: Framer motion, React Icons, SaaS
11-
12-
## Screenshots
13-
14-
![Header](src/assets/Demo_1.jpg)
15-
![About](src/assets/Demo_2.jpg)
16-
![Work](src/assets/Demo_3.jpg)
17-
![Skills](src/assets/Demo_4.jpg)
18-
![Testimonials](src/assets/Demo_5.jpg)
19-
![Contact](src/assets/Demo_6.jpg)
20-
21-
## Live Link
22-
23-
You can view the current deployment by clicking the link bellow:
24-
25-
[Live Link](https://yuriy-portfolio.netlify.app/)
26-
27-
## Deployment
28-
29-
- Using [Netlify](https://netlify.com)
30-
31-
## Author
32-
33-
👤 **Yuriy Chamkoriyski**
34-
35-
- GitHub: [@Hombre2014](https://github.com/Hombre2014)
36-
- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)
37-
- LinkedIn: [axebit](https://linkedin.com/in/axebit)
38-
39-
## 🤝 Contributing
40-
41-
Contributions, issues, and feature requests are welcome!
42-
43-
Feel free to check the [issues page](https://github.com/Hombre/react_portfolio/issues).
44-
45-
## Show your support
46-
47-
Give a ⭐️ if you like this project!
48-
49-
## Acknowledgments
50-
51-
Credits and attribution for the photos in About section:</br>
52-
</br>
53-
[Web illustrations by Storyset](https://storyset.com/web)</br>
54-
[Technology illustrations by Storyset](https://storyset.com/technology)</br>
55-
[Designed by upklyak/Freepik](https://www.freepik.com)</br>
56-
57-
Thanks to JavaScript Mastery for inspirational [video](https://www.youtube.com/watch?v=3HNyXCPDQ7Q).
58-
59-
## 📝 License
60-
61-
This project is [MIT](./license.md) licensed.
1+
# Yuriy Chamkoriyski's React Portfolio
2+
3+
> Showcase projects portfolio.
4+
5+
## Built With
6+
7+
- Major languages: JavaScript
8+
- Library: React
9+
- Backend: Sanity
10+
- Tools used: Framer motion, React Icons, SaaS
11+
12+
## Screenshots
13+
14+
![Header](src/assets/Demo_1.jpg)
15+
![About](src/assets/Demo_2.jpg)
16+
![Work](src/assets/Demo_3.jpg)
17+
![Skills](src/assets/Demo_4.jpg)
18+
![Testimonials](src/assets/Demo_5.jpg)
19+
![Contact](src/assets/Demo_6.jpg)
20+
21+
## Live Link
22+
23+
You can view the current deployment by clicking the link bellow:
24+
25+
[Live Link](https://yuriy-portfolio.netlify.app/)
26+
27+
## Deployment
28+
29+
- Using [Netlify](https://netlify.com)
30+
31+
## Author
32+
33+
👤 **Yuriy Chamkoriyski**
34+
35+
- GitHub: [@Hombre2014](https://github.com/Hombre2014)
36+
- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)
37+
- LinkedIn: [axebit](https://linkedin.com/in/axebit)
38+
39+
## 🤝 Contributing
40+
41+
Contributions, issues, and feature requests are welcome!
42+
43+
Feel free to check the [issues page](https://github.com/Hombre2014/My-React-Portfolio/issues).
44+
45+
## Show your support
46+
47+
Give a ⭐️ if you like this project!
48+
49+
## Acknowledgments
50+
51+
Credits and attribution for the photos in About section:</br>
52+
</br>
53+
[Web illustrations by Storyset](https://storyset.com/web)</br>
54+
[Technology illustrations by Storyset](https://storyset.com/technology)</br>
55+
[Designed by upklyak/Freepik](https://www.freepik.com)</br>
56+
57+
Thanks to JavaScript Mastery for inspirational [video](https://www.youtube.com/watch?v=3HNyXCPDQ7Q).
58+
59+
## 📝 License
60+
61+
This project is [MIT](./license.md) licensed.

src/App.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
import React from 'react';
2-
3-
import { About, Footer, Header, Skills, Testimonial, Work } from './container';
4-
import { Navbar } from './components';
5-
import './App.scss';
6-
7-
const App = () => (
8-
<div className="app">
9-
<Navbar />
10-
<Header />
11-
<About />
12-
<Work />
13-
<Skills />
14-
<Testimonial />
15-
<Footer />
16-
</div>
17-
);
18-
19-
export default App;
1+
import React from 'react';
2+
3+
import './App.scss';
4+
import { Navbar } from './components';
5+
import { About, Footer, Header, Skills, Testimonial, Work } from './container';
6+
7+
const App = () => (
8+
<div className="app">
9+
<Navbar />
10+
<Header />
11+
<About />
12+
<Work />
13+
<Skills />
14+
<Testimonial />
15+
<Footer />
16+
</div>
17+
);
18+
19+
export default App;

0 commit comments

Comments
 (0)