abeea commited on
Commit
30bf66f
Β·
verified Β·
1 Parent(s): 75bd356

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +32 -43
index.html CHANGED
@@ -224,47 +224,7 @@
224
  }
225
  </style>
226
  </head>
227
-
228
-
229
- <script>
230
- window.addEventListener("load", function() {
231
-
232
- fetch("popup.html")
233
- .then(response => response.text())
234
- .then(data => {
235
- const wrapper = document.createElement("div");
236
- wrapper.innerHTML = data;
237
- document.body.appendChild(wrapper);
238
-
239
- document.getElementById("closePopup").addEventListener("click", function() {
240
- document.getElementById("authorPopupOverlay").remove();
241
- });
242
- });
243
-
244
- });
245
- </script>
246
-
247
- <script>
248
- window.addEventListener("load", function () {
249
-
250
- const feedbackSection = document.getElementById("feedback");
251
-
252
- fetch("whatsapp-section.html")
253
- .then(response => response.text())
254
- .then(data => {
255
- const wrapper = document.createElement("div");
256
- wrapper.innerHTML = data;
257
-
258
- // Insert AFTER feedback section
259
- feedbackSection.insertAdjacentElement("afterend", wrapper);
260
- });
261
-
262
- });
263
- </script>
264
-
265
-
266
  <body>
267
-
268
 
269
  <!-- πŸ–¨οΈ Download Button -->
270
  <div class="text-center download-btn">
@@ -1714,7 +1674,29 @@ window.addEventListener("load", function () {
1714
  </div>
1715
  </section>
1716
 
1717
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1718
 
1719
  <!-- πŸ“ Feedback Page -->
1720
  <section id="feedback">
@@ -1728,7 +1710,15 @@ window.addEventListener("load", function () {
1728
  </div>
1729
  </div>
1730
  </section>
1731
-
 
 
 
 
 
 
 
 
1732
  <!-- Β© Copyright Page -->
1733
  <section id="copyright">
1734
  <div class="dedication-box">
@@ -1742,7 +1732,6 @@ window.addEventListener("load", function () {
1742
  </div>
1743
  </section>
1744
 
1745
-
1746
  <!-- PDF Download Button -->
1747
 
1748
 
 
224
  }
225
  </style>
226
  </head>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  <body>
 
228
 
229
  <!-- πŸ–¨οΈ Download Button -->
230
  <div class="text-center download-btn">
 
1674
  </div>
1675
  </section>
1676
 
1677
+ <!-- 🌟 Special Thanks -->
1678
+ <section id="special-thanks" class="thanks-section">
1679
+ <h2>Special Thanks</h2>
1680
+ <p>
1681
+ To my sister, <strong>"T"</strong> β€”<br />
1682
+ Thank you for believing in me when I didn’t believe in myself.<br />
1683
+ Your unwavering support gave me the strength to publish this.<br />
1684
+ This book exists because you never let me give up.
1685
+ </p>
1686
+ <div class="author-name">β€” Mohsin Kamil</div>
1687
+ </section>
1688
+
1689
+ <!-- πŸ™ Thank You Page -->
1690
+ <section id="thankyou" class="thanks-section">
1691
+ <h2>Thank You</h2>
1692
+ <p>
1693
+ Thank you for taking the time to read <strong>Main Akeli Thi</strong>.<br /><br />
1694
+ This story holds a special place in my heart, and I hope it resonated with you.<br />
1695
+ Your support and encouragement mean the world to me.<br /><br />
1696
+ Stay kind. Stay connected.
1697
+ </p>
1698
+ <div class="author-name">β€” Mohsin Kamil</div>
1699
+ </section>
1700
 
1701
  <!-- πŸ“ Feedback Page -->
1702
  <section id="feedback">
 
1710
  </div>
1711
  </div>
1712
  </section>
1713
+
1714
+ <!-- πŸ“¬ Contact the Author -->
1715
+ <section id="contact" class="thanks-section">
1716
+ <h2>Contact the Author</h2>
1717
+ <p>
1718
+ For feedback, questions, or just to say hello, you can reach me at:<br /><br />
1719
+ πŸ“§ <a href="mailto:Mohsinkamil11@gmail.com">Mohsinkamil11@gmail.com</a>
1720
+ </p>
1721
+ </section>
1722
  <!-- Β© Copyright Page -->
1723
  <section id="copyright">
1724
  <div class="dedication-box">
 
1732
  </div>
1733
  </section>
1734
 
 
1735
  <!-- PDF Download Button -->
1736
 
1737