]> jfr.im git - uguu.git/blobdiff - templates/tools.swig
update styling and readme
[uguu.git] / templates / tools.swig
index f79ea392ca2b5177f869c35a7247d303693e8d18..8ba0fb9b8074fbe5af1ebb99285087a6f2a6ae29 100644 (file)
@@ -2,26 +2,63 @@
 
 {% block title %}Tools{% endblock %}
 {% block body %}
-<div class="jumbotron">
-<h1>Uguu Tools</h1>
-</div>
+
+<div class="jumbotron"><h1>Uguu Tools</h1></div>
+<div class="alert alert-info">
+  <section>
     <h3>
       To upload using curl or make a tool you can post using:
-
       <br/>
-
       curl -i -F files[]=@yourfile.jpeg {{siteUrl}}/upload.php (JSON Response)
     </h3>
-<section>
-       <h2>ShareX</h2>
-       <dl>
-               <dt>Download</dt>
-               <dd><a href="https://getsharex.com">https://getsharex.com</a></dd>
-               <dt>Source</dt>
-               <dd><a href="https://github.com/ShareX/ShareX">https://github.com/ShareX/ShareX</a></dd>
-               <dt>Contact</dt>
-               <dd><a href="https://webchat.freenode.net/?channels=%23ShareX">#ShareX on irc.freenode.net</a></dd>
-       </dl>
+
+<p>{{ToolsDesc}}</p>
+
+  <section>
+    <h2>ShareX</h2>
+    <dl>
+      <dt>Download</dt>
+      <dd><a href="https://getsharex.com">https://getsharex.com</a></dd>
+      <dt>Source</dt>
+      <dd><a href="https://github.com/ShareX/ShareX">https://github.com/ShareX/ShareX</a></dd>
+    </dl>
+  </section>
+
+  <h2>uguuecho</h2>
+  <dl>
+    <dt>Download</dt>
+    <dd><a href="https://git.teknik.io/nekunekus/uguucho">https://git.teknik.io/nekunekus/uguucho</a></dd>
+  </dl>
 </section>
+
+  <h2>pomfload</h2>
+  <dl>
+    <dt>Download</dt>
+    <dd><a href="https://github.com/ewhal/pomfload">https://github.com/ewhal/pomfload</a></dd>
+  </dl>
+</section>
+
+  <section>
+    <h2>Pomfshare</h2>
+
+    <dl>
+      <dt>Download</dt>
+      <dd><a
+      href="https://github.com/Nyubis/Pomfshare">https://github.com/Nyubis/Pomfshare</a></dd>
+    </dl>
+  </section>
+
+  <section>
+    <h2>Pomf Rehost</h2>
+    <dl>
+      <dt>Download</dt>
+      <dd>
+        <a href="https://git.fuwafuwa.moe/lesderid/pomf-rehost">
+          https://git.fuwafuwa.moe/lesderid/pomf-rehost
+        </a>
+      </dd>
+    </dl>
+</div>
+  </section>
 {% include "nav.swig" %}
 {% endblock %}