1
- import Link from "next/link" ;
2
1
import {
3
2
Box ,
4
3
Button ,
5
- Card ,
6
- CardSection ,
7
4
Container ,
8
5
Divider ,
9
6
Grid ,
@@ -21,22 +18,14 @@ import { IconArrowUpRight } from "@tabler/icons-react";
21
18
export default function AboutMe ( ) {
22
19
return (
23
20
< >
21
+ < Space h = { 100 } />
24
22
< Container size = "xl" pos = "relative" >
25
- { /* <Box
26
- w={500}
27
- h={400}
28
- style={{
29
- right: 100,
30
- position: "absolute",
31
- background: "linear-gradient(45deg, red, #1a00ef)",
32
- filter: "blur(100px)",
33
- }}
34
- ></Box> */ }
35
23
< Box style = { { position : "relative" } } >
36
24
< Title
37
25
order = { 1 }
38
- fz = { 90 }
26
+ fz = { 80 }
39
27
fw = { 900 }
28
+ ta = "center"
40
29
c = { "light-dark(var(--mantine-color-dark-9), white)" }
41
30
>
42
31
< span
@@ -45,27 +34,53 @@ export default function AboutMe() {
45
34
"light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-2))" ,
46
35
} }
47
36
>
48
- About me, { " " }
37
+ About me
49
38
</ span >
50
- my story and my experience
39
+ , a Software Developer living in Kabul 🇦🇫
51
40
</ Title >
52
41
</ Box >
53
- < Space h = { 200 } />
42
+ < Space h = { 100 } />
54
43
< Grid justify = "space-between" align = "center" >
55
- < GridCol span = { 6 } >
44
+ < GridCol span = { 12 } >
56
45
< Image src = { "/mohammad-rahmani.jpg" } radius = { 50 } />
46
+ { /* <Image src={"/me.png"} h={600} radius={50} /> */ }
57
47
</ GridCol >
58
- < GridCol span = { 5 } >
59
- < Text fz = { 20 } >
60
- As a Senior Software Developer with over 10 years of experience, I
61
- specialize in creating intuitive and user-centered interfaces for
62
- a wide range of digital products and experiences.
48
+ < GridCol span = { 8 } mx = "auto" mt = { 50 } >
49
+ < Text fz = { 24 } c = "light-dark(black, white)" >
50
+ I'm < strong > Mohammad Rahmani</ strong > , a seasoned programmer with
51
+ over a decade of experience in the dynamic world of{ " " }
52
+ < strong > software development</ strong > . My journey in programming
53
+ has been both challenging and rewarding, allowing me to hone my
54
+ skills across various programming languages and technologies.
55
+ </ Text >
56
+ < Text fz = { 24 } mt = { 32 } c = "light-dark(black, white)" >
57
+ Throughout my career, I have had the privilege to work on a
58
+ diverse array of projects ranging from{ " " }
59
+ < strong > web applications</ strong > to complex enterprise solutions.
60
+ However, my true passion lies in{ " " }
61
+ < strong > mobile application development</ strong > . Leveraging the
62
+ power of < strong > Flutter</ strong > , I have developed numerous
63
+ applications that are not only robust and scalable but also
64
+ provide seamless and engaging < strong > user experiences</ strong > .
65
+ </ Text >
66
+ < Text fz = { 24 } mt = { 32 } c = "light-dark(black, white)" >
67
+ With a commitment to excellence and a passion for innovation, I am
68
+ dedicated to turning < strong > ideas</ strong > into reality through{ " " }
69
+ < strong > code</ strong > . Whether you're looking to build a new{ " " }
70
+ < strong > application</ strong > from scratch or enhance an existing
71
+ one, I bring a wealth of knowledge and a proven track record to
72
+ ensure your project’s < strong > success</ strong > .
73
+ </ Text >
74
+ < Text fz = { 20 } mt = { 32 } c = "light-dark(black, white)" >
75
+ Thank you for visiting my page, and I look forward to the
76
+ possibility of < strong > working together</ strong > !
63
77
</ Text >
64
- < Space h = { 50 } />
78
+ < Space h = { 32 } />
65
79
< Button
80
+ w = { 200 }
66
81
variant = "default"
67
82
component = "a"
68
- size = "xl "
83
+ size = "lg "
69
84
fz = { 16 }
70
85
radius = "xl"
71
86
0 commit comments