Skip to content

Commit 7c6401a

Browse files
committed
βž• Add: Source code link and readme update
1 parent 0aabea1 commit 7c6401a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
</a>
55
</p>
66

7+
# UPDATE πŸš€
8+
9+
Added [Tailwind Box Shadows](https://manuarora.in/boxshadows) - Get a curated list of box shadows - Click to copy and paste to enable box shadows on your cards seamlessly! Comes with a feature to convert vanilla CSS code to Tailwind JIT code.
10+
711
# manuarora.in
812

913
This is my personal website. Here I write blogs, add code snippets, code live demos, and add resources for everybody else to look refer.
@@ -71,3 +75,7 @@ To run the project locally, create a `.env.local` file and add the required API
7175
Special thanks to [Lee Rob](https://github.com/leerob) for creating such a beautiful theme that is very well structured and looks amazing on all devices. All the design inspiration and MDX structure come from him.
7276

7377
If you're interested in learning Next.js and building real-world applications with it, I strongly suggest taking Lee's course [React 2025](https://react2025.com). I have taken it myself and can vouch for it.
78+
79+
# Support
80+
81+
<a href="https://www.buymeacoffee.com/manuarora" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>

β€Žpages/boxshadows.jsβ€Ž

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,20 @@ const CustomNav = ({ onModalClick }) => {
158158
</a>
159159
</Link>
160160
<div>
161+
<a
162+
href="https://github.com/manuarora700/manuarora.in/blob/master/pages/boxshadows.js"
163+
target="__blank"
164+
className="text-gray-400 underline invisible md:visible text-sm font-normal mr-4"
165+
>
166+
Code? Here.
167+
</a>
161168
<button
162169
onClick={onModalClick}
163170
className="text-white invisible md:visible border border-gray-700 bg-black text-sm font-normal rounded-md px-2 py-2 mr-4"
164171
>
165172
Custom CSS to JIT πŸš€
166173
</button>
167-
<button className="text-[#EA532A] font-bold border border-[#EA532A] rounded-md px-2 py-2">
174+
<button className="text-[#EA532A] text-sm font-bold border border-[#EA532A] rounded-md px-2 py-2">
168175
Upvote on ProductHunt
169176
</button>
170177
</div>

0 commit comments

Comments
Β (0)