refactor:rename tech-launchpad to progodyssey
This commit is contained in:
parent
241bae622a
commit
82b93593b3
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<img src="images/logo.png" alt="TechStep Logo" class="logo">
|
||||
</div>
|
||||
<div class="container">
|
||||
<h1>Welcome to Tech Launchpad Traineeship</h1>
|
||||
<h1>Welcome to Progodyssey Traineeship</h1>
|
||||
<p>Where Tech Careers Begin</p>
|
||||
<a href="#apply" class="cta-button">Apply Now</a>
|
||||
</div>
|
||||
|
@ -23,7 +23,7 @@
|
|||
<section id="overview">
|
||||
<div class="container">
|
||||
<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 today’s 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 today’s technology landscape.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
|||
<div class="container">
|
||||
<h2>What Our Trainees Say</h2>
|
||||
<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>
|
||||
</blockquote>
|
||||
</div>
|
||||
|
@ -71,7 +71,7 @@
|
|||
<!-- Footer Section -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2024 Tech Launchpad Traineeship Program. All rights reserved.</p>
|
||||
<p>© 2024 Progodyssey Traineeship Program. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="index.js"></script>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import express from 'express';
|
||||
import { submitToListmonk } from './formHandler.js'; // Import the form handler
|
||||
import { submitToListmonk } from './formHandler';
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
|
|
Loading…
Reference in New Issue