Przeglądaj źródła

add prayer generator to home page

Pi 2 lat temu
rodzic
commit
251a688b26
1 zmienionych plików z 16 dodań i 1 usunięć
  1. 16 1
      index.html

+ 16 - 1
index.html

@@ -95,7 +95,7 @@
             <table style="display: inline-block"><tr style="vertical-align: baseline"><td><img src="//upload.wikimedia.org/wikipedia/en/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png" width="32" alt="RSS"></td><td><h2>Discover</h2></td></tr></table>
           </div>
           <div class="text">
-            <h3>Disocvery Feed</h3>
+            <h3>Discovery Feed</h3>
             <p>Cool and inspirational articles</p>
           </div>
         </button>
@@ -284,6 +284,21 @@
       </div>
     </form>
   </div>
+  <div class="pure-u-1-2 pure-u-sm-1-2 pure-u-md-1-3 pure-u-lg-1-4 l-box">
+    <form action="https://shandan.one/pyapi/random"
+      id="prayer-generator" rel="external" method="get" target="_self">
+      <div class="card">
+          <button form="prayer-generator" style="color: orange; border-color: orange">
+          <div class="image">
+            <h2>Prayer Generator</h2>
+          </div>
+          <div class="text">
+            <p>Generate a template prayer following the form of the model prayer outlined in Matthew&#160;6:9&#8209;13 and Luke&#160;11:2&#8209;4</p>
+          </div>
+        </button>
+      </div>
+    </form>
+  </div>
 </form>
 </div>
 </body>