|
1 |
| -<h1 align="center"> My Portfolio </h1> |
| 1 | + |
2 | 2 |
|
3 |
| -<p align="center"> |
4 |
| -Welcome to my portfolio! This is a website that show my abilities and best projects in Web Development. |
5 |
| -This project also makes it easy to contact with me. |
6 |
| -</p> |
7 |
| - |
8 |
| -<p align="center"> |
9 |
| - <a href="#technologies">Technologies</a> | |
10 |
| - <a href="#learning">What I've Learned</a> | |
11 |
| - <a href="#installation">Installation</a> | |
12 |
| - <a href="#layout">Layout</a> |
13 |
| -</p> |
| 3 | +# 🧡 Portfolio |
14 | 4 |
|
15 |
| -<br> |
| 5 | +[README PT-BR](./README-pt.md) |
16 | 6 |
|
17 |
| -<p align="center"> |
18 |
| - <strong> Dark mode: </strong> |
19 |
| - <img alt="Project preview" src="./.github/preview.png" width="90%"> |
20 |
| -</p> |
| 7 | +Welcome to my [portfolio](https://bit.ly/portfolioSbardelotto)! This is a website that show my abilities and best projects in Web Development. |
| 8 | +The project also makes it easy to contact with me. |
21 | 9 |
|
22 |
| -<p align="center"> |
23 |
| - <strong>Light mode:</strong> |
24 |
| - <img alt="Project preview" src="./.github/preview2.png" width="90%"> |
25 |
| -</p> |
| 10 | +> ⚠️ Feel free to [contact me](https://portfolio-cristian-sbardelotto.vercel.app/contact/), and share your **_feedback_** and **_insights_**, or report a **_bug_**! |
26 | 11 |
|
27 |
| -<p align="center"> |
28 |
| - <strong>Mobile:</strong> |
| 12 | +<p> |
| 13 | + <a href="#technologies">Technologies</a> | |
| 14 | + <a href="#learning">What I've Learned</a> | |
| 15 | + <a href="#deploy">Deploy</a> |
29 | 16 | </p>
|
30 | 17 |
|
31 |
| -<p align="center"> |
32 |
| - <img alt="Project preview" src="./.github/preview3.png" width="30%" height="500"> |
33 |
| -</p> |
| 18 | +<div id='technologies'></div> |
34 | 19 |
|
35 |
| -<br /> |
36 |
| -<h1 id='technologies'>🖱️ Technologies</h2> |
| 20 | +## 🛠️ Technologies |
37 | 21 |
|
38 |
| -<p>This project was made with the following technologies/libraries:</p> |
| 22 | +This project was made with the following technologies/libraries: |
39 | 23 |
|
40 |
| -- TypeScript |
41 |
| -- NextJS |
| 24 | +- Typescript |
| 25 | +- React |
| 26 | +- Next.js |
42 | 27 | - Styled-components
|
43 |
| -- Swiper ( slides ) |
44 |
| -- Lucide-react ( icons ) |
45 |
| -- Git |
46 |
| -- Github |
47 |
| -- Eslint + Prettier ( code maintenance ) |
| 28 | +- Lucide react |
| 29 | +- Eslint |
| 30 | +- Git & Github |
48 | 31 |
|
49 |
| -<br /> |
| 32 | +<div id='learning'></div> |
50 | 33 |
|
51 |
| -<h1 id='learning'>🧠 What I've Learned</h2> |
| 34 | +## 🧠 What I've Learned |
52 | 35 |
|
53 |
| -<p>In this website, I worked with:</p> |
| 36 | +During the development, I've discovered new things, such as: |
54 | 37 |
|
55 |
| -- A new lib for slides ( [Swiper](https://swiperjs.com/) ) |
56 | 38 | - [Mock files](./src/data/)
|
57 |
| -- [Custom hooks](./src/hooks/useTheme.ts) |
58 | 39 | - [Import/export types](./src/types/index.ts)
|
| 40 | +- Handle with different animations |
59 | 41 |
|
60 |
| -<br /> |
61 |
| - |
62 |
| -<h1 id='layout'>🖥️ Layout</h1> |
63 |
| - |
64 |
| -<br /> |
65 |
| - |
66 |
| - |
67 |
| -### To make this project, I used this [Figma Design](https://www.figma.com/file/2dONk0zr1PPGVhKjNNoMSH/Portfolio-Web-Template-(Community)?node-id=1%3A306&mode=dev). |
68 |
| - |
69 |
| -### To see the Deploy, check [THIS LINK](https://portfolio-git-main-cristian-sbardelotto.vercel.app/). |
| 42 | +<div id='deploy'></div> |
70 | 43 |
|
71 |
| -<br /> |
| 44 | +## 🌎 Deploy |
72 | 45 |
|
73 |
| -<h1 id='installation'>📤 Installation</h1> |
| 46 | +To check out the deploy, access https://portfolio-cristian-sbardelotto.vercel.app/ |
74 | 47 |
|
75 |
| -<h3>Firstly, you need to <strong>clone the project</strong> on your machine:</h3> |
| 48 | +## Enjoy this project! |
76 | 49 |
|
77 |
| - |
78 |
| -```bash |
79 |
| -git clone https://github.com/cristian-sbardelotto/portfolio |
80 |
| -``` |
81 |
| -<br /> |
82 |
| - |
83 |
| -<h3>After that, open the project folder and <strong>install the dependencies:</strong></h3> |
84 |
| - |
85 |
| - |
86 |
| -```bash |
87 |
| -npm install |
88 |
| -# or |
89 |
| -yarn |
90 |
| -#or |
91 |
| -pnpm install |
92 |
| -``` |
93 |
| - |
94 |
| -<h3>To <strong>run the project</strong> on your browser, use:</h3> |
95 |
| - |
96 |
| -```bash |
97 |
| -npm run dev |
98 |
| -# or |
99 |
| -yarn dev |
100 |
| -# or |
101 |
| -pnpm dev |
102 |
| -``` |
103 |
| - |
104 |
| -<br/> |
105 |
| - |
106 |
| ---- |
107 |
| - |
108 |
| -<div align='center'> |
109 |
| - |
110 |
| -<h2 align='center'>Enjoy this project!</h2> |
111 |
| - |
112 |
| -<br /> |
113 |
| - |
114 |
| -Developed with ❤️ by <strong>Cristian Sbardelotto</strong> |
115 |
| - |
116 |
| -<br /> |
| 50 | +Developed with 🧡 by **Cristian Sbardelotto**. |
117 | 51 |
|
118 | 52 | [](https://www.linkedin.com/in/cristian-k-sbardelotto/)
|
119 | 53 | [](https://github.com/cristian-sbardelotto)
|
120 |
| - |
121 | 54 | [](https://bit.ly/portfolioSbardelotto)
|
122 |
| - |
123 |
| -</div> |
0 commit comments