mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 18:54:21 +00:00
done for today (please dont loop)
This commit is contained in:
parent
04ee7a0588
commit
43c06bdb8a
14 changed files with 190 additions and 8 deletions
16
src/components/AboutPage/Github.tsx
Normal file
16
src/components/AboutPage/Github.tsx
Normal file
|
@ -0,0 +1,16 @@
|
|||
export default function GithubStats() {
|
||||
return <div>
|
||||
<h1 className='project-heading font-bold text-2xl ' style={{ paddingBottom: '20px' }}>
|
||||
Days I <strong className='text-highlight'>Code</strong>
|
||||
</h1>
|
||||
{/* <GitHubCalendar
|
||||
username={config.github_username}
|
||||
blockSize={15}
|
||||
blockMargin={5}
|
||||
color="#c084f5"
|
||||
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' />
|
||||
</div>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue