Infra 4150 - Adding anchored links to explore our members page

Change-Id: I126ceb3bbab4d48aaeb79cd2e2fe81df227231a0
diff --git a/content/en_exploreMembership.php b/content/en_exploreMembership.php
index 74f091d..dfc1924 100644
--- a/content/en_exploreMembership.php
+++ b/content/en_exploreMembership.php
@@ -18,7 +18,7 @@
           <?php if (empty($value['members'])): ?>
             <?php continue; ?>
           <?php endif; ?>
-          <h2 class="h3"><?php print ucfirst($value['level']); ?> Members</h2>
+          <h2 class="h3" id="<?php print ucfirst($value['level']); ?>-section"><?php print ucfirst($value['level']); ?> Members</h2>
           <div class="row">
             <?php foreach ($value['members'] as $mkey => $mvalue):?>
             <div class="col-xs-24 col-sm-12 col-md-8 margin-bottom-20">