@@ -71,26 +71,26 @@ const Home = () => {
7171 </ Card >
7272 < br />
7373 < Container >
74- < Grid container spacing = { 2 } >
74+ < Grid container spacing = { 4 } >
7575 < Grid item xs = { 12 } sm = { 12 } md = { 6 } >
7676 < Typography variant = "h4" color = "primary.main" >
7777 Skills
7878 </ Typography >
7979 < ul >
8080 < li >
8181 Software Development (.NET, JavaScript)
82- < Slider color = "primary" value = { 95 } />
83- </ li >
82+ < Slider color = "primary" value = { 100 } />
83+ </ li >
8484 < li >
85- Data Analyst (SQL, Power BI)
86- < Slider color = "primary" value = { 70 } />
85+ DevOps Expert
86+ < Slider color = "primary" value = { 95 } />
8787 </ li >
8888 < li >
89- DevOps Expert
89+ Azure Expert
9090 < Slider color = "primary" value = { 90 } />
9191 </ li >
9292 < li >
93- Azure Expert
93+ Data Analyst (SQL, Power BI)
9494 < Slider color = "primary" value = { 80 } />
9595 </ li >
9696 </ ul >
@@ -101,13 +101,14 @@ const Home = () => {
101101 < Typography variant = "h4" color = "primary.main" >
102102 About Me
103103 </ Typography >
104- < p style = { { textAlign : "justify" } } >
105- Developer with experience in .NET and JavaScript technologies,
104+ < Typography variant = "subtitle1" textAlign = "justify" >
105+ Developer with experience in .NET and JavaScript technologies,
106106 passionate about programming and software design. I am a dynamic
107107 person, I like to learn and work as a team, persistent in
108108 meeting goals and objectives that lead to the improvement of my
109109 life project and those around me.
110- </ p >
110+ </ Typography >
111+
111112 </ Grid >
112113
113114 < Grid item sm = { 12 } >
@@ -118,8 +119,9 @@ const Home = () => {
118119 < Box
119120 sx = { {
120121 display : "flex" ,
121- flex : 1 ,
122- justifyContent : "space-evenly" ,
122+ flexDirection :"row" ,
123+ alignItems :"center" ,
124+ justifyItems :"end"
123125 } }
124126 >
125127 < Chip label = "Mountain Bike" icon = { < PedalBike /> } />
0 commit comments