Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
deltadedirac00 authored Aug 30, 2024
1 parent 23e0164 commit abdc429
Showing 1 changed file with 41 additions and 44 deletions.
85 changes: 41 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,55 +285,52 @@ <h5 class="font-alt">Save 4 months with annual payment!</h5>
<p>By choosing the annual payment option, you save the equivalent of 4 months of subscription fees.</p>
</div>
</div>
</div>
<div class="comparison-table">
<h2 class="display-4 lh-1 font-alt pricing-price" style="text-align: center; margin-bottom: 30px;">Comparison Table</h2>
</div>

<div class="my-table-responsive">
<table class="table">
<!-- <caption>List of users</caption> -->
<thead>
<tr>
<th scope="col"></th>
<th scope="col"><img src="img/xbox-cloud.png" alt="Xbox Cloud" class="comparison-logo"></th>
<th scope="col"><img src="img/nvidia-cloud.png" alt="Nvidia" class="comparison-logo"></th>
<th scope="col"><img src="img/logo-eta.png" alt="Exe2Apk" class="comparison-logo"></th>
</tr>
</thead>
<tbody>
<div class="my-table-responsive">
<table class="table">
<!-- <caption>List of users</caption> -->
<thead>
<tr>
<th scope="col"></th>
<th scope="col"><img src="img/xbox-cloud.png" alt="Xbox Cloud" class="comparison-logo"></th>
<th scope="col"><img src="img/nvidia-cloud.png" alt="Nvidia" class="comparison-logo"></th>
<th scope="col"><img src="img/logo-eta.png" alt="Exe2Apk" class="comparison-logo"></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Monthly Cost</th>
<td>$19.99</td>
<td>$21.99</td>
<td>$2.99</td>
</tr>
<tr>
<th scope="row">Latency</th>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<th scope="row">Queues</th>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<th scope="row">High-Speed Connection Required</th>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<th scope="row">Monthly Cost</th>
<td>$19.99</td>
<td>$21.99</td>
<td>$2.99</td>
</tr>
<tr>
<th scope="row">Latency</th>
<td>Yes</td>
<td>Yes</td>
<th scope="row">Access to All Games</th>
<td>No</td>
</tr>
<tr>
<th scope="row">Queues</th>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>Yes (10% of cost)</td>
</tr>
<tr>
<th scope="row">High-Speed Connection Required</th>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<th scope="row">Access to All Games</th>
<td>No</td>
<td>No</td>
<td>Yes (10% of cost)</td>
</tr>
</tbody>
</table>
</div>
</tbody>
</table>
</div>

<!-- <div class="row justify-content-center">
Expand Down

0 comments on commit abdc429

Please sign in to comment.