Skip to content

Commit 58355b5

Browse files
committed
βž• ADD: freeCodeCamp article
1 parent 42d7ec9 commit 58355b5

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

β€Žpages/freecodecamp.jsβ€Ž

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,20 @@ export default function FreeCodeCamp() {
2222
that I wrote are down below.
2323
</h2>
2424
<div className="flex flex-col items-center sm:flex-row sm:space-x-8 w-full">
25+
<Project
26+
link="https://www.freecodecamp.org/news/integrate-a-payment-gateway-in-next-js-and-react-with-razorpay-and-tailwindcss/"
27+
title="How to Set Up a Payment Gateway in Next.js and React with Razorpay and TailwindCSS"
28+
image="freecodecamp/payments.png"
29+
date="Dec 22, 2021"
30+
/>
2531
<Project
2632
link="https://www.freecodecamp.org/news/how-to-build-a-portfolio-site-with-nextjs-tailwindcss/"
2733
title="Build a developers portfolio website with Next.js and TailwindCSS"
2834
image="freecodecamp/portfolio.png"
2935
date="September 21, 2021"
3036
/>
37+
</div>
38+
<div className="flex flex-col items-center sm:flex-row sm:space-x-8 w-full">
3139
<Project
3240
link="https://www.freecodecamp.org/news/how-to-build-a-working-contact-form-with-sendgrid-and-next-js/"
3341
title="Send emails with your contact form with SendGrid and Next.js"
@@ -45,7 +53,7 @@ export default function FreeCodeCamp() {
4553
const Project = ({ link, image, title, date }) => {
4654
return (
4755
<a href={link} className=" w-3/4 sm:w-1/2 mb-10" target="__blank">
48-
<div className="flex-shrink-0 rounded-lg shadow-xl shadow-green-500/20 dark:shadow-blue-500/20 overflow-hidden min-h-[400px]">
56+
<div className="flex-shrink-0 rounded-lg shadow-xl shadow-gray-500/20 dark:shadow-blue-500/20 overflow-hidden min-h-[400px]">
4957
<div className="overflow-hidden">
5058
<img
5159
src={image}
421 KB
Loading

β€Žpublic/sitemap.xmlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
<loc>https://manuarora.in/resources</loc>
2525
</url>
2626

27+
<url>
28+
<loc>https://manuarora.in/test</loc>
29+
</url>
2730

2831
<url>
2932
<loc>https://manuarora.in/tweets</loc>

0 commit comments

Comments
Β (0)