Skip to content

Commit

Permalink
Revert "Update mine.php"
Browse files Browse the repository at this point in the history
This reverts commit 4f5582f.
  • Loading branch information
super3 committed Mar 20, 2014
1 parent 4f5582f commit 4e25fc4
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions mine.php
Expand Up @@ -26,6 +26,27 @@
<div class="container" id="content">
<div class="row">
<div class="col-md-8">
<h3>Free Mining Guides</h3>
<p>Trying to get started mining on your own computer or in the cloud? Here are some simple foolproof guides that will help you through the process step by step.</p>
<table class="table table-hover table-responsive table-mine">
<thead>
<tr>
<th>Guide</th>
<th>More Info</th>
</tr>
</thead>
<tbody>
<tr>
<td>Solo Mining</td>
<td><a href="mine-solo.php" class="btn btn-default">Read More</a></td>
</tr>
<tr>
<td>Cloud Mining in 5 Minutes</td>
<td><a href="mine-cloud.php" class="btn btn-default">Read More</a></td>
</tr>
</tbody>
</table>

<h3>Free Trail Guides</h3>
<p>Who says you have to spend a bunch of money on mining? We have listed a few cloud providers that offer free trails for their services, and guides to set it up. See how much profit you can make for free!</p>
<table class="table table-hover table-responsive table-mine">
Expand Down Expand Up @@ -75,27 +96,6 @@
</tr>
</tbody>
</table>

<h3>Free Mining Guides</h3>
<p>Trying to get started mining on your own computer or in the cloud? Here are some simple foolproof guides that will help you through the process step by step.</p>
<table class="table table-hover table-responsive table-mine">
<thead>
<tr>
<th>Guide</th>
<th>More Info</th>
</tr>
</thead>
<tbody>
<tr>
<td>Solo Mining</td>
<td><a href="mine-solo.php" class="btn btn-default">Read More</a></td>
</tr>
<tr>
<td>Cloud Mining in 5 Minutes</td>
<td><a href="mine-cloud.php" class="btn btn-default">Read More</a></td>
</tr>
</tbody>
</table>

<div class="item">
<h3>Noteworthy Links</h3>
Expand Down Expand Up @@ -172,4 +172,4 @@
</div><!-- end container -->
<?php include("footer.php"); ?>
</body>
</html>
</html>

0 comments on commit 4e25fc4

Please sign in to comment.