Skip to content

Commit 6b95acc

Browse files
committed
Update about-me page design
1 parent a5775b3 commit 6b95acc

File tree

1 file changed

+40
-25
lines changed

1 file changed

+40
-25
lines changed

src/app/about-me/page.tsx

+40-25
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
import Link from "next/link";
21
import {
32
Box,
43
Button,
5-
Card,
6-
CardSection,
74
Container,
85
Divider,
96
Grid,
@@ -21,22 +18,14 @@ import { IconArrowUpRight } from "@tabler/icons-react";
2118
export default function AboutMe() {
2219
return (
2320
<>
21+
<Space h={100} />
2422
<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> */}
3523
<Box style={{ position: "relative" }}>
3624
<Title
3725
order={1}
38-
fz={90}
26+
fz={80}
3927
fw={900}
28+
ta="center"
4029
c={"light-dark(var(--mantine-color-dark-9), white)"}
4130
>
4231
<span
@@ -45,27 +34,53 @@ export default function AboutMe() {
4534
"light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-2))",
4635
}}
4736
>
48-
About me,{" "}
37+
About me
4938
</span>
50-
my story and my experience
39+
, a Software Developer living in Kabul 🇦🇫
5140
</Title>
5241
</Box>
53-
<Space h={200} />
42+
<Space h={100} />
5443
<Grid justify="space-between" align="center">
55-
<GridCol span={6}>
44+
<GridCol span={12}>
5645
<Image src={"/mohammad-rahmani.jpg"} radius={50} />
46+
{/* <Image src={"/me.png"} h={600} radius={50} /> */}
5747
</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>!
6377
</Text>
64-
<Space h={50} />
78+
<Space h={32} />
6579
<Button
80+
w={200}
6681
variant="default"
6782
component="a"
68-
size="xl"
83+
size="lg"
6984
fz={16}
7085
radius="xl"
7186
href="mailto:[email protected]"

0 commit comments

Comments
 (0)