Merge branch 'main' into feat/docker

This commit is contained in:
Saahil dutta 2024-09-06 22:40:52 -04:00 committed by GitHub
commit e9b39d9f62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 63 additions and 38 deletions

View file

@ -1,8 +1,17 @@
name: remote ssh command name: Remote Deploy
on: [push]
on:
push:
branches:
- main
paths:
# on code related change
- ".github/workflows/deploy.yml"
- "src/**"
- "public/**"
workflow_dispatch:
jobs: jobs:
build: build:
name: Build & deploy name: Build & deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest

3
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,3 @@
## Contributing
Follow [default](https://github.com/NeonGamerBot-QK/.github/CONTRIBUTING.md) here.

View file

@ -46,20 +46,32 @@ Some info about <span className='text-highlight'>me</span>
{/* <li className="about-activity"> {/* <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} />{" "}
Swimming
</li> </li>
</ul> </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
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"
>
<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> </svg>
<p className='ml-5 duration-700 ease-linear hover:text-fuchsia-600 text-fuchsia-500 first-letter:font-2xl'> <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 "It has become appallingly obvious that our technology has
our humanity."{' '} exceeded our humanity."{" "}
</p> </p>
<footer className='ml-8 blockquote-footer ' style={{ color: 'var(--subtext0)'}}> <footer
className="ml-8 blockquote-footer "
style={{ color: "var(--subtext0)" }}
>
- Albert Einstein - Albert Einstein
</footer> </footer>
</blockquote> </blockquote>
@ -67,4 +79,5 @@ Some info about <span className='text-highlight'>me</span>
</div> </div>
</div> </div>
</div> </div>
);
} }