From cb0c4c0620e7647d0709a37ece849f9944fc8d9f Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 13 Sep 2017 20:31:06 -0400 Subject: [PATCH] Update index.html --- community/index.html | 130 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 117 insertions(+), 13 deletions(-) diff --git a/community/index.html b/community/index.html index 187970c..b64a857 100644 --- a/community/index.html +++ b/community/index.html @@ -14,6 +14,7 @@ padding: 0; background-image: url("../img/Background.png"); background-size: 100% 100%; + background-attachment: fixed; } .rant-top-bar { @@ -30,11 +31,10 @@ - - - + + + - @@ -50,10 +50,45 @@
-
+
+
+ + + + + + +
@@ -61,15 +96,84 @@
- -
- +
'; + echo $json{title}; + echo " - "; + echo $json{author}; + echo '
<'; + echo $json{type}; + echo ' src="'; + echo $json{src}; echo '" href="'; + echo $json{href}; + echo '" width=100%>'; + echo $json{body}; + echo ''; + echo ''; + } + ?> + + +