Skip to content

Commit

Permalink
fix: link colors, remove text
Browse files Browse the repository at this point in the history
  • Loading branch information
Екатерина Заславская committed Jul 6, 2021
1 parent 346b04f commit afa51dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 4 additions & 2 deletions src/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,17 @@ export const Home: React.FC = () => {
<p className='px-2'>
<a
href='mailto:[email protected]'
className='u u-LR text-blue-600'
className='u u-LR'
style={{ color: 'rgba(15,98,254)' }}
>
Email
</a>
</p>
<p className='px-2'>
<a
href='https://t.me/supramodum'
className='u u-LR text-blue-600'
className='u u-LR'
style={{ color: 'rgba(15,98,254)' }}
>
Telegram
</a>
Expand Down
5 changes: 0 additions & 5 deletions src/home/job-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ export const JobList: React.FC<JobListProps> = ({ language }) => {
<MarkComponent>TypeScript</MarkComponent> для интеграции с фискальными
регистраторами
</>,
<>
Programming automated GUI tests using{' '}
<MarkComponent>Java</MarkComponent> and{' '}
<MarkComponent>JUnit</MarkComponent>
</>,
<>
Использую инструменты разработки: <MarkComponent>GIT</MarkComponent>,{' '}
<MarkComponent>DevTools</MarkComponent>,{' '}
Expand Down

0 comments on commit afa51dc

Please sign in to comment.