diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d85aeb1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5502 +} diff --git a/assets/2026-01-tfs/2026-01-tfs.jpg b/assets/2026-01-tfs/2026-01-tfs.jpg new file mode 100644 index 0000000..e3c63ba Binary files /dev/null and b/assets/2026-01-tfs/2026-01-tfs.jpg differ diff --git a/assets/2026-01-tfs/profile_photos/alex.jpg b/assets/2026-01-tfs/profile_photos/alex.jpg new file mode 100644 index 0000000..ff72289 Binary files /dev/null and b/assets/2026-01-tfs/profile_photos/alex.jpg differ diff --git a/assets/2026-01-tfs/profile_photos/placeholder.jpg b/assets/2026-01-tfs/profile_photos/placeholder.jpg new file mode 100644 index 0000000..1e317bc Binary files /dev/null and b/assets/2026-01-tfs/profile_photos/placeholder.jpg differ diff --git a/assets/2026-01-tfs/software-tfs.jpg b/assets/2026-01-tfs/software-tfs.jpg new file mode 100644 index 0000000..b8e7796 Binary files /dev/null and b/assets/2026-01-tfs/software-tfs.jpg differ diff --git a/bootcamps/software-development-tfs/2026-01/2026-01-tfs.json b/bootcamps/software-development-tfs/2026-01/2026-01-tfs.json new file mode 100644 index 0000000..80cf389 --- /dev/null +++ b/bootcamps/software-development-tfs/2026-01/2026-01-tfs.json @@ -0,0 +1,24 @@ +{ + "data": [ + { + "name": "Alex", + "role": "Software Developer", + "github": "https://github.com/alexmc2", + "linkedin": "https://www.linkedin.com/in/alex-mcgarry/", + "photo": "/assets/2026-01-tfs/profile_photos/alex.jpg", + "description": "Full-stack developer with a background in accountancy. Experienced with Next.js, TypeScript, Node.js, and PostgreSQL. I enjoy building secure, logic-heavy applications and have a strong interest in Linux environments and system architecture.", + "portfolio_link": "https://www.amcgarry.co.uk/", + "technologies": [ + "React", + "Next.js", + "JavaScript", + "TypeScript", + "Tailwind CSS", + "Node.js", + "Express", + "Python", + "PostgreSQL" + ] + } + ] +} diff --git a/bootcamps/software-development-tfs/2026-01/index.html b/bootcamps/software-development-tfs/2026-01/index.html new file mode 100644 index 0000000..12bdc73 --- /dev/null +++ b/bootcamps/software-development-tfs/2026-01/index.html @@ -0,0 +1,164 @@ + + + + + + Software Development - Tech Finishing School + + + + + + + + + + + + +
+
+ + + + +
+
+
+
+

Software Development

+

- Tech Finishing School Alumni

+
+

+ This 12-week intensive Software Development Bootcamp is + designed for junior developers with previous coding + experience. The course focused on developing professional + soft-skills whilst working on various group projects using + technologies including React and Node.js. +

+
+
+

+ Meet the Alumni of January 2026 +

+
+ + +
+
+

Connect with us!

+

+ Employers, our alumni will be happy to hear from you - + let’s connect! +

+ The alumni of Tech Finishing School smiling. +
+
+
+ + + diff --git a/css/alumni/2026-01-tfs.css b/css/alumni/2026-01-tfs.css new file mode 100644 index 0000000..1ad9890 --- /dev/null +++ b/css/alumni/2026-01-tfs.css @@ -0,0 +1,21 @@ +.card--alex { + /* background: linear-gradient(180deg, #0ea5e9 0%, #0369a1 100%); */ + + background: linear-gradient(135deg, #3c6d78 0%, #183d5c 100%); + + .card__link-icon, + .card__icon { + fill: var(--color-white); + } + + .card__name, + .card__role, + .card__link, + .card__description { + color: var(--color-white); + } +} + +.tech--alex { + background-color: #fbc516; +} diff --git a/index.html b/index.html index 54cfb3e..a85858f 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -57,6 +57,34 @@

About TechNative Digital

+ +
+ A collage of developers during the software development tech finishing school bootcamp. +
+
+

+ Software Development - + Tech Finishing School (January 2026) + +

+

+ This 12-week intensive Software Development + Bootcamp is designed for junior developers with + previous coding experience. The course focused + on developing professional soft-skills whilst + working on various group projects using + technologies including React and Node.js. +

+
+