pdff / whatsapp-section.html
abeea's picture
Update whatsapp-section.html
ca77a7a verified
<style>
.section-wrapper {
padding: 4rem 2rem;
background: #fdfaf6;
display: flex;
justify-content: center;
}
.elegant-box {
max-width: 850px;
width: 100%;
background: #ffffff;
padding: 3rem;
border-radius: 1.5rem;
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
text-align: center;
font-family: 'Playfair Display', serif;
}
.elegant-box h2 {
font-size: 2.2rem;
color: #8a5b44;
margin-bottom: 1.5rem;
}
.elegant-box p {
font-size: 1.2rem;
line-height: 2rem;
color: #4a3e3e;
}
.follow-btn {
background-color: #8a5b44;
color: white;
padding: 0.6rem 1.8rem;
border-radius: 50px;
text-decoration: none;
display: inline-block;
margin-top: 1.5rem;
transition: 0.3s ease;
}
.follow-btn:hover {
background-color: #6a453b;
}
</style>
<!-- 🌟 Special Thanks -->
<section class="section-wrapper">
<div class="elegant-box">
<h2>Special Thanks</h2>
<p>
To my sister, <strong>"T"</strong><br>
Thank you for believing in me when I didn’t believe in myself.<br>
Your unwavering support gave me the strength to publish this.<br>
This book exists because you never let me give up.
</p>
<p style="margin-top:2rem;">— Mohsin Kamil</p>
</div>
</section>
<!-- 🙏 Thank You -->
<section class="section-wrapper">
<div class="elegant-box">
<h2>Thank You</h2>
<p>
Thank you for taking the time to read <strong>Main Akeli Thi</strong>.<br><br>
This story holds a special place in my heart, and I hope it resonated with you.<br>
Your support and encouragement mean the world to me.<br><br>
Stay kind. Stay connected.
</p>
<p style="margin-top:2rem;">— Mohsin Kamil</p>
</div>
</section>
<!-- 📢 WhatsApp Follow -->
<section class="section-wrapper">
<div class="elegant-box">
<h2>Follow for More Stories</h2>
<p>
Want updates about upcoming stories and exclusive releases?<br><br>
Follow the official WhatsApp Channel of
<strong>Mohsin Kamil</strong> and stay connected.
</p>
<a href="whatsapp://channel/0029Vb7mqh2BA1esJhYEDs0s"
class="follow-btn">
Join WhatsApp Channel
</a>
</div>
</section>
<!-- 📬 Contact the Author -->
<section class="section-wrapper">
<div class="elegant-box">
<h2>Contact the Author</h2>
<p>
For feedback, questions, or just to say hello,<br><br>
📧 <a href="mailto:Mohsinkamil11@gmail.com" style="color:#8a5b44; font-weight:bold; text-decoration:none;">
Mohsinkamil11@gmail.com</a>
</p>
</div>
</section>
<!-- © Copyright -->
<section class="section-wrapper">
<div class="elegant-box">
<p>
Copyright © <strong>Mohsin Kamil Foundation</strong> 2025<br><br>
All rights reserved. No part of this publication may be reproduced,
stored in a retrieval system, or transmitted in any form or by any means—
electronic, mechanical, photocopying, recording, or otherwise—without
prior written permission of the author.<br><br>
This e-book is intended for respectful reading and awareness only.
</p>
</div>
</section>