From 14e968309da5036711ee0e3995362aa19d7bd7d8 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 3 Mar 2026 10:24:12 +0000 Subject: big update! --- source/about/src/app/mentoring/page.js | 64 ---------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 source/about/src/app/mentoring/page.js (limited to 'source/about/src/app/mentoring') diff --git a/source/about/src/app/mentoring/page.js b/source/about/src/app/mentoring/page.js deleted file mode 100644 index 1a7e265..0000000 --- a/source/about/src/app/mentoring/page.js +++ /dev/null @@ -1,64 +0,0 @@ -"use client"; - -export default () => { - return ( - <> -
-
-

What can I teach you?

-
- -
- {[ - // { - // title: "Basics of X language", - // description: - // "From JavaScript to Python, I can help you get started with the basics of a language.", - // classes: "bg-gradient-to-r from-cyan-500 to-blue-500", - // bgImage: "https://placehold.co/500/lime/white", - // url: "/mentoring/basics", - // }, - // { - // title: "Basics of X language", - // description: - // "From JavaScript to Python, I can help you get started with the basics of a language.", - // classes: "bg-gradient-to-br from-blue-500 to-cyan-500", - // url: "/mentoring/basics", - // }, - { - title: "Web Basics", - description: - "Learn HTML, CSS & JavaScript to Create Stunning Websites!", - classes: "bg-gradient-to-br from-blue-500 to-cyan-500 text-black", - bgImage: - "https://public-files.gumroad.com/xocc3smd5lmeq7ahiz1o8pggx9z4", - url: "https://zuedev.gumroad.com/l/web-basics?layout=profile", - }, - { - title: "Python Fundamentals", - description: - "Master the Basics of Python & Kickstart Your Coding Journey!", - classes: "bg-gradient-to-br from-blue-500 to-cyan-500 text-black", - bgImage: - "https://public-files.gumroad.com/jjfjnqk9jqfdqidfmzyfqnaht1d2", - url: "https://zuedev.gumroad.com/l/python-fundamentals?layout=profile", - }, - ].map((item) => ( - -

{item.title}

-

{item.description}

-
- ))} -
-
- - ); -}; -- cgit v1.2.3