Skip to content

Commit 02fe7f2

Browse files
committed
feat: social icons
1 parent 43958c3 commit 02fe7f2

File tree

5 files changed

+244
-6
lines changed

5 files changed

+244
-6
lines changed

README.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
### :pencil: [Latest blog posts](https://blogs.devpulkit.in)
2323

2424
<!--START_SECTION:blog-posts-->
25-
| Title | Date | Image | Read More |
26-
| ----- | ---- | ----- | --------- |
27-
| [Building a Contact Form in Next.js with Resend Email Integration](https://blogs.devpulkit.in/emails-with-resend) | Dec 13, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1734081142688/30bd0035-ff2e-4a94-a3f3-5549231565e4.jpeg" width="200" height="auto" /> | [Read More](https://blogs.devpulkit.in/emails-with-resend) |
28-
| [Boost Your Link Previews: Implementing Open Graph Images in Next.js](https://blogs.devpulkit.in/open-graph-images-in-nextjs) | Nov 15, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1731658433998/70bdbb5d-1123-478d-b35a-316169ce5615.png" width="200" height="auto" /> | [Read More](https://blogs.devpulkit.in/open-graph-images-in-nextjs) |
29-
| [Setting Up Prisma ORM with PostgreSQL](https://blogs.devpulkit.in/setting-up-prisma-orm-with-postgresql) | Aug 17, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1734016058521/1d653d70-3204-40fa-9272-58298cd8e663.webp" width="200" height="auto" /> | [Read More](https://blogs.devpulkit.in/setting-up-prisma-orm-with-postgresql) |
30-
| [Adding Animated Image Zoom to Your React App with PhotoSwipe](https://blogs.devpulkit.in/react-image-gallery-with-photoswipe) | Aug 12, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1723050714944/ecb7f6c0-7151-4ce1-9c57-08c47e2a6625.jpeg" width="200" height="auto" /> | [Read More](https://blogs.devpulkit.in/react-image-gallery-with-photoswipe) |
25+
| Title | Date | Image | Read More |
26+
| ------------------------------------------------------------------------------------------------------------------------------ | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
27+
| [Building a Contact Form in Next.js with Resend Email Integration](https://blogs.devpulkit.in/emails-with-resend) | Dec 13, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1734081142688/30bd0035-ff2e-4a94-a3f3-5549231565e4.jpeg" width="200" height="auto" /> | [Read More](https://blogs.devpulkit.in/emails-with-resend) |
28+
| [Boost Your Link Previews: Implementing Open Graph Images in Next.js](https://blogs.devpulkit.in/open-graph-images-in-nextjs) | Nov 15, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1731658433998/70bdbb5d-1123-478d-b35a-316169ce5615.png" width="200" height="auto" /> | [Read More](https://blogs.devpulkit.in/open-graph-images-in-nextjs) |
29+
| [Setting Up Prisma ORM with PostgreSQL](https://blogs.devpulkit.in/setting-up-prisma-orm-with-postgresql) | Aug 17, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1734016058521/1d653d70-3204-40fa-9272-58298cd8e663.webp" width="200" height="auto" /> | [Read More](https://blogs.devpulkit.in/setting-up-prisma-orm-with-postgresql) |
30+
| [Adding Animated Image Zoom to Your React App with PhotoSwipe](https://blogs.devpulkit.in/react-image-gallery-with-photoswipe) | Aug 12, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1723050714944/ecb7f6c0-7151-4ce1-9c57-08c47e2a6625.jpeg" width="200" height="auto" /> | [Read More](https://blogs.devpulkit.in/react-image-gallery-with-photoswipe) |
3131
<!--END_SECTION:blog-posts-->
3232

3333
---
@@ -128,3 +128,21 @@
128128
</p>
129129

130130
<!--END_SECTION:workflows-update-->
131+
<div align="center">
132+
<a href="https://www.devpulkit.in/">
133+
<img align="center" src="./assets//web.svg" alt="790426084994187304" height="30" width="30" />
134+
</a>
135+
&nbsp;
136+
<a href="https://www.linkedin.com/in/pulkitxm">
137+
<img align="center" src="./assets//linkedin.svg" alt="790426084994187304" height="30" width="30" />
138+
</a>
139+
&nbsp;
140+
<a href="https://discord.gg/790426084994187304">
141+
<img align="center" src="./assets/discord.svg" alt="790426084994187304" height="30" width="30" />
142+
</a>
143+
&nbsp;
144+
<a href="https://x.com/devpulkitt">
145+
<img align="center" src="./assets//twitter.svg" alt="790426084994187304" height="30" width="30" />
146+
</a>
147+
&nbsp;
148+
</div>

assets/discord.svg

Lines changed: 167 additions & 0 deletions
Loading

assets/linkedin.svg

Lines changed: 17 additions & 0 deletions
Loading

assets/twitter.svg

Lines changed: 17 additions & 0 deletions
Loading

assets/web.svg

Lines changed: 19 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)