@@ -44,13 +44,17 @@ export default function AboutMe() {
4444 < Space h = { 100 } />
4545 < Grid justify = "space-between" align = "center" >
4646 < GridCol span = { 12 } >
47- < Image src = { "/mohammad-rahmani.jpg" } radius = { 50 } />
48- { /* <Image src={"/me.png"} h={600} radius={50} /> */ }
47+ < Image
48+ width = { "100%" }
49+ src = "/mohammad-rahmani.jpg"
50+ alt = "Mohammad Rahmani - afgprogrammer"
51+ radius = { 50 }
52+ />
4953 </ GridCol >
5054 < GridCol span = { { lg : 8 } } mx = "auto" mt = { 50 } >
5155 < Text fz = { { sm : 24 , xs : 16 } } c = "light-dark(black, white)" >
52- I' m < strong > Mohammad Rahmani</ strong > , a seasoned programmer with
53- over a decade of experience in the dynamic world of{ " " }
56+ I' m < strong > Mohammad Rahmani</ strong > , a seasoned programmer
57+ with over a decade of experience in the dynamic world of{ " " }
5458 < strong > software development</ strong > . My journey in programming
5559 has been both challenging and rewarding, allowing me to hone my
5660 skills across various programming languages and technologies.
@@ -68,10 +72,10 @@ export default function AboutMe() {
6872 < Text fz = { { sm : 24 , xs : 16 } } mt = { 32 } c = "light-dark(black, white)" >
6973 With a commitment to excellence and a passion for innovation, I am
7074 dedicated to turning < strong > ideas</ strong > into reality through{ " " }
71- < strong > code</ strong > . Whether you' re looking to build a new{ " " }
75+ < strong > code</ strong > . Whether you' re looking to build a new{ " " }
7276 < strong > application</ strong > from scratch or enhance an existing
7377 one, I bring a wealth of knowledge and a proven track record to
74- ensure your project’ s < strong > success</ strong > .
78+ ensure your project' s < strong > success</ strong > .
7579 </ Text >
7680 < Text fz = { { sm : 20 , xs : 16 } } mt = { 32 } c = "light-dark(black, white)" >
7781 Thank you for visiting my page, and I look forward to the
@@ -88,7 +92,7 @@ export default function AboutMe() {
8892 href = "mailto:rto1680@gmail.com"
8993 rightSection = { < IconArrowUpRight size = { 22 } /> }
9094 >
91- Let' s Talk
95+ Let' s Talk
9296 </ Button >
9397 </ GridCol >
9498 </ Grid >
0 commit comments