Domain: amberpublishers.in
Server Adress: 86.38.243.169
privdayz.com
<!DOCTYPE html>
<html lang="en">
<?php include 'common/head.php'; ?>
<?php include 'common/helper.php';?>
<body>
<?php include 'common/header.php'; ?>
<main id="main" >
<!-- ======= Breadcrumbs Section ======= -->
<section class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h2 class="fw-bold">About Us</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li>About Us</li>
</ol>
</div>
</div>
</section><!-- End Breadcrumbs Section -->
<section class="inner-page pt-4">
<div class="container">
<h3 class="p-1 fw-bold"> Welcome to Amber Publishers</h3>
<p class="p-1">
We established our publication house in January 2023 with an aim to provide fast and quality service to the authors within a limited budget.
<!-- <h3 class="p-1 fw-bold"></h3> -->
Since publication of book is a hectic process, so here at Amber Publishers we provide the authors an easy channel to publish their work.
We provide services such as formatting, editing, proof reading, cover designing, ISBN allotment. We provide these services at affordable cost.</p>
<p>We are registered with Raja RamMohun Roy National agency for ISBN (Dept of Higher Education, Ministy of Education India)</p>
<h3 class="p-1 fw-bold">Still need help?</h3>
<p class="p-1">If you have any query, please feel free to contact us. We will be happy to help you.</p>
<section id="contact">
<!-- <div class="container" data-aos="fade-up">
<!-- <div class="section-header">
<h2>Fill the enquiry form below to get your work published.</h2>
</div>
</div> -->
<div class="container">
<div class="form">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="form-group col-md-6">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="form-group col-md-6 mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</section><!-- End Contact Section -->
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<?php include 'common/footer.php'; ?>
<!-- End Footer -->
</body>
</html>
