blob: df3a6b89b2a906de03011579aad59e7604d1ca1d [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">
Eric Park5161ff22021-06-08 14:49:30 +09009 <title>BlissRoms</title>
Unknownf284b752019-01-10 19:00:39 -050010 <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 -->
Eric Park4fb616b2021-06-07 07:58:46 +090013 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
14 integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
Jon Westb16a0482020-11-14 02:01:00 -050015 <script src="https://kit.fontawesome.com/7b4ed0a31a.js" crossorigin="anonymous"></script>
Eric Park4fb616b2021-06-07 07:58:46 +090016 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
17 type="text/css">
Jon West6d00f9f2019-10-25 22:33:49 -040018 <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css">
Unknownf284b752019-01-10 19:00:39 -050019 <link rel="stylesheet" href="neon.css">
20 <!-- Script: Make my navbar transparent when the document is scrolled to top -->
21 <script src="js/navbar-ontop.js"></script>
Eric Parkd0ccde72021-06-07 08:04:54 +090022
Unknownf284b752019-01-10 19:00:39 -050023 <link rel="stylesheet" href="css/animations.css">
Jon West6d00f9f2019-10-25 22:33:49 -040024 <link rel="stylesheet" href="css/style.css">
Jon West60d01562019-08-22 19:13:06 -040025 <link rel="stylesheet" href="css/table.css">
Eric Park4fb616b2021-06-07 07:58:46 +090026 <script data-ad-client="ca-pub-7639560510014441" async=""
27 src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Unknown7b05b812018-10-01 22:05:43 -040028</head>
29
Jon West6d00f9f2019-10-25 22:33:49 -040030<body class="">
Unknownd2db0f12019-01-10 14:22:00 -050031 <!-- Navbar -->
32 <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" style="padding-right: 41px;">
00day0354614c2019-04-08 12:16:19 +020033 <div class="container pt-6">
Eric Park4fb616b2021-06-07 07:58:46 +090034 <a class="navbar-brand" href="#"><img src="images/BlissIcon_Smal_wl.png" width="50"
35 class="d-inline-block align-top" alt=""></a>
Unknownd2db0f12019-01-10 14:22:00 -050036 <div class="row">
Eric Park5161ff22021-06-08 14:49:30 +090037 <div class="col-md-12"><a class="navbar-brand" href="#"><b><b>BlissRoms</b></b></a></div>
Unknown7b05b812018-10-01 22:05:43 -040038 </div>
Eric Park4fb616b2021-06-07 07:58:46 +090039 <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
40 data-target="#navbar2SupportedContent" aria-controls="navbar2SupportedContent" aria-expanded="true"
41 aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
Stefan Ivicff54ece2019-08-31 14:49:48 +020042 <div class="navbar-collapse text-center justify-content-end collapse show" id="navbar2SupportedContent">
Unknownd2db0f12019-01-10 14:22:00 -050043 <ul class="navbar-nav">
44 <li class="nav-item mx-2">
Eric Park5f82ac62021-06-08 14:27:56 +090045 <a class="nav-link" href="#features"><b><b>Features</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040046 </li>
Unknownd2db0f12019-01-10 14:22:00 -050047 <li class="nav-item mx-2">
48 <a class="nav-link" href="#team"><b><b>Team</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040049 </li>
Unknownd2db0f12019-01-10 14:22:00 -050050 <li class="nav-item mx-2">
Unknown4ae0eb12019-01-21 22:17:08 -050051 <a class="nav-link" href="#gear"><b><b>Gear</b></b></a>
52 </li>
Eric Parke28ee9a2021-06-08 14:32:20 +090053 <li class="nav-item mx-2">
54 <a class="nav-link external" href="https://blisslabs.org" target="_blank"><b><b>Non Profit</b></b></a>
55 </li>
Eric Park9ec88312021-06-08 14:34:52 +090056 <li class="nav-item mx-2">
57 <a class="nav-link external" href="https://blog.blissroms.com" target="_blank"><b><b>Blog</b></b></a>
58 </li>
Unknown7b05b812018-10-01 22:05:43 -040059 </ul>
Stefan Ivicff54ece2019-08-31 14:49:48 +020060 <a class="btn navbar-btn mx-2 btn-primary" href="#download"><b><b>Download</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040061 </div>
Unknown7b05b812018-10-01 22:05:43 -040062 </div>
63 </nav>
Unknownd2db0f12019-01-10 14:22:00 -050064 <!-- Cover -->
Eric Park4fb616b2021-06-07 07:58:46 +090065 <div class="section-fade-out pt-5 pb-5"
Eric Parkca98d8a2021-06-07 08:17:42 +090066 style="background-image: url(&quot;images/bg.jpeg&quot;); background-position: center bottom;">
Unknownd2db0f12019-01-10 14:22:00 -050067 <div class="container pt-5">
68 <div class="row">
Stefan Ivicff54ece2019-08-31 14:49:48 +020069 <div class="col-md-5">
Unknownd2db0f12019-01-10 14:22:00 -050070 <div class="col-md-12">
Eric Park5161ff22021-06-08 14:49:30 +090071 <h1 class="display-3 mb-4">BlissRoms</h1>
Eric Park25e4fb62021-06-08 14:40:40 +090072 <p class="lead">An open-source operating system based on Android with customizations, options and added
73 security features.&nbsp;<br></p>
Stefan Ivicff54ece2019-08-31 14:49:48 +020074 <div class="d-inline-flex justify-content-center align-items-center mx-auto">
Eric Park4fb616b2021-06-07 07:58:46 +090075 <a href="#download"
76 class="btn btn-lg btn-primary d-inline-flex justify-content-center align-items-center mx-auto">Download
77 Now</a>
Stefan Ivicff54ece2019-08-31 14:49:48 +020078 </div>
Unknownd2db0f12019-01-10 14:22:00 -050079 </div>
80 </div>
Eric Park4fb616b2021-06-07 07:58:46 +090081 <div class="d-flex justify-content-center align-items-center flex-grow-1" align="center"
82 style="max-height: 100%;max-width: 100%;vertical-align: middle;display: inline-flex;float: none; margin-top: -8%;">
Unknown9af69b12019-01-17 20:21:59 -050083 <div class="d-inline-flex justify-content-center align-items-center">
Unknown558158d2019-01-30 17:02:36 -050084 <div class="animation d-inline-flex justify-content-center align-items-center" data-animation-step="2">
Eric Parkb730bb72021-06-08 14:38:58 +090085 <img class="img-fluid my-auto" src="images/phone-launcher-shot.png" style="" width="50%">
Unknownd2db0f12019-01-10 14:22:00 -050086 </div>
87 </div>
88 </div>
89 </div>
Unknownd2db0f12019-01-10 14:22:00 -050090 </div>
91 </div>
Eric Park4c4dd212021-06-08 14:47:04 +090092 <!-- Features Section -->
Eric Park6c69b162021-06-08 14:42:16 +090093 <div class="section-fade-in py-5 bg-dark" id="features">
Unknowne3ebd892018-10-13 05:35:38 -040094 <div class="container">
95 <div class="row">
Unknownd2db0f12019-01-10 14:22:00 -050096 <div class="col-12 text-center">
Jon West6d00f9f2019-10-25 22:33:49 -040097 <h3 class="display-3">Features</h3>
Unknownd2db0f12019-01-10 14:22:00 -050098 </div>
99 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400100 <div class="row">
Unknownd2db0f12019-01-10 14:22:00 -0500101 <div class="align-self-center text-md-right text-center col-lg-4 col-md-6">
102 <h4 class="text-primary"><b>Focus on design</b></h4>
103 <p class="mb-5 text-white">We include many options for customization and theming throughout the OS</p>
104 <h4 class="text-primary"><b>Customized settings</b></h4>
105 <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 -0500106 <h4 class="text-primary"><b>Performance</b></h4>
Eric Park4fb616b2021-06-07 07:58:46 +0900107 <p class="mb-5 text-white">Focused on speed and stability with tweaks to assist in the most demanding
108 applications</p>
Unknownd2db0f12019-01-10 14:22:00 -0500109 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400110 <div class="my-3 d-none d-lg-block animate-in-down col-md-4">
Eric Park4fb616b2021-06-07 07:58:46 +0900111 <img class="img-fluid d-block" src="images/Phone_features_dark.png">
112 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500113 <div class="align-self-center text-md-left text-center col-lg-4 col-md-6">
114 <h4 class="text-primary"><b>Battery-friendly</b></h4>
115 <p class="mb-5 text-white">Extra options are provided to help tune battery consumption to the best levels</p>
116 <h4 class="text-primary"><b>Added Security</b></h4>
Eric Park4fb616b2021-06-07 07:58:46 +0900117 <p class="mb-5 text-white">Additional security options and features are found throughout the OS. And AOSP
118 security updates are merged regularly.</p>
Unknown159e2de2019-01-22 19:54:24 -0500119 <h4 class="text-primary"><b>Compatibility</b></h4>
Eric Park4fb616b2021-06-07 07:58:46 +0900120 <p class="mb-5 text-white">We bring Bliss to every device we own. And our PC builds include extras for
121 ARM/ARM64 app compatibility&nbsp;&nbsp;</p>
Unknownd2db0f12019-01-10 14:22:00 -0500122 </div>
123 </div>
124 </div>
125 </div>
Eric Park4c4dd212021-06-08 14:47:04 +0900126 <!-- 501(c3) Non-profit Notice Section -->
Jon West39a7f292020-09-24 00:21:48 -0400127 <div class="section bg-dark">
Unknown5d275642019-01-10 18:40:04 -0500128 <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 -0500129 <div class="row">
Stefan Ivicff54ece2019-08-31 14:49:48 +0200130 <div class="col-md-6 text-left mx-auto flex-center">
00day0ed909132019-04-08 12:53:13 +0200131 <div>
132 <h2 class="my-3 highlight_secondary team-header text-white no-wrap">We volunteer our time.</h2>
Eric Park4fb616b2021-06-07 07:58:46 +0900133 <p class="mb-3 body-font">We are a 501(c3) nonprofit, run by people that donate their free time towards the
134 project. We do our best to bring a quality OS to your device, while working a real job on the side in most
135 cases. Please consider showing us we're on the right track by clicking the button below and making a small
136 contribution towards our efforts.</p> <a
137 href="https://www.paypal.com/donate?hosted_button_id=J5SLZ7MQNCT24" target="_blank"
138 class="btn btn-primary">Buy Us a Coffee</a>
00day0ed909132019-04-08 12:53:13 +0200139 </div>
Unknowne3ebd892018-10-13 05:35:38 -0400140 </div>
Eric Park4fb616b2021-06-07 07:58:46 +0900141 <div class="col-md-5 py-5 offset-1"><img
142 class="img-fluid d-block d-flex align-items-center justify-content-center flex-grow-1 mx-auto animate-in-right"
143 src="images/coffee-break.svg" width="300"></div>
Unknowne3ebd892018-10-13 05:35:38 -0400144 </div>
145 </div>
146 </div>
Eric Parka71ed502021-06-07 11:48:19 +0900147 <!-- Downloads Section -->
148 <div class="download-section bg-light mb-0" id="download">
149 <div class="container py-5">
Jon West6d00f9f2019-10-25 22:33:49 -0400150 <div class="row">
Eric Park18811c02021-06-07 11:42:30 +0900151 <div class="col-md-6 order-2 order-md-1"> <img class="img-fluid d-block mx-auto" src="images/phone-launcher-shot.png"
Eric Park4fb616b2021-06-07 07:58:46 +0900152 style="" width="50%"> </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400153 <div class="px-md-5 col-md-6 d-flex flex-column align-items-start justify-content-center order-1 order-md-2">
154 <h3 class="display-3">Downloads</h3>
Eric Park4fb616b2021-06-07 07:58:46 +0900155 <img
156 src="https://img.shields.io/sourceforge/dm/blissroms.svg?style=for-the-badge&amp;logo=appveyor&amp;colorB=blue"
157 max-width="160px" width="50%">
Jon West6d00f9f2019-10-25 22:33:49 -0400158 <p class="mb-3">
Jon Westb16a0482020-11-14 02:01:00 -0500159 </p>
Jon West6d00f9f2019-10-25 22:33:49 -0400160 <div id="demo">
Eric Park4c223b42021-06-07 08:13:37 +0900161 <br>
Eric Park335f73a2021-06-07 08:12:07 +0900162 <a class="btn btn-primary mx-1 mb-3" href="https://downloads.blissroms.org">Go to Downloads</a>
Jon Westb16a0482020-11-14 02:01:00 -0500163 <hr width="100%" size="8" align="left">
Jon Westb16a0482020-11-14 02:01:00 -0500164 <h2>Looking for our PC builds?</h2>
165 <p>(Bliss OS (x86) &amp; Android-Generic builds)</p>
Eric Park4c223b42021-06-07 08:13:37 +0900166 <br>
167 <a class="btn mb-3 btn-dark" target="_blank" href="https://blissos.org">Bliss OS</a>
168 <a class="btn mb-3 btn-dark" target="_blank" href="https://android-generic.github.io">Android-Generic</a>
Jon Westb16a0482020-11-14 02:01:00 -0500169 <p></p>
170 <hr width="100%" size="8" align="left">
Eric Park358921b2021-02-08 13:04:30 +0900171 <h2>Legacy Downloads</h2>
Eric Park410b45a2020-10-01 15:18:28 +0900172 <br>
Eric Park4fb616b2021-06-07 07:58:46 +0900173 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/Q/">Android 10 (Q) device
174 builds</a><br>
175 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/Pie/">Android 9 (Pie) device
176 builds</a><br>
177 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/GSI/">Android 9 (Pie) GSI
178 builds</a>
Jon Westb16a0482020-11-14 02:01:00 -0500179 <p></p>
180 </div>
00day0da41c072019-07-03 01:51:49 +0200181 </div>
182 </div>
183 </div>
Eric Park109091b2021-06-07 08:20:10 +0900184 <!-- Team Section -->
Jon Westb16a0482020-11-14 02:01:00 -0500185 <div class="py-5 bg-light" id="team">
186 <div class="container">
187 <div class="row">
188 <div class="col-md-12">
189 <div class="row">
190 <div class="mx-auto col-md-12 text-center">
191 <h3 class="display-3">The Team</h3>
192 </div>
Jon West1a555d32020-04-09 10:34:00 -0400193 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500194 <ul class="nav nav-tabs nav-justified">
Eric Park4fb616b2021-06-07 07:58:46 +0900195 <li class="nav-item mx-auto font-weight-bold"> <a class="active nav-link" href="" data-toggle="tab"
196 data-target="#tabone">Core Members</a> </li>
197 <li class="nav-item mx-auto font-weight-bold"> <a href="" class="nav-link" data-toggle="tab"
198 data-target="#tabtwo">Maintainers</a> </li>
Jon Westb16a0482020-11-14 02:01:00 -0500199 </ul>
200 <div class="tab-content mt-2">
201 <div class="tab-pane fade show active" id="tabone" role="tabpanel">
202 <section id="content" class="team_content"></section>
203 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
204 <script>
205 $.ajax({
206 type: "GET",
Jackd3b71602021-02-15 14:24:22 +0530207 url: "https://api.blissroms.org/api/teambliss", // TeamBliss JSON
Eric Park4fb616b2021-06-07 07:58:46 +0900208 success: function (data) {
Jon Westb16a0482020-11-14 02:01:00 -0500209 var newContent = ''; // Variable to hold HTML
210 for (var i = 0; i < data.length; i++) { // Loop through object
211 newContent += '<div id="event" class="team_item">';
Eric Parkf363c662021-06-07 08:20:41 +0900212 newContent += '<img class="image crop" loading="lazy" src="' + data[i].avatar + '" ';
Jon Westb16a0482020-11-14 02:01:00 -0500213 newContent += 'alt="' + data[i].member + '" />';
214 newContent += '<h3><b>' + data[i].member + '</b></h3>';
Jackd3b71602021-02-15 14:24:22 +0530215 newContent += '<p class="team_data_text font-weight-bold">' + data[i].designation + '</p>';
Jon Westb16a0482020-11-14 02:01:00 -0500216 // newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].email + '&quot;</i></p>';
217 newContent += '</div>';
218 }
219 // Update the page with the new content
220 document.getElementById('content').innerHTML = newContent;
Jon West1a555d32020-04-09 10:34:00 -0400221 }
Jon Westb16a0482020-11-14 02:01:00 -0500222 })
223 </script>
224 </div>
225 <div class="tab-pane fade" id="tabtwo" role="tabpanel">
226 <section id="content2" class="team_content"></section>
227 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
228 <script>
229 $.ajax({
230 type: "GET",
231 url: "https://blissapi.blissroms.com/blissinfra/public/allmaintainers", // TeamBliss JSON
Eric Park4fb616b2021-06-07 07:58:46 +0900232 success: function (data) {
Jon Westb16a0482020-11-14 02:01:00 -0500233 var newContent = ''; // Variable to hold HTML
234 for (var i = 0; i < data.length; i++) { // Loop through object
235 newContent += '<div id="event" class="team_item">';
236 newContent += '<img class="image crop" src="' + data[i].image + '" ';
237 newContent += 'alt="' + data[i].mname + '" />';
238 newContent += '<h3><b>' + data[i].mname + '</b></h3>';
239 newContent += '<p class="team_data_text font-weight-bold">' + data[i].device + '</p>';
240 newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].codename + '&quot;</i></p>';
241 newContent += '</div>';
242 }
243 // Update the page with the new content
244 document.getElementById('content2').innerHTML = newContent;
Jon West1a555d32020-04-09 10:34:00 -0400245 }
Jon Westb16a0482020-11-14 02:01:00 -0500246 })
247 </script>
248 </div>
Jon West1a555d32020-04-09 10:34:00 -0400249 </div>
250 </div>
251 </div>
252 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400253 </div>
Eric Park4c4dd212021-06-08 14:47:04 +0900254 <!-- Merch Section -->
Jon Westdf180602021-03-10 11:29:44 -0500255 <div class="py-5 bg-primary" id="gear">
256 <div class="container">
257 <div class="row">
258 <div class="col-md-12">
259 <h1><b>A Little Bliss Gear</b></h1>
Eric Park4fb616b2021-06-07 07:58:46 +0900260 <p class="lead mb-4"><b>Bliss Family of ROMs has put together a Teespring store as a start to bring some
261 stylish merchandise to our users, and help raise money for our cause. Check out a few of our selections
262 below and follow the link to our store for more</b></p>
Jon Westdf180602021-03-10 11:29:44 -0500263 </div>
264 </div>
265 <div class="row d-flex justify-content-between">
Eric Park18811c02021-06-07 11:42:30 +0900266 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" width="1500" src="images/team-bliss-t-shirt.jpg">
Jon Westdf180602021-03-10 11:29:44 -0500267 <h4 class="my-3"> <b>T-Shirts</b></h4>
Eric Park4fb616b2021-06-07 07:58:46 +0900268 <p class="body-font"><b>Be the first one on your block to sport Bliss on your back. Various sizes and colors
269 available.</b></p>
Jon Westdf180602021-03-10 11:29:44 -0500270 </div>
Eric Park18811c02021-06-07 11:42:30 +0900271 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/team-bliss-hoodie.jpg" width="1500">
Jon Westdf180602021-03-10 11:29:44 -0500272 <h4 class="my-3"> <b>Hoodies</b></h4>
Eric Park8387b772021-06-07 11:46:22 +0900273 <p class="body-font"><b>Keep warm in style. We have hoodies and sweatshirts available. Various sizes and
Eric Park4fb616b2021-06-07 07:58:46 +0900274 colors options too.</b></p>
Jon Westdf180602021-03-10 11:29:44 -0500275 </div>
Eric Park18811c02021-06-07 11:42:30 +0900276 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/team-bliss-tank-top.jpg" width="1500">
Jon Westdf180602021-03-10 11:29:44 -0500277 <h4 class="my-3"> <b>Tank Tops</b></h4>
Eric Park4fb616b2021-06-07 07:58:46 +0900278 <p class="body-font"><b>It's all about the Bliss when you are wearing one of our tank tops. Various sizes
279 and colors available.</b></p>
Jon Westdf180602021-03-10 11:29:44 -0500280 </div>
281 </div>
282 <div class="row">
283 <div class="col-md-12">
284 <div class="card">
285 <div class="card-body">
286 <h4 class="card-title"><b>Want More?</b></h4>
Eric Park4fb616b2021-06-07 07:58:46 +0900287 <p class="card-text body-font">We are constantly updating our selection of apparel, adding more cool
288 designs and options as we go. So make sure you check back for any updates.&nbsp;</p> <a
289 class="btn btn-primary" href="https://teespring.com/stores/bliss-family-store-2">Visit Our Teespring
290 Store&nbsp;<i class="fa fa-shopping-cart fa-fw"></i></a>
Jon Westdf180602021-03-10 11:29:44 -0500291 </div>
292 </div>
293 </div>
294 </div>
295 </div>
296 </div>
Eric Park4c4dd212021-06-08 14:47:04 +0900297 <!-- BlissLabs Section -->
Eric Park4fb616b2021-06-07 07:58:46 +0900298 <div class="py-5 text-light cover" style="background-color: #343a40;">
299 <div class="container" style="max-width: 100%;">
300 <div class="row">
301 <div class="col-md-12">
302 <div class="row">
303 <div
304 class="d-flex flex-column justify-content-center p-3 col-md-8 offset-lg-1 align-items-start order-1 order-md-1">
305 <h1 class="mb-3">A BlissLabs Project</h1>
306 <p class="lead">We are part of a larger community of open-source projects called BlissLabs. Explore more
307 about the other BlissLabs projects below:<br></p>
308 <a class="btn btn-primary" target="_blank" href="https://blisslabs.org">Learn More</a>
309 </div>
310 <div class="col-md-4 col-lg-3 order-2 order-md-2 p-0"> <img
311 class="img-fluid d-block justify-content-between align-items-center"
312 src="https://blisslabs.org/assets/images/bliss_labs_logo.svg" style="width: 20vw;"> </div>
Jon Westafa07012021-04-15 22:01:44 -0400313 </div>
Jon West79fde1f2021-05-08 19:42:02 -0400314 </div>
Eric Park4fb616b2021-06-07 07:58:46 +0900315 </div>
316 <div class="row">
317 <div class="col-md-12">
318 <div class="carousel slide" data-ride="carousel" id="carousel">
319 <div class="carousel-inner">
320 <div id="carousel-slider"> </div>
321 </div>
322 <a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
323 <span class="carousel-control-prev-icon"></span>
324 <span class="sr-only">Previous</span>
325 </a>
326 <a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
327 <span class="carousel-control-next-icon"></span>
328 <span class="sr-only">Next</span>
329 </a>
330 </div>
331 <!---------------->
332 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
333 <script>
334 $.ajax({
335 type: "GET",
336 url: "https://api.blissroms.org/api/allprojects",
337 contentType: "application/json",
338 datatype: "json",
339 data: {},
340 success: function (data) {
341 var newContent = ''; // Variable to hold HTML
342 for (var i = 0; i < data.length; i++) { // Loop through object
343 if (data[i].project != null) {
344 if (i == 0) {
345 newContent += '<div class="carousel-item active" style="padding-block: 10vh;" >';
346 } else {
347 newContent += '<div class="carousel-item" >';
348 }
349 newContent += '<img class="d-block img-fluid" src="' + data[i].project_avatar + '" style="margin-left: 10%; height: 35vh;"';
350 newContent += 'alt="' + data[i].project + ' " style="padding-top: 1.5rem;"/>';
351 newContent += '<div class="carousel-caption" style="background: linear-gradient(#343a40 10%, #343a40 100%)!important; padding-top: 50vw; width: 50vw; margin-left: 30vw; bottom: 0px ">';
Eric Park61da3982021-06-07 11:22:31 +0900352 // newContent += '<div class="item-details">';
353 newContent += '<h3 class="zxc" ><b style="font-size: xx-large;">' + data[i].project + '</b></h3>';
Eric Park4fb616b2021-06-07 07:58:46 +0900354 newContent += '<h5 class="zxc" >Project Lead: ' + data[i].project_lead + '</h5>';
355 newContent += '<p class="card__text zxc" style=" margin-right: 1.7rem; margin-left: 1.7rem; ">' + data[i].project_description + '</p>';
356 if (data[i].project_github != null) {
357 newContent += '<a href="' + data[i].project_github + '" target="_blank"><i class="fab fa fa-git p-2" style="font-size: 300%;"></i></a>';
358 }
359 if (data[i].project_website != null) {
360 newContent += '<a href="' + data[i].project_website + '" target="_blank"><i class="fab fa p-2 fa-globe" style="font-size: 300%;"></i></a>';
361 }
Eric Park61da3982021-06-07 11:22:31 +0900362 // newContent += '</div>';
363 newContent += '</div>';
Eric Park4fb616b2021-06-07 07:58:46 +0900364 newContent += '</div>';
Jon Westafa07012021-04-15 22:01:44 -0400365 } else {
Eric Park4fb616b2021-06-07 07:58:46 +0900366 newContent = 'NONE';
Jon Westafa07012021-04-15 22:01:44 -0400367 }
Jon West79fde1f2021-05-08 19:42:02 -0400368 }
Eric Park4fb616b2021-06-07 07:58:46 +0900369 // Update the page with the new content
370 document.getElementById('carousel-slider').innerHTML = newContent;
371 },
372 error: function (jqXHR, status, err) {
373 newContent = 'ERROR: NONE';
374 document.getElementById('carousel-slider').innerHTML = newContent;
375 alert("Status: " + textStatus);
376 alert("Error: " + errorThrown);
Jon Westafa07012021-04-15 22:01:44 -0400377 }
Eric Park4fb616b2021-06-07 07:58:46 +0900378 })
379 </script>
380 <!---------------->
381 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500382 </div>
Jon West79fde1f2021-05-08 19:42:02 -0400383 </div>
Unknown4ae0eb12019-01-21 22:17:08 -0500384 </div>
Eric Park4fb616b2021-06-07 07:58:46 +0900385 <!-- END OF BLISSLABS -->
Jon Westb16a0482020-11-14 02:01:00 -0500386 <div class="py-3 bg-dark">
387 <div class="container">
388 <div class="row">
389 <div class="col-lg-3 col-6 p-3">
390 <h5> <b>Socials</b></h5>
391 <ul class="list-unstyled text-primary">
Eric Park5161ff22021-06-08 14:49:30 +0900392 <li class="text-primary"> <a href="https://t.me/Team_Bliss_Community">BlissRoms Telegram</a> </li>
Jon Westb16a0482020-11-14 02:01:00 -0500393 <li> <a href="https://t.me/blissx86">Bliss OS Telegram</a> </li>
394 <li> <a href="https://www.facebook.com/BlissFamilyOfROMs/">Bliss Facebook</a> </li>
395 <li> <a href="https://twitter.com/Bliss_Roms">Bliss Twitter</a> </li>
Jackeagleaba48042021-03-21 07:56:52 +0530396 <li> <a href="https://www.linkedin.com/company/stayblissful">Bliss LinkedIn</a> </li>
Eric Park4fb616b2021-06-07 07:58:46 +0900397 <li> <a href="https://discord.gg/wwc4Aua4fp">Bliss Discord</a> </li>
Jon Westb16a0482020-11-14 02:01:00 -0500398 </ul>
399 </div>
400 <div class="col-lg-3 col-6 p-3">
401 <h5> <b>Sources</b></h5>
402 <ul class="list-unstyled">
Eric Park5161ff22021-06-08 14:49:30 +0900403 <li> <a href="https://review.blissroms.com">BlissRoms Gerrit Review</a> </li>
Jon Westb16a0482020-11-14 02:01:00 -0500404 <li> <a href="https://review-x86.blissroms.com">Bliss OS (x86) Gerrit Review</a> </li>
Eric Park5161ff22021-06-08 14:49:30 +0900405 <li> <a href="https://github.com/BlissRoms">BlissRoms GitHub</a> </li>
406 <li> <a href="https://github.com/BlissRoms-Devices">BlissRoms-Devices GitHub</a> </li>
Jon Westb16a0482020-11-14 02:01:00 -0500407 <li> <a href="https://github.com/BlissRoms-x86">Bliss OS GitHub</a> </li>
Eric Park5161ff22021-06-08 14:49:30 +0900408 <li> <a href="https://github.com/BlissRoms-pine64">BlissRoms-PINE64 GitHub</a> </li>
Jon Westb16a0482020-11-14 02:01:00 -0500409 </ul>
410 </div>
411 <div class="col-lg-3 col-6 p-3">
412 <h5>Subreddits</h5>
413 <ul class="list-unstyled">
Eric Park5161ff22021-06-08 14:49:30 +0900414 <li> <a href="https://www.reddit.com/r/BlissRoms">BlissRoms</a> </li>
Jon Westb16a0482020-11-14 02:01:00 -0500415 <li> <a href="https://www.reddit.com/r/BlissOS">Bliss OS</a> </li>
Eric Park5161ff22021-06-08 14:49:30 +0900416 <li> <a href="https://www.reddit.com/r/TeamBliss">Team Bliss</a> </li>
Jon Westb16a0482020-11-14 02:01:00 -0500417 </ul>
418 </div>
419 <div class="col-lg-3 col-md-3 p-3">
420 <h5> <b>Follow us</b> </h5>
421 <div class="row">
Eric Park4fb616b2021-06-07 07:58:46 +0900422 <div class="col-md-12 d-flex align-items-center my-2 justify-content-center"> <a
423 href="https://www.facebook.com/BlissFamilyOfROMs/" class="">
Jon Westb16a0482020-11-14 02:01:00 -0500424 <i class="d-block fa fa-facebook-official text-muted mr-2 fa-2x"></i>
425 </a> <a href="https://www.instagram.com/blissroms/">
426 <i class="d-block fa fa-instagram text-muted mx-2 fa-2x"></i>
427 </a><a href="https://github.com/BlissRoms">
428 <i class="d-block fa fa-github text-muted text-muted mx-2 fa-2x"></i>
Jackeaglee5863762021-03-21 07:34:24 +0530429 </a><a href="https://www.linkedin.com/company/stayblissful">
430 <i class="d-block fa fa-linkedin text-muted text-muted mx-2 fa-2x"></i>
Jon Westb16a0482020-11-14 02:01:00 -0500431 </a> <a href="https://www.reddit.com/r/BlissRoms">
432 <i class="d-block fa fa-reddit text-muted mx-2 fa-2x"></i>
433 </a> <a href="https://twitter.com/Bliss_Roms">
434 <i class="d-block fa fa-twitter text-muted ml-2 fa-2x"></i>
435 </a> </div>
436 </div>
437 </div>
438 </div>
439 <div class="row">
440 <div class="col-md-12 text-center">
Jon West20d41c32021-05-08 21:15:49 -0400441 <p class="mb-0 mt-2">© 2021 BlissLabs. All rights reserved</p>
Jon Westb16a0482020-11-14 02:01:00 -0500442 </div>
Unknown5d275642019-01-10 18:40:04 -0500443 </div>
444 </div>
445 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500446 <!-- Footer -->
447 <!-- JavaScript dependencies -->
448 <script src="js/mainani.js" type="text/javascript"></script>
449 <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
Eric Park4fb616b2021-06-07 07:58:46 +0900450 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
451 integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
452 crossorigin="anonymous"></script>
453 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
454 integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
455 crossorigin="anonymous"></script>
Jon Westb16a0482020-11-14 02:01:00 -0500456 <!-- Script: Smooth scrolling between anchors in the same page -->
457 <script src="js/smooth-scroll.js"></script>
458 <script src="js/conditionize.js"></script>
Unknown5d275642019-01-10 18:40:04 -0500459 </div>
Unknown2da56362018-10-02 12:00:05 -0400460</body>
Unknown7b05b812018-10-01 22:05:43 -0400461
Eric Park4fb616b2021-06-07 07:58:46 +0900462</html>