Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Poirier2019-07-05 11:56:19 +0000
committerEric Poirier2019-07-05 11:56:19 +0000
commit99ae0a18630537799a52ba7f2c467c2ad3745979 (patch)
tree23e34a56c684c3e992f1183596b965c4303a11f7
parente24cb18829ff27b5938d2f67d07e0d20605fd7d5 (diff)
downloadmembership-99ae0a18630537799a52ba7f2c467c2ad3745979.tar.gz
membership-99ae0a18630537799a52ba7f2c467c2ad3745979.tar.xz
membership-99ae0a18630537799a52ba7f2c467c2ad3745979.zip
Move up the Membership contact sidebar block
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
-rw-r--r--content/en_sidebar.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/content/en_sidebar.php b/content/en_sidebar.php
index 4f34175..7539567 100644
--- a/content/en_sidebar.php
+++ b/content/en_sidebar.php
@@ -12,6 +12,19 @@
?>
<div class="col-md-9 col-lg-7 col-md-offset-1 margin-top-20 margin-bottom-20">
<div class="icon-sidebar-menu row">
+ <?php if (isset($show_membership_contact) && $show_membership_contact == TRUE) :?>
+ <div class="padding-bottom-20 clearfix margin-bottom-15">
+ <div class="col-xs-8 col-md-9 hidden-xs hidden-sm">
+ <a class="circle-icon" href="https://accounts.eclipse.org/contact/membership">
+ <i class="fa fa-envelope-o orange"></i>
+ </a>
+ </div>
+ <div class="col-sm-24 col-md-15">
+ <h3><a href="https://accounts.eclipse.org/contact/membership">Contact us about membership</a></h3>
+ <p>Contact us about your organization joining the Eclipse Foundation</p>
+ </div>
+ </div>
+ <?php endif;?>
<?php if (!isset($hide_membership) || $hide_membership == FALSE) :?>
<div class="padding-bottom-20 clearfix">
<div class="col-md-9 hidden-xs hidden-sm">
@@ -51,19 +64,6 @@
</div>
</div>
<?php endif;?>
- <?php if (isset($show_membership_contact) && $show_membership_contact == TRUE) :?>
- <div class="padding-bottom-20 clearfix margin-bottom-15">
- <div class="col-xs-8 col-md-9 hidden-xs hidden-sm">
- <a class="circle-icon" href="https://accounts.eclipse.org/contact/membership">
- <i class="fa fa-envelope-o orange"></i>
- </a>
- </div>
- <div class="col-sm-24 col-md-15">
- <h3><a href="https://accounts.eclipse.org/contact/membership">Contact us about membership</a></h3>
- <p>Contact us about your organization joining the Eclipse Foundation</p>
- </div>
- </div>
- <?php endif;?>
<?php if (!isset($hide_faqs) || $hide_faqs == FALSE) :?>
<div class="padding-bottom-20 clearfix">
<div class="col-xs-8 col-md-9 hidden-xs hidden-sm">

Back to the top