-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added content and some styles to resume
- Loading branch information
Showing
3 changed files
with
272 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import React from 'react'; | ||
import { Text } from '@react-pdf/renderer'; | ||
import { Text, Image } from '@react-pdf/renderer'; | ||
// import homeIcon from './home2.png'; | ||
|
||
import { | ||
LeftSideBar, | ||
|
@@ -25,52 +26,89 @@ export const SideBar = () => { | |
|
||
<Section> | ||
<SectionTitle> | ||
<SectionLabel>About</SectionLabel> | ||
<SectionLabel>Skills</SectionLabel> | ||
</SectionTitle> | ||
|
||
<Text style={{ paddingRight: '12px', textAlign: 'justify', lineHeight: '30px' }}> | ||
Enthusiastic Full-Stack engineer eager to contribute to team success through hard work, attention to detail | ||
and excellent organizational skills. Excellent reputation for resolving problems, flexibility and diligently. | ||
Motivated to learn, grow and excel in variant technologies. | ||
</Text> | ||
</Section> | ||
<SkillContainer> | ||
<SkillLabel>JavaScript/TypeScript</SkillLabel> | ||
<BarContainer> | ||
<Bar style={{ width: '100%' }} /> | ||
</BarContainer> | ||
<ExcellencyLabel>Excellent</ExcellencyLabel> | ||
</SkillContainer> | ||
|
||
<Section> | ||
<SectionTitle> | ||
<SectionLabel>Contact</SectionLabel> | ||
</SectionTitle> | ||
<SkillContainer> | ||
<SkillLabel>Node.js</SkillLabel> | ||
<BarContainer> | ||
<Bar style={{ width: '90%' }} /> | ||
</BarContainer> | ||
<ExcellencyLabel>Very Good</ExcellencyLabel> | ||
</SkillContainer> | ||
|
||
<TextBold>Address</TextBold> | ||
<Text>TehranPars, Tehran, Iran</Text> | ||
<SkillContainer> | ||
<SkillLabel>Golang/Java</SkillLabel> | ||
<BarContainer> | ||
<Bar style={{ width: '90%' }} /> | ||
</BarContainer> | ||
<ExcellencyLabel>Very Good</ExcellencyLabel> | ||
</SkillContainer> | ||
|
||
<TextBold style={{ marginTop: '6px' }}>Phone</TextBold> | ||
<Text>+98 936 4650095</Text> | ||
<SkillContainer> | ||
<SkillLabel>React.js</SkillLabel> | ||
<BarContainer> | ||
<Bar style={{ width: '100%' }} /> | ||
</BarContainer> | ||
<ExcellencyLabel>Excellent</ExcellencyLabel> | ||
</SkillContainer> | ||
|
||
<TextBold style={{ marginTop: '6px' }}>Email</TextBold> | ||
<Text>[email protected]</Text> | ||
</Section> | ||
<SkillContainer> | ||
<SkillLabel>React Native</SkillLabel> | ||
<BarContainer> | ||
<Bar style={{ width: '80%' }} /> | ||
</BarContainer> | ||
<ExcellencyLabel>Good</ExcellencyLabel> | ||
</SkillContainer> | ||
|
||
<Section> | ||
<SectionTitle> | ||
<SectionLabel>Skills</SectionLabel> | ||
</SectionTitle> | ||
<SkillContainer> | ||
<SkillLabel>Linux</SkillLabel> | ||
<BarContainer> | ||
<Bar style={{ width: '90%' }} /> | ||
</BarContainer> | ||
<ExcellencyLabel>Very Good</ExcellencyLabel> | ||
</SkillContainer> | ||
|
||
<SkillContainer> | ||
<SkillLabel>Node.js</SkillLabel> | ||
<SkillLabel>Git</SkillLabel> | ||
<BarContainer> | ||
<Bar style={{ width: '90%' }} /> | ||
</BarContainer> | ||
<ExcellencyLabel>Very Good</ExcellencyLabel> | ||
</SkillContainer> | ||
|
||
<SkillContainer> | ||
<SkillLabel>React.js</SkillLabel> | ||
<SkillLabel>CI/CD/Docker/Kubernetes</SkillLabel> | ||
<BarContainer> | ||
<Bar style={{ width: '100%' }} /> | ||
<Bar style={{ width: '70%' }} /> | ||
</BarContainer> | ||
<ExcellencyLabel>Excellent</ExcellencyLabel> | ||
<ExcellencyLabel>Experienced</ExcellencyLabel> | ||
</SkillContainer> | ||
</Section> | ||
|
||
<Section> | ||
<SectionTitle> | ||
<SectionLabel>Contact</SectionLabel> | ||
</SectionTitle> | ||
|
||
<TextBold>Address</TextBold> | ||
{/* <Image src={{ data: homeIcon as any, format: 'png' }} style={{ width: '24px', height: '24px' }} /> */} | ||
<Text>TehranPars, Tehran, Iran</Text> | ||
|
||
<TextBold style={{ marginTop: '6px' }}>Phone</TextBold> | ||
<Text>+98 936 4650095</Text> | ||
|
||
<TextBold style={{ marginTop: '6px' }}>Email</TextBold> | ||
<Text>[email protected]</Text> | ||
</Section> | ||
</LeftSideBar> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters