commit 8c0889078f2f83271f855c3bf0d6cf43076e4331 Author: ngn Date: Fri Nov 18 03:35:52 2022 +0300 first commit diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml new file mode 100644 index 0000000..bda20f4 --- /dev/null +++ b/.github/workflows/update-readme.yml @@ -0,0 +1,16 @@ +name: GitHub - Activity - Readme + +on: + schedule: + - cron: "0 0 * * 0" + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: jamesgeorge007/github-activity-readme@master + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..6943ca1 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# Hi 👋 - I'm ngn! + +## I'm a highschool student insterested in: +- ⚙️ Computer hardware +- 🔌 Electronics +- 🖥️ Programming +- 🔒 Cyber security +- 🐧 Linux + +### Contact with me +[![Discord](assets/discord.png)](https://discord.com/users/568131907368386565) +[![Mail](assets/mail.png)](mailto:ngn13proton@proton.me) + +### Languages and Tools that I'm learning +Python +NodeJS +HTML +CSS +Java +C++ +C +Linux +AWS + +
+ ✨ Activity + + + + +
+ +
+ ⚡ Stats + + codeSTACKr's GitHub Stats +
\ No newline at end of file diff --git a/assets/discord.png b/assets/discord.png new file mode 100644 index 0000000..bb4e0a7 Binary files /dev/null and b/assets/discord.png differ diff --git a/assets/mail.png b/assets/mail.png new file mode 100644 index 0000000..fe4bedb Binary files /dev/null and b/assets/mail.png differ diff --git a/assets/python.png b/assets/python.png new file mode 100644 index 0000000..b87e7fb Binary files /dev/null and b/assets/python.png differ