blob: d325e594a6b1a17833423c9319728b5027f80178 [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 -->
Jon West3a7341c2021-06-08 09:00:24 -040013 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
Jon Westb16a0482020-11-14 02:01:00 -050014 <script src="https://kit.fontawesome.com/7b4ed0a31a.js" crossorigin="anonymous"></script>
Jon West3a7341c2021-06-08 09:00:24 -040015 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
Jon West6d00f9f2019-10-25 22:33:49 -040016 <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css">
Unknownf284b752019-01-10 19:00:39 -050017 <link rel="stylesheet" href="neon.css">
18 <!-- Script: Make my navbar transparent when the document is scrolled to top -->
19 <script src="js/navbar-ontop.js"></script>
Unknownf284b752019-01-10 19:00:39 -050020 <link rel="stylesheet" href="css/animations.css">
Jon West6d00f9f2019-10-25 22:33:49 -040021 <link rel="stylesheet" href="css/style.css">
Jon West60d01562019-08-22 19:13:06 -040022 <link rel="stylesheet" href="css/table.css">
Jon West3a7341c2021-06-08 09:00:24 -040023 <script data-ad-client="ca-pub-7639560510014441" async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Unknown7b05b812018-10-01 22:05:43 -040024</head>
25
Jon West6d00f9f2019-10-25 22:33:49 -040026<body class="">
Unknownd2db0f12019-01-10 14:22:00 -050027 <!-- Navbar -->
28 <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" style="padding-right: 41px;">
00day0354614c2019-04-08 12:16:19 +020029 <div class="container pt-6">
Jon West3a7341c2021-06-08 09:00:24 -040030 <a class="navbar-brand" href="#"><img src="images/BlissIcon_Smal_wl.png" width="50" class="d-inline-block align-top" alt=""></a>
Unknownd2db0f12019-01-10 14:22:00 -050031 <div class="row">
Eric Park5161ff22021-06-08 14:49:30 +090032 <div class="col-md-12"><a class="navbar-brand" href="#"><b><b>BlissRoms</b></b></a></div>
Unknown7b05b812018-10-01 22:05:43 -040033 </div>
Jon West3a7341c2021-06-08 09:00:24 -040034 <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar2SupportedContent" aria-controls="navbar2SupportedContent" aria-expanded="true" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
Stefan Ivicff54ece2019-08-31 14:49:48 +020035 <div class="navbar-collapse text-center justify-content-end collapse show" id="navbar2SupportedContent">
Unknownd2db0f12019-01-10 14:22:00 -050036 <ul class="navbar-nav">
37 <li class="nav-item mx-2">
Eric Park5f82ac62021-06-08 14:27:56 +090038 <a class="nav-link" href="#features"><b><b>Features</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040039 </li>
Unknownd2db0f12019-01-10 14:22:00 -050040 <li class="nav-item mx-2">
41 <a class="nav-link" href="#team"><b><b>Team</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040042 </li>
Unknownd2db0f12019-01-10 14:22:00 -050043 <li class="nav-item mx-2">
Unknown4ae0eb12019-01-21 22:17:08 -050044 <a class="nav-link" href="#gear"><b><b>Gear</b></b></a>
45 </li>
Eric Parke28ee9a2021-06-08 14:32:20 +090046 <li class="nav-item mx-2">
47 <a class="nav-link external" href="https://blisslabs.org" target="_blank"><b><b>Non Profit</b></b></a>
48 </li>
Eric Park9ec88312021-06-08 14:34:52 +090049 <li class="nav-item mx-2">
50 <a class="nav-link external" href="https://blog.blissroms.com" target="_blank"><b><b>Blog</b></b></a>
51 </li>
Unknown7b05b812018-10-01 22:05:43 -040052 </ul>
Stefan Ivicff54ece2019-08-31 14:49:48 +020053 <a class="btn navbar-btn mx-2 btn-primary" href="#download"><b><b>Download</b></b></a>
Unknown7b05b812018-10-01 22:05:43 -040054 </div>
Unknown7b05b812018-10-01 22:05:43 -040055 </div>
56 </nav>
Unknownd2db0f12019-01-10 14:22:00 -050057 <!-- Cover -->
Jon West3a7341c2021-06-08 09:00:24 -040058 <div class="section-fade-out pt-5 pb-5" style="background-image: url(&quot;images/bg.jpeg&quot;); background-position: center bottom;">
Unknownd2db0f12019-01-10 14:22:00 -050059 <div class="container pt-5">
60 <div class="row">
Stefan Ivicff54ece2019-08-31 14:49:48 +020061 <div class="col-md-5">
Unknownd2db0f12019-01-10 14:22:00 -050062 <div class="col-md-12">
Eric Park5161ff22021-06-08 14:49:30 +090063 <h1 class="display-3 mb-4">BlissRoms</h1>
Jon West3a7341c2021-06-08 09:00:24 -040064 <p class="lead">An open-source operating system based on Android with customizations, options and added security features.&nbsp;<br></p>
Stefan Ivicff54ece2019-08-31 14:49:48 +020065 <div class="d-inline-flex justify-content-center align-items-center mx-auto">
Jon West3a7341c2021-06-08 09:00:24 -040066 <a href="#download" class="btn btn-lg btn-primary d-inline-flex justify-content-center align-items-center mx-auto">Download Now</a>
Stefan Ivicff54ece2019-08-31 14:49:48 +020067 </div>
Unknownd2db0f12019-01-10 14:22:00 -050068 </div>
69 </div>
Jon West3a7341c2021-06-08 09:00:24 -040070 <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%;">
Unknown9af69b12019-01-17 20:21:59 -050071 <div class="d-inline-flex justify-content-center align-items-center">
Jon West3a7341c2021-06-08 09:00:24 -040072 <div class="animation d-inline-flex justify-content-center align-items-center" data-animation-step="3">
Eric Parkb730bb72021-06-08 14:38:58 +090073 <img class="img-fluid my-auto" src="images/phone-launcher-shot.png" style="" width="50%">
Unknownd2db0f12019-01-10 14:22:00 -050074 </div>
75 </div>
76 </div>
77 </div>
Unknownd2db0f12019-01-10 14:22:00 -050078 </div>
79 </div>
Eric Park4c4dd212021-06-08 14:47:04 +090080 <!-- Features Section -->
Eric Park6c69b162021-06-08 14:42:16 +090081 <div class="section-fade-in py-5 bg-dark" id="features">
Unknowne3ebd892018-10-13 05:35:38 -040082 <div class="container">
83 <div class="row">
Unknownd2db0f12019-01-10 14:22:00 -050084 <div class="col-12 text-center">
Jon West6d00f9f2019-10-25 22:33:49 -040085 <h3 class="display-3">Features</h3>
Unknownd2db0f12019-01-10 14:22:00 -050086 </div>
87 </div>
Jon West6d00f9f2019-10-25 22:33:49 -040088 <div class="row">
Unknownd2db0f12019-01-10 14:22:00 -050089 <div class="align-self-center text-md-right text-center col-lg-4 col-md-6">
90 <h4 class="text-primary"><b>Focus on design</b></h4>
91 <p class="mb-5 text-white">We include many options for customization and theming throughout the OS</p>
92 <h4 class="text-primary"><b>Customized settings</b></h4>
93 <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 -050094 <h4 class="text-primary"><b>Performance</b></h4>
Jon West3a7341c2021-06-08 09:00:24 -040095 <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 -050096 </div>
Jon West6d00f9f2019-10-25 22:33:49 -040097 <div class="my-3 d-none d-lg-block animate-in-down col-md-4">
Eric Park4fb616b2021-06-07 07:58:46 +090098 <img class="img-fluid d-block" src="images/Phone_features_dark.png">
99 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500100 <div class="align-self-center text-md-left text-center col-lg-4 col-md-6">
101 <h4 class="text-primary"><b>Battery-friendly</b></h4>
102 <p class="mb-5 text-white">Extra options are provided to help tune battery consumption to the best levels</p>
103 <h4 class="text-primary"><b>Added Security</b></h4>
Jon West3a7341c2021-06-08 09:00:24 -0400104 <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 -0500105 <h4 class="text-primary"><b>Compatibility</b></h4>
Jon West3a7341c2021-06-08 09:00:24 -0400106 <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 -0500107 </div>
108 </div>
109 </div>
110 </div>
Eric Park4c4dd212021-06-08 14:47:04 +0900111 <!-- 501(c3) Non-profit Notice Section -->
Jon West39a7f292020-09-24 00:21:48 -0400112 <div class="section bg-dark">
Unknown5d275642019-01-10 18:40:04 -0500113 <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 -0500114 <div class="row">
Stefan Ivicff54ece2019-08-31 14:49:48 +0200115 <div class="col-md-6 text-left mx-auto flex-center">
00day0ed909132019-04-08 12:53:13 +0200116 <div>
117 <h2 class="my-3 highlight_secondary team-header text-white no-wrap">We volunteer our time.</h2>
Jon West3a7341c2021-06-08 09:00:24 -0400118 <p class="mb-3 body-font">We are a 501(c3) nonprofit, run by people that donate their free time towards the project. We do our best to bring a quality OS to your device, while working a real job on the side in most cases. Please consider showing us we're on the right track by clicking the button below and making a small contribution towards our efforts.</p> <a href="https://www.paypal.com/donate?hosted_button_id=J5SLZ7MQNCT24" target="_blank" class="btn btn-primary">Buy Us a Coffee</a>
00day0ed909132019-04-08 12:53:13 +0200119 </div>
Unknowne3ebd892018-10-13 05:35:38 -0400120 </div>
Jon West3a7341c2021-06-08 09:00:24 -0400121 <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 -0400122 </div>
123 </div>
124 </div>
Eric Parka71ed502021-06-07 11:48:19 +0900125 <!-- Downloads Section -->
126 <div class="download-section bg-light mb-0" id="download">
127 <div class="container py-5">
Jon West6d00f9f2019-10-25 22:33:49 -0400128 <div class="row">
Jon West3a7341c2021-06-08 09:00:24 -0400129 <div class="col-md-6 order-2 order-md-1"> <img class="img-fluid d-block mx-auto" src="images/phone-launcher-shot.png" style="" width="50%"> </div>
Jon West6d00f9f2019-10-25 22:33:49 -0400130 <div class="px-md-5 col-md-6 d-flex flex-column align-items-start justify-content-center order-1 order-md-2">
131 <h3 class="display-3">Downloads</h3>
Jon West3a7341c2021-06-08 09:00:24 -0400132 <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%">
Jon West6d00f9f2019-10-25 22:33:49 -0400133 <p class="mb-3">
Jon Westb16a0482020-11-14 02:01:00 -0500134 </p>
Jon West6d00f9f2019-10-25 22:33:49 -0400135 <div id="demo">
Eric Park4c223b42021-06-07 08:13:37 +0900136 <br>
Eric Park335f73a2021-06-07 08:12:07 +0900137 <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 -0500138 <hr width="100%" size="8" align="left">
Jon Westb16a0482020-11-14 02:01:00 -0500139 <h2>Looking for our PC builds?</h2>
140 <p>(Bliss OS (x86) &amp; Android-Generic builds)</p>
Eric Park4c223b42021-06-07 08:13:37 +0900141 <br>
142 <a class="btn mb-3 btn-dark" target="_blank" href="https://blissos.org">Bliss OS</a>
143 <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 -0500144 <p></p>
145 <hr width="100%" size="8" align="left">
Eric Park358921b2021-02-08 13:04:30 +0900146 <h2>Legacy Downloads</h2>
Eric Park410b45a2020-10-01 15:18:28 +0900147 <br>
Jon West3a7341c2021-06-08 09:00:24 -0400148 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/Q/">Android 10 (Q) device builds</a><br>
149 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/Pie/">Android 9 (Pie) device builds</a><br>
150 <a class="btn btn-link" href="https://sourceforge.net/projects/blissroms/files/GSI/">Android 9 (Pie) GSI builds</a>
Jon Westb16a0482020-11-14 02:01:00 -0500151 <p></p>
152 </div>
00day0da41c072019-07-03 01:51:49 +0200153 </div>
154 </div>
155 </div>
Jon West3a7341c2021-06-08 09:00:24 -0400156
157 </div>
158 <div class="py-5 bg-light" id="team">
159 <div class="container">
160 <div class="row">
161 <div class="col-md-12">
162 <div class="row">
163 <div class="mx-auto col-md-12 text-center">
164 <h3 class="display-3">The Team</h3>
Jon West1a555d32020-04-09 10:34:00 -0400165 </div>
166 </div>
Jon West3a7341c2021-06-08 09:00:24 -0400167 <ul class="nav nav-tabs nav-justified">
168 <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>
169 <li class="nav-item mx-auto font-weight-bold"> <a href="" class="nav-link" data-toggle="tab" data-target="#tabtwo">Maintainers</a> </li>
170 </ul>
171 <div class="tab-content mt-2">
172 <div class="tab-pane fade show active" id="tabone" role="tabpanel">
173 <section id="content" class="team_content"></section>
174 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
175 <script>
176 $.ajax({
177 type: "GET",
178 url: "https://api.blissroms.org/api/teambliss", // TeamBliss JSON
179 success: function(data) {
180 var newContent = ''; // Variable to hold HTML
181 for (var i = 0; i < data.length; i++) { // Loop through object
182 newContent += '<div id="event" class="team_item">';
183 newContent += '<img class="image crop" loading="lazy" src="' + data[i].avatar + '" ';
184 newContent += 'alt="' + data[i].member + '" />';
185 newContent += '<h3><b>' + data[i].member + '</b></h3>';
186 newContent += '<p class="team_data_text font-weight-bold">' + data[i].designation + '</p>';
187 // newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].email + '&quot;</i></p>';
Eric Park61da3982021-06-07 11:22:31 +0900188 newContent += '</div>';
Jon Westafa07012021-04-15 22:01:44 -0400189 }
Jon West3a7341c2021-06-08 09:00:24 -0400190 // Update the page with the new content
191 document.getElementById('content').innerHTML = newContent;
Jon West79fde1f2021-05-08 19:42:02 -0400192 }
Jon West3a7341c2021-06-08 09:00:24 -0400193 })
194 </script>
195 </div>
196 <div class="tab-pane fade" id="tabtwo" role="tabpanel">
197 <section id="content2" class="team_content"></section>
198 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
199 <script>
200 $.ajax({
201 type: "GET",
202 url: "https://blissapi.blissroms.com/blissinfra/public/allmaintainers", // TeamBliss JSON
203 success: function(data) {
204 var newContent = ''; // Variable to hold HTML
205 for (var i = 0; i < data.length; i++) { // Loop through object
206 newContent += '<div id="event" class="team_item">';
207 newContent += '<img class="image crop" src="' + data[i].image + '" ';
208 newContent += 'alt="' + data[i].mname + '" />';
209 newContent += '<h3><b>' + data[i].mname + '</b></h3>';
210 newContent += '<p class="team_data_text font-weight-bold">' + data[i].device + '</p>';
211 newContent += '<p class="team_data_text font-weight-bold"><i>&quot;' + data[i].codename + '&quot;</i></p>';
212 newContent += '</div>';
213 }
214 // Update the page with the new content
215 document.getElementById('content2').innerHTML = newContent;
216 }
217 })
218 </script>
Jon Westb16a0482020-11-14 02:01:00 -0500219 </div>
220 </div>
221 </div>
Jon West3a7341c2021-06-08 09:00:24 -0400222 </div>
223 </div>
224 </div>
225 <div class="py-5 bg-primary" id="gear">
226 <div class="container">
227 <div class="row">
228 <div class="col-md-12">
229 <h1><b>A Little Bliss Gear</b></h1>
230 <p class="lead mb-4"><b>Bliss Family of ROMs has put together a Teespring store as a start to bring some stylish merchandise to our users, and help raise money for our cause. Check out a few of our selections below and follow the link to our store for more</b></p>
231 </div>
232 </div>
233 <div class="row d-flex justify-content-between">
234 <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">
235 <h4 class="my-3"> <b>T-Shirts</b></h4>
236 <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>
237 </div>
238 <div class="col-md-4 col-lg-3 p-4"> <img class="img-fluid d-block" src="images/team-bliss-hoodie.jpg" width="1500">
239 <h4 class="my-3"> <b>Hoodies</b></h4>
240 <p class="body-font"><b>Keep warm in style. We have hoodies and sweatshirts available. Various sizes and colors options too.</b></p>
241 </div>
242 <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">
243 <h4 class="my-3"> <b>Tank Tops</b></h4>
244 <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>
245 </div>
246 </div>
247 <div class="row">
248 <div class="col-md-12">
249 <div class="card">
250 <div class="card-body">
251 <h4 class="card-title"><b>Want More?</b></h4>
252 <p class="card-text body-font">We are constantly updating our selection of apparel, adding more cool designs and options as we go. So make sure you check back for any updates.&nbsp;</p> <a class="btn btn-primary" href="https://teespring.com/stores/bliss-family-store-2">Visit Our Teespring Store&nbsp;<i class="fa fa-shopping-cart fa-fw"></i></a>
253 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500254 </div>
Unknown5d275642019-01-10 18:40:04 -0500255 </div>
256 </div>
257 </div>
Jon West3a7341c2021-06-08 09:00:24 -0400258 </div>
259 <div class="py-5 text-light cover" style="background-color: rgb(52, 58, 64);">
260 <div class="container" style="max-width: 100%;">
261 <div class="row">
262 <div class="col-md-12">
263 <div class="row">
264 <div class="d-flex flex-column justify-content-center p-3 col-md-8 offset-lg-1 align-items-start order-1 order-md-1">
265 <h1 class="mb-3">A BlissLabs Project</h1>
266 <p class="lead">We are part of a larger community of open-source projects called BlissLabs. Explore more about the other BlissLabs projects below:<br></p>
267 <a class="btn btn-primary" target="_blank" href="https://blisslabs.org">Learn More</a>
268 </div>
269 <div class="col-md-4 col-lg-3 order-2 order-md-2 p-0"> <img class="img-fluid d-block justify-content-between align-items-center my-4" src="https://blisslabs.org/assets/images/bliss_labs_logo.svg" style=" width: 7.75rem;"> </div>
270 </div>
271 </div>
272 </div>
273 <div class="row">
274 <div class="col-md-12">
275 <div class="carousel slide" data-ride="carousel" id="carousel">
276 <div class="carousel-inner">
277 <div id="carousel-slider"> </div>
278 </div>
279 <a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
280 <span class="carousel-control-prev-icon"></span>
281 <span class="sr-only">Previous</span>
282 </a>
283 <a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
284 <span class="carousel-control-next-icon"></span>
285 <span class="sr-only">Next</span>
286 </a>
287 </div>
288 <!---------------->
289 <script>
290 $.ajax({
291 type: "GET",
292 url: "https://api.blissroms.org/api/allprojects",
293 contentType: "application/json",
294 datatype: "json",
295 data: {},
296 success: function(data) {
297 var newContent = ''; // Variable to hold HTML
298 for (var i = 0; i < data.length; i++) { // Loop through object
299 if (data[i].project != null) {
300 if (i == 0) {
301 newContent += '<div class="carousel-item active" style="padding-block: 10vh;" >';
302 } else {
303 newContent += '<div class="carousel-item" >';
304 }
305 newContent += '<img class="d-block img-fluid" src="' + data[i].project_avatar + '" style="margin-left: 10%; height: 35vh;"';
306 newContent += 'alt="' + data[i].project + ' " style="padding-top: 1.5rem;"/>';
307 newContent += '<div class="carousel-caption" style="background: linear-gradient(#343a40 10%, #343a40 100%)!important; padding-top: 50vw; width: 50vw; margin-left: 30vw; bottom: 0px ">';
308 <!-- newContent += '<div class="item-details">'; -->
309 newContent += '<h3 class="zxc" ><b style="font-size: xx-large;">' + data[i].project + '</b></h3>';
310 newContent += '<h5 class="zxc" >Project Lead: ' + data[i].project_lead + '</h5>';
311 newContent += '<p class="card__text zxc" style=" margin-right: 1.7rem; margin-left: 1.7rem; ">' + data[i].project_description + '</p>';
312 if (data[i].project_github != null) {
313 newContent += '<a href="' + data[i].project_github + '" target="_blank"><i class="fab fa fa-git p-2" style="font-size: 300%;"></i></a>';
314 }
315 if (data[i].project_website != null) {
316 newContent += '<a href="' + data[i].project_website + '" target="_blank"><i class="fab fa p-2 fa-globe" style="font-size: 300%;"></i></a>';
317 }
318 <!-- newContent += '</div>'; -->
319 newContent += '</div>';
320 newContent += '</div>';
321 } else {
322 newContent = 'NONE';
323 }
324 }
325 // Update the page with the new content
326 document.getElementById('carousel-slider').innerHTML = newContent;
327 },
328 error: function(jqXHR, status, err) {
329 newContent = 'ERROR: NONE';
330 document.getElementById('carousel-slider').innerHTML = newContent;
331 alert("Status: " + textStatus);
332 alert("Error: " + errorThrown);
333 }
334 })
335 </script>
336 <!---------------->
337 </div>
338 </div>
339 </div>
340 </div>
341 <div class="py-3 bg-dark">
342 <div class="container">
343 <div class="row">
344 <div class="col-lg-3 col-6 p-3">
345 <h5> <b>Socials</b></h5>
346 <ul class="list-unstyled text-primary">
347 <li class="text-primary"> <a href="https://t.me/Team_Bliss_Community">BlissRoms Telegram</a> </li>
348 <li> <a href="https://t.me/blissx86">Bliss OS Telegram</a> </li>
349 <li> <a href="https://www.facebook.com/BlissFamilyOfROMs/">Bliss Facebook</a> </li>
350 <li> <a href="https://twitter.com/Bliss_Roms">Bliss Twitter</a> </li>
351 <li> <a href="https://www.linkedin.com/company/stayblissful">Bliss LinkedIn</a> </li>
352 <li> <a href="https://discord.gg/wwc4Aua4fp">Bliss Discord</a> </li>
353 </ul>
354 </div>
355 <div class="col-lg-3 col-6 p-3">
356 <h5> <b>Sources</b></h5>
357 <ul class="list-unstyled">
358 <li> <a href="https://review.blissroms.com">BlissRoms Gerrit Review</a> </li>
359 <li> <a href="https://review-x86.blissroms.com">Bliss OS (x86) Gerrit Review</a> </li>
360 <li> <a href="https://github.com/BlissRoms">BlissRoms GitHub</a> </li>
361 <li> <a href="https://github.com/BlissRoms-Devices">BlissRoms-Devices GitHub</a> </li>
362 <li> <a href="https://github.com/BlissRoms-x86">Bliss OS GitHub</a> </li>
363 <li> <a href="https://github.com/BlissRoms-pine64">BlissRoms-PINE64 GitHub</a> </li>
364 </ul>
365 </div>
366 <div class="col-lg-3 col-6 p-3">
367 <h5>Subreddits</h5>
368 <ul class="list-unstyled">
369 <li> <a href="https://www.reddit.com/r/BlissRoms">BlissRoms</a> </li>
370 <li> <a href="https://www.reddit.com/r/BlissOS">Bliss OS</a> </li>
371 <li> <a href="https://www.reddit.com/r/TeamBliss">Team Bliss</a> </li>
372 </ul>
373 </div>
374 <div class="col-lg-3 col-md-3 p-3">
375 <h5> <b>Follow us</b> </h5>
376 <div class="row">
377 <div class="col-md-12 d-flex align-items-center my-2 justify-content-center"> <a href="https://www.facebook.com/BlissFamilyOfROMs/" class="">
378 <i class="d-block fa fa-facebook-official text-muted mr-2 fa-2x"></i>
379 </a> <a href="https://www.instagram.com/blissroms/">
380 <i class="d-block fa fa-instagram text-muted mx-2 fa-2x"></i>
381 </a><a href="https://github.com/BlissRoms">
382 <i class="d-block fa fa-github text-muted text-muted mx-2 fa-2x"></i>
383 </a><a href="https://www.linkedin.com/company/stayblissful">
384 <i class="d-block fa fa-linkedin text-muted text-muted mx-2 fa-2x"></i>
385 </a> <a href="https://www.reddit.com/r/BlissRoms">
386 <i class="d-block fa fa-reddit text-muted mx-2 fa-2x"></i>
387 </a> <a href="https://twitter.com/Bliss_Roms">
388 <i class="d-block fa fa-twitter text-muted ml-2 fa-2x"></i>
389 </a> </div>
390 </div>
391 </div>
392 </div>
393 <div class="row">
394 <div class="col-md-12 text-center">
395 <p class="mb-0 mt-2">© 2021 BlissLabs. All rights reserved</p>
396 </div>
397 </div>
398 </div>
399 </div>
400
401 <!-- Team Section -->
402 <!-- Merch Section -->
403 <!-- START OF BLISSLABS -->
404 <!-- END OF BLISSLABS -->
Jon Westb16a0482020-11-14 02:01:00 -0500405 <!-- Footer -->
406 <!-- JavaScript dependencies -->
407 <script src="js/mainani.js" type="text/javascript"></script>
408 <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
Jon West3a7341c2021-06-08 09:00:24 -0400409 <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>
410 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
Jon Westb16a0482020-11-14 02:01:00 -0500411 <!-- Script: Smooth scrolling between anchors in the same page -->
412 <script src="js/smooth-scroll.js"></script>
413 <script src="js/conditionize.js"></script>
Jon West3a7341c2021-06-08 09:00:24 -0400414
Unknown2da56362018-10-02 12:00:05 -0400415</body>
Unknown7b05b812018-10-01 22:05:43 -0400416
Eric Park4fb616b2021-06-07 07:58:46 +0900417</html>