mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-24 13:43:43 +00:00
Fix lint errors for src/components/infobelowmain/index.tsx
This commit is contained in:
parent
1410e7a79b
commit
98e9bc3d01
1 changed files with 19 additions and 19 deletions
|
@ -1,22 +1,22 @@
|
|||
import Icon from "../static/Icons";
|
||||
import Icon from '../static/Icons'
|
||||
|
||||
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>
|
||||
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>
|
||||
I started programming during the Covid Pandemic in 2020.
|
||||
<br />
|
||||
<br />I am fluent in new like programming languages such as
|
||||
<br />I am fluent in new like programming languages such as
|
||||
<i>
|
||||
<b className='text-highlight'>
|
||||
{' '}
|
||||
<Icon icon="css"/> CSS , <Icon icon="html" /> HTML, <Icon icon="javascript" />Javascript and <Icon icon="typescript" />Typescript.{' '}
|
||||
<Icon icon='css' /> CSS , <Icon icon='html' /> HTML, <Icon icon='javascript' />Javascript and <Icon icon='typescript' />Typescript.{' '}
|
||||
</b>
|
||||
</i>
|
||||
<br />
|
||||
<br /> My field of Interest's are building new
|
||||
<br />
|
||||
<br /> My field of Interest's are building new
|
||||
<i>
|
||||
<b className='text-highlight '>
|
||||
Web Technologies and Products{' '}
|
||||
|
@ -26,10 +26,10 @@ export default function InfogramBelowMain() {
|
|||
Backend Services, CLI Services
|
||||
</b>
|
||||
</i>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
Whenever possible, I also apply my passion for developing products
|
||||
with <b className='text-highlight '><Icon icon="nodejs" /> Node.js</b> and
|
||||
with <b className='text-highlight '><Icon icon='nodejs' /> Node.js</b> and
|
||||
<i>
|
||||
<b className='text-highlight '>
|
||||
{' '}
|
||||
|
@ -38,9 +38,9 @@ export default function InfogramBelowMain() {
|
|||
</i>
|
||||
like
|
||||
<i>
|
||||
<b className='text-highlight '> <Icon icon="reactjs" />React.js</b>
|
||||
<b className='text-highlight '> <Icon icon='reactjs' />React.js</b>
|
||||
</i>
|
||||
</p>
|
||||
<br />
|
||||
</div>
|
||||
}
|
||||
</p>
|
||||
<br />
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue