You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/03/11 10:19:08 UTC

[openmeetings-site] branch asf-site updated: Logos by Rick Irish are added

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1f76965  Logos by Rick Irish are added
     new 4741a2f  Merge branch 'asf-site' of github.com:apache/openmeetings-site into asf-site
1f76965 is described below

commit 1f769651d927e15be14fcdd80f786b9b7b2711c3
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Mar 11 17:18:37 2018 +0700

    Logos by Rick Irish are added
---
 CallForLogo.html                 |  32 +++++++++++++++++++++++++++++---
 images/logos/logo_om_big8.png    | Bin 0 -> 8966 bytes
 images/logos/logo_om_small12.png | Bin 0 -> 10704 bytes
 3 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/CallForLogo.html b/CallForLogo.html
index 4dcd11b..b08448f 100644
--- a/CallForLogo.html
+++ b/CallForLogo.html
@@ -2,7 +2,7 @@
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- Generated by Apache Maven Doxia at 2018-02-23
+ Generated by Apache Maven Doxia at 2018-03-11
  Rendered using Reflow Maven Skin 1.3.6 (http://devacfr.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -219,7 +219,7 @@
     <div>
       <ol class="breadcrumb">
       <li class="publishDate version-date">
-    Last Published: 2018-02-23
+    Last Published: 2018-03-11
 </li>
       </ol>
     </div>
@@ -260,7 +260,7 @@
 					}
 					var ib = e.closest('table').find('.logo-square');
 					l.css('background-image', 'url(' + ib.attr('src') + ')');
-					$('#Preview')[0].scrollIntoView();
+					$('#_toc_preview')[0].scrollIntoView();
 				}
 			//]]>
 </script> 
@@ -345,6 +345,19 @@
       </tr> 
      </tbody> 
     </table> </li> 
+   <li> 
+    <table border="0" class="bodyTable table table-striped table-hover"> 
+     <tbody> 
+      <tr class="a"> 
+       <td><img src="images/logos/logo_om_big8.png" class="logo-big img-responsive" alt="Apache OpenMeetings"></td> 
+       <td><span class="btn btn-primary" onclick="applyLogoBig($(this));">Apply</span></td> 
+      </tr> 
+      <tr class="b"> 
+       <td>Author</td> 
+       <td>Rick Irish</td> 
+      </tr> 
+     </tbody> 
+    </table> </li> 
   </ol> 
  </div> 
  <div class="section"> 
@@ -467,6 +480,19 @@
       </tr> 
      </tbody> 
     </table> </li> 
+   <li> 
+    <table border="0" class="bodyTable table table-striped table-hover"> 
+     <tbody> 
+      <tr class="a"> 
+       <td><img src="images/logos/logo_om_small12.png" class="logo-square img-responsive" alt="Square version" width="50"></td> 
+       <td><span class="btn btn-primary" onclick="applyLogoSmall($(this));">Apply</span></td> 
+      </tr> 
+      <tr class="b"> 
+       <td>Author</td> 
+       <td>Rick Irish</td> 
+      </tr> 
+     </tbody> 
+    </table> </li> 
   </ol> 
  </div> 
 </div>      </div>
diff --git a/images/logos/logo_om_big8.png b/images/logos/logo_om_big8.png
new file mode 100644
index 0000000..bb88f15
Binary files /dev/null and b/images/logos/logo_om_big8.png differ
diff --git a/images/logos/logo_om_small12.png b/images/logos/logo_om_small12.png
new file mode 100644
index 0000000..3a23221
Binary files /dev/null and b/images/logos/logo_om_small12.png differ

-- 
To stop receiving notification emails like this one, please contact
solomax@apache.org.