You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2017/01/25 21:02:27 UTC

airavata-php-gateway git commit: How to add brand logo

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 6e37d636e -> dc971cb41


How to add brand logo


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/dc971cb4
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/dc971cb4
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/dc971cb4

Branch: refs/heads/develop
Commit: dc971cb419e89550fa1f0a6875dc930c6016e7d5
Parents: 6e37d63
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Wed Jan 25 12:58:01 2017 -0800
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Wed Jan 25 12:58:01 2017 -0800

----------------------------------------------------------------------
 public/themes/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/dc971cb4/public/themes/README
----------------------------------------------------------------------
diff --git a/public/themes/README b/public/themes/README
index f803f76..2b77383 100644
--- a/public/themes/README
+++ b/public/themes/README
@@ -99,6 +99,16 @@ Register Link:  {{URL::to('/')}}/register
 
 PGA footer mainly includes scripts needed in PGA.
 
+Although, Theme Users can add their Brand logo on the left of the PGA Navbar. 
+Simply add an image as background of class 'brand-logo'.
+Put the image in assets folder and reference it from your custom styles file.
+
+Example css inside custom style file ( assuming it is in assets/css/style.css and image is at assets/img/mylogo.png):
+
+.brand-logo{
+    background: url("../img/mylogo.png");
+}
+
 PGA BODY:
 ------------
 Theme landing page content should be added to  theme1/partials/template.blade.php.