-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b45a6bb
commit 76c337f
Showing
1 changed file
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -304,22 +304,22 @@ <h2>We volunteer our time.</h2> | |
<h2 class="text-center">Bliss OS Versions</h2> | ||
<table class="table table-borderless text-center text-dark"> | ||
<thead> | ||
<tr class="p3"> | ||
<th class="bg-warning" scope="col"></th> | ||
<th class="bg-warning" scope="col">Bliss OS 16 (Beta) (Android 13)</th> | ||
<th class="bg-danger" scope="col">Bliss OS Zenith (Bleeding-Edge) (Android 13)</th> | ||
</tr> | ||
<tr class="bg-success p3"> | ||
<th scope="col"></th> | ||
<th scope="col">Bliss OS 14 (Stable) (Android 11)</th> | ||
<th scope="col">Bliss OS 15 (Stable) (Android 12L)</th> | ||
</tr> | ||
<tr class="bg-success p3"> | ||
<th scope="col"></th> | ||
<th scope="col">Bliss OS 16 (Beta) (Android 13)</th> | ||
<th scope="col">Bliss OS Zenith (Bleeding-Edge) (Android 13)</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class="bg-dark p3"> | ||
<th scope="row"></th> | ||
<td>Bliss OS 12 (Deprecated) (Android 10)</td> | ||
<td>Bliss OS 11 (Deprecated) (Android 9.0)</td> | ||
<td>Bliss OS 12 (Deprecated) (Android 10)</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
@@ -507,10 +507,9 @@ <h4 class="alert-heading">Heads Up</h4> | |
<div class="row"> | ||
<div class="px-3 py-3"> | ||
<a href="https://opencollective.com/bliss-os/donate" target="_blank"> | ||
<img src="https://opencollective.com/bliss-os/donate/[email protected]?color=white" width=260 /> | ||
<img src="https://opencollective.com/bliss-os/donate/[email protected]?color=white" width="260"> | ||
</a> | ||
</div> | ||
|
||
<button type="button" class="btn btn-warning px-3" onclick="window.open('https://www.paypal.com/donate?hosted_button_id=J5SLZ7MQNCT24')"> | ||
<i class="fas fa-hand-holding-usd"></i> Donate with Paypal </button> | ||
</div> | ||
|
@@ -1753,4 +1752,4 @@ <h5> Follow us </h5> | |
</script> | ||
</body> | ||
|
||
</html> | ||
</html> |