<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Create Your Own Website – Pay What You Want!</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f7f6;
color: #333;
}
header {
background-color: #2E8B57;
color: white;
padding: 20px;
text-align: center;
}
header h1 {
font-size: 3em;
margin: 0;
}
section {
padding: 40px 20px;
text-align: center;
}
section h2 {
font-size: 2.5em;
color: #333;
}
section p {
font-size: 1.2em;
line-height: 1.6;
margin: 20px 0;
}
.cta-button {
background-color: #FF6347;
color: white;
padding: 15px 30px;
text-decoration: none;
border-radius: 5px;
font-size: 1.2em;
margin: 20px;
}
.cta-button:hover {
background-color: #FF4500;
}
.boxes {
display: flex;
justify-content: space-around;
margin: 30px 0;
flex-wrap: wrap;
}
.box {
background-color: #ffffff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin: 10px;
flex-basis: 30%;
text-align: center;
color: #2E8B57;
}
.box h3 {
font-size: 1.8em;
margin-bottom: 10px;
}
.box p {
font-size: 1.2em;
margin-bottom: 10px;
}
.testimonial {
background-color: #e6f7e6;
padding: 20px;
border-radius: 8px;
margin: 40px 0;
}
.testimonial h3 {
font-size: 2em;
color: #333;
}
footer {
background-color: #2E8B57;
color: white;
text-align: center;
padding: 10px;
}
footer a {
color: #FF6347;
text-decoration: none;
}
</style>
</head>
<body>
<header>
<h1>Create Your Own Website – Pay What You Want!</h1>
</header>
<section>
<h2>Welcome to Your Digital Future!</h2>
<p>Do you have an NGO, school, clinic, hospital, beauty parlor, shop, or business? Want to go online, but worried about the cost? We have the perfect solution for you!</p>
<p><strong>We build websites for you – at the price you choose! Even ₹1 is accepted!</strong></p>
<a href="#contact" class="cta-button">Get Started Now</a>
</section>
<section class="boxes">
<div class="box">
<h3>NGOs & Non-Profit Organizations</h3>
<p>Reach a larger audience for your cause. Make your services available to the world.</p>
</div>
<div class="box">
<h3>Schools & Educational Institutions</h3>
<p>Make the admission process and information sharing easier for students and parents.</p>
</div>
<div class="box">
<h3>Clinics & Hospitals</h3>
<p>Provide appointment bookings, services, and important information online.</p>
</div>
<div class="box">
<h3>Beauty Parlors & Salons</h3>
<p>Offer online booking services and display your services and prices to attract more clients.</p>
</div>
<div class="box">
<h3>Shops & Small Businesses</h3>
<p>Convert your physical store into an online shop and expand your reach.</p>
</div>
<div class="box">
<h3>Professionals & Freelancers</h3>
<p>Showcase your portfolio, services, and work to attract new clients.</p>
</div>
<div class="box">
<h3>Hotels & Restaurants</h3>
<p>Enable online reservations, display menus, and promote your services.</p>
</div>
<div class="box">
<h3>Pharmacies & Healthcare Services</h3>
<p>Sell products and services online, making them accessible to everyone.</p>
</div>
<div class="box">
<h3>Startups & New Businesses</h3>
<p>Establish your brand online and attract customers with a professional website.</p>
</div>
<div class="box">
<h3>Event Planners & Wedding Services</h3>
<p>Showcase your services and make it easier for clients to book your event planning services online.</p>
</div>
<div class="box">
<h3>Real Estate Agents</h3>
<p>Display properties and services, allowing clients to browse and inquire online.</p>
</div>
<div class="box">
<h3>Fitness Centers & Trainers</h3>
<p>Provide online booking for classes and show your services to attract more clients.</p>
</div>
</section>
<section class="testimonial">
<h3>What Our Clients Say</h3>
<p>"I couldn't believe how easy and affordable it was to get my school’s website done. Highly recommend it!" – Priya, School Principal</p>
<p>"My clinic's website was up and running in just a few days. Great service, thank you!" – Dr. Ravi, Clinic Owner</p>
</section>
<section id="contact">
<h2>Get in Touch</h2>
<p>Ready to create your website? Contact us now and get started!</p>
<p><strong>Ravindra Arun Gurao</strong></p>
<p>📱 8668536263</p>
<p>📧 ictmaster1984@gmail.com</p>
<a href="mailto:ictmaster1984@gmail.com" class="cta-button">Contact Us</a>
</section>
<footer>
<p>© 2024 Ravindra Arun Gurao. All Rights Reserved.</p>
<p><a href="mailto:ictmaster1984@gmail.com">Email Us</a></p>
</footer>
</body>
</html>