causefx 7 лет назад
Родитель
Сommit
37024170c0
3 измененных файлов с 23 добавлено и 1 удалено
  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;

Разница между файлами не показана из-за своего большого размера
+ 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"
+  }
+}

Некоторые файлы не были показаны из-за большого количества измененных файлов