Prtksxna has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/148275

Change subject: Add icons on the homepage
......................................................................

Add icons on the homepage

Change-Id: Ie1086151b7331e16964016b6a91ee218303d6916
---
M source/index.html.erb
M source/stylesheets/master.css.scss
2 files changed, 7 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport 
refs/changes/75/148275/1

diff --git a/source/index.html.erb b/source/index.html.erb
index 517568d..ec19e6c 100644
--- a/source/index.html.erb
+++ b/source/index.html.erb
@@ -21,7 +21,7 @@
                <h3><small>Section</small><br>Requests for <br />User Data</h3>
                <hr/>
                <p>
-
+                       <img class="icon" src="/images/userdata.svg">
                </p>
        </a>
 </div>
@@ -31,7 +31,7 @@
                <h3><small>Section</small><br>Content Alteration &amp; 
Takedown</h3>
                <hr/>
                <p>
-
+                       <img class="icon" src="/images/content.svg">
                </p>
        </a>
 </div>
@@ -41,6 +41,7 @@
                <h3><small>Section</small><br>Frequently Asked Questions</h3>
                <hr/>
                <p>
+                       <img class="icon" src="/images/faq.svg">
                </p>
        </a>
 </div>
diff --git a/source/stylesheets/master.css.scss 
b/source/stylesheets/master.css.scss
index 2b1fc71..85f8da7 100644
--- a/source/stylesheets/master.css.scss
+++ b/source/stylesheets/master.css.scss
@@ -119,6 +119,10 @@
                        color: $gray;
                }
        }
+
+       .icon {
+               width: 200px;
+       }
 }
 
 .blue {

-- 
To view, visit https://gerrit.wikimedia.org/r/148275
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1086151b7331e16964016b6a91ee218303d6916
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/TransparencyReport
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to