blob: 579c2dadf7fd89bafe73b3f06794dd11d8b9a6d7 [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>
Jon West3a7341c2021-06-08 09:00:24 -0400183 </div>
Eric Park3446fcd2021-06-08 23:51:25 +0900184 <!-- Team Section -->
Jon West3a7341c2021-06-08 09:00:24 -0400185 <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>
Eric Park3446fcd2021-06-08 23:51:25 +0900254 <!-- Merch Section -->
Jon West3a7341c2021-06-08 09:00:24 -0400255 <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 Park9c385682021-06-08 23:50:18 +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 West3a7341c2021-06-08 09:00:24 -0400263 </div>
264 </div>
265 <div class="row d-flex justify-content-between">
Eric Park9c385682021-06-08 23:50:18 +0900266 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" width="1500"
267 src="images/team-bliss-t-shirt.jpg">
Jon West3a7341c2021-06-08 09:00:24 -0400268 <h4 class="my-3"> <b>T-Shirts</b></h4>
Eric Park9c385682021-06-08 23:50:18 +0900269 <p class="body-font"><b>Be the first one on your block to sport Bliss on your back. Various sizes and colors
270 available.</b></p>
Jon West3a7341c2021-06-08 09:00:24 -0400271 </div>
Eric Park9c385682021-06-08 23:50:18 +0900272 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/team-bliss-hoodie.jpg"
273 width="1500">
Jon West3a7341c2021-06-08 09:00:24 -0400274 <h4 class="my-3"> <b>Hoodies</b></h4>
Eric Park9c385682021-06-08 23:50:18 +0900275 <p class="body-font"><b>Keep warm in style. We have hoodies and sweatshirts available. Various sizes and
276 colors options too.</b></p>
Jon West3a7341c2021-06-08 09:00:24 -0400277 </div>
Eric Park9c385682021-06-08 23:50:18 +0900278 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/team-bliss-tank-top.jpg"
279 width="1500">
Jon West3a7341c2021-06-08 09:00:24 -0400280 <h4 class="my-3"> <b>Tank Tops</b></h4>
Eric Park9c385682021-06-08 23:50:18 +0900281 <p class="body-font"><b>It's all about the Bliss when you are wearing one of our tank tops. Various sizes and
282 colors available.</b></p>
Jon West3a7341c2021-06-08 09:00:24 -0400283 </div>
284 </div>
285 <div class="row">
286 <div class="col-md-12">
287 <div class="card">
288 <div class="card-body">
289 <h4 class="card-title"><b>Want More?</b></h4>
Eric Park9c385682021-06-08 23:50:18 +0900290 <p class="card-text body-font">We are constantly updating our selection of apparel, adding more cool
291 designs and options as we go. So make sure you check back for any updates.&nbsp;</p> <a
292 class="btn btn-primary" href="https://teespring.com/stores/bliss-family-store-2">Visit Our Teespring
293 Store&nbsp;<i class="fa fa-shopping-cart fa-fw"></i></a>
Jon West3a7341c2021-06-08 09:00:24 -0400294 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500295 </div>
Unknown5d275642019-01-10 18:40:04 -0500296 </div>
297 </div>
298 </div>
Jon West3a7341c2021-06-08 09:00:24 -0400299 </div>
Eric Park3446fcd2021-06-08 23:51:25 +0900300 <!-- BlissLabs Section -->
Jon West3a7341c2021-06-08 09:00:24 -0400301 <div class="py-5 text-light cover" style="background-color: rgb(52, 58, 64);">
302 <div class="container" style="max-width: 100%;">
303 <div class="row">
304 <div class="col-md-12">
305 <div class="row">
Eric Park9c385682021-06-08 23:50:18 +0900306 <div
307 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 -0400308 <h1 class="mb-3">A BlissLabs Project</h1>
Eric Park9c385682021-06-08 23:50:18 +0900309 <p class="lead">We are part of a larger community of open-source projects called BlissLabs. Explore more
310 about the other BlissLabs projects below:<br></p>
Jon West3a7341c2021-06-08 09:00:24 -0400311 <a class="btn btn-primary" target="_blank" href="https://blisslabs.org">Learn More</a>
312 </div>
Eric Park9c385682021-06-08 23:50:18 +0900313 <div class="col-md-4 col-lg-3 order-2 order-md-2 p-0"> <img
314 class="img-fluid d-block justify-content-between align-items-center my-4"
315 src="https://blisslabs.org/assets/images/bliss_labs_logo.svg" style=" width: 7.75rem;"> </div>
Jon West3a7341c2021-06-08 09:00:24 -0400316 </div>
317 </div>
318 </div>
319 <div class="row">
320 <div class="col-md-12">
321 <div class="carousel slide" data-ride="carousel" id="carousel">
322 <div class="carousel-inner">
323 <div id="carousel-slider"> </div>
324 </div>
325 <a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
326 <span class="carousel-control-prev-icon"></span>
327 <span class="sr-only">Previous</span>
328 </a>
329 <a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
330 <span class="carousel-control-next-icon"></span>
331 <span class="sr-only">Next</span>
332 </a>
333 </div>
334 <!---------------->
335 <script>
336 $.ajax({
337 type: "GET",
338 url: "https://api.blissroms.org/api/allprojects",
339 contentType: "application/json",
340 datatype: "json",
341 data: {},
Eric Park9c385682021-06-08 23:50:18 +0900342 success: function (data) {
Jon West3a7341c2021-06-08 09:00:24 -0400343 var newContent = ''; // Variable to hold HTML
344 for (var i = 0; i < data.length; i++) { // Loop through object
345 if (data[i].project != null) {
346 if (i == 0) {
347 newContent += '<div class="carousel-item active" style="padding-block: 10vh;" >';
348 } else {
349 newContent += '<div class="carousel-item" >';
350 }
351 newContent += '<img class="d-block img-fluid" src="' + data[i].project_avatar + '" style="margin-left: 10%; height: 35vh;"';
352 newContent += 'alt="' + data[i].project + ' " style="padding-top: 1.5rem;"/>';
353 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 +0900354 // newContent += '<div class="item-details">';
Jon West3a7341c2021-06-08 09:00:24 -0400355 newContent += '<h3 class="zxc" ><b style="font-size: xx-large;">' + data[i].project + '</b></h3>';
356 newContent += '<h5 class="zxc" >Project Lead: ' + data[i].project_lead + '</h5>';
357 newContent += '<p class="card__text zxc" style=" margin-right: 1.7rem; margin-left: 1.7rem; ">' + data[i].project_description + '</p>';
358 if (data[i].project_github != null) {
359 newContent += '<a href="' + data[i].project_github + '" target="_blank"><i class="fab fa fa-git p-2" style="font-size: 300%;"></i></a>';
360 }
361 if (data[i].project_website != null) {
362 newContent += '<a href="' + data[i].project_website + '" target="_blank"><i class="fab fa p-2 fa-globe" style="font-size: 300%;"></i></a>';
363 }
Eric Parkaac04232021-06-08 23:49:34 +0900364 // newContent += '</div>';
Jon West3a7341c2021-06-08 09:00:24 -0400365 newContent += '</div>';
366 newContent += '</div>';
367 } else {
368 newContent = 'NONE';
369 }
370 }
371 // Update the page with the new content
372 document.getElementById('carousel-slider').innerHTML = newContent;
373 },
Eric Park9c385682021-06-08 23:50:18 +0900374 error: function (jqXHR, status, err) {
Jon West3a7341c2021-06-08 09:00:24 -0400375 newContent = 'ERROR: NONE';
376 document.getElementById('carousel-slider').innerHTML = newContent;
377 alert("Status: " + textStatus);
378 alert("Error: " + errorThrown);
379 }
380 })
381 </script>
382 <!---------------->
383 </div>
384 </div>
385 </div>
386 </div>
Eric Park3446fcd2021-06-08 23:51:25 +0900387 <!-- Footer -->
Jon West3a7341c2021-06-08 09:00:24 -0400388 <div class="py-3 bg-dark">
389 <div class="container">
390 <div class="row">
391 <div class="col-lg-3 col-6 p-3">
392 <h5> <b>Socials</b></h5>
393 <ul class="list-unstyled text-primary">
394 <li class="text-primary"> <a href="https://t.me/Team_Bliss_Community">BlissRoms Telegram</a> </li>
395 <li> <a href="https://t.me/blissx86">Bliss OS Telegram</a> </li>
396 <li> <a href="https://www.facebook.com/BlissFamilyOfROMs/">Bliss Facebook</a> </li>
397 <li> <a href="https://twitter.com/Bliss_Roms">Bliss Twitter</a> </li>
398 <li> <a href="https://www.linkedin.com/company/stayblissful">Bliss LinkedIn</a> </li>
399 <li> <a href="https://discord.gg/wwc4Aua4fp">Bliss Discord</a> </li>
400 </ul>
401 </div>
402 <div class="col-lg-3 col-6 p-3">
403 <h5> <b>Sources</b></h5>
404 <ul class="list-unstyled">
405 <li> <a href="https://review.blissroms.com">BlissRoms Gerrit Review</a> </li>
406 <li> <a href="https://review-x86.blissroms.com">Bliss OS (x86) Gerrit Review</a> </li>
407 <li> <a href="https://github.com/BlissRoms">BlissRoms GitHub</a> </li>
408 <li> <a href="https://github.com/BlissRoms-Devices">BlissRoms-Devices GitHub</a> </li>
409 <li> <a href="https://github.com/BlissRoms-x86">Bliss OS GitHub</a> </li>
410 <li> <a href="https://github.com/BlissRoms-pine64">BlissRoms-PINE64 GitHub</a> </li>
411 </ul>
412 </div>
413 <div class="col-lg-3 col-6 p-3">
414 <h5>Subreddits</h5>
415 <ul class="list-unstyled">
416 <li> <a href="https://www.reddit.com/r/BlissRoms">BlissRoms</a> </li>
417 <li> <a href="https://www.reddit.com/r/BlissOS">Bliss OS</a> </li>
418 <li> <a href="https://www.reddit.com/r/TeamBliss">Team Bliss</a> </li>
419 </ul>
420 </div>
421 <div class="col-lg-3 col-md-3 p-3">
422 <h5> <b>Follow us</b> </h5>
423 <div class="row">
Eric Park9c385682021-06-08 23:50:18 +0900424 <div class="col-md-12 d-flex align-items-center my-2 justify-content-center"> <a
425 href="https://www.facebook.com/BlissFamilyOfROMs/" class="">
Jon West3a7341c2021-06-08 09:00:24 -0400426 <i class="d-block fa fa-facebook-official text-muted mr-2 fa-2x"></i>
427 </a> <a href="https://www.instagram.com/blissroms/">
428 <i class="d-block fa fa-instagram text-muted mx-2 fa-2x"></i>
429 </a><a href="https://github.com/BlissRoms">
430 <i class="d-block fa fa-github text-muted text-muted mx-2 fa-2x"></i>
431 </a><a href="https://www.linkedin.com/company/stayblissful">
432 <i class="d-block fa fa-linkedin text-muted text-muted mx-2 fa-2x"></i>
433 </a> <a href="https://www.reddit.com/r/BlissRoms">
434 <i class="d-block fa fa-reddit text-muted mx-2 fa-2x"></i>
435 </a> <a href="https://twitter.com/Bliss_Roms">
436 <i class="d-block fa fa-twitter text-muted ml-2 fa-2x"></i>
437 </a> </div>
438 </div>
439 </div>
440 </div>
441 <div class="row">
442 <div class="col-md-12 text-center">
443 <p class="mb-0 mt-2">© 2021 BlissLabs. All rights reserved</p>
444 </div>
445 </div>
446 </div>
447 </div>
Eric Park3446fcd2021-06-08 23:51:25 +0900448
Eric Park9c385682021-06-08 23:50:18 +0900449 <!-- JavaScript dependencies -->
450 <script src="js/mainani.js" type="text/javascript"></script>
451 <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
452 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
453 integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
454 crossorigin="anonymous"></script>
455 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
456 integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
457 crossorigin="anonymous"></script>
458 <!-- Script: Smooth scrolling between anchors in the same page -->
459 <script src="js/smooth-scroll.js"></script>
460 <script src="js/conditionize.js"></script>
461
Unknown2da56362018-10-02 12:00:05 -0400462</body>
Unknown7b05b812018-10-01 22:05:43 -0400463
Eric Park4fb616b2021-06-07 07:58:46 +0900464</html>