Text
Text
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Master the PTE with Road to PTE</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f8f9fa;
color: #333;
}
.container {
width: 90%;
max-width: 900px;
margin: auto;
padding: 20px;
text-align: center;
}
header {
background: #6a1b9a;
color: white;
padding: 20px 0;
}
h1, h2 {
margin: 10px 0;
}
.cta {
background: #ff4081;
color: white;
padding: 15px;
display: inline-block;
margin-top: 10px;
text-decoration: none;
font-weight: bold;
border-radius: 5px;
}
.cta:hover {
background: #e91e63;
}
.section {
background: white;
padding: 30px;
margin: 20px 0;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.form input, .form textarea {
width: 100%;
padding: 10px;
margin: 10px 0;
border: 1px solid #ccc;
border-radius: 5px;
}
.form button {
background: #6a1b9a;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
.form button:hover {
background: #4a148c;
}
footer {
background: #333;
color: white;
padding: 20px;
text-align: center;
margin-top: 20px;
}
.social-links a {
display: block;
color: #6a1b9a;
text-decoration: none;
font-weight: bold;
margin-top: 5px;
}
</style>
</head>
<body>
<header>
<h1>Master the PTE with Road to PTE</h1>
<p>Empowering Your PTE Journey</p>
</header>
<div class="container">
<div class="section">
<h2>🎯 7-Day Free Trial – Start learning risk-free!</h2>
<p>Join our PTE preparation course and get exclusive study materials,
expert guidance, and proven strategies to score high on the PTE.</p>
<a href="#" class="cta">Start Your Free Trial</a>
</div>
<div class="section">
<h2>📖 Get a Free PTE eBook!</h2>
<p>Complete your 7-day trial and receive a free PTE eBook to boost your
preparation.</p>
<a href="#" class="cta">Claim Your eBook</a>
</div>
<div class="section">
<h2>🏆 Join Our Exclusive PTE Training Programs</h2>
<p>Gain access to structured lessons, templates, and practice exercises
designed to take you from beginner to mastery.</p>
<a href="#" class="cta">Enroll Now</a>
</div>
<div class="section">
<h2>🌟 Testimonials & Success Stories</h2>
<p>See how others have achieved their PTE goals with Road to PTE.</p>
<p>"I scored 90 in PTE thanks to the amazing strategies from Road to
PTE!" - Student A</p>
<p>"The 7-day trial gave me confidence to take the test and succeed!" -
Student B</p>
</div>
<div class="section">
<h2>❓ Frequently Asked Questions</h2>
<p><strong>Q: What does the free trial include?</strong></p>
<p>A: You get access to structured lessons, templates, and practice
exercises.</p>
<p><strong>Q: How can I join the PTE course?</strong></p>
<p>A: Click the "Enroll Now" button above and follow the steps.</p>
<p><strong>Q: How do I claim my free eBook?</strong></p>
<p>A: Complete the 7-day trial and you'll receive a link to download
your eBook.</p>
</div>
<div class="section">
<h2>📩 Get in Touch</h2>
<p>Have questions? Fill out the form below, and we’ll get back to
you.</p>
<form class="form">
<input type="text" placeholder="Your Name" required>
<input type="email" placeholder="Your Email" required>
<textarea placeholder="Your Message" rows="4" required></textarea>
<button type="submit">Submit</button>
</form>
</div>
<div class="section">
<h2>📢 Join Our Community</h2>
<div class="social-links">
<a href="https://t.me/road2pte">🔗 Telegram Channel</a>
<a href="https://t.me/road2pte_chat">💬 Telegram Chat Group</a>
<a href="https://www.facebook.com/share/g/1BPybj7F8c/?
mibextid=wwXIfr">👥 Facebook Group</a>
</div>
</div>
</div>
<footer>
<p>📧 Email: road2pte@gmail.com | 📞 WhatsApp: 01810097130</p>
<p>© 2025 Road to PTE. All rights reserved.</p>
</footer>
</body>
</html>