2024-06-16 04:57:28 +00:00
|
|
|
import Icon from '../static/Icons'
|
2024-06-16 04:57:13 +00:00
|
|
|
|
2024-06-16 04:57:28 +00:00
|
|
|
export default function InfogramBelowMain () {
|
|
|
|
return <div className='mt-20 ml-20 container'>
|
|
|
|
<h1 className='ml-25 font-bold text-3xl'>
|
|
|
|
Some basic stuff about <span className='text-highlight'>me</span>
|
|
|
|
</h1>
|
|
|
|
<p>
|
2024-06-16 04:57:13 +00:00
|
|
|
I started programming during the Covid Pandemic in 2020.
|
|
|
|
<br />
|
2024-06-16 04:57:28 +00:00
|
|
|
<br />I am fluent in new like programming languages such as
|
2024-06-16 04:57:13 +00:00
|
|
|
<i>
|
|
|
|
<b className='text-highlight'>
|
|
|
|
{' '}
|
2024-06-16 04:57:28 +00:00
|
|
|
<Icon icon='css' /> CSS , <Icon icon='html' /> HTML, <Icon icon='javascript' />Javascript and <Icon icon='typescript' />Typescript.{' '}
|
2024-06-16 04:57:13 +00:00
|
|
|
</b>
|
|
|
|
</i>
|
2024-06-16 04:57:28 +00:00
|
|
|
<br />
|
|
|
|
<br /> My field of Interest's are building new
|
2024-06-16 04:57:13 +00:00
|
|
|
<i>
|
|
|
|
<b className='text-highlight '>
|
|
|
|
Web Technologies and Products{' '}
|
|
|
|
</b>{' '}
|
|
|
|
and also in areas related to{' '}
|
|
|
|
<b className='text-highlight '>
|
|
|
|
Backend Services, CLI Services
|
|
|
|
</b>
|
|
|
|
</i>
|
2024-06-16 04:57:28 +00:00
|
|
|
<br />
|
|
|
|
<br />
|
2024-06-16 04:57:13 +00:00
|
|
|
Whenever possible, I also apply my passion for developing products
|
2024-06-16 04:57:28 +00:00
|
|
|
with <b className='text-highlight '><Icon icon='nodejs' /> Node.js</b> and
|
2024-06-16 04:57:13 +00:00
|
|
|
<i>
|
|
|
|
<b className='text-highlight '>
|
|
|
|
{' '}
|
|
|
|
Modern Javascript Library and Frameworks
|
|
|
|
</b>
|
|
|
|
</i>
|
|
|
|
like
|
|
|
|
<i>
|
2024-06-16 10:12:54 +00:00
|
|
|
<b className='text-highlight '>
|
2024-06-16 04:57:13 +00:00
|
|
|
</i>
|
2024-06-16 04:57:28 +00:00
|
|
|
</p>
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
}
|