Add Download button back to the header

Change-Id: I81e46abbd746dad7bba4fc7f22f8d77cf92c84bf
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/index.php b/index.php
index 3d80571..4db82eb 100644
--- a/index.php
+++ b/index.php
@@ -53,10 +53,11 @@
       <div class="col-md-20 col-md-offset-2 col-sm-18 col-sm-offset-3">
         <h1 class="jumbotron-title"><span class="small-title">Eclipse</span><br> <span class="big-title">Photon</span></h1>
         <h2 class="h3 margin-bottom-30">A quantum leap for coding</h2>
-        <p><strong>Available on June 27, 2018</strong></p>
-        <?php //foreach ($links['links'] as $link): ?>
-          <!-- <a class="btn btn-photon-primary btn-lg" href="<?php print $link; ?>"><i class="fa fa-download"></i> Download</a> -->
-        <?php //endforeach;?>
+
+        <?php foreach ($links['links'] as $link): ?>
+          <a class="btn btn-photon-primary btn-lg" href="<?php print $link; ?>"><i class="fa fa-download"></i> Download</a>
+        <?php endforeach;?>
+        <p style="font-size:16px; color:#ccc;" class="margin-top-20">Available since June 27, 2018</p>
       </div>
     </div>
   </div>