From 36c787a3950cc7044fccb78d84f82f0ad567e905 Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Wed, 7 Dec 2022 01:27:29 +0000
Subject: Added images, added footer stuff

---
 services.py                   |   4 ++--
 static/images/anti_nft_b.png  | Bin 0 -> 2311 bytes
 static/images/braindamage.png | Bin 0 -> 22441 bytes
 static/images/powerani.gif    | Bin 0 -> 7203 bytes
 static/images/www.gif         | Bin 0 -> 1531 bytes
 static/index.md               |   2 ++
 static/style.css              |   7 +++++++
 templates/template.html.j2    |  22 ++++++++++++++++------
 8 files changed, 27 insertions(+), 8 deletions(-)
 create mode 100644 static/images/anti_nft_b.png
 create mode 100755 static/images/braindamage.png
 create mode 100644 static/images/powerani.gif
 create mode 100644 static/images/www.gif

diff --git a/services.py b/services.py
index 1e0f757..77361fa 100755
--- a/services.py
+++ b/services.py
@@ -95,8 +95,8 @@ def get_qbit_stats():
 def get_trans_stats():
     client = clutch.client.Client(
         address = "http://%s:%s/transmission/rpc" % (app.CONFIG["transmission"]["url"], app.CONFIG["transmission"]["port"]),
-        username = app.CONFIG["transmission"]["username"],
-        password = app.CONFIG["transmission"]["password"]
+        # username = app.CONFIG["transmission"]["username"],
+        # password = app.CONFIG["transmission"]["password"]
     )
     stats = json.loads(client.session.stats().json())
     active_for = datetime.timedelta(seconds = stats["arguments"]["cumulative_stats"]["seconds_active"])
diff --git a/static/images/anti_nft_b.png b/static/images/anti_nft_b.png
new file mode 100644
index 0000000..61dfb99
Binary files /dev/null and b/static/images/anti_nft_b.png differ
diff --git a/static/images/braindamage.png b/static/images/braindamage.png
new file mode 100755
index 0000000..c26e75f
Binary files /dev/null and b/static/images/braindamage.png differ
diff --git a/static/images/powerani.gif b/static/images/powerani.gif
new file mode 100644
index 0000000..1eb1a18
Binary files /dev/null and b/static/images/powerani.gif differ
diff --git a/static/images/www.gif b/static/images/www.gif
new file mode 100644
index 0000000..48fbd13
Binary files /dev/null and b/static/images/www.gif differ
diff --git a/static/index.md b/static/index.md
index 33fcf57..cb8469d 100755
--- a/static/index.md
+++ b/static/index.md
@@ -1,3 +1,5 @@
+![(you)s](https://eda.gay/img/braindamage.png)
+
 ## haiiiiiii
 my name is eden and im a 21yo (boymoder) computer science undergraduate. i made my own website to encourage others to do so too.
 i'll post my thoughts on here sometimes, and use this site to link to other stuff i host.
diff --git a/static/style.css b/static/style.css
index 6d18d62..32dc92d 100755
--- a/static/style.css
+++ b/static/style.css
@@ -181,6 +181,13 @@ footer {
     padding: 300px 10px 5px 20px;
     margin-bottom: 300px;
     font-size: xx-small;
+    align-content: center;
+}
+
+#footer_banners {
+    display: flex;
+    align-items: center;
+
 }
 
 @media (max-width: 1023px) {
diff --git a/templates/template.html.j2 b/templates/template.html.j2
index 2fd86f9..a5cf159 100755
--- a/templates/template.html.j2
+++ b/templates/template.html.j2
@@ -45,13 +45,23 @@
             <footer>
                 <p>this site is <a href="/thought?id=3">javascript free</a></p>
                 <a href="https://git.eda.gay/eda.gay/file/LICENSE.html">sauce code released under gplv3</a> <a href="https://github.com/jwansek/eda.gay">alternate git link</a>
-                <p>
-                    <a href="http://jigsaw.w3.org/css-validator/check/referer">
-                        <img style="border:0;width:88px;height:31px"
-                            src="/img/vcss-blue.gif"
-                            alt="Valid CSS!" />
+                <div id="footer_banners">
+                    <p>
+                        <a href="http://jigsaw.w3.org/css-validator/check/referer">
+                            <img style="border:0;width:88px;height:31px"
+                                src="/img/vcss-blue.gif"
+                                alt="Valid CSS!" />
+                        </a>
+                    </p>
+                    <a href="http://www.freebsd.org/">
+                        <img alt="Powered By FreeBSD" src="/img/powerani.gif">
                     </a>
-                </p>
+                    <a href="https://web3isgoinggreat.com/">
+                        <img src="/img/anti_nft_b.png" alt="anti-nft site ">
+                    </a>
+                    <img src="/img/www.gif">
+                </div>
+                <iframe src="https://john.citrons.xyz/embed?ref=eda.gay" style="padding-top:20px;margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe>
             </footer>
         </div>
     </body>
-- 
cgit v1.2.3