refactor:rename tech-launchpad to progodyssey

This commit is contained in:
Ryan Mwangi 2024-11-14 17:11:28 +03:00
parent 241bae622a
commit 82b93593b3
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tech Launchpad Traineeship Program</title> <title>Progodyssey Traineeship Program</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
<body> <body>
@ -13,7 +13,7 @@
<img src="images/logo.png" alt="TechStep Logo" class="logo"> <img src="images/logo.png" alt="TechStep Logo" class="logo">
</div> </div>
<div class="container"> <div class="container">
<h1>Welcome to Tech Launchpad Traineeship</h1> <h1>Welcome to Progodyssey Traineeship</h1>
<p>Where Tech Careers Begin</p> <p>Where Tech Careers Begin</p>
<a href="#apply" class="cta-button">Apply Now</a> <a href="#apply" class="cta-button">Apply Now</a>
</div> </div>
@ -23,7 +23,7 @@
<section id="overview"> <section id="overview">
<div class="container"> <div class="container">
<h2>About the Program</h2> <h2>About the Program</h2>
<p>The Tech Launchpad Traineeship Program is designed for aspiring IT professionals who want to build a solid foundation in the tech industry. We get to assist you in honing your technical skills for the challenges and opportunities in todays technology landscape.</p> <p>The Progodyssey Traineeship Program is designed for aspiring IT professionals who want to build a solid foundation in the tech industry. We get to assist you in honing your technical skills for the challenges and opportunities in todays technology landscape.</p>
</div> </div>
</section> </section>
@ -46,7 +46,7 @@
<div class="container"> <div class="container">
<h2>What Our Trainees Say</h2> <h2>What Our Trainees Say</h2>
<blockquote> <blockquote>
<p>"Tech Launchpad gave me the skills and confidence I needed to start my career in IT. The mentorship and real-world experience were invaluable!"</p> <p>"Progodyssey Traineeship Program gave me the skills and confidence I needed to start my career in IT. The mentorship and real-world experience were invaluable!"</p>
<cite>— Ryan Mwangi, Software Developer</cite> <cite>— Ryan Mwangi, Software Developer</cite>
</blockquote> </blockquote>
</div> </div>
@ -71,7 +71,7 @@
<!-- Footer Section --> <!-- Footer Section -->
<footer> <footer>
<div class="container"> <div class="container">
<p>&copy; 2024 Tech Launchpad Traineeship Program. All rights reserved.</p> <p>&copy; 2024 Progodyssey Traineeship Program. All rights reserved.</p>
</div> </div>
</footer> </footer>
<script src="index.js"></script> <script src="index.js"></script>

View File

@ -1,5 +1,5 @@
import express from 'express'; import express from 'express';
import { submitToListmonk } from './formHandler.js'; // Import the form handler import { submitToListmonk } from './formHandler';
const router = express.Router(); const router = express.Router();