Comment out download buttons
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php
index e45861a..a0fe593 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -181,7 +181,7 @@
<p class="big fw-200">With a vast ecosystem of plugins from an active community, do everything you want to do.</p>
<p class="big margin-bottom-20 fw-200">The best part? It's still 100% free and open source.</p>
<ul class="list-inline">
- <li><a href="#" class="btn btn-photon-primary btn-lg"><i class="fa fa-download"></i> Download</a></li>
+ <!-- <li><a href="#" class="btn btn-photon-primary btn-lg"><i class="fa fa-download"></i> Download</a></li> -->
<li><a href="/donate" class="btn btn-photon-secondary btn-lg"><i class="fa fa-star"></i> Donate</a></li>
</ul>
</div>
diff --git a/index.php b/index.php
index 83c5b28..3d80571 100644
--- a/index.php
+++ b/index.php
@@ -53,9 +53,10 @@
<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>
- <?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><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;?>
</div>
</div>
</div>