Unknown | 7b05b81 | 2018-10-01 22:05:43 -0400 | [diff] [blame] | 1 | <!DOCTYPE html> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 2 | |
| 3 | <html lang="en"> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 4 | <head> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 5 | <title>BlissRoms</title> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 6 | <script src="main.js"></script> |
| 7 | <meta |
| 8 | property="og:image" |
| 9 | content="https://aheioqhobo.cloudimg.io/v7/_playground-bucket-v2.teleporthq.io_/441d32d5-7efd-47e4-b222-ec49e55a626f/2f834815-e128-4caa-9538-1e5a5cb7fbd8?org_if_sml=1" |
| 10 | /> |
| 11 | <meta |
| 12 | property="og:description" |
| 13 | content="BlissRoms. An open-source operating system based on Android with customizations, options, and added security features." |
| 14 | /> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 15 | <meta property="og:title" content="BlissRoms" /> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 16 | <meta |
| 17 | name="description" |
| 18 | content="BlissRoms. An open-source operating system based on Android with customizations, options, and added security features." |
| 19 | /> |
| 20 | <meta property="twitter:card" content="summary_large_image" /> |
| 21 | <meta charset="utf-8" /> |
| 22 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 23 | |
| 24 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 25 | <meta charset="utf-8" /> |
| 26 | <meta property="twitter:card" content="summary_large_image" /> |
| 27 | <style data-tag="reset-style-sheet"> |
| 28 | html { |
| 29 | line-height: 1.15; |
| 30 | } |
| 31 | body { |
| 32 | margin: 0; |
| 33 | } |
| 34 | * { |
| 35 | box-sizing: border-box; |
| 36 | border-width: 0; |
| 37 | border-style: solid; |
| 38 | } |
| 39 | p, |
| 40 | li, |
| 41 | ul, |
| 42 | pre, |
| 43 | div, |
| 44 | h1, |
| 45 | h2, |
| 46 | h3, |
| 47 | h4, |
| 48 | h5, |
| 49 | h6 { |
| 50 | margin: 0; |
| 51 | padding: 0; |
| 52 | } |
| 53 | button, |
| 54 | input, |
| 55 | optgroup, |
| 56 | select, |
| 57 | textarea { |
| 58 | font-family: inherit; |
| 59 | font-size: 100%; |
| 60 | line-height: 1.15; |
| 61 | margin: 0; |
| 62 | } |
| 63 | button, |
| 64 | select { |
| 65 | text-transform: none; |
| 66 | } |
| 67 | button, |
| 68 | [type="button"], |
| 69 | [type="reset"], |
| 70 | [type="submit"] { |
| 71 | -webkit-appearance: button; |
| 72 | } |
| 73 | button::-moz-focus-inner, |
| 74 | [type="button"]::-moz-focus-inner, |
| 75 | [type="reset"]::-moz-focus-inner, |
| 76 | [type="submit"]::-moz-focus-inner { |
| 77 | border-style: none; |
| 78 | padding: 0; |
| 79 | } |
| 80 | button:-moz-focus, |
| 81 | [type="button"]:-moz-focus, |
| 82 | [type="reset"]:-moz-focus, |
| 83 | [type="submit"]:-moz-focus { |
| 84 | outline: 1px dotted ButtonText; |
| 85 | } |
| 86 | a { |
| 87 | color: inherit; |
| 88 | text-decoration: inherit; |
| 89 | } |
| 90 | input { |
| 91 | padding: 2px 4px; |
| 92 | } |
| 93 | img { |
| 94 | display: block; |
| 95 | } |
| 96 | html { |
| 97 | scroll-behavior: smooth; |
| 98 | } |
| 99 | </style> |
| 100 | <style data-tag="default-style-sheet"> |
| 101 | html { |
| 102 | font-family: Inter; |
| 103 | font-size: 16px; |
| 104 | } |
| 105 | |
| 106 | body { |
| 107 | font-weight: 400; |
| 108 | font-style: normal; |
| 109 | text-decoration: none; |
| 110 | text-transform: none; |
| 111 | letter-spacing: normal; |
| 112 | line-height: 1.15; |
| 113 | color: var(--dl-color-gray-black); |
| 114 | background-color: var(--dl-color-gray-white); |
| 115 | } |
| 116 | </style> |
| 117 | <link |
| 118 | rel="shortcut icon" |
| 119 | href="/playground_assets/favicon.ico" |
| 120 | type="icon/png" |
| 121 | sizes="32x32" |
| 122 | /> |
| 123 | <link |
| 124 | rel="stylesheet" |
| 125 | href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" |
| 126 | data-tag="font" |
| 127 | /> |
| 128 | <link rel="stylesheet" href="./style.css" /> |
| 129 | </head> |
| 130 | <body> |
| 131 | <div> |
| 132 | <link href="./home.css" rel="stylesheet" /> |
| 133 | |
| 134 | <div class="home-container"> |
| 135 | <header data-role="Header" class="nav-nav"> |
| 136 | <img |
| 137 | alt="image" |
| 138 | src="public/playground_assets/bliss-logo.svg" |
| 139 | class="nav-image" |
| 140 | /> |
| 141 | <div class="nav-nav1"> |
| 142 | <nav class="nav-nav2"> |
| 143 | <a |
| 144 | href="http://docs.blissroms.org" |
| 145 | target="_blank" |
| 146 | rel="noreferrer noopener" |
| 147 | class="nav-link" |
| 148 | > |
| 149 | <span>Docs</span> |
| 150 | </a> |
| 151 | <a href="#features" class="nav-link1 nav-link"> |
| 152 | <span>Features</span> |
| 153 | </a> |
| 154 | <a |
| 155 | href="https://blisslabs.org" |
| 156 | target="_blank" |
| 157 | rel="noreferrer noopener" |
| 158 | class="nav-link2 nav-link" |
| 159 | > |
| 160 | <span>BlissLabs</span> |
| 161 | </a> |
| 162 | <a |
| 163 | href="https://blissroms.org/team.html" |
| 164 | target="_blank" |
| 165 | rel="noreferrer noopener" |
| 166 | class="nav-link3 nav-link" |
| 167 | > |
| 168 | <span>Team</span> |
| 169 | </a> |
| 170 | <a |
| 171 | href="https://blog.blissroms.org/" |
| 172 | target="_blank" |
| 173 | rel="noreferrer noopener" |
| 174 | class="nav-link4 nav-link" |
| 175 | > |
| 176 | <span>Blog</span> |
| 177 | </a> |
| 178 | </nav> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 179 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 180 | <div class="nav-btn-group"> |
| 181 | <a href="#download" class="nav-register button"> |
| 182 | <span><span>Download</span></span> |
| 183 | </a> |
| 184 | </div> |
| 185 | <div |
| 186 | onclick="toggleMenu()" |
| 187 | ; |
| 188 | id="hamicon" |
| 189 | data-type="BurgerMenu" |
| 190 | class="teleport-menu-burger nav-burger-menu" |
| 191 | > |
| 192 | <svg viewBox="0 0 1024 1024" class="nav-icon"> |
| 193 | <path |
| 194 | d="M128 554.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 298.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 810.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z" |
| 195 | ></path> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 196 | </svg> |
| 197 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 198 | <div |
| 199 | id="mobilemenu" |
| 200 | data-type="MobileMenu" |
| 201 | class="teleport-menu-mobile nav-mobile-menu" |
| 202 | > |
| 203 | <div class="nav-nav3"> |
| 204 | <div class="nav-container"> |
| 205 | <img |
| 206 | alt="image" |
| 207 | src="public/playground_assets/bliss-logo.svg" |
| 208 | class="nav-image1" |
| 209 | /> |
| 210 | <div |
| 211 | onclick="toggleMenu()" |
| 212 | ; |
| 213 | data-type="CloseMobileMenu" |
| 214 | class="nav-menu-close teleport-menu-close" |
| 215 | > |
| 216 | <svg viewBox="0 0 1024 1024" class="nav-icon02"> |
| 217 | <path |
| 218 | d="M810 274l-238 238 238 238-60 60-238-238-238 238-60-60 238-238-238-238 60-60 238 238 238-238z" |
| 219 | ></path> |
| 220 | </svg> |
| 221 | </div> |
| 222 | </div> |
| 223 | <nav |
| 224 | class="navigation-links-nav navigation-links-root-class-name11" |
| 225 | > |
| 226 | <span class="nav-link"><span>About</span></span> |
| 227 | <span class="navigation-links-text1 nav-link"> |
| 228 | <span>Features</span> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 229 | </span> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 230 | <a |
| 231 | href="https://blisslabs.org" |
| 232 | target="_blank" |
| 233 | rel="noreferrer noopener" |
| 234 | class="navigation-links-link nav-link" |
| 235 | > |
| 236 | <span>BlissLabs</span> |
| 237 | </a> |
| 238 | <a |
| 239 | href="https://blissroms.org/team.html" |
| 240 | target="_blank" |
| 241 | rel="noreferrer noopener" |
| 242 | class="navigation-links-link1 nav-link" |
| 243 | > |
| 244 | <span>Team</span> |
| 245 | </a> |
| 246 | <span class="navigation-links-text2 nav-link"> |
| 247 | <span>Blog</span> |
| 248 | </span> |
| 249 | </nav> |
| 250 | </div> |
| 251 | <div class="nav-icon-group"> |
| 252 | <svg viewBox="0 0 950.8571428571428 1024" class="nav-icon04"> |
| 253 | <path |
| 254 | d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z" |
| 255 | ></path></svg |
| 256 | ><svg viewBox="0 0 877.7142857142857 1024" class="nav-icon06"> |
| 257 | <path |
| 258 | d="M585.143 512c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM664 512c0 124.571-100.571 225.143-225.143 225.143s-225.143-100.571-225.143-225.143 100.571-225.143 225.143-225.143 225.143 100.571 225.143 225.143zM725.714 277.714c0 29.143-23.429 52.571-52.571 52.571s-52.571-23.429-52.571-52.571 23.429-52.571 52.571-52.571 52.571 23.429 52.571 52.571zM438.857 152c-64 0-201.143-5.143-258.857 17.714-20 8-34.857 17.714-50.286 33.143s-25.143 30.286-33.143 50.286c-22.857 57.714-17.714 194.857-17.714 258.857s-5.143 201.143 17.714 258.857c8 20 17.714 34.857 33.143 50.286s30.286 25.143 50.286 33.143c57.714 22.857 194.857 17.714 258.857 17.714s201.143 5.143 258.857-17.714c20-8 34.857-17.714 50.286-33.143s25.143-30.286 33.143-50.286c22.857-57.714 17.714-194.857 17.714-258.857s5.143-201.143-17.714-258.857c-8-20-17.714-34.857-33.143-50.286s-30.286-25.143-50.286-33.143c-57.714-22.857-194.857-17.714-258.857-17.714zM877.714 512c0 60.571 0.571 120.571-2.857 181.143-3.429 70.286-19.429 132.571-70.857 184s-113.714 67.429-184 70.857c-60.571 3.429-120.571 2.857-181.143 2.857s-120.571 0.571-181.143-2.857c-70.286-3.429-132.571-19.429-184-70.857s-67.429-113.714-70.857-184c-3.429-60.571-2.857-120.571-2.857-181.143s-0.571-120.571 2.857-181.143c3.429-70.286 19.429-132.571 70.857-184s113.714-67.429 184-70.857c60.571-3.429 120.571-2.857 181.143-2.857s120.571-0.571 181.143 2.857c70.286 3.429 132.571 19.429 184 70.857s67.429 113.714 70.857 184c3.429 60.571 2.857 120.571 2.857 181.143z" |
| 259 | ></path></svg |
| 260 | ><svg viewBox="0 0 602.2582857142856 1024" class="nav-icon08"> |
| 261 | <path |
| 262 | d="M548 6.857v150.857h-89.714c-70.286 0-83.429 33.714-83.429 82.286v108h167.429l-22.286 169.143h-145.143v433.714h-174.857v-433.714h-145.714v-169.143h145.714v-124.571c0-144.571 88.571-223.429 217.714-223.429 61.714 0 114.857 4.571 130.286 6.857z" |
| 263 | ></path> |
| 264 | </svg> |
| 265 | </div> |
| 266 | </div> |
| 267 | </header> |
| 268 | <div class="home-hero"> |
| 269 | <div class="home-hero-text"> |
| 270 | <span class="home-rom-name">BlissRoms</span> |
| 271 | <h1 class="home-text"> |
| 272 | <span>The customization you want,</span> |
| 273 | <br /> |
| 274 | <span class="home-text02">with the privacy you need</span> |
| 275 | </h1> |
| 276 | <span class="home-text03"> |
| 277 | An open-source operating system based on Android with |
| 278 | customizations, options and added security features. |
| 279 | </span> |
| 280 | <div class="home-btn-group"> |
| 281 | <a href="#download" class="home-link button"> |
| 282 | <svg viewBox="0 0 1024 1024" class="home-icon"> |
| 283 | <path |
| 284 | d="M853.333 640v170.667c0 11.776-4.736 22.4-12.501 30.165s-18.389 12.501-30.165 12.501h-597.333c-11.776 0-22.4-4.736-30.165-12.501s-12.501-18.389-12.501-30.165v-170.667c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667v170.667c0 35.328 14.379 67.413 37.504 90.496s55.168 37.504 90.496 37.504h597.333c35.328 0 67.413-14.379 90.496-37.504s37.504-55.168 37.504-90.496v-170.667c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667zM554.667 537.003v-409.003c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667v409.003l-140.501-140.501c-16.683-16.683-43.691-16.683-60.331 0s-16.683 43.691 0 60.331l213.333 213.333c3.925 3.925 8.619 7.083 13.824 9.259s10.795 3.243 16.341 3.243c10.923 0 21.845-4.181 30.165-12.501l213.333-213.333c16.683-16.683 16.683-43.691 0-60.331s-43.691-16.683-60.331 0z" |
| 285 | ></path> |
| 286 | </svg> |
| 287 | <span class="home-text04">Download</span> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 288 | </a> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 289 | <a |
| 290 | href="https://blog.blissroms.org/" |
| 291 | target="_blank" |
| 292 | rel="noreferrer noopener" |
| 293 | class="home-link1 button" |
| 294 | > |
| 295 | <svg viewBox="0 0 1024 1024" class="home-icon02"> |
| 296 | <path |
| 297 | d="M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM554.667 682.667v-170.667c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667v170.667c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667zM554.667 341.333c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667 19.115 42.667 42.667 42.667 42.667-19.115 42.667-42.667z" |
| 298 | ></path> |
| 299 | </svg> |
| 300 | <span class="home-text05">Changelog</span> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 301 | </a> |
| 302 | </div> |
| 303 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 304 | <div class="home-hero-image"> |
| 305 | <img |
| 306 | alt="image" |
| 307 | src="public/playground_assets/header-img-400w.png" |
| 308 | loading="lazy" |
| 309 | class="home-image" |
| 310 | /> |
| 311 | </div> |
| 312 | </div> |
| 313 | <div id="features" class="features-features"> |
| 314 | <div class="features-heading"> |
| 315 | <h1 class="features-text"> |
| 316 | <span></span> |
| 317 | <span>It’s more than what you think</span> |
| 318 | </h1> |
| 319 | <span class="features-text03"> |
| 320 | <span>A comprehesive overview of features</span> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 321 | </span> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 322 | </div> |
| 323 | <div class="features-list"> |
| 324 | <div class="features-f-1"> |
| 325 | <div class="features-focus-on-design feature-card"> |
| 326 | <img |
| 327 | alt="image" |
| 328 | src="public/playground_assets/design_services_black_24dp%201.svg" |
| 329 | class="features-image" |
| 330 | /> |
| 331 | <h1 class="features-text04"><span>Focus on design</span></h1> |
| 332 | <span> |
| 333 | <span> |
| 334 | We include many options for customization and theming |
| 335 | throughout the OS |
| 336 | </span> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 337 | </span> |
| 338 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 339 | <div class="features-performance feature-card"> |
| 340 | <img |
| 341 | alt="image" |
| 342 | src="public/playground_assets/assessment_black_24dp%201.svg" |
| 343 | class="features-image1" |
| 344 | /> |
| 345 | <h1 class="features-text06"><span>Performance</span></h1> |
| 346 | <span> |
| 347 | <span> |
| 348 | Focused on speed and stability with tweaks to assist in the |
| 349 | most demanding applications |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 350 | </span> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 351 | </span> |
| 352 | </div> |
| 353 | <div class="features-regular-updates feature-card"> |
| 354 | <img |
| 355 | alt="image" |
| 356 | src="public/playground_assets/ontime%20updates.svg" |
| 357 | class="features-image2" |
| 358 | /> |
| 359 | <h1 class="features-text08"><span>Regular updates</span></h1> |
| 360 | <span> |
| 361 | <span> |
| 362 | Bliss mainterners provide regular updates based on released |
| 363 | builds. |
| 364 | </span> |
| 365 | </span> |
| 366 | </div> |
| 367 | </div> |
| 368 | <div class="features-f-2"> |
| 369 | <div class="features-battery-friendly feature-card"> |
| 370 | <img |
| 371 | alt="image" |
| 372 | src="public/playground_assets/battery-heart-outline.svg" |
| 373 | class="features-image3" |
| 374 | /> |
| 375 | <h1 class="features-text10"><span>Battery-friendly</span></h1> |
| 376 | <span> |
| 377 | <span> |
| 378 | Extra options are provided to help tune battery consumption |
| 379 | to the best levels |
| 380 | </span> |
| 381 | </span> |
| 382 | </div> |
| 383 | <div class="features-added-security feature-card"> |
| 384 | <img |
| 385 | alt="image" |
| 386 | src="public/playground_assets/verified_user_black_24dp%201.svg" |
| 387 | class="features-image4" |
| 388 | /> |
| 389 | <h1 class="features-text12"><span>Added Security</span></h1> |
| 390 | <span> |
| 391 | <span> |
| 392 | We include many options for security and safety throughout |
| 393 | the OS |
| 394 | </span> |
| 395 | </span> |
| 396 | </div> |
| 397 | <div class="features-many-more feature-card"> |
| 398 | <img |
| 399 | alt="image" |
| 400 | src="public/playground_assets/more_black_24dp%201.svg" |
| 401 | class="features-image5" |
| 402 | /> |
| 403 | <h1 class="features-text14"> |
| 404 | <span></span> |
| 405 | <span>and many more</span> |
| 406 | </h1> |
| 407 | <span> |
| 408 | <span> |
| 409 | More options are provided to help tune android to the best |
| 410 | levels |
| 411 | </span> |
| 412 | </span> |
| 413 | </div> |
| 414 | </div> |
| 415 | </div> |
| 416 | <img |
| 417 | alt="image" |
| 418 | src="public/playground_assets/bg-logo-400w.png" |
| 419 | class="features-image6" |
| 420 | /> |
| 421 | </div> |
| 422 | <div class="stats-stats"> |
| 423 | <div class="stats-maintainer"> |
| 424 | <img |
| 425 | alt="image" |
| 426 | src="public/playground_assets/groups_black_24dp.svg" |
| 427 | class="stats-image" |
| 428 | /> |
| 429 | <h1 class="stats-text"><span>Maintainer</span></h1> |
| 430 | <span class="stats-text1"> |
| 431 | <span>Total no of maintainers</span> |
| 432 | </span> |
| 433 | <h1 class="stats-text2"><span>35</span></h1> |
| 434 | </div> |
| 435 | <div class="stats-downloads"> |
| 436 | <img |
| 437 | alt="image" |
| 438 | src="public/playground_assets/file_download_black_24dp.svg" |
| 439 | class="stats-image1" |
| 440 | /> |
| 441 | <h1 class="stats-text3"><span>Downloads</span></h1> |
| 442 | <span class="stats-text4"><span>Total no of downloads</span></span> |
| 443 | <h1 class="stats-text5"><span>20M+</span></h1> |
| 444 | </div> |
| 445 | <div class="stats-devices"> |
| 446 | <img |
| 447 | alt="image" |
| 448 | src="public/playground_assets/devices_black_24dp.svg" |
| 449 | class="stats-image2" |
| 450 | /> |
| 451 | <h1 class="stats-text6"><span>Devices</span></h1> |
| 452 | <span class="stats-text7"><span>Total no of devices</span></span> |
| 453 | <h1 class="stats-text8"><span>35</span></h1> |
| 454 | </div> |
| 455 | </div> |
| 456 | <div id="download" class="home-download-pc"> |
| 457 | <div class="home-android-download download-card"> |
| 458 | <div class="home-container1"> |
| 459 | <div class="home-container2"> |
| 460 | <span class="home-text06">Get started</span> |
| 461 | <h1 class="home-text07">Android Phone</h1> |
| 462 | <span class="home-text08"> |
| 463 | Download blissrom for your android mobile and enjoy all the |
| 464 | benefits of customization and security you need. |
| 465 | </span> |
| 466 | </div> |
| 467 | <a |
| 468 | href="https://downloads.blissroms.org/" |
| 469 | target="_blank" |
| 470 | rel="noreferrer noopener" |
| 471 | class="home-link2 button" |
| 472 | > |
| 473 | <svg viewBox="0 0 1024 1024" class="home-icon04"> |
| 474 | <path |
| 475 | d="M214 768h596v86h-596v-86zM810 384l-298 298-298-298h170v-256h256v256h170z" |
| 476 | ></path> |
| 477 | </svg> |
| 478 | <span class="home-text09">Download now</span> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 479 | </a> |
| 480 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 481 | <img |
| 482 | alt="image" |
| 483 | src="public/playground_assets/mobiel-ss-1500w.png" |
| 484 | loading="lazy" |
| 485 | class="home-image1" |
| 486 | /> |
| 487 | <img |
| 488 | alt="image" |
| 489 | src="public/playground_assets/vectorblob-1.svg" |
| 490 | class="home-image2" |
| 491 | /> |
| 492 | <img |
| 493 | alt="image" |
| 494 | src="public/playground_assets/vector-200h.png" |
| 495 | class="home-image3" |
| 496 | /> |
Unknown | d2db0f1 | 2019-01-10 14:22:00 -0500 | [diff] [blame] | 497 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 498 | <div class="home-p-c-download"> |
| 499 | <div class="home-container3"> |
| 500 | <div class="home-container4"> |
| 501 | <span class="home-text10">Get started</span> |
| 502 | <h1 class="home-text11">For PC</h1> |
| 503 | <span class="home-text12"> |
| 504 | Download Bliss OS for your personal computer enjoy all the |
| 505 | benefits of customizations and security you need. |
| 506 | </span> |
| 507 | </div> |
| 508 | <a |
| 509 | href="https://blissos.org/" |
| 510 | target="_blank" |
| 511 | rel="noreferrer noopener" |
| 512 | class="home-link3 button" |
| 513 | > |
| 514 | <svg viewBox="0 0 1024 1024" class="home-icon06"> |
| 515 | <path |
| 516 | d="M214 768h596v86h-596v-86zM810 384l-298 298-298-298h170v-256h256v256h170z" |
| 517 | ></path> |
| 518 | </svg> |
| 519 | <span class="home-text13">Download now</span> |
| 520 | </a> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 521 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 522 | <img |
| 523 | alt="image" |
| 524 | src="public/playground_assets/as-1500w.png" |
| 525 | loading="lazy" |
| 526 | class="home-image4" |
| 527 | /> |
| 528 | <img |
| 529 | alt="image" |
| 530 | src="public/playground_assets/vectorblob.svg" |
| 531 | class="home-image5" |
| 532 | /> |
| 533 | <img |
| 534 | alt="image" |
| 535 | src="public/playground_assets/frame%2038.svg" |
| 536 | class="home-image6" |
| 537 | /> |
| 538 | </div> |
| 539 | </div> |
| 540 | <div class="home-download-mobile"> |
| 541 | <div class="home-mobile-download-mobile"> |
| 542 | <div class="home-container5"> |
| 543 | <span class="home-text14">Get started</span> |
| 544 | <h1 class="home-text15">Android Phone</h1> |
| 545 | <span class="home-text16"> |
| 546 | Download blissrom for your android mobile and enjoy all the |
| 547 | benefits of customization and security you need. |
| 548 | </span> |
| 549 | </div> |
| 550 | <button class="home-button button"> |
| 551 | <svg viewBox="0 0 1024 1024" class="home-icon08"> |
| 552 | <path |
| 553 | d="M214 768h596v86h-596v-86zM810 384l-298 298-298-298h170v-256h256v256h170z" |
| 554 | ></path> |
| 555 | </svg> |
| 556 | <span class="home-text17">Download now</span> |
| 557 | </button> |
| 558 | </div> |
| 559 | <div class="home-p-c-download-mobile"> |
| 560 | <div class="home-container6"> |
| 561 | <span class="home-text18">Get started</span> |
| 562 | <h1 class="home-text19">For PC</h1> |
| 563 | <span class="home-text20"> |
| 564 | Download Bliss OS for your personal computer enjoy all the |
| 565 | benefits of customizations and security you need. |
| 566 | </span> |
| 567 | </div> |
| 568 | <button class="home-button1 button"> |
| 569 | <svg viewBox="0 0 1024 1024" class="home-icon10"> |
| 570 | <path |
| 571 | d="M214 768h596v86h-596v-86zM810 384l-298 298-298-298h170v-256h256v256h170z" |
| 572 | ></path> |
| 573 | </svg> |
| 574 | <span class="home-text21">Download now</span> |
| 575 | </button> |
| 576 | </div> |
| 577 | </div> |
| 578 | <footer class="footer-footer"> |
| 579 | <div class="footer-container"> |
| 580 | <div class="footer-logo"> |
| 581 | <img |
| 582 | alt="logo" |
| 583 | src="public/playground_assets/bliss-logo.svg" |
| 584 | class="footer-image" |
| 585 | /> |
| 586 | <span class="footer-text"> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 587 | <span> |
| 588 | An open-source operating system based on Android with |
| 589 | customizations, options and added security features. |
| 590 | </span> |
| 591 | </span> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 592 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 593 | <div class="footer-links-container"> |
| 594 | <div class="footer-container1"> |
| 595 | <div class="footer-product-container"> |
| 596 | <span class="footer-text1"><span>Community</span></span> |
| 597 | <a |
| 598 | href="https://t.me/Team_Bliss_Community" |
| 599 | target="_blank" |
| 600 | rel="noreferrer noopener" |
| 601 | class="footer-link" |
| 602 | > |
| 603 | <span>BlissRoms Telegram</span> |
| 604 | </a> |
| 605 | <a |
| 606 | href="https://t.me/blissx86" |
| 607 | target="_blank" |
| 608 | rel="noreferrer noopener" |
| 609 | class="footer-link01" |
| 610 | > |
| 611 | <span>Bliss OS Telegram</span> |
| 612 | </a> |
| 613 | <a |
| 614 | href="https://discord.com/invite/wwc4Aua4fp" |
| 615 | target="_blank" |
| 616 | rel="noreferrer noopener" |
| 617 | class="footer-link02" |
| 618 | > |
| 619 | <span>Bliss Discord</span> |
| 620 | </a> |
| 621 | </div> |
| 622 | <div class="footer-company-container"> |
| 623 | <span class="footer-text2"><span>Sources</span></span> |
| 624 | <a |
| 625 | href="https://review.blissroms.org/q/status:open+-is:wip" |
| 626 | target="_blank" |
| 627 | rel="noreferrer noopener" |
| 628 | class="footer-link03" |
| 629 | > |
| 630 | <span>BlissRoms Gerrit Review</span> |
| 631 | </a> |
| 632 | <a |
| 633 | href="https://github.com/BlissRoms" |
| 634 | target="_blank" |
| 635 | rel="noreferrer noopener" |
| 636 | class="footer-link04" |
| 637 | > |
| 638 | <span>BlissRoms GitHub</span> |
| 639 | </a> |
| 640 | <a |
| 641 | href="https://github.com/BlissRoms-Devices" |
| 642 | target="_blank" |
| 643 | rel="noreferrer noopener" |
| 644 | class="footer-link05" |
| 645 | > |
| 646 | <span>BlissRoms-Devices GitHub</span> |
| 647 | </a> |
| 648 | <a |
| 649 | href="https://github.com/BlissRoms-x86" |
| 650 | target="_blank" |
| 651 | rel="noreferrer noopener" |
| 652 | class="footer-link06" |
| 653 | > |
| 654 | <span>Bliss OS GitHub</span> |
| 655 | </a> |
| 656 | <a |
| 657 | href="https://github.com/BlissRoms-pine64" |
| 658 | target="_blank" |
| 659 | rel="noreferrer noopener" |
| 660 | class="footer-link07" |
| 661 | > |
| 662 | <span>BlissRoms-PINE64 GitHub</span> |
| 663 | </a> |
| 664 | </div> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 665 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 666 | <div class="footer-container2"> |
| 667 | <div class="footer-contact"> |
| 668 | <span class="footer-text3"><span>Links</span></span> |
| 669 | <a |
| 670 | href="https://blissroms.org/team.html" |
| 671 | target="_blank" |
| 672 | rel="noreferrer noopener" |
| 673 | class="footer-link08" |
| 674 | > |
| 675 | <span>Team members</span> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 676 | </a> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 677 | <a |
| 678 | href="https://status.blissroms.org" |
| 679 | target="_blank" |
| 680 | rel="noreferrer noopener" |
| 681 | class="footer-link09" |
| 682 | > |
| 683 | <span>Status</span> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 684 | </a> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 685 | <a |
| 686 | href="https://blog.blissroms.org/" |
| 687 | target="_blank" |
| 688 | rel="noreferrer noopener" |
| 689 | class="footer-link10" |
| 690 | > |
| 691 | <span>Blog</span> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 692 | </a> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 693 | </div> |
| 694 | <div class="footer-socials"> |
| 695 | <span class="footer-text4"><span>Follow Us</span></span> |
| 696 | <div class="footer-icon-group"> |
| 697 | <a |
| 698 | href="https://twitter.com/bliss_roms" |
| 699 | target="_blank" |
| 700 | rel="noreferrer noopener" |
| 701 | class="footer-link11" |
| 702 | > |
| 703 | <svg |
| 704 | viewBox="0 0 950.8571428571428 1024" |
| 705 | class="footer-icon" |
| 706 | > |
| 707 | <path |
| 708 | d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z" |
| 709 | ></path> |
| 710 | </svg> |
| 711 | </a> |
| 712 | <a |
| 713 | href="https://www.instagram.com/blissroms" |
| 714 | target="_blank" |
| 715 | rel="noreferrer noopener" |
| 716 | class="footer-link12" |
| 717 | > |
| 718 | <svg |
| 719 | viewBox="0 0 877.7142857142857 1024" |
| 720 | class="footer-icon2" |
| 721 | > |
| 722 | <path |
| 723 | d="M585.143 512c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM664 512c0 124.571-100.571 225.143-225.143 225.143s-225.143-100.571-225.143-225.143 100.571-225.143 225.143-225.143 225.143 100.571 225.143 225.143zM725.714 277.714c0 29.143-23.429 52.571-52.571 52.571s-52.571-23.429-52.571-52.571 23.429-52.571 52.571-52.571 52.571 23.429 52.571 52.571zM438.857 152c-64 0-201.143-5.143-258.857 17.714-20 8-34.857 17.714-50.286 33.143s-25.143 30.286-33.143 50.286c-22.857 57.714-17.714 194.857-17.714 258.857s-5.143 201.143 17.714 258.857c8 20 17.714 34.857 33.143 50.286s30.286 25.143 50.286 33.143c57.714 22.857 194.857 17.714 258.857 17.714s201.143 5.143 258.857-17.714c20-8 34.857-17.714 50.286-33.143s25.143-30.286 33.143-50.286c22.857-57.714 17.714-194.857 17.714-258.857s5.143-201.143-17.714-258.857c-8-20-17.714-34.857-33.143-50.286s-30.286-25.143-50.286-33.143c-57.714-22.857-194.857-17.714-258.857-17.714zM877.714 512c0 60.571 0.571 120.571-2.857 181.143-3.429 70.286-19.429 132.571-70.857 184s-113.714 67.429-184 70.857c-60.571 3.429-120.571 2.857-181.143 2.857s-120.571 0.571-181.143-2.857c-70.286-3.429-132.571-19.429-184-70.857s-67.429-113.714-70.857-184c-3.429-60.571-2.857-120.571-2.857-181.143s-0.571-120.571 2.857-181.143c3.429-70.286 19.429-132.571 70.857-184s113.714-67.429 184-70.857c60.571-3.429 120.571-2.857 181.143-2.857s120.571-0.571 181.143 2.857c70.286 3.429 132.571 19.429 184 70.857s67.429 113.714 70.857 184c3.429 60.571 2.857 120.571 2.857 181.143z" |
| 724 | ></path> |
| 725 | </svg> |
| 726 | </a> |
| 727 | <a |
| 728 | href="https://www.facebook.com/BlissROMs" |
| 729 | target="_blank" |
| 730 | rel="noreferrer noopener" |
| 731 | class="footer-link13" |
| 732 | > |
| 733 | <svg |
| 734 | viewBox="0 0 602.2582857142856 1024" |
| 735 | class="footer-icon4" |
| 736 | > |
| 737 | <path |
| 738 | d="M548 6.857v150.857h-89.714c-70.286 0-83.429 33.714-83.429 82.286v108h167.429l-22.286 169.143h-145.143v433.714h-174.857v-433.714h-145.714v-169.143h145.714v-124.571c0-144.571 88.571-223.429 217.714-223.429 61.714 0 114.857 4.571 130.286 6.857z" |
| 739 | ></path> |
| 740 | </svg> |
| 741 | </a> |
| 742 | </div> |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 743 | </div> |
| 744 | </div> |
| 745 | </div> |
Jon West | b16a048 | 2020-11-14 02:01:00 -0500 | [diff] [blame] | 746 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 747 | <div class="footer-separator"></div> |
| 748 | <span class="footer-text5"> |
| 749 | <span>Copyright © 2022 BlissLabs. All rights reserved</span> |
| 750 | </span> |
| 751 | </footer> |
| 752 | </div> |
Jon West | 3a7341c | 2021-06-08 09:00:24 -0400 | [diff] [blame] | 753 | </div> |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 754 | <script> |
| 755 | function mobilemenu() { |
| 756 | if (document.getElementById("mobilemenu").style.display == "block") { |
| 757 | document.getElementById("mobilemenu").style.display = "none"; |
| 758 | } else { |
| 759 | document.getElementById("mobilemenu").style.display = "block"; |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 760 | } |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 761 | document |
| 762 | .getElementById("hamicon") |
| 763 | .addEventListener("click", mobilemenu); |
Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame] | 764 | } |
Lokesh Yadav | a6a5fa0 | 2022-07-15 19:20:06 +0530 | [diff] [blame^] | 765 | </script> |
| 766 | </body> |
Jackeagle | e1da8be | 2021-12-07 15:20:34 +0530 | [diff] [blame] | 767 | </html> |