mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 18:54:21 +00:00
About Page done
This commit is contained in:
parent
19a02bdb7d
commit
5a39355ca1
12 changed files with 309 additions and 29 deletions
|
@ -1,6 +1,7 @@
|
|||
import './skillset.css'
|
||||
export default function GithubStats () {
|
||||
return <div>
|
||||
<h1 className='project-heading font-bold text-2xl ' style={{ paddingBottom: '20px' }}>
|
||||
return <div className='text-center items-center'>
|
||||
<h1 className='project-heading font-bold text-2xl' style={{ paddingBottom: '20px' }}>
|
||||
Days I <strong className='text-highlight'>Code</strong>
|
||||
</h1>
|
||||
{/* <GitHubCalendar
|
||||
|
@ -11,6 +12,6 @@ export default function GithubStats () {
|
|||
fontSize={16}
|
||||
/> */}
|
||||
{/* svg from git, updated every 3 hours */}
|
||||
<img src='https://raw.githubusercontent.com/NeonGamerBot-QK/NeonGamerBot-QK/output/github-contribution-grid-snake.svg' />
|
||||
<img src='https://raw.githubusercontent.com/NeonGamerBot-QK/NeonGamerBot-QK/output/github-contribution-grid-snake.svg' className='ms-auto me-auto'/>
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue