Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Add filter and clean styles
Browse files Browse the repository at this point in the history
  • Loading branch information
powdahound committed Nov 23, 2012
1 parent 9c78c24 commit a1daee3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
13 changes: 4 additions & 9 deletions www/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ body {
padding: 5px 20px;
}

#footer {
position: absolute;
bottom: 10px;
right: 10px;
}
#footer, #footer a {
font-size: 10px;
color: #333;
.dataTables_filter {
float: right;
}

#data {
margin-top: 15px;
clear: both;
margin-top: 20px;
}

#data td.name {
Expand Down
1 change: 0 additions & 1 deletion www/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ $(function() {
$(document).ready(function() {
$('#data').dataTable({
"bPaginate": false,
"bFilter": false,
"bInfo": false,
"aoColumnDefs": [
{
Expand Down
12 changes: 4 additions & 8 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
<h1>EC2Instances.info <small>Easy Amazon EC2 Instance Comparison</small></h1>
</div>

<p>
A sortable table displaying all the Amazon EC2 <a href="http://aws.amazon.com/ec2/instance-types/" target="_blank">instance type</a> and <a href="http://aws.amazon.com/ec2/pricing/" target="_blank">pricing</a> information so its easier to make comparisons. It's <a href="http://powdahound.com/2011/03/hosting-a-static-site-on-amazon-s3-ec2instances-info" target="_blank">hosted on S3</a> and awaiting your improvements <a href="https://github.com/powdahound/ec2instances.info" target="_blank">on GitHub</a>.
</p>

<div>
<div class="pull-left">
<div class="btn-group">
<a class="btn dropdown-toggle btn-primary" data-toggle="dropdown" href="#">
Region: US East
Expand Down Expand Up @@ -258,9 +254,9 @@ <h1>EC2Instances.info <small>Easy Amazon EC2 Instance Comparison</small></h1>
</tbody>
</table>

<div id="footer">
Made by <a href="http://twitter.com/powdahound" target="_blank">@powdahound</a> /
<a href="https://github.com/powdahound/ec2instances.info" target="_blank">Fork on GitHub</a>
<div class="well">
<p>This site was created out of frustration while trying to compare EC2 instances using Amazon's <a href="http://aws.amazon.com/ec2/instance-types/" target="_blank">instance type</a> and <a href="http://aws.amazon.com/ec2/pricing/" target="_blank">pricing</a> pages.</p>
<p>It was made by <a href="http://twitter.com/powdahound" target="_blank">@powdahound</a>, is <a href="http://powdahound.com/2011/03/hosting-a-static-site-on-amazon-s3-ec2instances-info" target="_blank">hosted on S3</a>, and awaits your improvements <a href="https://github.com/powdahound/ec2instances.info" target="_blank">on GitHub</a>.</p>
</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript" charset="utf-8"></script>
Expand Down

0 comments on commit a1daee3

Please sign in to comment.