blob: 4f7bc15b38131f176d7f174ab6ffe5831e68bec0 [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 Park9c385682021-06-08 23:50:18 +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 Park9c385682021-06-08 23:50:18 +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>
Unknownf284b752019-01-10 19:00:39 -050022 <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">
Eric Park9c385682021-06-08 23:50:18 +090025 <script data-ad-client="ca-pub-7639560510014441" async=""
26 src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Unknown7b05b812018-10-01 22:05:43 -040027</head>
28
Jon West6d00f9f2019-10-25 22:33:49 -040029<body class="">
Unknownd2db0f12019-01-10 14:22:00 -050030 <!-- Navbar -->
31 <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" style="padding-right: 41px;">
00day0354614c2019-04-08 12:16:19 +020032 <div class="container pt-6">
Eric Park9c385682021-06-08 23:50:18 +090033 <a class="navbar-brand" href="#"><img src="images/BlissIcon_Smal_wl.png" width="50"
34 class="d-inline-block align-top" alt=""></a>
Unknownd2db0f12019-01-10 14:22:00 -050035 <div class="row">
Eric Park5161ff22021-06-08 14:49:30 +090036 <div class="col-md-12"><a class="navbar-brand" href="#"><b><b>BlissRoms</b></b></a></div>
Unknown7b05b812018-10-01 22:05:43 -040037 </div>
Eric Park9c385682021-06-08 23:50:18 +090038 <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
39 data-target="#navbar2SupportedContent" aria-controls="navbar2SupportedContent" aria-expanded="true"
40 aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
Stefan Ivicff54ece2019-08-31 14:49:48 +020041 <div class="navbar-collapse text-center justify-content-end collapse show" id="navbar2SupportedContent">
Unknownd2db0f12019-01-10 14:22:00 -050042 <ul class="navbar-nav">
43 <li class="nav-item mx-2">
Eric Park5f82ac62021-06-08 14:27:56 +090044 <a class="nav-link" href="#features"><b><b>Features</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040045 </li>
Unknownd2db0f12019-01-10 14:22:00 -050046 <li class="nav-item mx-2">
47 <a class="nav-link" href="#team"><b><b>Team</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040048 </li>
Unknownd2db0f12019-01-10 14:22:00 -050049 <li class="nav-item mx-2">
Unknown4ae0eb12019-01-21 22:17:08 -050050 <a class="nav-link" href="#gear"><b><b>Gear</b></b></a>
51 </li>
Eric Parke28ee9a2021-06-08 14:32:20 +090052 <li class="nav-item mx-2">
53 <a class="nav-link external" href="https://blisslabs.org" target="_blank"><b><b>Non Profit</b></b></a>
54 </li>
Eric Park9ec88312021-06-08 14:34:52 +090055 <li class="nav-item mx-2">
56 <a class="nav-link external" href="https://blog.blissroms.com" target="_blank"><b><b>Blog</b></b></a>
57 </li>
Unknown7b05b812018-10-01 22:05:43 -040058 </ul>
Stefan Ivicff54ece2019-08-31 14:49:48 +020059 <a class="btn navbar-btn mx-2 btn-primary" href="#download"><b><b>Download</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040060 </div>
Unknown7b05b812018-10-01 22:05:43 -040061 </div>
62 </nav>
Unknownd2db0f12019-01-10 14:22:00 -050063 <!-- Cover -->
Eric Park9c385682021-06-08 23:50:18 +090064 <div class="section-fade-out pt-5 pb-5"
65 style="background-image: url(&quot;images/bg.jpeg&quot;); background-position: center bottom;">
Unknownd2db0f12019-01-10 14:22:00 -050066 <div class="container pt-5">
67 <div class="row">
Stefan Ivicff54ece2019-08-31 14:49:48 +020068 <div class="col-md-5">
Unknownd2db0f12019-01-10 14:22:00 -050069 <div class="col-md-12">
Eric Park5161ff22021-06-08 14:49:30 +090070 <h1 class="display-3 mb-4">BlissRoms</h1>
Eric Park9c385682021-06-08 23:50:18 +090071 <p class="lead">An open-source operating system based on Android with customizations, options and added
72 security features.&nbsp;<br></p>
Stefan Ivicff54ece2019-08-31 14:49:48 +020073 <div class="d-inline-flex justify-content-center align-items-center mx-auto">
Eric Park9c385682021-06-08 23:50:18 +090074 <a href="#download"
75 class="btn btn-lg btn-primary d-inline-flex justify-content-center align-items-center mx-auto">Download
76 Now</a>
Stefan Ivicff54ece2019-08-31 14:49:48 +020077 </div>
Unknownd2db0f12019-01-10 14:22:00 -050078 </div>
79 </div>
Eric Park9c385682021-06-08 23:50:18 +090080 <div class="d-flex justify-content-center align-items-center flex-grow-1" align="center"
81 style="max-height: 100%;max-width: 100%;vertical-align: middle;display: inline-flex;float: none; margin-top: -8%;">
Unknown9af69b12019-01-17 20:21:59 -050082 <div class="d-inline-flex justify-content-center align-items-center">
Jon West3a7341c2021-06-08 09:00:24 -040083 <div class="animation d-inline-flex justify-content-center align-items-center" data-animation-step="3">
Eric Parkb730bb72021-06-08 14:38:58 +090084 <img class="img-fluid my-auto" src="images/phone-launcher-shot.png" style="" width="50%">
Unknownd2db0f12019-01-10 14:22:00 -050085 </div>
86 </div>
87 </div>
88 </div>
Unknownd2db0f12019-01-10 14:22:00 -050089 </div>
90 </div>
Eric Park4c4dd212021-06-08 14:47:04 +090091 <!-- Features Section -->
Eric Park6c69b162021-06-08 14:42:16 +090092 <div class="section-fade-in py-5 bg-dark" id="features">
Unknowne3ebd892018-10-13 05:35:38 -040093 <div class="container">
94 <div class="row">
Unknownd2db0f12019-01-10 14:22:00 -050095 <div class="col-12 text-center">
Jon West6d00f9f2019-10-25 22:33:49 -040096 <h3 class="display-3">Features</h3>
Unknownd2db0f12019-01-10 14:22:00 -050097 </div>
98 </div>
Jon West6d00f9f2019-10-25 22:33:49 -040099 <div class="row">
Unknownd2db0f12019-01-10 14:22:00 -0500100 <div class="align-self-center text-md-right text-center col-lg-4 col-md-6">
101 <h4 class="text-primary"><b>Focus on design</b></h4>
102 <p class="mb-5 text-white">We include many options for customization and theming throughout the OS</p>
103 <h4 class="text-primary"><b>Customized settings</b></h4>
104 <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 -0500105 <h4 class="text-primary"><b>Performance</b></h4>
Eric Park9c385682021-06-08 23:50:18 +0900106 <p class="mb-5 text-white">Focused on speed and stability with tweaks to assist in the most demanding
107 applications</p>
Unknownd2db0f12019-01-10 14:22:00 -0500108 </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400109 <div class="my-3 d-none d-lg-block animate-in-down col-md-4">
Eric Park4fb616b2021-06-07 07:58:46 +0900110 <img class="img-fluid d-block" src="images/Phone_features_dark.png">
111 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500112 <div class="align-self-center text-md-left text-center col-lg-4 col-md-6">
113 <h4 class="text-primary"><b>Battery-friendly</b></h4>
114 <p class="mb-5 text-white">Extra options are provided to help tune battery consumption to the best levels</p>
115 <h4 class="text-primary"><b>Added Security</b></h4>
Eric Park9c385682021-06-08 23:50:18 +0900116 <p class="mb-5 text-white">Additional security options and features are found throughout the OS. And AOSP
117 security updates are merged regularly.</p>
Unknown159e2de2019-01-22 19:54:24 -0500118 <h4 class="text-primary"><b>Compatibility</b></h4>
Eric Park9c385682021-06-08 23:50:18 +0900119 <p class="mb-5 text-white">We bring Bliss to every device we own. And our PC builds include extras for
120 ARM/ARM64 app compatibility&nbsp;&nbsp;</p>
Unknownd2db0f12019-01-10 14:22:00 -0500121 </div>
122 </div>
123 </div>
124 </div>
Eric Park4c4dd212021-06-08 14:47:04 +0900125 <!-- 501(c3) Non-profit Notice Section -->
Jon West39a7f292020-09-24 00:21:48 -0400126 <div class="section bg-dark">
Unknown5d275642019-01-10 18:40:04 -0500127 <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 -0500128 <div class="row">
Stefan Ivicff54ece2019-08-31 14:49:48 +0200129 <div class="col-md-6 text-left mx-auto flex-center">
00day0ed909132019-04-08 12:53:13 +0200130 <div>
131 <h2 class="my-3 highlight_secondary team-header text-white no-wrap">We volunteer our time.</h2>
Eric Park9c385682021-06-08 23:50:18 +0900132 <p class="mb-3 body-font">We are a 501(c3) nonprofit, run by people that donate their free time towards the
133 project. We do our best to bring a quality OS to your device, while working a real job on the side in most
134 cases. Please consider showing us we're on the right track by clicking the button below and making a small
135 contribution towards our efforts.</p> <a
136 href="https://www.paypal.com/donate?hosted_button_id=J5SLZ7MQNCT24" target="_blank"
137 class="btn btn-primary">Buy Us a Coffee</a>
00day0ed909132019-04-08 12:53:13 +0200138 </div>
Unknowne3ebd892018-10-13 05:35:38 -0400139 </div>
Eric Park9c385682021-06-08 23:50:18 +0900140 <div class="col-md-5 py-5 offset-1"><img
141 class="img-fluid d-block d-flex align-items-center justify-content-center flex-grow-1 mx-auto animate-in-right"
142 src="images/coffee-break.svg" width="300"></div>
Unknowne3ebd892018-10-13 05:35:38 -0400143 </div>
144 </div>
145 </div>
Eric Parka71ed502021-06-07 11:48:19 +0900146 <!-- Downloads Section -->
147 <div class="download-section bg-light mb-0" id="download">
148 <div class="container py-5">
Jon West6d00f9f2019-10-25 22:33:49 -0400149 <div class="row">
Eric Park9c385682021-06-08 23:50:18 +0900150 <div class="col-md-6 order-2 order-md-1"> <img class="img-fluid d-block mx-auto"
151 src="images/phone-launcher-shot.png" style="" width="50%"> </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400152 <div class="px-md-5 col-md-6 d-flex flex-column align-items-start justify-content-center order-1 order-md-2">
153 <h3 class="display-3">Downloads</h3>
Eric Park9c385682021-06-08 23:50:18 +0900154 <img
155 src="https://img.shields.io/sourceforge/dm/blissroms.svg?style=for-the-badge&amp;logo=appveyor&amp;colorB=blue"
156 max-width="160px" width="50%">
Jon West6d00f9f2019-10-25 22:33:49 -0400157 <p class="mb-3">
Jon Westb16a0482020-11-14 02:01:00 -0500158 </p>
Jon West6d00f9f2019-10-25 22:33:49 -0400159 <div id="demo">
Eric Park4c223b42021-06-07 08:13:37 +0900160 <br>
Eric Park335f73a2021-06-07 08:12:07 +0900161 <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 -0500162 <hr width="100%" size="8" align="left">
Jon Westb16a0482020-11-14 02:01:00 -0500163 <h2>Looking for our PC builds?</h2>
164 <p>(Bliss OS (x86) &amp; Android-Generic builds)</p>
Eric Park4c223b42021-06-07 08:13:37 +0900165 <br>
166 <a class="btn mb-3 btn-dark" target="_blank" href="https://blissos.org">Bliss OS</a>
167 <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 -0500168 <p></p>
169 <hr width="100%" size="8" align="left">
Eric Park358921b2021-02-08 13:04:30 +0900170 <h2>Legacy Downloads</h2>
Eric Park410b45a2020-10-01 15:18:28 +0900171 <br>
Eric Park9c385682021-06-08 23:50:18 +0900172 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/Q/">Android 10 (Q) device
173 builds</a><br>
174 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/Pie/">Android 9 (Pie) device
175 builds</a><br>
176 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/GSI/">Android 9 (Pie) GSI
177 builds</a>
Jon Westb16a0482020-11-14 02:01:00 -0500178 <p></p>
179 </div>
00day0da41c072019-07-03 01:51:49 +0200180 </div>
181 </div>
182 </div>
Eric Park9c385682021-06-08 23:50:18 +0900183
Jon West3a7341c2021-06-08 09:00:24 -0400184 </div>
185 <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>
Jon West1a555d32020-04-09 10:34:00 -0400192 </div>
193 </div>
Jon West3a7341c2021-06-08 09:00:24 -0400194 <ul class="nav nav-tabs nav-justified">
Eric Park9c385682021-06-08 23:50:18 +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 West3a7341c2021-06-08 09:00:24 -0400199 </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",
207 url: "https://api.blissroms.org/api/teambliss", // TeamBliss JSON
Eric Park9c385682021-06-08 23:50:18 +0900208 success: function (data) {
Jon West3a7341c2021-06-08 09:00:24 -0400209 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">';
212 newContent += '<img class="image crop" loading="lazy" src="' + data[i].avatar + '" ';
213 newContent += 'alt="' + data[i].member + '" />';
214 newContent += '<h3><b>' + data[i].member + '</b></h3>';
215 newContent += '<p class="team_data_text font-weight-bold">' + data[i].designation + '</p>';
216 // newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].email + '&quot;</i></p>';
Eric Park61da3982021-06-07 11:22:31 +0900217 newContent += '</div>';
Jon Westafa07012021-04-15 22:01:44 -0400218 }
Jon West3a7341c2021-06-08 09:00:24 -0400219 // Update the page with the new content
220 document.getElementById('content').innerHTML = newContent;
Jon West79fde1f2021-05-08 19:42:02 -0400221 }
Jon West3a7341c2021-06-08 09:00:24 -0400222 })
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 Park9c385682021-06-08 23:50:18 +0900232 success: function (data) {
Jon West3a7341c2021-06-08 09:00:24 -0400233 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;
245 }
246 })
247 </script>
Jon Westb16a0482020-11-14 02:01:00 -0500248 </div>
249 </div>
250 </div>
Jon West3a7341c2021-06-08 09:00:24 -0400251 </div>
252 </div>
253 </div>
254 <div class="py-5 bg-primary" id="gear">
255 <div class="container">
256 <div class="row">
257 <div class="col-md-12">
258 <h1><b>A Little Bliss Gear</b></h1>
Eric Park9c385682021-06-08 23:50:18 +0900259 <p class="lead mb-4"><b>Bliss Family of ROMs has put together a Teespring store as a start to bring some
260 stylish merchandise to our users, and help raise money for our cause. Check out a few of our selections
261 below and follow the link to our store for more</b></p>
Jon West3a7341c2021-06-08 09:00:24 -0400262 </div>
263 </div>
264 <div class="row d-flex justify-content-between">
Eric Park9c385682021-06-08 23:50:18 +0900265 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" width="1500"
266 src="images/team-bliss-t-shirt.jpg">
Jon West3a7341c2021-06-08 09:00:24 -0400267 <h4 class="my-3"> <b>T-Shirts</b></h4>
Eric Park9c385682021-06-08 23:50:18 +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 West3a7341c2021-06-08 09:00:24 -0400270 </div>
Eric Park9c385682021-06-08 23:50:18 +0900271 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/team-bliss-hoodie.jpg"
272 width="1500">
Jon West3a7341c2021-06-08 09:00:24 -0400273 <h4 class="my-3"> <b>Hoodies</b></h4>
Eric Park9c385682021-06-08 23:50:18 +0900274 <p class="body-font"><b>Keep warm in style. We have hoodies and sweatshirts available. Various sizes and
275 colors options too.</b></p>
Jon West3a7341c2021-06-08 09:00:24 -0400276 </div>
Eric Park9c385682021-06-08 23:50:18 +0900277 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/team-bliss-tank-top.jpg"
278 width="1500">
Jon West3a7341c2021-06-08 09:00:24 -0400279 <h4 class="my-3"> <b>Tank Tops</b></h4>
Eric Park9c385682021-06-08 23:50:18 +0900280 <p class="body-font"><b>It's all about the Bliss when you are wearing one of our tank tops. Various sizes and
281 colors available.</b></p>
Jon West3a7341c2021-06-08 09:00:24 -0400282 </div>
283 </div>
284 <div class="row">
285 <div class="col-md-12">
286 <div class="card">
287 <div class="card-body">
288 <h4 class="card-title"><b>Want More?</b></h4>
Eric Park9c385682021-06-08 23:50:18 +0900289 <p class="card-text body-font">We are constantly updating our selection of apparel, adding more cool
290 designs and options as we go. So make sure you check back for any updates.&nbsp;</p> <a
291 class="btn btn-primary" href="https://teespring.com/stores/bliss-family-store-2">Visit Our Teespring
292 Store&nbsp;<i class="fa fa-shopping-cart fa-fw"></i></a>
Jon West3a7341c2021-06-08 09:00:24 -0400293 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500294 </div>
Unknown5d275642019-01-10 18:40:04 -0500295 </div>
296 </div>
297 </div>
Jon West3a7341c2021-06-08 09:00:24 -0400298 </div>
299 <div class="py-5 text-light cover" style="background-color: rgb(52, 58, 64);">
300 <div class="container" style="max-width: 100%;">
301 <div class="row">
302 <div class="col-md-12">
303 <div class="row">
Eric Park9c385682021-06-08 23:50:18 +0900304 <div
305 class="d-flex flex-column justify-content-center p-3 col-md-8 offset-lg-1 align-items-start order-1 order-md-1">
Jon West3a7341c2021-06-08 09:00:24 -0400306 <h1 class="mb-3">A BlissLabs Project</h1>
Eric Park9c385682021-06-08 23:50:18 +0900307 <p class="lead">We are part of a larger community of open-source projects called BlissLabs. Explore more
308 about the other BlissLabs projects below:<br></p>
Jon West3a7341c2021-06-08 09:00:24 -0400309 <a class="btn btn-primary" target="_blank" href="https://blisslabs.org">Learn More</a>
310 </div>
Eric Park9c385682021-06-08 23:50:18 +0900311 <div class="col-md-4 col-lg-3 order-2 order-md-2 p-0"> <img
312 class="img-fluid d-block justify-content-between align-items-center my-4"
313 src="https://blisslabs.org/assets/images/bliss_labs_logo.svg" style=" width: 7.75rem;"> </div>
Jon West3a7341c2021-06-08 09:00:24 -0400314 </div>
315 </div>
316 </div>
317 <div class="row">
318 <div class="col-md-12">
319 <div class="carousel slide" data-ride="carousel" id="carousel">
320 <div class="carousel-inner">
321 <div id="carousel-slider"> </div>
322 </div>
323 <a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
324 <span class="carousel-control-prev-icon"></span>
325 <span class="sr-only">Previous</span>
326 </a>
327 <a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
328 <span class="carousel-control-next-icon"></span>
329 <span class="sr-only">Next</span>
330 </a>
331 </div>
332 <!---------------->
333 <script>
334 $.ajax({
335 type: "GET",
336 url: "https://api.blissroms.org/api/allprojects",
337 contentType: "application/json",
338 datatype: "json",
339 data: {},
Eric Park9c385682021-06-08 23:50:18 +0900340 success: function (data) {
Jon West3a7341c2021-06-08 09:00:24 -0400341 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 Parkaac04232021-06-08 23:49:34 +0900352 // newContent += '<div class="item-details">';
Jon West3a7341c2021-06-08 09:00:24 -0400353 newContent += '<h3 class="zxc" ><b style="font-size: xx-large;">' + data[i].project + '</b></h3>';
354 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 Parkaac04232021-06-08 23:49:34 +0900362 // newContent += '</div>';
Jon West3a7341c2021-06-08 09:00:24 -0400363 newContent += '</div>';
364 newContent += '</div>';
365 } else {
366 newContent = 'NONE';
367 }
368 }
369 // Update the page with the new content
370 document.getElementById('carousel-slider').innerHTML = newContent;
371 },
Eric Park9c385682021-06-08 23:50:18 +0900372 error: function (jqXHR, status, err) {
Jon West3a7341c2021-06-08 09:00:24 -0400373 newContent = 'ERROR: NONE';
374 document.getElementById('carousel-slider').innerHTML = newContent;
375 alert("Status: " + textStatus);
376 alert("Error: " + errorThrown);
377 }
378 })
379 </script>
380 <!---------------->
381 </div>
382 </div>
383 </div>
384 </div>
385 <div class="py-3 bg-dark">
386 <div class="container">
387 <div class="row">
388 <div class="col-lg-3 col-6 p-3">
389 <h5> <b>Socials</b></h5>
390 <ul class="list-unstyled text-primary">
391 <li class="text-primary"> <a href="https://t.me/Team_Bliss_Community">BlissRoms Telegram</a> </li>
392 <li> <a href="https://t.me/blissx86">Bliss OS Telegram</a> </li>
393 <li> <a href="https://www.facebook.com/BlissFamilyOfROMs/">Bliss Facebook</a> </li>
394 <li> <a href="https://twitter.com/Bliss_Roms">Bliss Twitter</a> </li>
395 <li> <a href="https://www.linkedin.com/company/stayblissful">Bliss LinkedIn</a> </li>
396 <li> <a href="https://discord.gg/wwc4Aua4fp">Bliss Discord</a> </li>
397 </ul>
398 </div>
399 <div class="col-lg-3 col-6 p-3">
400 <h5> <b>Sources</b></h5>
401 <ul class="list-unstyled">
402 <li> <a href="https://review.blissroms.com">BlissRoms Gerrit Review</a> </li>
403 <li> <a href="https://review-x86.blissroms.com">Bliss OS (x86) Gerrit Review</a> </li>
404 <li> <a href="https://github.com/BlissRoms">BlissRoms GitHub</a> </li>
405 <li> <a href="https://github.com/BlissRoms-Devices">BlissRoms-Devices GitHub</a> </li>
406 <li> <a href="https://github.com/BlissRoms-x86">Bliss OS GitHub</a> </li>
407 <li> <a href="https://github.com/BlissRoms-pine64">BlissRoms-PINE64 GitHub</a> </li>
408 </ul>
409 </div>
410 <div class="col-lg-3 col-6 p-3">
411 <h5>Subreddits</h5>
412 <ul class="list-unstyled">
413 <li> <a href="https://www.reddit.com/r/BlissRoms">BlissRoms</a> </li>
414 <li> <a href="https://www.reddit.com/r/BlissOS">Bliss OS</a> </li>
415 <li> <a href="https://www.reddit.com/r/TeamBliss">Team Bliss</a> </li>
416 </ul>
417 </div>
418 <div class="col-lg-3 col-md-3 p-3">
419 <h5> <b>Follow us</b> </h5>
420 <div class="row">
Eric Park9c385682021-06-08 23:50:18 +0900421 <div class="col-md-12 d-flex align-items-center my-2 justify-content-center"> <a
422 href="https://www.facebook.com/BlissFamilyOfROMs/" class="">
Jon West3a7341c2021-06-08 09:00:24 -0400423 <i class="d-block fa fa-facebook-official text-muted mr-2 fa-2x"></i>
424 </a> <a href="https://www.instagram.com/blissroms/">
425 <i class="d-block fa fa-instagram text-muted mx-2 fa-2x"></i>
426 </a><a href="https://github.com/BlissRoms">
427 <i class="d-block fa fa-github text-muted text-muted mx-2 fa-2x"></i>
428 </a><a href="https://www.linkedin.com/company/stayblissful">
429 <i class="d-block fa fa-linkedin text-muted text-muted mx-2 fa-2x"></i>
430 </a> <a href="https://www.reddit.com/r/BlissRoms">
431 <i class="d-block fa fa-reddit text-muted mx-2 fa-2x"></i>
432 </a> <a href="https://twitter.com/Bliss_Roms">
433 <i class="d-block fa fa-twitter text-muted ml-2 fa-2x"></i>
434 </a> </div>
435 </div>
436 </div>
437 </div>
438 <div class="row">
439 <div class="col-md-12 text-center">
440 <p class="mb-0 mt-2">© 2021 BlissLabs. All rights reserved</p>
441 </div>
442 </div>
443 </div>
444 </div>
Eric Park9c385682021-06-08 23:50:18 +0900445
Jon West3a7341c2021-06-08 09:00:24 -0400446 <!-- Team Section -->
Eric Park9c385682021-06-08 23:50:18 +0900447 <!-- Merch Section -->
448 <!-- START OF BLISSLABS -->
449 <!-- END OF BLISSLABS -->
450 <!-- Footer -->
451 <!-- JavaScript dependencies -->
452 <script src="js/mainani.js" type="text/javascript"></script>
453 <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
454 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
455 integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
456 crossorigin="anonymous"></script>
457 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
458 integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
459 crossorigin="anonymous"></script>
460 <!-- Script: Smooth scrolling between anchors in the same page -->
461 <script src="js/smooth-scroll.js"></script>
462 <script src="js/conditionize.js"></script>
463
Unknown2da56362018-10-02 12:00:05 -0400464</body>
Unknown7b05b812018-10-01 22:05:43 -0400465
Eric Park4fb616b2021-06-07 07:58:46 +0900466</html>