<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smart Write Academic Classes</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #4CAF50;
color: white;
text-align: center;
padding: 1rem 0;
}
nav {
text-align: center;
margin: 20px 0;
}
nav a {
margin: 0 15px;
text-decoration: none;
color: #333;
}
section {
padding: 20px;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 10px 0;
position: fixed;
width: 100%;
bottom: 0;
}
h2 {
color: #4CAF50;
}
.cta {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
display: inline-block;
margin-top: 10px;
}
</style>
</head>
<body>
<header>
<h1>Smart Write Academic Classes</h1>
<p>Transforming Handwriting, Building Confidence</p>
</header>
<nav>
<a href="#home">Home</a>
<a href="#about">About Us</a>
<a href="#services">Services</a>
<a href="#contact">Contact</a>
</nav>
<section id="home">
<h2>Welcome to Smart Write Academic Classes</h2>
<p>At Smart Write, we specialize in handwriting improvement classes designed to help students and professionals enhance their writing skills. Our expert-led programs are crafted to boost confidence, improve legibility, and speed, helping you write better and faster.</p>
<a class="cta" href="#services">Explore Our Classes</a>
</section>
<section id="about">
<h2>About Us</h2>
<p>Founded with the goal of helping individuals improve their handwriting and academic skills, Smart Write Academic Classes offers a range of programs aimed at boosting learning potential. We have helped hundreds of students and professionals achieve their personal and academic goals by focusing on one essential skill: handwriting.</p>
<p>We believe that clear and confident handwriting is the foundation for success in academia and beyond. Our courses are designed for learners of all ages, making handwriting improvement accessible, engaging, and practical.</p>
</section>
<section id="services">
<h2>Our Services</h2>
<ul>
<li><strong>Handwriting Improvement Class</strong>: Our signature class designed to refine your handwriting, focusing on legibility, neatness, and speed. Perfect for students, teachers, and professionals.</li>
<li><strong>Calligraphy Classes</strong>: Learn the art of beautiful handwriting with our specialized calligraphy courses, available for beginners and advanced learners.</li>
<li><strong>Academic Writing Skills</strong>: A class aimed at enhancing overall academic writing, focusing on structure, clarity, and presentation for essays, reports, and research papers.</li>
<li><strong>Customized Learning Plans</strong>: We offer personalized sessions tailored to meet the specific needs of individuals, whether it’s to improve penmanship or gain better writing habits.</li>
</ul>
<a class="cta" href="#contact">Get in Touch for More Info</a>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>If you're ready to transform your handwriting or have any questions, feel free to reach out to us!</p>
<p><strong>Email:</strong>
<p><strong>Phone:</strong> +123 456 7890</p>
<p><strong>Address:</strong> 123 Learning Lane, Education City, ED 10101</p>
</section>
<footer>
<p>© 2024 Smart Write Academic Classes. All rights reserved.</p>
</footer>
</body>
</html>