Browse Source

testing out sponsor json

causefx 7 years ago
parent
commit
37024170c0
3 changed files with 23 additions and 1 deletions
  1. 7 1
      css/organizr.css
  2. 0 0
      css/organizr.min.css
  3. 16 0
      js/sponsors.json

+ 7 - 1
css/organizr.css

@@ -171,7 +171,13 @@ img.lazyload.tabImages {
     top: 37px;
     position: relative;
 }
-
+.recent-sponsor {
+    background-position: center;
+    background-size: cover;
+    height: 150px;
+    width: 150px;
+    position: relative;
+}
 .recent-poster {
     background-position: center;
     background-size: cover;

File diff suppressed because it is too large
+ 0 - 0
css/organizr.min.css


+ 16 - 0
js/sponsors.json

@@ -0,0 +1,16 @@
+{
+  "Microsoft": {
+    "company_name": "Microsoft",
+    "website": "https://microsoft.com",
+    "about": "This is the company info here",
+    "coupon": null,
+    "coupon_about": null
+  },
+  "Google": {
+    "company_name": "Google",
+    "website": "https://google.com",
+    "about": "This is the company info here",
+    "coupon": "102938667as",
+    "coupon_about": "something there"
+  }
+}

Some files were not shown because too many files changed in this diff