1
1
import {
2
+ Anchor ,
2
3
Box ,
3
4
Button ,
4
5
Container ,
@@ -14,6 +15,7 @@ import {
14
15
} from "@mantine/core" ;
15
16
import SiteFooter from "@/_components/footer/Footer" ;
16
17
import { IconArrowUpRight } from "@tabler/icons-react" ;
18
+ import Link from "next/link" ;
17
19
18
20
export default function AboutMe ( ) {
19
21
return (
@@ -23,7 +25,7 @@ export default function AboutMe() {
23
25
< Box style = { { position : "relative" } } >
24
26
< Title
25
27
order = { 1 }
26
- fz = { 80 }
28
+ fz = { { lg : 80 , xs : 50 } }
27
29
fw = { 900 }
28
30
ta = "center"
29
31
c = { "light-dark(var(--mantine-color-dark-9), white)" }
@@ -45,15 +47,15 @@ export default function AboutMe() {
45
47
< Image src = { "/mohammad-rahmani.jpg" } radius = { 50 } />
46
48
{ /* <Image src={"/me.png"} h={600} radius={50} /> */ }
47
49
</ GridCol >
48
- < GridCol span = { 8 } mx = "auto" mt = { 50 } >
49
- < Text fz = { 24 } c = "light-dark(black, white)" >
50
+ < GridCol span = { { lg : 8 } } mx = "auto" mt = { 50 } >
51
+ < Text fz = { { sm : 24 , xs : 16 } } c = "light-dark(black, white)" >
50
52
I'm < strong > Mohammad Rahmani</ strong > , a seasoned programmer with
51
53
over a decade of experience in the dynamic world of{ " " }
52
54
< strong > software development</ strong > . My journey in programming
53
55
has been both challenging and rewarding, allowing me to hone my
54
56
skills across various programming languages and technologies.
55
57
</ Text >
56
- < Text fz = { 24 } mt = { 32 } c = "light-dark(black, white)" >
58
+ < Text fz = { { sm : 24 , xs : 16 } } mt = { 32 } c = "light-dark(black, white)" >
57
59
Throughout my career, I have had the privilege to work on a
58
60
diverse array of projects ranging from{ " " }
59
61
< strong > web applications</ strong > to complex enterprise solutions.
@@ -63,15 +65,15 @@ export default function AboutMe() {
63
65
applications that are not only robust and scalable but also
64
66
provide seamless and engaging < strong > user experiences</ strong > .
65
67
</ Text >
66
- < Text fz = { 24 } mt = { 32 } c = "light-dark(black, white)" >
68
+ < Text fz = { { sm : 24 , xs : 16 } } mt = { 32 } c = "light-dark(black, white)" >
67
69
With a commitment to excellence and a passion for innovation, I am
68
70
dedicated to turning < strong > ideas</ strong > into reality through{ " " }
69
71
< strong > code</ strong > . Whether you're looking to build a new{ " " }
70
72
< strong > application</ strong > from scratch or enhance an existing
71
73
one, I bring a wealth of knowledge and a proven track record to
72
74
ensure your project’s < strong > success</ strong > .
73
75
</ Text >
74
- < Text fz = { 20 } mt = { 32 } c = "light-dark(black, white)" >
76
+ < Text fz = { { sm : 20 , xs : 16 } } mt = { 32 } c = "light-dark(black, white)" >
75
77
Thank you for visiting my page, and I look forward to the
76
78
possibility of < strong > working together</ strong > !
77
79
</ Text >
@@ -92,33 +94,40 @@ export default function AboutMe() {
92
94
</ Grid >
93
95
< Space h = { 200 } />
94
96
< Grid >
95
- < GridCol span = { 6 } >
96
- < Text fz = { 50 } fw = { 600 } >
97
- My past work experience
97
+ < GridCol span = { { lg : 6 } } >
98
+ < Text fz = { { md : 62 , xs : 32 } } fw = { 800 } >
99
+ My Past Work < br /> Experiences
98
100
</ Text >
99
101
</ GridCol >
100
- < GridCol span = { 6 } >
102
+ < GridCol span = { { lg : 6 } } >
101
103
< Box >
102
104
< Group justify = "space-between" >
103
105
< Stack gap = { 5 } >
104
106
< Text fz = { 18 } fw = { 600 } lts = { 0.8 } >
105
- Software Developer
107
+ Chief Technology Officer
108
+ </ Text >
109
+ < Text
110
+ c = "gray"
111
+ component = { Link }
112
+ href = "https://orhan.af"
113
+ target = "_blank"
114
+ >
115
+ Orhan Technology
106
116
</ Text >
107
- < Text c = "gray" > Netlinks Ltd</ Text >
108
117
</ Stack >
109
- < Text c = "gray" > 2018 - 2020 </ Text >
118
+ < Text c = "gray" > 2024 - Present </ Text >
110
119
</ Group >
111
120
</ Box >
112
121
< Divider my = { 20 } />
113
122
< Box >
114
123
< Group justify = "space-between" >
115
124
< Stack gap = { 5 } >
116
125
< Text fz = { 18 } fw = { 600 } lts = { 0.8 } >
117
- Senior Full-stack Software Developer
126
+ Software Developer
118
127
</ Text >
119
128
< Text c = "gray" > Netlinks Ltd</ Text >
120
129
</ Stack >
121
- < Text c = "gray" > 2020 - 2022 </ Text >
130
+ < Text c = "gray" > 2018 - 2020 </ Text >
122
131
</ Group >
123
132
</ Box >
124
133
< Divider my = { 20 } />
0 commit comments