├── .github
├── FUNDING.yml
└── workflows
│ └── snake.yml
├── README.md
└── gitartwork.svg
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: [Pal-Sandeep,] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4 | patreon: # Replace with a single Patreon username
5 | open_collective: # Replace with a single Open Collective username
6 | ko_fi: # Replace with a single Ko-fi username
7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 | liberapay: # Replace with a single Liberapay username
10 | issuehunt: # Replace with a single IssueHunt username
11 | otechie: # Replace with a single Otechie username
12 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13 | custom: ['https://paytm.me/YyD-Wkw']
14 |
--------------------------------------------------------------------------------
/.github/workflows/snake.yml:
--------------------------------------------------------------------------------
1 | name: gitartwork from a contribution graph
2 | on:
3 | push:
4 | schedule:
5 | - cron: '* */4 * * *'
6 | jobs:
7 | build:
8 | name: Make gitartwork SVG
9 | runs-on: ubuntu-latest
10 | steps:
11 | - uses: actions/checkout@v3
12 | - uses: jasineri/gitartwork@v1
13 | with:
14 | # Use this username's contribution graph
15 | user_name: pal-sandeep
16 | # Text on contribution graph
17 | text: SANDEEP PAL
18 | - uses: jasineri/simple-push-action@v1
19 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
नमस्ते (Namaste)🙏🏻, I'm Sandeep Pal!
5 |
A passionate web developer from India
6 |
7 |
8 |
10 |
11 |
12 |
13 | - 🌱 I’m currently learning **Django**
14 |
15 | - 🤩 I’m looking to collaborate on **AWS and DevOps Projects**
16 |
17 | - 💬 Ask me about **Python and Django**
18 |
19 | - 📫 How to reach me **hello@sandeeppal.com**
20 |
21 | - ⚡ Fun fact: **Life long learner**
22 |
23 | - ❓ Ask me about anything related to Python and related technologies
24 |
25 | - 📄 Know about my experiences [Resume]()
26 |
27 |
28 |
29 |
30 |
31 |
32 | ## 🛠️ Stack I work with
33 |
34 |
35 |
36 |
146 |
147 | [](https://holopin.io/@palsandeep)
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 | I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)
157 |
158 |
159 | [](https://git.io/typing-svg)
160 |
161 |
162 |
163 |
164 |
165 |