mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-21 20:33:40 +00:00
enhancement(lint): Fix lint errors for src/components/AboutPage/index.tsx
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
492d61bbed
commit
c9b4566e1d
1 changed files with 73 additions and 57 deletions
|
@ -1,70 +1,86 @@
|
||||||
import { mdiBullet } from '@mdi/js'
|
import { mdiBullet } from "@mdi/js";
|
||||||
import Icon from '@mdi/react'
|
import Icon from "@mdi/react";
|
||||||
import { useEffect, useState } from 'react'
|
import { useEffect, useState } from "react";
|
||||||
|
|
||||||
export default function AboutPage () {
|
export default function AboutPage() {
|
||||||
const [currentGrade, setCurrentGrade] = useState<string>("0th")
|
const [currentGrade, setCurrentGrade] = useState<string>("0th");
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
let year:number = new Date().getFullYear()
|
let year: number = new Date().getFullYear();
|
||||||
if (year > 2027) {
|
if (year > 2027) {
|
||||||
let result = year - 2027
|
let result = year - 2027;
|
||||||
switch(result) {
|
switch (result) {
|
||||||
case 0:
|
case 0:
|
||||||
setCurrentGrade(`12th`)
|
setCurrentGrade(`12th`);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
setCurrentGrade(`Collage Student`)
|
setCurrentGrade(`Collage Student`);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
setCurrentGrade(`${Math.abs((2027 - 2024) - 13)}th`)
|
setCurrentGrade(`${Math.abs(2027 - 2024 - 13)}th`);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
return <div className={'hero min-h-screen md:ml-0 ml-2'}>
|
return (
|
||||||
<div className='container'>
|
<div className={"hero min-h-screen md:ml-0 ml-2"}>
|
||||||
<h1 className='text-3xl font-bold'>
|
<div className="container">
|
||||||
Some info about <span className='text-highlight'>me</span>
|
<h1 className="text-3xl font-bold">
|
||||||
</h1>
|
Some info about <span className="text-highlight">me</span>
|
||||||
<div>
|
</h1>
|
||||||
<blockquote className='mb-0 blockquote'>
|
<div>
|
||||||
<p style={{ textAlign: 'justify' }}>
|
<blockquote className="mb-0 blockquote">
|
||||||
Hi Everyone, I am{' '}
|
<p style={{ textAlign: "justify" }}>
|
||||||
<span className='text-highlight '>Saahil dutta, </span>
|
Hi Everyone, I am{" "}
|
||||||
from <span className='text-highlight '> USA </span>
|
<span className="text-highlight ">Saahil dutta, </span>
|
||||||
<br />I am a {currentGrade} grader in KCD.
|
from <span className="text-highlight "> USA </span>
|
||||||
<br />
|
<br />I am a {currentGrade} grader in KCD.
|
||||||
<br />
|
<br />
|
||||||
Apart from coding, some other activities that I love to do!
|
<br />
|
||||||
</p>
|
Apart from coding, some other activities that I love to do!
|
||||||
<ul>
|
</p>
|
||||||
<li className='about-activity'>
|
<ul>
|
||||||
<Icon path={mdiBullet} className='inline-block'size={1} /> Playing Games
|
<li className="about-activity">
|
||||||
</li>
|
<Icon path={mdiBullet} className="inline-block" size={1} />{" "}
|
||||||
<li className='about-activity'>
|
Playing Games
|
||||||
<Icon path={mdiBullet} className='inline-block' size={1} /> Eating different types of food
|
</li>
|
||||||
</li>
|
<li className="about-activity">
|
||||||
{/* <li className="about-activity">
|
<Icon path={mdiBullet} className="inline-block" size={1} />{" "}
|
||||||
|
Eating different types of food
|
||||||
|
</li>
|
||||||
|
{/* <li className="about-activity">
|
||||||
<ImPointRight className="inline-block"/> Traveling
|
<ImPointRight className="inline-block"/> Traveling
|
||||||
</li> */}
|
</li> */}
|
||||||
<li className='about-activity'>
|
<li className="about-activity">
|
||||||
<Icon path={mdiBullet} className='inline-block' size={1} /> Swimming
|
<Icon path={mdiBullet} className="inline-block" size={1} />{" "}
|
||||||
</li>
|
Swimming
|
||||||
</ul>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<blockquote className='ml-10 text-xl italic font-semibold text-gray-900 dark:text-white' style={{ color: 'var(--text)'}}>
|
<blockquote
|
||||||
<svg className='w-8 h-8 mb-4 text-gray-400 dark:text-gray-600' xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 18 14'>
|
className="ml-10 text-xl italic font-semibold text-gray-900 dark:text-white"
|
||||||
<path d='M6 0H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3H2a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Zm10 0h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3h-1a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Z' />
|
style={{ color: "var(--text)" }}
|
||||||
</svg>
|
>
|
||||||
<p className='ml-5 duration-700 ease-linear hover:text-fuchsia-600 text-fuchsia-500 first-letter:font-2xl'>
|
<svg
|
||||||
"It has become appallingly obvious that our technology has exceeded
|
className="w-8 h-8 mb-4 text-gray-400 dark:text-gray-600"
|
||||||
our humanity."{' '}
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
</p>
|
fill="currentColor"
|
||||||
<footer className='ml-8 blockquote-footer ' style={{ color: 'var(--subtext0)'}}>
|
viewBox="0 0 18 14"
|
||||||
- Albert Einstein
|
>
|
||||||
</footer>
|
<path d="M6 0H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3H2a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Zm10 0h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3h-1a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Z" />
|
||||||
|
</svg>
|
||||||
|
<p className="ml-5 duration-700 ease-linear hover:text-fuchsia-600 text-fuchsia-500 first-letter:font-2xl">
|
||||||
|
"It has become appallingly obvious that our technology has
|
||||||
|
exceeded our humanity."{" "}
|
||||||
|
</p>
|
||||||
|
<footer
|
||||||
|
className="ml-8 blockquote-footer "
|
||||||
|
style={{ color: "var(--subtext0)" }}
|
||||||
|
>
|
||||||
|
- Albert Einstein
|
||||||
|
</footer>
|
||||||
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue