Repository: openmeetings-site Updated Branches: refs/heads/asf-site 7d24918ec -> 242a88a8f
no jira: Logos by Kristopher Herrick were added Project: http://git-wip-us.apache.org/repos/asf/openmeetings-site/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings-site/commit/242a88a8 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings-site/tree/242a88a8 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings-site/diff/242a88a8 Branch: refs/heads/asf-site Commit: 242a88a8fe6a17f8d4d59a3193f3d304cac69210 Parents: 7d24918 Author: Maxim Solodovnik <[email protected]> Authored: Tue Aug 1 10:30:06 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Tue Aug 1 10:30:06 2017 +0700 ---------------------------------------------------------------------- CallForLogo.html | 30 ++++++++++++++++++++++++++++-- images/logos/logo_om_big7.png | Bin 0 -> 922474 bytes images/logos/logo_om_small11.png | Bin 0 -> 698634 bytes 3 files changed, 28 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/242a88a8/CallForLogo.html ---------------------------------------------------------------------- diff --git a/CallForLogo.html b/CallForLogo.html index 27283ac..457b764 100644 --- a/CallForLogo.html +++ b/CallForLogo.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2017-06-27 + Generated by Apache Maven Doxia at 2017-08-01 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> @@ -233,7 +233,7 @@ </div> <div> <ul class="breadcrumb"> - <li class="publishDate version-date">Last Published: 2017-06-27</li> + <li class="publishDate version-date">Last Published: 2017-08-01</li> </ul> </div> </header> @@ -356,6 +356,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_big7.png" class="logo-big" alt="Apache OpenMeetings" /></td> + <td><span class="btn btn-primary" onclick="applyLogoBig($(this));">Apply</span></td> + </tr> + <tr class="b"> + <td>Author</td> + <td>Kristopher Herrick</td> + </tr> + </tbody> + </table> </li> </ol> </div> <div class="section"> @@ -465,6 +478,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_small11.png" class="logo-square" 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>Kristopher Herrick</td> + </tr> + </tbody> + </table> </li> </ol> </div> </div> http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/242a88a8/images/logos/logo_om_big7.png ---------------------------------------------------------------------- diff --git a/images/logos/logo_om_big7.png b/images/logos/logo_om_big7.png new file mode 100644 index 0000000..48614db Binary files /dev/null and b/images/logos/logo_om_big7.png differ http://git-wip-us.apache.org/repos/asf/openmeetings-site/blob/242a88a8/images/logos/logo_om_small11.png ---------------------------------------------------------------------- diff --git a/images/logos/logo_om_small11.png b/images/logos/logo_om_small11.png new file mode 100644 index 0000000..e610112 Binary files /dev/null and b/images/logos/logo_om_small11.png differ
