blob: 41164b0ff0138efb9d9a7fa7f7a91ff6d6c84793 [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 -->
13 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
14 <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 -040015 <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css">
Unknownf284b752019-01-10 19:00:39 -050016 <link rel="stylesheet" href="neon.css">
17 <!-- Script: Make my navbar transparent when the document is scrolled to top -->
18 <script src="js/navbar-ontop.js"></script>
19 <!-- Script: Animated entrance -->
20 <script src="js/animate-in.js"></script>
21 <link rel="stylesheet" href="css/animations.css">
Jon West6d00f9f2019-10-25 22:33:49 -040022 <link rel="stylesheet" href="css/style.css">
Jon West60d01562019-08-22 19:13:06 -040023 <link rel="stylesheet" href="css/table.css">
Jon West36af1742019-11-27 21:28:26 -050024 <script data-ad-client="ca-pub-7639560510014441" async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Unknown7b05b812018-10-01 22:05:43 -040025</head>
26
Jon West6d00f9f2019-10-25 22:33:49 -040027<body class="">
Unknownd2db0f12019-01-10 14:22:00 -050028 <!-- Navbar -->
29 <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" style="padding-right: 41px;">
00day0354614c2019-04-08 12:16:19 +020030 <div class="container pt-6">
Unknownd2db0f12019-01-10 14:22:00 -050031 <a class="navbar-brand" href="#"><img src="images/BlissIcon_Smal_wl.png" width="50" class="d-inline-block align-top" alt=""></a>
32 <div class="row">
33 <div class="col-md-12"><a class="navbar-brand" href="#"><b><b>Bliss ROMs</b></b></a></div>
Unknown7b05b812018-10-01 22:05:43 -040034 </div>
Jackeagleaed6d392020-06-09 23:27:02 +053035 <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
36 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 West36af1742019-11-27 21:28:26 -0500105 <div class="section-fade-in py-5">
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>
Jackeagleaed6d392020-06-09 23:27:02 +0530113 <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
114 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
115 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
116 selfish goals.</p>
Unknown8f4ddf02019-01-22 20:07:12 -0500117 <a class="btn btn-outline-primary" href="bfor.html">Learn More About Us</a>
Unknown7b05b812018-10-01 22:05:43 -0400118 </div>
119 </div>
120 </div>
121 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500122 <!-- Features -->
Unknownd3c4a742019-01-10 20:03:37 -0500123 <div class="text-center bg-primary py-5 px-5">
Stefan Ivicff54ece2019-08-31 14:49:48 +0200124 <div class="container">
125 <div class="d-flex justify-content-center align-items-center px-0 container-fluid mx-auto">
126 <div class="row mx-auto d-flex align-items-center justify-content-center">
127 <div class="col-md-12">
128 <div class="row mx-auto">
129 <div class="align-self-center col-lg-6 text-md-left text-center">
Jon West6d00f9f2019-10-25 22:33:49 -0400130 <h3 class="display-3">Bliss Variants</h3>
Jackeagleaed6d392020-06-09 23:27:02 +0530131 <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
132 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
133 more devices each week.&nbsp;<br></p>
Stefan Ivicff54ece2019-08-31 14:49:48 +0200134 <a class="btn btn-dark" href="#download">Download</a>
135 </div>
136 <div class="align-self-center mt-5 col-lg-5 offset-1 animate-in-right">
137 <img class="img-fluid d-block" src="images/bliss_surface.png"> </div>
Unknownd2db0f12019-01-10 14:22:00 -0500138 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500139 </div>
140 </div>
141 </div>
Eric Park9204d862018-10-02 14:37:22 +0800142 </div>
Unknown7b05b812018-10-01 22:05:43 -0400143 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500144 <div class="py-5 bg-dark" id="features">
Unknowne3ebd892018-10-13 05:35:38 -0400145 <div class="container">
146 <div class="row">
Unknownd2db0f12019-01-10 14:22:00 -0500147 <div class="col-12 text-center">
Jon West6d00f9f2019-10-25 22:33:49 -0400148 <h3 class="display-3">Features</h3>
Unknownd2db0f12019-01-10 14:22:00 -0500149 </div>
150 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400151 <div class="row">
Unknownd2db0f12019-01-10 14:22:00 -0500152 <div class="align-self-center text-md-right text-center col-lg-4 col-md-6">
153 <h4 class="text-primary"><b>Focus on design</b></h4>
154 <p class="mb-5 text-white">We include many options for customization and theming throughout the OS</p>
155 <h4 class="text-primary"><b>Customized settings</b></h4>
156 <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 -0500157 <h4 class="text-primary"><b>Performance</b></h4>
158 <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 -0500159 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400160 <div class="my-3 d-none d-lg-block animate-in-down col-md-4">
161 <img class="img-fluid d-block" src="images/Phone_features_dark.png"> </div>
Unknownd2db0f12019-01-10 14:22:00 -0500162 <div class="align-self-center text-md-left text-center col-lg-4 col-md-6">
163 <h4 class="text-primary"><b>Battery-friendly</b></h4>
164 <p class="mb-5 text-white">Extra options are provided to help tune battery consumption to the best levels</p>
165 <h4 class="text-primary"><b>Added Security</b></h4>
Unknown558158d2019-01-30 17:02:36 -0500166 <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 -0500167 <h4 class="text-primary"><b>Compatibility</b></h4>
Unknown558158d2019-01-30 17:02:36 -0500168 <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 -0500169 </div>
170 </div>
171 </div>
172 </div>
173 <!-- Features -->
174 <!-- Carousel reviews -->
175 <div class="section">
Unknown5d275642019-01-10 18:40:04 -0500176 <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 -0500177 <div class="row">
Stefan Ivicff54ece2019-08-31 14:49:48 +0200178 <div class="col-md-6 text-left mx-auto flex-center">
00day0ed909132019-04-08 12:53:13 +0200179 <div>
180 <h2 class="my-3 highlight_secondary team-header text-white no-wrap">We volunteer our time.</h2>
Jackeagleaed6d392020-06-09 23:27:02 +0530181 <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
182 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 +0200183 </div>
Unknowne3ebd892018-10-13 05:35:38 -0400184 </div>
Stefan Ivicff54ece2019-08-31 14:49:48 +0200185 <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 -0400186 </div>
187 </div>
188 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400189 <!-- Download section -->
Jon West36af1742019-11-27 21:28:26 -0500190 <div class="download-section bg-light mb-0" id="download">
191 <div class="container py-5">
Jon West6d00f9f2019-10-25 22:33:49 -0400192 <div class="row">
193 <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>
194 <div class="px-md-5 col-md-6 d-flex flex-column align-items-start justify-content-center order-1 order-md-2">
195 <h3 class="display-3">Downloads</h3>
196 <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%">
197 <p class="mb-3">
198 </p>
199 <div id="demo">
200 <p class="lead text-dark">
201 <label>Are you looking for our Android Pie device builds?</label>
202 </p>
203 <label class="radio lead text-secondary font-weight-bold text-dark"><input type="radio" name="example1" value="yes" style=" margin-bottom: -0.175rem !important;"><span></span> Yes</label>
204 <label class="radio lead text-secondary font-weight-bold text-dark" style=""><input type="radio" name="example1" value="no" class="`" style=" margin-bottom: -0.175rem !important;"><span class=""></span> No</label>
205 <div class="conditional" data-cond-option="example1" data-cond-value="yes">
206 <p class="mb-3 lead text-dark">
207 <label>Is it a GSI/Treble enabled device?</label>
208 </p>
209 <label class="radio lead text-secondary font-weight-bold text-dark"><input type="radio" name="example2" value="yes" style=" margin-bottom: -0.175rem !important;"><span></span>Yes</label>
210 <label class="radio lead text-secondary font-weight-bold text-dark"><input type="radio" name="example2" value="no" style=" margin-bottom: -0.175rem !important;"><span></span>No</label>
211 <div class="conditional" data-cond-option="example2" data-cond-value="yes" style="">
Jackeagleaed6d392020-06-09 23:27:02 +0530212 <p class="lead text-dark"> Great! Here's the link to the GSI/Treble builds.<br><br>Be sure to check the <a
213 href="https://forum.xda-developers.com/project-treble/trebleenabled-device-development/rom-blissroms-9-0-official-4-4-2019-t3918303">XDA thread</a> for instructions as well as troubleshooting steps.</p><br><br><a
214 class="btn btn-primary mx-1 mb-3" target="”_blank”" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MKDDQGLYDKGV6&amp;source=url">Donate $5</a><a class="btn btn-info mx-1 mb-3" target="”_blank”"
215 href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=99GBH7ZW77P54&amp;source=url">Donate $10</a><a class="btn text-white btn-dark mb-3" href="https://www.paypal.me/TeamBliss" target="_blank">Donate Other
216 Amount</a><a class="btn mb-3 btn-link" href="https://sourceforge.net/projects/blissroms/files/GSI/">Go To Downloads</a>
00day0da41c072019-07-03 01:51:49 +0200217 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400218 <div class="conditional" data-cond-option="example2" data-cond-value="no" style="">
219 <p class="mb-3 lead text-dark" style="">Great! Here's the link to our device builds for Pie </p><br><br>
Jackeagleaed6d392020-06-09 23:27:02 +0530220 <a class="btn btn-primary mx-1 mb-3" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MKDDQGLYDKGV6&amp;source=url" target="”_blank”">Donate $5</a><a class="btn btn-info mb-3 mx-1" target="”_blank”"
221 href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=99GBH7ZW77P54&amp;source=url">Donate $10</a><a class="btn btn-dark text-white mb-3" href="https://www.paypal.me/TeamBliss" target="_blank">Donate Other
222 Amount</a><a class="btn mb-3 btn-link" href="https://sourceforge.net/projects/blissroms/files/Pie/">Go To Downloads</a>
00day0da41c072019-07-03 01:51:49 +0200223 </div>
224 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400225 <div class="conditional" data-cond-option="example1" data-cond-value="no">
Jackeagleaed6d392020-06-09 23:27:02 +0530226 <p class="mb-3 lead text-dark">OK, our Q builds are in full swing. Here's a link for those:</p> <br><br><a class="btn btn-primary mb-3 mx-1"
227 href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MKDDQGLYDKGV6&amp;source=url" target="”_blank”">Donate $5</a><a class="btn btn-info mb-3 mx-1" target="”_blank”"
228 href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=99GBH7ZW77P54&amp;source=url">Donate $10</a><a class="btn mb-3 btn-dark text-white" href="https://www.paypal.me/TeamBliss" target="_blank">Donate Other
229 Amount</a><a class="btn mb-3 btn-link" href="https://sourceforge.net/projects/blissroms/files/Q/">Go To Downloads</a>
Jon West6d00f9f2019-10-25 22:33:49 -0400230 </div>
00day0da41c072019-07-03 01:51:49 +0200231 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400232 <hr width="100%" size="8" align="left">
233 <p class="lead text-dark">
Jon West1a555d32020-04-09 10:34:00 -0400234 <label>If you're looking for Bliss OS (Android for PC's), we have moved to a new site. <br><br> <a class="btn mb-3 btn-dark" target="BLANK" href="https://www.blissos.org">Go to the Bliss OS website</a> </label>
Jon West6d00f9f2019-10-25 22:33:49 -0400235 </p>
00day0da41c072019-07-03 01:51:49 +0200236 </div>
237 </div>
238 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400239 </div>
240 <!-- End Downloads -->
Jon West1a555d32020-04-09 10:34:00 -0400241 <div class="py-5 bg-dark" id="documentation">
Unknown7b05b812018-10-01 22:05:43 -0400242 <div class="container">
Unknownd2db0f12019-01-10 14:22:00 -0500243 <div class="row">
Jon West1a555d32020-04-09 10:34:00 -0400244 <div class="col-md-12" style="">
245 <h3 class="display-3 text-truncate">Docs</h3>
Jackeagleaed6d392020-06-09 23:27:02 +0530246 <p class="mb-4 lead">Bliss ROMs documentation can be found on our <a href="https://docs.blissroms.com">docs site</a>, while our development update posts can be found on the XDA thread for that devices release version.<br><br> We recommend
247 all users start with using the documentation we have provided before trying to hunt us down online and ask us questions as this action takes away the valuable development time we have committed towards this project. None of us are paid
248 for the work we do on Bliss, so please set your expectations accordingly.&nbsp;<br><br> For questions on if Bliss will work on your device, please search our public <a href="https://www.blissroms.com/stats.html">stats site</a> for your
249 device, failing that, search the XDA or Google for a Bliss build for your device.&nbsp;</p>
Jon West1a555d32020-04-09 10:34:00 -0400250 <div class="row">
251 <div class="col-md-3" style=""><img class="img-fluid d-block" src="images/github-logo.png"></div>
252 <div class="col-md-7" style="">
253 <h3>Want to help contribute towards our open source project?</h3>
Jackeagleaed6d392020-06-09 23:27:02 +0530254 <p>We're always adding to Bliss development, and if this is your way of giving back, then feel free to download the source and submit commits through the BlissROMs Gerrit Review or check out our <a
255 href="https://github.com/BlissRoms">GitHub repo</a></p>
Jon West1a555d32020-04-09 10:34:00 -0400256 </div>
257 <div class="col-md-2 mx-auto" style="">
258 <a class="btn mb-3 btn-secondary" href="https://docs.blissroms.com" target="_blank">BlissROMs Docs</a>
259 </div>
260 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500261 </div>
Unknown7b05b812018-10-01 22:05:43 -0400262 </div>
Jon West1a555d32020-04-09 10:34:00 -0400263 </div>
264 </div>
Jackeagleaed6d392020-06-09 23:27:02 +0530265 <div class="py-5 bg-light" id="team">
Jon West1a555d32020-04-09 10:34:00 -0400266 <div class="container">
267 <div class="row">
268 <div class="col-md-12">
269 <div class="row">
270 <div class="mx-auto col-md-12 text-center">
271 <h3 class="display-3">The Team</h3>
272 </div>
273 </div>
274 <ul class="nav nav-tabs nav-justified">
275 <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>
276 <li class="nav-item mx-auto font-weight-bold"> <a href="" class="nav-link" data-toggle="tab" data-target="#tabtwo">Maintainers</a> </li>
277 </ul>
278 <div class="tab-content mt-2">
279 <div class="tab-pane fade show active" id="tabone" role="tabpanel">
280 <section id="content" class="team_content"></section>
281 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
282 <script>
283 $.ajax({
284 type: "GET",
Jack61f52212020-08-03 15:45:32 +0530285 url: "https://blissapi.blissroms.com/blissinfra/public/allteambliss", // TeamBliss JSON
Jon West1a555d32020-04-09 10:34:00 -0400286 success: function(data) {
287 var newContent = ''; // Variable to hold HTML
288 for (var i = 0; i < data.length; i++) { // Loop through object
289 newContent += '<div id="event" class="team_item">';
290 newContent += '<img class="image crop" src="' + data[i].image + '" ';
291 newContent += 'alt="' + data[i].member + '" />';
292 newContent += '<h3><b>' + data[i].member + '</b></h3>';
293 newContent += '<p class="team_data_text font-weight-bold">' + data[i].descriptions + '</p>';
Jon West50fb3c92020-05-31 11:00:45 -0400294 // newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].email + '&quot;</i></p>';
Jon West1a555d32020-04-09 10:34:00 -0400295 newContent += '</div>';
296 }
297 // Update the page with the new content
298 document.getElementById('content').innerHTML = newContent;
299 }
300 })
301 </script>
302 </div>
303 <div class="tab-pane fade" id="tabtwo" role="tabpanel">
304 <section id="content2" class="team_content"></section>
305 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
306 <script>
307 $.ajax({
308 type: "GET",
309 url: "https://blissapi.blissroms.com/blissinfra/public/allmaintainers", // TeamBliss JSON
310 success: function(data) {
311 var newContent = ''; // Variable to hold HTML
312 for (var i = 0; i < data.length; i++) { // Loop through object
313 newContent += '<div id="event" class="team_item">';
314 newContent += '<img class="image crop" src="' + data[i].image + '" ';
315 newContent += 'alt="' + data[i].mname + '" />';
316 newContent += '<h3><b>' + data[i].mname + '</b></h3>';
317 newContent += '<p class="team_data_text font-weight-bold">' + data[i].device + '</p>';
318 newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].codename + '&quot;</i></p>';
319 newContent += '</div>';
320 }
321 // Update the page with the new content
322 document.getElementById('content2').innerHTML = newContent;
323 }
324 })
325 </script>
326 </div>
327 </div>
328 </div>
329 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400330 </div>
Unknown7b05b812018-10-01 22:05:43 -0400331 </div>
Unknown5d275642019-01-10 18:40:04 -0500332 <div class="py-4 text-center">
Unknownd2db0f12019-01-10 14:22:00 -0500333 <div class="container">
334 <div class="row">
Unknown5d275642019-01-10 18:40:04 -0500335 <div class="mx-auto col-md-8">
336 <h1 class="mb-3" contenteditable="true">Bliss Family Projects</h1>
337 <p class="lead">The Bliss Family projects we currently support can be found below: </p>
Unknownd2db0f12019-01-10 14:22:00 -0500338 </div>
339 </div>
340 <div class="row">
Unknown5d275642019-01-10 18:40:04 -0500341 <div class="col-lg-4 p-3">
342 <div class="card">
343 <div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto rounded-circle" src="images/invictrix.jpg" width="150">
344 <h1>Invictrīx ROM</h1>
Unknownf284b752019-01-10 19:00:39 -0500345 <div class="row d-flex justify-content-center pb-2">
346 <div class="col-lg-4 col-md-6">
347 <a href="https://t.me/InvictusROM" target="_blank"><i class="d-block fa text-muted text-muted fa-lg mx-2 fab fa-telegram"></i></a>
348 </div>
349 <div class="col-lg-4 col-md-6">
350 <a href="https://plus.google.com/communities/109716291977795337501" target="_blank"><i class="d-block fa text-muted text-muted fa-lg mx-2 fab fa-google-plus"></i></a>
351 </div>
352 </div>
Unknown5d275642019-01-10 18:40:04 -0500353 <p class="mb-0">Invictrīx ROM emphasizes performance, offering heavy optimizations along with a unique dark themed style.</p>
354 </div>
355 </div>
356 </div>
357 <div class="col-lg-4 p-3 col-md-6">
358 <div class="card">
359 <div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto rounded-circle" src="images/soap.jpg" width="150">
360 <h1>SOAP ROM</h1>
Unknownf284b752019-01-10 19:00:39 -0500361 <div class="row d-flex justify-content-center pb-2">
362 <div class="col-lg-4 col-md-6">
363 <a href="https://plus.google.com/u/0/107610198397215674589" target="_blank"><i class="d-block fa text-muted text-muted fa-lg mx-2 fab fa-google-plus"></i></a>
364 </div>
365 </div>
Unknown5d275642019-01-10 18:40:04 -0500366 <p class="mb-0">SOAP is an AOSP ROM that focuses on being a slim and clean ROM.</p>
367 </div>
368 </div>
369 </div>
370 <div class="col-lg-4 p-3 col-md-6">
371 <div class="card">
372 <div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto rounded-circle" src="images/xtremis.jpg" width="150">
373 <h1>Xtremis Project</h1>
Unknownf284b752019-01-10 19:00:39 -0500374 <div class="row d-flex justify-content-center pb-2">
375 <div class="col-lg-4 col-md-6">
376 <a href="#" target="_blank"><i class="d-block fa text-muted text-muted fa-lg mx-2 fab fa-telegram"></i></a>
377 </div>
378 <div class="col-lg-4 col-md-6">
379 <a href="#" target="_blank"><i class="d-block fa text-muted text-muted fa-lg mx-2 fab fa-google-plus"></i></a>
380 </div>
381 </div>
Unknown5d275642019-01-10 18:40:04 -0500382 <p class="mb-0">Currently pre-release, this project is progressing steadily and will soon have more details to share. Please check in later.</p>
383 </div>
384 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500385 </div>
Unknown7b05b812018-10-01 22:05:43 -0400386 </div>
387 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500388 </div>
Unknown558158d2019-01-30 17:02:36 -0500389 <div class="py-5 bg-primary" id="gear">
Unknown4ae0eb12019-01-21 22:17:08 -0500390 <div class="container">
391 <div class="row">
392 <div class="col-md-12">
Unknowne98c2c72019-01-21 22:34:47 -0500393 <h1><b>A Little Bliss Gear</b></h1>
Jackeagleaed6d392020-06-09 23:27:02 +0530394 <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
395 our store for more</b></p>
Unknown4ae0eb12019-01-21 22:17:08 -0500396 </div>
397 </div>
398 <div class="row d-flex justify-content-between">
399 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" width="1500" src="images/560.jpg">
400 <h4 class="my-3"> <b>T-Shirts</b></h4>
Stefan Ivic09472782019-09-01 11:16:38 +0200401 <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>
Unknown4ae0eb12019-01-21 22:17:08 -0500402 </div>
403 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/560 (1).jpg" width="1500">
404 <h4 class="my-3"> <b>Hoodies</b></h4>
Stefan Ivic09472782019-09-01 11:16:38 +0200405 <p class="body-font"><b>Keep warm in style. Wr have hoodies and sweatshirts available. Various sizes and colors options too.</b></p>
Unknown4ae0eb12019-01-21 22:17:08 -0500406 </div>
407 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/560 (2).jpg" width="1500">
408 <h4 class="my-3"> <b>Tank Tops</b></h4>
Stefan Ivic09472782019-09-01 11:16:38 +0200409 <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>
Unknown4ae0eb12019-01-21 22:17:08 -0500410 </div>
411 </div>
412 <div class="row">
Unknown558158d2019-01-30 17:02:36 -0500413 <div class="col-md-12">
414 <div class="card">
415 <div class="card-body">
416 <h4 class="card-title"><b>Want More?</b></h4>
Jackeagleaed6d392020-06-09 23:27:02 +0530417 <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"
418 href="https://teespring.com/stores/bliss-family-store-2">Visit Our Teespring Store&nbsp;<i class="fa fa-shopping-cart fa-fw"></i></a>
Unknown558158d2019-01-30 17:02:36 -0500419 </div>
420 </div>
Unknown4ae0eb12019-01-21 22:17:08 -0500421 </div>
422 </div>
423 </div>
424 </div>
Unknown5d275642019-01-10 18:40:04 -0500425 <div class="py-3 bg-dark">
426 <div class="container">
427 <div class="row">
428 <div class="col-lg-3 col-6 p-3">
429 <h5> <b>Socials</b></h5>
Unknownc5c9c742019-01-10 22:13:40 -0500430 <ul class="list-unstyled text-primary">
Stefan Ivic086907d2019-09-01 11:24:37 +0200431 <li class="text-primary"> <a href="https://t.me/Team_Bliss_Community">BlissROMs Telegram</a> </li>
432 <li> <a href="https://t.me/blissx86">Bliss OS Telegram</a> </li>
433 <li> <a href="https://www.facebook.com/BlissFamilyOfROMs/">Bliss Facebook</a> </li>
434 <li> <a href="https://twitter.com/Bliss_Roms">Bliss Twitter</a> </li>
Unknown5d275642019-01-10 18:40:04 -0500435 </ul>
436 </div>
437 <div class="col-lg-3 col-6 p-3">
438 <h5> <b>Sources</b></h5>
439 <ul class="list-unstyled">
Jon West6d00f9f2019-10-25 22:33:49 -0400440 <li> <a href="https://review.blissroms.com">BlissROMs Gerrit Review</a> </li>
Jon West36af1742019-11-27 21:28:26 -0500441 <li> <a href="https://review-x86.blissroms.com">Bliss OS (x86) Gerrit Review</a> </li>
Jon West6d00f9f2019-10-25 22:33:49 -0400442 <li> <a href="https://github.com/BlissRoms">BlissROMs GitHub</a> </li>
443 <li> <a href="https://github.com/BlissRoms-Devices">BlissROMs-Devices GitHub</a> </li>
Jon West6d00f9f2019-10-25 22:33:49 -0400444 <li> <a href="https://github.com/BlissRoms-x86">Bliss OS GitHub</a> </li>
445 <li> <a href="https://github.com/BlissRoms-pine64">BlissROMs-PINE64 GitHub</a> </li>
Unknown5d275642019-01-10 18:40:04 -0500446 </ul>
447 </div>
448 <div class="col-lg-3 col-6 p-3">
449 <h5>Subreddits</h5>
450 <ul class="list-unstyled">
Jon West6d00f9f2019-10-25 22:33:49 -0400451 <li> <a href="https://www.reddit.com/r/BlissRoms">BlissROMs</a> </li>
452 <li> <a href="https://www.reddit.com/r/BlissOS">Bliss OS</a> </li>
453 <li> <a href="https://www.reddit.com/r/TeamBliss">TeamBliss</a> </li>
Unknown5d275642019-01-10 18:40:04 -0500454 </ul>
455 </div>
456 <div class="col-lg-3 col-md-3 p-3">
457 <h5> <b>Follow us</b> </h5>
458 <div class="row">
Unknown558158d2019-01-30 17:02:36 -0500459 <div class="col-md-12 d-flex align-items-center my-2 justify-content-center"> <a href="https://www.facebook.com/BlissFamilyOfROMs/" class="">
460 <i class="d-block fa fa-facebook-official text-muted mr-2 fa-2x"></i>
Unknown5d275642019-01-10 18:40:04 -0500461 </a> <a href="https://www.instagram.com/blissroms/">
Unknown558158d2019-01-30 17:02:36 -0500462 <i class="d-block fa fa-instagram text-muted mx-2 fa-2x"></i>
Jon West6d00f9f2019-10-25 22:33:49 -0400463 </a><a href="https://github.com/BlissRoms">
Unknown558158d2019-01-30 17:02:36 -0500464 <i class="d-block fa fa-github text-muted text-muted mx-2 fa-2x"></i>
Unknown5d275642019-01-10 18:40:04 -0500465 </a> <a href="https://www.reddit.com/r/BlissRoms">
Unknown558158d2019-01-30 17:02:36 -0500466 <i class="d-block fa fa-reddit text-muted mx-2 fa-2x"></i>
Unknown5d275642019-01-10 18:40:04 -0500467 </a> <a href="https://twitter.com/Bliss_Roms">
Unknown558158d2019-01-30 17:02:36 -0500468 <i class="d-block fa fa-twitter text-muted ml-2 fa-2x"></i>
Unknown5d275642019-01-10 18:40:04 -0500469 </a> </div>
470 </div>
471 </div>
472 </div>
473 <div class="row">
474 <div class="col-md-12 text-center">
475 <p class="mb-0 mt-2">© 2019 Bliss Family of ROMs. All rights reserved</p>
476 </div>
477 </div>
478 </div>
479 </div>
480 <!-- Footer -->
Unknownd3c4a742019-01-10 20:03:37 -0500481 <!-- JavaScript dependencies -->
Unknown31b3d0f2019-01-10 19:08:38 -0500482 <script src="js/mainani.js" type="text/javascript"></script>
Jon West6d00f9f2019-10-25 22:33:49 -0400483 <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
Unknown31b3d0f2019-01-10 19:08:38 -0500484 <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>
485 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
486 <!-- Script: Smooth scrolling between anchors in the same page -->
487 <script src="js/smooth-scroll.js"></script>
Jon West6d00f9f2019-10-25 22:33:49 -0400488 <script src="js/conditionize.js"></script>
Unknown2da56362018-10-02 12:00:05 -0400489</body>
Unknown7b05b812018-10-01 22:05:43 -0400490
Jon West4b56e1f2020-04-09 19:57:56 -0400491</html>