mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-05-10 07:33:06 +00:00
i did some work
This commit is contained in:
parent
6e2a3cd870
commit
fbec2dddc7
25 changed files with 600 additions and 248 deletions
46
src/components/infobelowmain/index.tsx
Normal file
46
src/components/infobelowmain/index.tsx
Normal file
|
@ -0,0 +1,46 @@
|
|||
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>
|
||||
I started programming during the Covid Pandemic in 2020.
|
||||
<br />
|
||||
<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.{' '}
|
||||
</b>
|
||||
</i>
|
||||
<br />
|
||||
<br /> My field of Interest's are building new
|
||||
<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>
|
||||
<br />
|
||||
<br />
|
||||
Whenever possible, I also apply my passion for developing products
|
||||
with <b className='text-highlight '><Icon icon="nodejs" /> Node.js</b> and
|
||||
<i>
|
||||
<b className='text-highlight '>
|
||||
{' '}
|
||||
Modern Javascript Library and Frameworks
|
||||
</b>
|
||||
</i>
|
||||
like
|
||||
<i>
|
||||
<b className='text-highlight '> <Icon icon="reactjs" />React.js</b>
|
||||
</i>
|
||||
</p>
|
||||
<br />
|
||||
</div>
|
||||
}
|
0
src/components/infobelowmain/style.css
Normal file
0
src/components/infobelowmain/style.css
Normal file
Loading…
Add table
Add a link
Reference in a new issue