blob: 7e492e220c699ae584a39e7cfdc724ed0562673a [file] [log] [blame]
Unknown7b05b812018-10-01 22:05:43 -04001<!DOCTYPE html>
Unknown7c1a43d2018-02-25 13:03:24 -05002<html>
Unknown7b05b812018-10-01 22:05:43 -04003
4<head>
Unknownf284b752019-01-10 19:00:39 -05005 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <!-- PAGE settings -->
8 <link rel="icon" href="favicon.ico">
9 <title>Bliss ROMs</title>
10 <meta name="description" content="Open Source OS for all devices, based on AOSP">
11 <meta name="keywords" content="blissroms, bliss, os, x86, aosp, android, rom, teambliss">
12 <!-- CSS dependencies -->
Jon Westb16a0482020-11-14 02:01:00 -050013 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
14 <script src="https://kit.fontawesome.com/7b4ed0a31a.js" crossorigin="anonymous"></script>
Unknownf284b752019-01-10 19:00:39 -050015 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
Jon West6d00f9f2019-10-25 22:33:49 -040016 <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css">
Unknownf284b752019-01-10 19:00:39 -050017 <link rel="stylesheet" href="neon.css">
18 <!-- Script: Make my navbar transparent when the document is scrolled to top -->
19 <script src="js/navbar-ontop.js"></script>
20 <!-- Script: Animated entrance -->
21 <script src="js/animate-in.js"></script>
22 <link rel="stylesheet" href="css/animations.css">
Jon West6d00f9f2019-10-25 22:33:49 -040023 <link rel="stylesheet" href="css/style.css">
Jon West60d01562019-08-22 19:13:06 -040024 <link rel="stylesheet" href="css/table.css">
Jon West36af1742019-11-27 21:28:26 -050025 <script data-ad-client="ca-pub-7639560510014441" async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Unknown7b05b812018-10-01 22:05:43 -040026</head>
27
Jon West6d00f9f2019-10-25 22:33:49 -040028<body class="">
Unknownd2db0f12019-01-10 14:22:00 -050029 <!-- Navbar -->
30 <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" style="padding-right: 41px;">
00day0354614c2019-04-08 12:16:19 +020031 <div class="container pt-6">
Unknownd2db0f12019-01-10 14:22:00 -050032 <a class="navbar-brand" href="#"><img src="images/BlissIcon_Smal_wl.png" width="50" class="d-inline-block align-top" alt=""></a>
33 <div class="row">
34 <div class="col-md-12"><a class="navbar-brand" href="#"><b><b>Bliss ROMs</b></b></a></div>
Unknown7b05b812018-10-01 22:05:43 -040035 </div>
Jon West39a7f292020-09-24 00:21:48 -040036 <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar2SupportedContent" aria-controls="navbar2SupportedContent" aria-expanded="true" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
Stefan Ivicff54ece2019-08-31 14:49:48 +020037 <div class="navbar-collapse text-center justify-content-end collapse show" id="navbar2SupportedContent">
Unknownd2db0f12019-01-10 14:22:00 -050038 <ul class="navbar-nav">
39 <li class="nav-item mx-2">
40 <a class="nav-link" href="#features"><b><b>Features</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040041 </li>
Unknownd2db0f12019-01-10 14:22:00 -050042 <li class="nav-item mx-2">
Unknownb47478a2019-01-10 15:51:11 -050043 <a class="nav-link" href="#about"><b><b>About</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040044 </li>
Unknownd2db0f12019-01-10 14:22:00 -050045 <li class="nav-item mx-2">
46 <a class="nav-link" href="#team"><b><b>Team</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040047 </li>
Unknownd2db0f12019-01-10 14:22:00 -050048 <li class="nav-item mx-2">
49 <a class="nav-link" href="bfor.html"><b><b>Non Profit</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040050 </li>
Jon West995dbb42019-04-17 21:39:51 -040051 <li class="nav-item mx-2">
Jon Westc1846802019-04-06 00:07:36 -040052 <a class="nav-link" href="blog.html"><b><b>Blog</b></b></a>
53 </li>
Unknown4ae0eb12019-01-21 22:17:08 -050054 <li class="nav-item mx-2">
55 <a class="nav-link" href="#gear"><b><b>Gear</b></b></a>
56 </li>
Unknown7b05b812018-10-01 22:05:43 -040057 </ul>
Stefan Ivicff54ece2019-08-31 14:49:48 +020058 <a class="btn navbar-btn mx-2 btn-primary" href="#download"><b><b>Download</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040059 </div>
Unknown7b05b812018-10-01 22:05:43 -040060 </div>
61 </nav>
Unknownd2db0f12019-01-10 14:22:00 -050062 <!-- Cover -->
Jon West36af1742019-11-27 21:28:26 -050063 <div class="section-fade-out pt-5 pb-5" style="background-image: url(&quot;https://i.imgur.com/BOGKaGy.jpg&quot;); background-position: center bottom;">
Unknownd2db0f12019-01-10 14:22:00 -050064 <div class="container pt-5">
65 <div class="row">
Stefan Ivicff54ece2019-08-31 14:49:48 +020066 <div class="col-md-5">
Unknownd2db0f12019-01-10 14:22:00 -050067 <div class="col-md-12">
Jon West6d00f9f2019-10-25 22:33:49 -040068 <h1 class="display-3 mb-4">Bliss ROMs</h1>
Jon West7e6e1992019-10-25 22:43:35 -040069 <p class="lead">Working together to bring you an Open Source OS, based on Android, that incorporates many customizations, options and added security features.&nbsp;<br><br>And it is available for...</p>
Stefan Ivicff54ece2019-08-31 14:49:48 +020070 <div class="d-inline-flex justify-content-center align-items-center mx-auto">
71 <a href="#download" class="btn btn-lg btn-primary d-inline-flex justify-content-center align-items-center mx-auto">Download Now</a>
72 </div>
Unknownd2db0f12019-01-10 14:22:00 -050073 </div>
74 </div>
Unknown9af69b12019-01-17 20:21:59 -050075 <div class="d-flex justify-content-center align-items-center flex-grow-1" align="center" style="max-height: 100%;max-width: 100%;vertical-align: middle;display: inline-flex;float: none; margin-top: -8%;">
76 <div class="d-inline-flex justify-content-center align-items-center">
Unknown558158d2019-01-30 17:02:36 -050077 <div class="animation d-inline-flex justify-content-center align-items-center" data-animation-step="2">
Unknown9af69b12019-01-17 20:21:59 -050078 <div class="device mt-5">
Unknownd2db0f12019-01-10 14:22:00 -050079 <div class="screen-stand"></div>
80 <div class="display">
81 <div class="slide1">
82 <div>Most Intel/x86 <br>
83 <em>PCs, Tablets &amp; Laptops</em>
84 </div>
85 </div>
86 <div class="slide2">
87 <div>Most Android <br>
88 <em>tablets</em>
89 </div>
90 </div>
91 <div class="slide3">
Unknown3155b862019-01-17 21:23:29 -050092 <div>Most<br>Android<br>
Unknownd2db0f12019-01-10 14:22:00 -050093 <em>phones</em>
94 </div>
95 </div>
96 </div>
97 </div>
98 </div>
99 </div>
100 </div>
101 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500102 </div>
103 </div>
104 <!-- Article style section -->
Jon West39a7f292020-09-24 00:21:48 -0400105 <div class="section-fade-in py-5 bg-dark">
Unknown7b05b812018-10-01 22:05:43 -0400106 <div class="container">
Stefan Ivicff54ece2019-08-31 14:49:48 +0200107 <div class="row" id="about">
Unknown086c0352019-01-11 23:40:31 -0500108 <div class="col-md-6 order-2 order-md-1 animate-in-left d-flex flex-grow-1 align-items-center justify-content-center">
Jon West6d00f9f2019-10-25 22:33:49 -0400109 <img class="img-fluid d-block mx-auto" src="images/1571976237838.png" style="" width="50%">
Unknown7b05b812018-10-01 22:05:43 -0400110 </div>
Unknown086c0352019-01-11 23:40:31 -0500111 <div class="col-md-6 align-self-center order-1 order-md-2 my-3 text-md-left text-center">
Unknownb47478a2019-01-10 15:51:11 -0500112 <h3 class="display-3">About Bliss</h3>
Jon West39a7f292020-09-24 00:21:48 -0400113 <p class="my-4 body-font">We are a volunteer based non-profit organization that works to maintain various open source &amp; closed source development projects. We provide the inspiration, training and mentorship to help the&nbsp;dreams of those that join, become reality.<br><br>One of our main focuses is to provide a quality ROM/OS that can run on all your devices, preserving customizations and options by syncing across all platforms. We try to include all the features you can imagine, for just about any situation.<br><br>You will also find us regularly contributing to other projects as well because we believe that building our community through positive influence will go further than building an empire on selfish goals.</p>
Unknown8f4ddf02019-01-22 20:07:12 -0500114 <a class="btn btn-outline-primary" href="bfor.html">Learn More About Us</a>
Unknown7b05b812018-10-01 22:05:43 -0400115 </div>
116 </div>
117 </div>
118 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500119 <!-- Features -->
Unknownd3c4a742019-01-10 20:03:37 -0500120 <div class="text-center bg-primary py-5 px-5">
Stefan Ivicff54ece2019-08-31 14:49:48 +0200121 <div class="container">
122 <div class="d-flex justify-content-center align-items-center px-0 container-fluid mx-auto">
123 <div class="row mx-auto d-flex align-items-center justify-content-center">
124 <div class="col-md-12">
125 <div class="row mx-auto">
126 <div class="align-self-center col-lg-6 text-md-left text-center">
Jon West6d00f9f2019-10-25 22:33:49 -0400127 <h3 class="display-3">Bliss Variants</h3>
Jon West39a7f292020-09-24 00:21:48 -0400128 <p class="my-4 body-font">Bliss comes in a few variants. On top of our traditional device builds of Bliss ROM, our GSI/Treble builds will work on most treble compatible devices (Android Pie+) And our x86 variant (Bliss OS) is made to work with the Linux kernel, and supports booting with MBR/UEFI type bootloaders. So just about any Windows/Linux PC or tablet released in the last 4 years. We are always developing with usability in mind, and supporting more and more devices each week.&nbsp;<br></p>
Stefan Ivicff54ece2019-08-31 14:49:48 +0200129 <a class="btn btn-dark" href="#download">Download</a>
130 </div>
131 <div class="align-self-center mt-5 col-lg-5 offset-1 animate-in-right">
132 <img class="img-fluid d-block" src="images/bliss_surface.png"> </div>
Unknownd2db0f12019-01-10 14:22:00 -0500133 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500134 </div>
135 </div>
136 </div>
Eric Park9204d862018-10-02 14:37:22 +0800137 </div>
Unknown7b05b812018-10-01 22:05:43 -0400138 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500139 <div class="py-5 bg-dark" id="features">
Unknowne3ebd892018-10-13 05:35:38 -0400140 <div class="container">
141 <div class="row">
Unknownd2db0f12019-01-10 14:22:00 -0500142 <div class="col-12 text-center">
Jon West6d00f9f2019-10-25 22:33:49 -0400143 <h3 class="display-3">Features</h3>
Unknownd2db0f12019-01-10 14:22:00 -0500144 </div>
145 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400146 <div class="row">
Unknownd2db0f12019-01-10 14:22:00 -0500147 <div class="align-self-center text-md-right text-center col-lg-4 col-md-6">
148 <h4 class="text-primary"><b>Focus on design</b></h4>
149 <p class="mb-5 text-white">We include many options for customization and theming throughout the OS</p>
150 <h4 class="text-primary"><b>Customized settings</b></h4>
151 <p class="mb-5 text-white">Choose settings depending on the criteria you value the most. With no limits.</p>
Unknown159e2de2019-01-22 19:54:24 -0500152 <h4 class="text-primary"><b>Performance</b></h4>
153 <p class="mb-5 text-white">Focused on speed and stability with tweaks to assist in the most demanding applications</p>
Unknownd2db0f12019-01-10 14:22:00 -0500154 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400155 <div class="my-3 d-none d-lg-block animate-in-down col-md-4">
156 <img class="img-fluid d-block" src="images/Phone_features_dark.png"> </div>
Unknownd2db0f12019-01-10 14:22:00 -0500157 <div class="align-self-center text-md-left text-center col-lg-4 col-md-6">
158 <h4 class="text-primary"><b>Battery-friendly</b></h4>
159 <p class="mb-5 text-white">Extra options are provided to help tune battery consumption to the best levels</p>
160 <h4 class="text-primary"><b>Added Security</b></h4>
Unknown558158d2019-01-30 17:02:36 -0500161 <p class="mb-5 text-white">Additional security options and features are found throughout the OS. And AOSP security updates are merged regularly.</p>
Unknown159e2de2019-01-22 19:54:24 -0500162 <h4 class="text-primary"><b>Compatibility</b></h4>
Unknown558158d2019-01-30 17:02:36 -0500163 <p class="mb-5 text-white">We bring Bliss to every device we own. And our PC builds include extras for ARM/ARM64 app compatibility&nbsp;&nbsp;</p>
Unknownd2db0f12019-01-10 14:22:00 -0500164 </div>
165 </div>
166 </div>
167 </div>
168 <!-- Features -->
169 <!-- Carousel reviews -->
Jon West39a7f292020-09-24 00:21:48 -0400170 <div class="section bg-dark">
Unknown5d275642019-01-10 18:40:04 -0500171 <div class="container d-flex justify-content-center align-items-center flex-grow-1 mx-auto w-75 py-4">
Unknownd2db0f12019-01-10 14:22:00 -0500172 <div class="row">
Stefan Ivicff54ece2019-08-31 14:49:48 +0200173 <div class="col-md-6 text-left mx-auto flex-center">
00day0ed909132019-04-08 12:53:13 +0200174 <div>
175 <h2 class="my-3 highlight_secondary team-header text-white no-wrap">We volunteer our time.</h2>
Jon West39a7f292020-09-24 00:21:48 -0400176 <p class="mb-3 body-font">We are a 501(c3) nonprofit, run by people that donate their free time towards the project. We do our best to bring a quality OS to your device, while working a real job on the side in most cases. Please consider showing us we're on the right track by clicking the button below and making a small contribution towards our efforts.</p> <a href="https://www.paypal.me/TeamBliss" class="btn btn-primary">Buy Us a Coffee</a>
00day0ed909132019-04-08 12:53:13 +0200177 </div>
Unknowne3ebd892018-10-13 05:35:38 -0400178 </div>
Stefan Ivicff54ece2019-08-31 14:49:48 +0200179 <div class="col-md-5 py-5 offset-1"><img class="img-fluid d-block d-flex align-items-center justify-content-center flex-grow-1 mx-auto animate-in-right" src="images/coffee-break.svg" width="300"></div>
Unknowne3ebd892018-10-13 05:35:38 -0400180 </div>
181 </div>
182 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400183 <!-- Download section -->
Jon West36af1742019-11-27 21:28:26 -0500184 <div class="download-section bg-light mb-0" id="download">
185 <div class="container py-5">
Jon West6d00f9f2019-10-25 22:33:49 -0400186 <div class="row">
187 <div class="col-md-6 order-2 order-md-1"> <img class="img-fluid d-block mx-auto" src="images/1571976296909.png" style="" width="50%"> </div>
188 <div class="px-md-5 col-md-6 d-flex flex-column align-items-start justify-content-center order-1 order-md-2">
189 <h3 class="display-3">Downloads</h3>
190 <img src="https://img.shields.io/sourceforge/dm/blissroms.svg?style=for-the-badge&amp;logo=appveyor&amp;colorB=blue" max-width="160px" width="50%">
191 <p class="mb-3">
Jon Westb16a0482020-11-14 02:01:00 -0500192 </p>
Jon West6d00f9f2019-10-25 22:33:49 -0400193 <div id="demo">
Jon West61e48722021-01-09 17:03:49 -0500194 <span>
195 <div class="container-fluid text-center bg-warning py-2">
196 <div class="row">
197 <div class="mx-auto col-md-12">
198 <h1 class="mt-2"><b>ATTENTION PLEASE</b></h1>
199 <p>Our downloads server is currently disabled in preparation for our Android 11 builds</p>
200 </div>
201 </div>
202 </div>
203 </span>
204 <p>(Our depreciated Android 10 device builds can be found <a href="https://sourceforge.net/projects/blissroms/files/Q/">here</a>)</p>
205
206 <h3>Please consider donating to support our project. Thanks!</h3>
207 <br>
Eric Park410b45a2020-10-01 15:18:28 +0900208 <a class="btn btn-primary mx-1 mb-3" href="https://www.paypal.me/TeamBliss" target="_blank">Donate</a>
Jon West61e48722021-01-09 17:03:49 -0500209 <a class="btn mb-3 btn-link disabled" href="https://downloads.blissroms.com">Go To Downloads</a>
Jon Westb16a0482020-11-14 02:01:00 -0500210 <hr width="100%" size="8" align="left">
211 <p class="lead text-dark">
212 <label></label></p>
213 <h2>Looking for our PC builds?</h2>
214 <p>(Bliss OS (x86) &amp; Android-Generic builds)</p>
215 <br><br>
Jon West61e48722021-01-09 17:03:49 -0500216 <a class="btn mb-3 btn-dark" target="BLANK" href="https://blissos.org">Go to the Bliss OS website</a>
217 <a class="btn mb-3 btn-dark" target="BLANK" href="https://android-generic.github.io">Go to the Android-Generic website</a>
Jon Westb16a0482020-11-14 02:01:00 -0500218 <p></p>
219 <hr width="100%" size="8" align="left">
220 <p class="lead text-dark">
221 <label></label></p>
222 <h2>Looking for legacy downloads?</h2>
223 <p>(Our old Android 9 builds)</p>
Eric Park410b45a2020-10-01 15:18:28 +0900224 <br>
225 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/Pie/">Android 9 (Pie) device builds</a><br>
226 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/GSI/">Android 9 (Pie) GSI builds</a>
Jon Westb16a0482020-11-14 02:01:00 -0500227 <p></p>
228 </div>
00day0da41c072019-07-03 01:51:49 +0200229 </div>
230 </div>
231 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500232 <!-- End Downloads -->
233 <div class="py-5 bg-dark" id="documentation">
234 <div class="container">
235 <div class="row">
236 <div class="col-md-12" style="">
237 <h3 class="display-3 text-truncate">Developers</h3>
238 <div class="row">
239 <div class="col-md-3" style=""><img class="img-fluid d-block" src="images/github-logo.png"></div>
240 <div class="col-md-7" style="">
241 <h3>Want to help contribute towards our open source projects?</h3>
242 <p>Documentation for BlissRoms and Bliss OS can be found on our wiki, while our development update posts can be found under our blog. Please read the documentation before asking a question on our Telegram development chats!<br><br>To get a glimpse on usage statistics of Bliss, please visit our statistics page.</p>
243 <p>If you want to contribute code, download the source from our GitHub organization and submit commits through our Gerrit review system!</p>
244 </div>
245 <div class="col-md-2 mx-auto" style="">
246 <a class="btn mb-3 btn-secondary" href="https://wiki.blissroms.com" target="_blank">Team Bliss Wiki</a>
247 <a class="btn mb-3 btn-secondary" href="https://blog.blissroms.com" target="_blank">Development blog</a>
248 <a class="btn mb-3 btn-secondary" href="https://stats.blissroms.com" target="_blank">Bliss Statistics</a>
249 <a class="btn mb-3 btn-secondary" href="https://github.com/BlissRoms" target="_blank">BlissRoms GitHub</a>
250 <a class="btn mb-3 btn-secondary" href="https://review.blissroms.com" target="_blank">Gerrit</a>
251 </div>
Jon West1a555d32020-04-09 10:34:00 -0400252 </div>
253 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500254 </div>
Unknown7b05b812018-10-01 22:05:43 -0400255 </div>
Jon West1a555d32020-04-09 10:34:00 -0400256 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500257 <div class="py-5 bg-light" id="team">
258 <div class="container">
259 <div class="row">
260 <div class="col-md-12">
261 <div class="row">
262 <div class="mx-auto col-md-12 text-center">
263 <h3 class="display-3">The Team</h3>
264 </div>
Jon West1a555d32020-04-09 10:34:00 -0400265 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500266 <ul class="nav nav-tabs nav-justified">
267 <li class="nav-item mx-auto font-weight-bold"> <a class="active nav-link" href="" data-toggle="tab" data-target="#tabone">Core Members</a> </li>
268 <li class="nav-item mx-auto font-weight-bold"> <a href="" class="nav-link" data-toggle="tab" data-target="#tabtwo">Maintainers</a> </li>
269 </ul>
270 <div class="tab-content mt-2">
271 <div class="tab-pane fade show active" id="tabone" role="tabpanel">
272 <section id="content" class="team_content"></section>
273 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
274 <script>
275 $.ajax({
276 type: "GET",
277 url: "https://blissapi.blissroms.com/blissinfra/public/allteambliss", // TeamBliss JSON
278 success: function(data) {
279 var newContent = ''; // Variable to hold HTML
280 for (var i = 0; i < data.length; i++) { // Loop through object
281 newContent += '<div id="event" class="team_item">';
282 newContent += '<img class="image crop" src="' + data[i].image + '" ';
283 newContent += 'alt="' + data[i].member + '" />';
284 newContent += '<h3><b>' + data[i].member + '</b></h3>';
285 newContent += '<p class="team_data_text font-weight-bold">' + data[i].descriptions + '</p>';
286 // newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].email + '&quot;</i></p>';
287 newContent += '</div>';
288 }
289 // Update the page with the new content
290 document.getElementById('content').innerHTML = newContent;
Jon West1a555d32020-04-09 10:34:00 -0400291 }
Jon Westb16a0482020-11-14 02:01:00 -0500292 })
293 </script>
294 </div>
295 <div class="tab-pane fade" id="tabtwo" role="tabpanel">
296 <section id="content2" class="team_content"></section>
297 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
298 <script>
299 $.ajax({
300 type: "GET",
301 url: "https://blissapi.blissroms.com/blissinfra/public/allmaintainers", // TeamBliss JSON
302 success: function(data) {
303 var newContent = ''; // Variable to hold HTML
304 for (var i = 0; i < data.length; i++) { // Loop through object
305 newContent += '<div id="event" class="team_item">';
306 newContent += '<img class="image crop" src="' + data[i].image + '" ';
307 newContent += 'alt="' + data[i].mname + '" />';
308 newContent += '<h3><b>' + data[i].mname + '</b></h3>';
309 newContent += '<p class="team_data_text font-weight-bold">' + data[i].device + '</p>';
310 newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].codename + '&quot;</i></p>';
311 newContent += '</div>';
312 }
313 // Update the page with the new content
314 document.getElementById('content2').innerHTML = newContent;
Jon West1a555d32020-04-09 10:34:00 -0400315 }
Jon Westb16a0482020-11-14 02:01:00 -0500316 })
317 </script>
318 </div>
Jon West1a555d32020-04-09 10:34:00 -0400319 </div>
320 </div>
321 </div>
322 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400323 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500324 <div class="py-4 text-center text-light" style=" background-image: url(https://i.imgur.com/gDeZpfE.png); background-position: top left; background-size: 100%; background-repeat: repeat;">
325 <div class="container">
326 <div class="row">
327 <div class="mx-auto col-md-8">
328 <h1 class="mb-3">Bliss Family Projects</h1>
329 <p class="lead">Other Bliss Family projects we currently support can be found below: </p>
330 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500331 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500332 <div class="row">
333 <div class="col-md-4">
Jon West39a7f292020-09-24 00:21:48 -0400334 <div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto" src="https://avatars0.githubusercontent.com/u/65220149?s=200&amp;v=4" width="150">
335 <h1>Boringdroid</h1>
336 <a href="https://github.com/boringdroid" target="_blank"><i class="fab fa-github p-2" style="font-size: 300%;"></i></a>
337 <p class="mb-0">Boringdroid is a boring project to provide patch set to run multi-window on low version AOSP.</p>
Unknown5d275642019-01-10 18:40:04 -0500338 </div>
339 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500340 <div class="col-md-4">
Jon West39a7f292020-09-24 00:21:48 -0400341 <div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto" src="https://i.imgur.com/bTd1SMo.png" width="150">
342 <h1>Android-Generic Project</h1>
343 <a href="https://gitlab.com/android-generic/vendor_android-generic" target="_blank"><i class="fab fa-git p-2" style="font-size: 300%;"></i></a>
344 <p class="mb-0">Bringing Android ROMs to PC's and GSI devices everywhere. Simple to start, easy to use. Go get your ROM on!</p>
Unknown5d275642019-01-10 18:40:04 -0500345 </div>
346 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500347 <div class="col-md-4">
348 <div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto" src="images/SG_Asset_2.png" width="138">
349 <h1>Supreme Gamers</h1>
Jon West2bbf1a22021-01-08 17:51:30 -0500350 <a href="https://supreme-gamers.com/" target="_blank"><i class="fab fa-google p-2" style="font-size: 300%;"></i></a>
Jon Westb16a0482020-11-14 02:01:00 -0500351 <a href="https://gitlab.com/AXIM0S/vendor-gearlock" target="_blank"><i class="fab fa-git p-2" style="font-size: 300%;"></i></a>
352 <p class="mb-0">Android-x86 Gaming Community and creators of Gearlock Recovery for Android-x86 based projects</p>
353 </div>
354 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500355 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500356 <div class="row">
357 <div class="col-md-6">
358 <div class="card">
359 </div>
360 </div>
361 <div class="col-md-6">
362 <div class="card">
Unknown558158d2019-01-30 17:02:36 -0500363 </div>
364 </div>
Unknown4ae0eb12019-01-21 22:17:08 -0500365 </div>
366 </div>
367 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500368 <div class="py-5 bg-primary" id="gear">
369 <div class="container">
370 <div class="row">
371 <div class="col-md-12">
372 <h1><b>A Little Bliss Gear</b></h1>
373 <p class="lead mb-4"><b>Bliss Family of ROMs has put together a Teespring store as a start to bring some stylish merchandise to our users, and help raise money for our cause. Check out a few of our selections below and follow the link to our store for more</b></p>
374 </div>
Unknown5d275642019-01-10 18:40:04 -0500375 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500376 <div class="row d-flex justify-content-between">
377 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" width="1500" src="images/560.jpg">
378 <h4 class="my-3"> <b>T-Shirts</b></h4>
379 <p class="body-font"><b>Be the first one on your block to sport Bliss on your back. Various sizes and colors available.</b></p>
380 </div>
381 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/560 (1).jpg" width="1500">
382 <h4 class="my-3"> <b>Hoodies</b></h4>
383 <p class="body-font"><b>Keep warm in style. Wr have hoodies and sweatshirts available. Various sizes and colors options too.</b></p>
384 </div>
385 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/560 (2).jpg" width="1500">
386 <h4 class="my-3"> <b>Tank Tops</b></h4>
387 <p class="body-font"><b>It's all about the Bliss when you are wearing one of our tank tops. Various sizes and colors available.</b></p>
388 </div>
Unknown5d275642019-01-10 18:40:04 -0500389 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500390 <div class="row">
391 <div class="col-md-12">
392 <div class="card">
393 <div class="card-body">
394 <h4 class="card-title"><b>Want More?</b></h4>
395 <p class="card-text body-font">We are constantly updating our selection of apparel, adding more cool designs and options as we go. So make sure you check back for any updates.&nbsp;</p> <a class="btn btn-primary" href="https://teespring.com/stores/bliss-family-store-2">Visit Our Teespring Store&nbsp;<i class="fa fa-shopping-cart fa-fw"></i></a>
396 </div>
397 </div>
Unknown5d275642019-01-10 18:40:04 -0500398 </div>
399 </div>
400 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500401 </div>
402 <div class="py-3 bg-dark">
403 <div class="container">
404 <div class="row">
405 <div class="col-lg-3 col-6 p-3">
406 <h5> <b>Socials</b></h5>
407 <ul class="list-unstyled text-primary">
408 <li class="text-primary"> <a href="https://t.me/Team_Bliss_Community">BlissROMs Telegram</a> </li>
409 <li> <a href="https://t.me/blissx86">Bliss OS Telegram</a> </li>
410 <li> <a href="https://www.facebook.com/BlissFamilyOfROMs/">Bliss Facebook</a> </li>
411 <li> <a href="https://twitter.com/Bliss_Roms">Bliss Twitter</a> </li>
412 </ul>
413 </div>
414 <div class="col-lg-3 col-6 p-3">
415 <h5> <b>Sources</b></h5>
416 <ul class="list-unstyled">
417 <li> <a href="https://review.blissroms.com">BlissROMs Gerrit Review</a> </li>
418 <li> <a href="https://review-x86.blissroms.com">Bliss OS (x86) Gerrit Review</a> </li>
419 <li> <a href="https://github.com/BlissRoms">BlissROMs GitHub</a> </li>
420 <li> <a href="https://github.com/BlissRoms-Devices">BlissROMs-Devices GitHub</a> </li>
421 <li> <a href="https://github.com/BlissRoms-x86">Bliss OS GitHub</a> </li>
422 <li> <a href="https://github.com/BlissRoms-pine64">BlissROMs-PINE64 GitHub</a> </li>
423 </ul>
424 </div>
425 <div class="col-lg-3 col-6 p-3">
426 <h5>Subreddits</h5>
427 <ul class="list-unstyled">
428 <li> <a href="https://www.reddit.com/r/BlissRoms">BlissROMs</a> </li>
429 <li> <a href="https://www.reddit.com/r/BlissOS">Bliss OS</a> </li>
430 <li> <a href="https://www.reddit.com/r/TeamBliss">TeamBliss</a> </li>
431 </ul>
432 </div>
433 <div class="col-lg-3 col-md-3 p-3">
434 <h5> <b>Follow us</b> </h5>
435 <div class="row">
436 <div class="col-md-12 d-flex align-items-center my-2 justify-content-center"> <a href="https://www.facebook.com/BlissFamilyOfROMs/" class="">
437 <i class="d-block fa fa-facebook-official text-muted mr-2 fa-2x"></i>
438 </a> <a href="https://www.instagram.com/blissroms/">
439 <i class="d-block fa fa-instagram text-muted mx-2 fa-2x"></i>
440 </a><a href="https://github.com/BlissRoms">
441 <i class="d-block fa fa-github text-muted text-muted mx-2 fa-2x"></i>
442 </a> <a href="https://www.reddit.com/r/BlissRoms">
443 <i class="d-block fa fa-reddit text-muted mx-2 fa-2x"></i>
444 </a> <a href="https://twitter.com/Bliss_Roms">
445 <i class="d-block fa fa-twitter text-muted ml-2 fa-2x"></i>
446 </a> </div>
447 </div>
448 </div>
449 </div>
450 <div class="row">
451 <div class="col-md-12 text-center">
452 <p class="mb-0 mt-2">© 2019 Bliss Family of ROMs. All rights reserved</p>
453 </div>
Unknown5d275642019-01-10 18:40:04 -0500454 </div>
455 </div>
456 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500457 <!-- Footer -->
458 <!-- JavaScript dependencies -->
459 <script src="js/mainani.js" type="text/javascript"></script>
460 <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
461 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
462 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
463 <!-- Script: Smooth scrolling between anchors in the same page -->
464 <script src="js/smooth-scroll.js"></script>
465 <script src="js/conditionize.js"></script>
Unknown5d275642019-01-10 18:40:04 -0500466 </div>
Unknown2da56362018-10-02 12:00:05 -0400467</body>
Unknown7b05b812018-10-01 22:05:43 -0400468
Jon West39a7f292020-09-24 00:21:48 -0400469</html>