Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 1 | <!DOCTYPE html> |
Unknown | 7c1a43d | 2018-02-25 13:03:24 -0500 | [diff] [blame] | 2 | <html> |
Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 3 | |
| 4 | <head> |
Unknown | f284b75 | 2019-01-10 19:00:39 -0500 | [diff] [blame] | 5 | <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 Park | 5161ff2 | 2021-06-08 14:49:30 +0900 | [diff] [blame] | 9 | <title>BlissRoms</title> |
Unknown | f284b75 | 2019-01-10 19:00:39 -0500 | [diff] [blame] | 10 | <meta name="description" content="Open Source OS for all devices, based on AOSP"> |
| 11 | <meta name="keywords" content="blissroms, bliss, os, x86, aosp, android, rom, teambliss"> |
| 12 | <!-- CSS dependencies --> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 13 | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" |
| 14 | integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> |
Jon West | b16a048 | 2020-11-14 02:01:00 -0500 | [diff] [blame] | 15 | <script src="https://kit.fontawesome.com/7b4ed0a31a.js" crossorigin="anonymous"></script> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 16 | <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 West | 6d00f9f | 2019-10-25 22:33:49 -0400 | [diff] [blame] | 18 | <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css"> |
Unknown | f284b75 | 2019-01-10 19:00:39 -0500 | [diff] [blame] | 19 | <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> |
Unknown | f284b75 | 2019-01-10 19:00:39 -0500 | [diff] [blame] | 22 | <link rel="stylesheet" href="css/animations.css"> |
Jon West | 6d00f9f | 2019-10-25 22:33:49 -0400 | [diff] [blame] | 23 | <link rel="stylesheet" href="css/style.css"> |
Jon West | 60d0156 | 2019-08-22 19:13:06 -0400 | [diff] [blame] | 24 | <link rel="stylesheet" href="css/table.css"> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 25 | <script data-ad-client="ca-pub-7639560510014441" async="" |
| 26 | src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> |
Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 27 | </head> |
| 28 | |
Jon West | 6d00f9f | 2019-10-25 22:33:49 -0400 | [diff] [blame] | 29 | <body class=""> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 30 | <!-- Navbar --> |
| 31 | <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" style="padding-right: 41px;"> |
00day0 | 354614c | 2019-04-08 12:16:19 +0200 | [diff] [blame] | 32 | <div class="container pt-6"> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 33 | <a class="navbar-brand" href="#"><img src="images/BlissIcon_Smal_wl.png" width="50" |
| 34 | class="d-inline-block align-top" alt=""></a> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 35 | <div class="row"> |
Eric Park | 5161ff2 | 2021-06-08 14:49:30 +0900 | [diff] [blame] | 36 | <div class="col-md-12"><a class="navbar-brand" href="#"><b><b>BlissRoms</b></b></a></div> |
Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 37 | </div> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 38 | <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 Ivic | ff54ece | 2019-08-31 14:49:48 +0200 | [diff] [blame] | 41 | <div class="navbar-collapse text-center justify-content-end collapse show" id="navbar2SupportedContent"> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 42 | <ul class="navbar-nav"> |
| 43 | <li class="nav-item mx-2"> |
Eric Park | 5f82ac6 | 2021-06-08 14:27:56 +0900 | [diff] [blame] | 44 | <a class="nav-link" href="#features"><b><b>Features</b></b></a> |
Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 45 | </li> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 46 | <li class="nav-item mx-2"> |
| 47 | <a class="nav-link" href="#team"><b><b>Team</b></b></a> |
Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 48 | </li> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 49 | <li class="nav-item mx-2"> |
Unknown | 4ae0eb1 | 2019-01-21 22:17:08 -0500 | [diff] [blame] | 50 | <a class="nav-link" href="#gear"><b><b>Gear</b></b></a> |
| 51 | </li> |
Eric Park | e28ee9a | 2021-06-08 14:32:20 +0900 | [diff] [blame] | 52 | <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 Park | 9ec8831 | 2021-06-08 14:34:52 +0900 | [diff] [blame] | 55 | <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> |
Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 58 | </ul> |
Stefan Ivic | ff54ece | 2019-08-31 14:49:48 +0200 | [diff] [blame] | 59 | <a class="btn navbar-btn mx-2 btn-primary" href="#download"><b><b>Download</b></b></a> |
Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 60 | </div> |
Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 61 | </div> |
| 62 | </nav> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 63 | <!-- Cover --> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 64 | <div class="section-fade-out pt-5 pb-5" |
| 65 | style="background-image: url("images/bg.jpeg"); background-position: center bottom;"> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 66 | <div class="container pt-5"> |
| 67 | <div class="row"> |
Stefan Ivic | ff54ece | 2019-08-31 14:49:48 +0200 | [diff] [blame] | 68 | <div class="col-md-5"> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 69 | <div class="col-md-12"> |
Eric Park | 5161ff2 | 2021-06-08 14:49:30 +0900 | [diff] [blame] | 70 | <h1 class="display-3 mb-4">BlissRoms</h1> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 71 | <p class="lead">An open-source operating system based on Android with customizations, options and added |
| 72 | security features. <br></p> |
Stefan Ivic | ff54ece | 2019-08-31 14:49:48 +0200 | [diff] [blame] | 73 | <div class="d-inline-flex justify-content-center align-items-center mx-auto"> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 74 | <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 Ivic | ff54ece | 2019-08-31 14:49:48 +0200 | [diff] [blame] | 77 | </div> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 78 | </div> |
| 79 | </div> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 80 | <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%;"> |
Unknown | 9af69b1 | 2019-01-17 20:21:59 -0500 | [diff] [blame] | 82 | <div class="d-inline-flex justify-content-center align-items-center"> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 83 | <div class="animation d-inline-flex justify-content-center align-items-center" data-animation-step="3"> |
Eric Park | b730bb7 | 2021-06-08 14:38:58 +0900 | [diff] [blame] | 84 | <img class="img-fluid my-auto" src="images/phone-launcher-shot.png" style="" width="50%"> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 85 | </div> |
| 86 | </div> |
| 87 | </div> |
| 88 | </div> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 89 | </div> |
| 90 | </div> |
Eric Park | 4c4dd21 | 2021-06-08 14:47:04 +0900 | [diff] [blame] | 91 | <!-- Features Section --> |
Eric Park | 6c69b16 | 2021-06-08 14:42:16 +0900 | [diff] [blame] | 92 | <div class="section-fade-in py-5 bg-dark" id="features"> |
Unknown | e3ebd89 | 2018-10-13 05:35:38 -0400 | [diff] [blame] | 93 | <div class="container"> |
| 94 | <div class="row"> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 95 | <div class="col-12 text-center"> |
Jon West | 6d00f9f | 2019-10-25 22:33:49 -0400 | [diff] [blame] | 96 | <h3 class="display-3">Features</h3> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 97 | </div> |
| 98 | </div> |
Jon West | 6d00f9f | 2019-10-25 22:33:49 -0400 | [diff] [blame] | 99 | <div class="row"> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 100 | <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> |
Unknown | 159e2de | 2019-01-22 19:54:24 -0500 | [diff] [blame] | 105 | <h4 class="text-primary"><b>Performance</b></h4> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 106 | <p class="mb-5 text-white">Focused on speed and stability with tweaks to assist in the most demanding |
| 107 | applications</p> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 108 | </div> |
Jon West | 6d00f9f | 2019-10-25 22:33:49 -0400 | [diff] [blame] | 109 | <div class="my-3 d-none d-lg-block animate-in-down col-md-4"> |
Eric Park | 4fb616b | 2021-06-07 07:58:46 +0900 | [diff] [blame] | 110 | <img class="img-fluid d-block" src="images/Phone_features_dark.png"> |
| 111 | </div> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 112 | <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 Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 116 | <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> |
Unknown | 159e2de | 2019-01-22 19:54:24 -0500 | [diff] [blame] | 118 | <h4 class="text-primary"><b>Compatibility</b></h4> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 119 | <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 </p> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 121 | </div> |
| 122 | </div> |
| 123 | </div> |
| 124 | </div> |
Eric Park | 4c4dd21 | 2021-06-08 14:47:04 +0900 | [diff] [blame] | 125 | <!-- 501(c3) Non-profit Notice Section --> |
Jon West | 39a7f29 | 2020-09-24 00:21:48 -0400 | [diff] [blame] | 126 | <div class="section bg-dark"> |
Unknown | 5d27564 | 2019-01-10 18:40:04 -0500 | [diff] [blame] | 127 | <div class="container d-flex justify-content-center align-items-center flex-grow-1 mx-auto w-75 py-4"> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 128 | <div class="row"> |
Stefan Ivic | ff54ece | 2019-08-31 14:49:48 +0200 | [diff] [blame] | 129 | <div class="col-md-6 text-left mx-auto flex-center"> |
00day0 | ed90913 | 2019-04-08 12:53:13 +0200 | [diff] [blame] | 130 | <div> |
| 131 | <h2 class="my-3 highlight_secondary team-header text-white no-wrap">We volunteer our time.</h2> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 132 | <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> |
00day0 | ed90913 | 2019-04-08 12:53:13 +0200 | [diff] [blame] | 138 | </div> |
Unknown | e3ebd89 | 2018-10-13 05:35:38 -0400 | [diff] [blame] | 139 | </div> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 140 | <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> |
Unknown | e3ebd89 | 2018-10-13 05:35:38 -0400 | [diff] [blame] | 143 | </div> |
| 144 | </div> |
| 145 | </div> |
Eric Park | a71ed50 | 2021-06-07 11:48:19 +0900 | [diff] [blame] | 146 | <!-- Downloads Section --> |
| 147 | <div class="download-section bg-light mb-0" id="download"> |
| 148 | <div class="container py-5"> |
Jon West | 6d00f9f | 2019-10-25 22:33:49 -0400 | [diff] [blame] | 149 | <div class="row"> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 150 | <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 West | 6d00f9f | 2019-10-25 22:33:49 -0400 | [diff] [blame] | 152 | <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 Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 154 | <img |
| 155 | src="https://img.shields.io/sourceforge/dm/blissroms.svg?style=for-the-badge&logo=appveyor&colorB=blue" |
| 156 | max-width="160px" width="50%"> |
Jon West | 6d00f9f | 2019-10-25 22:33:49 -0400 | [diff] [blame] | 157 | <p class="mb-3"> |
Jon West | b16a048 | 2020-11-14 02:01:00 -0500 | [diff] [blame] | 158 | </p> |
Jon West | 6d00f9f | 2019-10-25 22:33:49 -0400 | [diff] [blame] | 159 | <div id="demo"> |
Eric Park | 4c223b4 | 2021-06-07 08:13:37 +0900 | [diff] [blame] | 160 | <br> |
Eric Park | 335f73a | 2021-06-07 08:12:07 +0900 | [diff] [blame] | 161 | <a class="btn btn-primary mx-1 mb-3" href="https://downloads.blissroms.org">Go to Downloads</a> |
Jon West | b16a048 | 2020-11-14 02:01:00 -0500 | [diff] [blame] | 162 | <hr width="100%" size="8" align="left"> |
Jon West | b16a048 | 2020-11-14 02:01:00 -0500 | [diff] [blame] | 163 | <h2>Looking for our PC builds?</h2> |
| 164 | <p>(Bliss OS (x86) & Android-Generic builds)</p> |
Eric Park | 4c223b4 | 2021-06-07 08:13:37 +0900 | [diff] [blame] | 165 | <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 West | b16a048 | 2020-11-14 02:01:00 -0500 | [diff] [blame] | 168 | <p></p> |
| 169 | <hr width="100%" size="8" align="left"> |
Eric Park | 358921b | 2021-02-08 13:04:30 +0900 | [diff] [blame] | 170 | <h2>Legacy Downloads</h2> |
Eric Park | 410b45a | 2020-10-01 15:18:28 +0900 | [diff] [blame] | 171 | <br> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 172 | <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 West | b16a048 | 2020-11-14 02:01:00 -0500 | [diff] [blame] | 178 | <p></p> |
| 179 | </div> |
00day0 | da41c07 | 2019-07-03 01:51:49 +0200 | [diff] [blame] | 180 | </div> |
| 181 | </div> |
| 182 | </div> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 183 | </div> |
Eric Park | 3446fcd | 2021-06-08 23:51:25 +0900 | [diff] [blame^] | 184 | <!-- Team Section --> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 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 West | 1a555d3 | 2020-04-09 10:34:00 -0400 | [diff] [blame] | 192 | </div> |
| 193 | </div> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 194 | <ul class="nav nav-tabs nav-justified"> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 195 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 199 | </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 Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 208 | success: function (data) { |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 209 | 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>"' + data[i].email + '"</i></p>'; |
Eric Park | 61da398 | 2021-06-07 11:22:31 +0900 | [diff] [blame] | 217 | newContent += '</div>'; |
Jon West | afa0701 | 2021-04-15 22:01:44 -0400 | [diff] [blame] | 218 | } |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 219 | // Update the page with the new content |
| 220 | document.getElementById('content').innerHTML = newContent; |
Jon West | 79fde1f | 2021-05-08 19:42:02 -0400 | [diff] [blame] | 221 | } |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 222 | }) |
| 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 Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 232 | success: function (data) { |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 233 | 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>"' + data[i].codename + '"</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 West | b16a048 | 2020-11-14 02:01:00 -0500 | [diff] [blame] | 248 | </div> |
| 249 | </div> |
| 250 | </div> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 251 | </div> |
| 252 | </div> |
| 253 | </div> |
Eric Park | 3446fcd | 2021-06-08 23:51:25 +0900 | [diff] [blame^] | 254 | <!-- Merch Section --> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 255 | <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 Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 260 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 263 | </div> |
| 264 | </div> |
| 265 | <div class="row d-flex justify-content-between"> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 266 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 268 | <h4 class="my-3"> <b>T-Shirts</b></h4> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 269 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 271 | </div> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 272 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 274 | <h4 class="my-3"> <b>Hoodies</b></h4> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 275 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 277 | </div> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 278 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 280 | <h4 class="my-3"> <b>Tank Tops</b></h4> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 281 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 283 | </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 Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 290 | <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. </p> <a |
| 292 | class="btn btn-primary" href="https://teespring.com/stores/bliss-family-store-2">Visit Our Teespring |
| 293 | Store <i class="fa fa-shopping-cart fa-fw"></i></a> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 294 | </div> |
Jon West | b16a048 | 2020-11-14 02:01:00 -0500 | [diff] [blame] | 295 | </div> |
Unknown | 5d27564 | 2019-01-10 18:40:04 -0500 | [diff] [blame] | 296 | </div> |
| 297 | </div> |
| 298 | </div> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 299 | </div> |
Eric Park | 3446fcd | 2021-06-08 23:51:25 +0900 | [diff] [blame^] | 300 | <!-- BlissLabs Section --> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 301 | <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 Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 306 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 308 | <h1 class="mb-3">A BlissLabs Project</h1> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 309 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 311 | <a class="btn btn-primary" target="_blank" href="https://blisslabs.org">Learn More</a> |
| 312 | </div> |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 313 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 316 | </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 Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 342 | success: function (data) { |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 343 | 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 Park | aac0423 | 2021-06-08 23:49:34 +0900 | [diff] [blame] | 354 | // newContent += '<div class="item-details">'; |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 355 | 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 Park | aac0423 | 2021-06-08 23:49:34 +0900 | [diff] [blame] | 364 | // newContent += '</div>'; |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 365 | 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 Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 374 | error: function (jqXHR, status, err) { |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 375 | 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 Park | 3446fcd | 2021-06-08 23:51:25 +0900 | [diff] [blame^] | 387 | <!-- Footer --> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 388 | <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 Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 424 | <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 West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 426 | <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 Park | 3446fcd | 2021-06-08 23:51:25 +0900 | [diff] [blame^] | 448 | |
Eric Park | 9c38568 | 2021-06-08 23:50:18 +0900 | [diff] [blame] | 449 | <!-- 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 | |
Unknown | 2da5636 | 2018-10-02 12:00:05 -0400 | [diff] [blame] | 462 | </body> |
Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 463 | |
Eric Park | 4fb616b | 2021-06-07 07:58:46 +0900 | [diff] [blame] | 464 | </html> |