Skip to content

Commit 2643466

Browse files
committed
added thumbnail images
1 parent a937f07 commit 2643466

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

public/thumbnails/100-days.png

1.55 MB
Loading

public/thumbnails/cbt.png

1.68 MB
Loading

public/thumbnails/cilium.png

2.35 MB
Loading

public/thumbnails/ipsec.png

1.68 MB
Loading

public/thumbnails/juniper.png

1.85 MB
Loading
1.61 MB
Loading
2.38 MB
Loading

src/pages/Resources.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ const blogs = [
88
title: "Network to Code Blog",
99
description: "Deep dives into network automation tools, best practices, and real-world implementation guides.",
1010
url: "https://networktocode.com/blog/",
11-
image: "/placeholder.svg",
11+
image: "/thumbnails/network-to-code.png",
1212
},
1313
{
1414
title: "Packet Pushers",
1515
description: "Industry insights, podcast episodes, and technical articles on networking and automation.",
1616
url: "https://packetpushers.net/blog/",
17-
image: "/placeholder.svg",
17+
image: "/thumbnails/packet-pusher.png",
1818
},
1919
{
2020
title: "IPSpace.net",
2121
description: "Ivan Pepelnjak's comprehensive resources on network design and automation.",
2222
url: "https://blog.ipspace.net/",
23-
image: "/placeholder.svg",
23+
image: "/thumbnails/ipsec.png",
2424
},
2525
{
2626
title: "CBT Nuggets Networking Blog",
2727
description: "Official developer resources and tutorials for network programmability.",
2828
url: "https://www.cbtnuggets.com/networking/blog",
29-
image: "/placeholder.svg",
29+
image: "/thumbnails/cbt.png",
3030
},
3131
];
3232

@@ -36,21 +36,21 @@ const courses = [
3636
provider: "Network to Code",
3737
description: " This is a self-directed, guided journey for anybody who wants to build a strong and consistent network automation skills using Nautobot",
3838
url: "https://github.com/nautobot/100-days-of-nautobot",
39-
image: "/placeholder.svg",
39+
image: "/thumbnails/100-days.png",
4040
},
4141
{
4242
title: "Introduction to Juniper Platform Automation and NetDevOps",
4343
provider: "Juniper Networking",
4444
description: "This introductory three-day course provides students with the foundational knowledge required to automate Junos using NetDevOps automation tools, protocols, and technologies.",
4545
url: "https://learningportal.juniper.net/juniper/user_activity_info.aspx?id=EDU-JUN-ILT-IJAUT",
46-
image: "/placeholder.svg",
46+
image: "/thumbnails/juniper.png",
4747
},
4848
{
4949
title: "The Isovalent/cilium labs",
5050
provider: "Isovalent",
5151
description: "The Isovalent labs are the best set of resources to learn about the leading cloud networking platform Cilium.",
5252
url: "https://isovalent.com/learning-tracks/",
53-
image: "/placeholder.svg",
53+
image: "/thumbnails/cilium.png",
5454
},
5555
];
5656

0 commit comments

Comments
 (0)