Skip to content

Commit

Permalink
Update exp and skills
Browse files Browse the repository at this point in the history
* fix typo and grammar
  • Loading branch information
matinrco committed May 13, 2024
1 parent 354a7c1 commit 5e686cf
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 5 deletions.
25 changes: 22 additions & 3 deletions src/screens/Home/Experience.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { ReactElement } from "react";
import { Box, Divider, Text, List } from "@mantine/core";
import { Box, Divider, Text, List, Space } from "@mantine/core";

const Experience = (): ReactElement => {
return (
Expand All @@ -15,15 +15,34 @@ const Experience = (): ReactElement => {
</Text>
<List pl="xs" mt="xs" c="gray.7" icon="•">
<List.Item>
My main projects: marketplace, shop, e-shop light
My main projects: marketplace, shop, e-shop light, document
generator
</List.Item>
<List.Item>
Team building, review, training, solution providing, tooling
& structure.
</List.Item>
<List.Item>+6 years of experience</List.Item>
<List.Item>7 years of experience</List.Item>
<List.Item>Irancell partner</List.Item>
</List>
<Space h="md" />
<Text size="md" color="gray.7">
Senior front-end dev and QA/QC @Karen
</Text>
<List pl="xs" mt="xs" c="gray.7" icon="•">
<List.Item>
Project name : torch (data-driven - nextjs app router - i18n
- mantine - react query)
</List.Item>
<List.Item>
QA engineer. collaborate in architecture and challenge it in
every aspect.
</List.Item>
<List.Item>
QC engineer. Implement cross service test project
(Playwright)(planned)
</List.Item>
</List>
</Box>
);
};
Expand Down
16 changes: 16 additions & 0 deletions src/screens/Home/Skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ const Skills = (): ReactElement => {
>
Redux Toolkit + Query
</Badge>
<Badge
size="lg"
sx={{ textTransform: "none" }}
variant="gradient"
gradient={{ from: "teal", to: "lime", deg: 105 }}
>
React query
</Badge>
<Badge
size="lg"
sx={{ textTransform: "none" }}
Expand Down Expand Up @@ -109,6 +117,14 @@ const Skills = (): ReactElement => {
>
Nest.js
</Badge>
<Badge
size="lg"
sx={{ textTransform: "none" }}
variant="gradient"
gradient={{ from: "teal", to: "lime", deg: 105 }}
>
Puppeteer
</Badge>
<Badge
size="lg"
sx={{ textTransform: "none" }}
Expand Down
5 changes: 3 additions & 2 deletions src/screens/Home/Volunteer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ const Volunteer = (): ReactElement => {
<Text>
Due to complex situation in my country & social
responsibility, I made a vpn stack based on xray/v2ray
to bypass censorship & provide easy & reliable access
for people for free or less than a dollar.
to circumvent internet censorship & provide easy &
reliable access for people for free or less than a
dollar.
</Text>
<Text>Consist of:</Text>
<List c="gray.7" icon="•">
Expand Down

0 comments on commit 5e686cf

Please sign in to comment.