Skip to content

Commit 0a282d5

Browse files
committed
Add: Youtube video for algochurn
1 parent 121c9c4 commit 0a282d5

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

components/Talks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Talks = ({ url, company, image, title, description }) => {
44
return (
55
<a
66
href={url}
7-
className="flex flex-col md:flex-row space-x-0 md:space-x-4"
7+
className="flex flex-col md:flex-row space-x-0 md:space-x-4 mb-10"
88
target="__blank"
99
>
1010
<img src={image} className="rounded-md w-72 mb-4 md:mb-0" />

pages/index.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ export default function Home() {
233233
icon="more"
234234
/>
235235
<div className=" my-6 md:my-10">
236-
<h3 className="font-bold text-2xl md:text-4xl tracking-tight mb-4 mt-8 text-black dark:text-white">
237-
Tech Talks
236+
<h3 className="font-bold text-2xl md:text-4xl tracking-tight mb-8 mt-8 text-black dark:text-white">
237+
Tech Talks and Videos
238238
</h3>
239239
<Talks
240240
title={`Crafting the perfect portfolio website for developers`}
@@ -244,6 +244,13 @@ export default function Home() {
244244
image={`/talks/roc8.png`}
245245
url={`https://www.youtube.com/watch?v=yKVCl1jFkQQ`}
246246
/>
247+
<Talks
248+
title={`How To Use Algochurn To Clear Technical Interviews With Ease.`}
249+
description={`Algochurn is a free resource that helps front-end developers practice machine coding questions. Here I talk about how to effectively make use of Algochurn.`}
250+
company={`Youtube`}
251+
image={`/talks/algochurn-youtube.png`}
252+
url={`https://www.youtube.com/watch?v=sZA-WrS39KI&t=19s`}
253+
/>
247254
</div>
248255

249256
<Timeline />

public/sitemap.xml

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

27+
<url>
28+
<loc>https://manuarora.in/friday</loc>
29+
</url>
30+
2731
<url>
2832
<loc>https://manuarora.in</loc>
2933
</url>

public/talks/algochurn-youtube.png

731 KB
Loading

0 commit comments

Comments
 (0)