From 5eea9ea7d4b0a7c100f2e5a0a84edd3fd54e3b53 Mon Sep 17 00:00:00 2001
From: Bady <bady@disroot.org>
Date: Tue, 14 May 2019 05:23:56 +0530
Subject: [PATCH] Add README.md and proper credits

---
 README.md     | 3 +++
 css/style.css | 5 +++++
 fund.html     | 7 +++++--
 index.html    | 7 +++++--
 4 files changed, 18 insertions(+), 4 deletions(-)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e769178
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+Landing page for Poddery at https://poddery.com/
+
+Maintained by Free Software Community of India (FSCI). For more details visit https://fsci.org.in and [https://wiki.fsci.org.in](https://wiki.fsci.org.in/Poddery).
diff --git a/css/style.css b/css/style.css
index 604089d..620da1c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -954,6 +954,11 @@ footer {
   #contact .contact_detail {
     margin-top: 82px;
   }
+
+  .sm-br::after {
+    content: '\A';
+    white-space: pre;
+  }
 }
 
 @media (max-width: 380px) {
diff --git a/fund.html b/fund.html
index a022d1c..0e339be 100644
--- a/fund.html
+++ b/fund.html
@@ -445,8 +445,11 @@
       <div class="row">
 
         <div class="col-md-12 col-sm-12">
-          <p class="wow fadeInUp" data-wow-delay="0.6s">Copyheart ❤️
-            | Source code available at <a rel="nofollow" href="https://git.fosscommunity.in/community/poddery.com" target="_parent">git.fosscommunity.in</a></p>
+          <p class="wow fadeInUp" data-wow-delay="0.6s">
+            Copyheart ❤️
+            <span class="sm-br">Improve this site at <a rel="nofollow" href="https://git.fosscommunity.in/community/poddery.com" target="_blank">git.fosscommunity.in</a>.</span>
+            <span class="sm-br">Original source available at <a href="https://templatemo.com/tm-486-new-event" target="_blank">Templatemo.com</a>.</span>
+          </p>
         </div>
 
       </div>
diff --git a/index.html b/index.html
index f781539..59df226 100644
--- a/index.html
+++ b/index.html
@@ -419,8 +419,11 @@
       <div class="row">
 
         <div class="col-md-12 col-sm-12">
-          <p class="wow fadeInUp" data-wow-delay="0.6s">Copyheart ❤️
-            | Source code available at <a rel="nofollow" href="https://git.fosscommunity.in/community/poddery.com" target="_parent">git.fosscommunity.in</a></p>
+          <p class="wow fadeInUp" data-wow-delay="0.6s">
+            Copyheart ❤️
+            <span class="sm-br">Improve this site at <a rel="nofollow" href="https://git.fosscommunity.in/community/poddery.com" target="_blank">git.fosscommunity.in</a>.</span>
+            <span class="sm-br">Original source available at <a href="https://templatemo.com/tm-486-new-event" target="_blank">Templatemo.com</a></span>
+          </p>
         </div>
 
       </div>
-- 
GitLab