diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e769178f62ea80634504842b63b520434f856736 --- /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 604089d260cc1348bca016ea6940da8c5b0d87f5..620da1cc9dc76a9cb138335d32b67e45ea35d85f 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 a022d1cba5675fe06c814743dce126986576966d..0e339beba52d37361b8a4d5fc87a4df38991bbc7 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 f781539b8b74c092ddd7ec781195eeef067b6493..59df226102ccc3b70d58dad340c8d4fb14c3a586 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>