mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-04-03 18:14:14 +00:00
Merge branch 'main' into feat/docker
This commit is contained in:
commit
e9b39d9f62
3 changed files with 63 additions and 38 deletions
15
.github/workflows/deploy.yml
vendored
15
.github/workflows/deploy.yml
vendored
|
@ -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
3
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
Follow [default](https://github.com/NeonGamerBot-QK/.github/CONTRIBUTING.md) here.
|
|
@ -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>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue