Updates to Bliss Fam projects
social icons fixed
diff --git a/index.html b/index.html
index b6209d3..a518e74 100644
--- a/index.html
+++ b/index.html
@@ -2,24 +2,24 @@
<html>
<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- PAGE settings -->
- <link rel="icon" href="favicon.ico">
- <title>Bliss ROMs</title>
- <meta name="description" content="Open Source OS for all devices, based on AOSP">
- <meta name="keywords" content="blissroms, bliss, os, x86, aosp, android, rom, teambliss">
- <!-- CSS dependencies -->
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
- <link rel="stylesheet" href="neon.css">
- <!-- Script: Make my navbar transparent when the document is scrolled to top -->
- <script src="js/navbar-ontop.js"></script>
- <!-- Script: Animated entrance -->
- <script src="js/animate-in.js"></script>
- <link rel="stylesheet" href="css/animations.css">
- <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
- <script> (adsbygoogle = window.adsbygoogle || []).push({
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <!-- PAGE settings -->
+ <link rel="icon" href="favicon.ico">
+ <title>Bliss ROMs</title>
+ <meta name="description" content="Open Source OS for all devices, based on AOSP">
+ <meta name="keywords" content="blissroms, bliss, os, x86, aosp, android, rom, teambliss">
+ <!-- CSS dependencies -->
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
+ <link rel="stylesheet" href="neon.css">
+ <!-- Script: Make my navbar transparent when the document is scrolled to top -->
+ <script src="js/navbar-ontop.js"></script>
+ <!-- Script: Animated entrance -->
+ <script src="js/animate-in.js"></script>
+ <link rel="stylesheet" href="css/animations.css">
+ <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
+ <script> (adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7639560510014441",
enable_page_level_ads: true
});
@@ -451,8 +451,14 @@
<div class="card">
<div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto rounded-circle" src="images/invictrix.jpg" width="150">
<h1>Invictrīx ROM</h1>
- <a href="https://t.me/InvictusROM" target="_blank"><i class="fab fa-telegram"></i></a>
- <a href="https://plus.google.com/communities/109716291977795337501" target="_blank"><i class="fab fa-google-plus"></i></a>
+ <div class="row d-flex justify-content-center pb-2">
+ <div class="col-lg-4 col-md-6">
+ <a href="https://t.me/InvictusROM" target="_blank"><i class="d-block fa text-muted text-muted fa-lg mx-2 fab fa-telegram"></i></a>
+ </div>
+ <div class="col-lg-4 col-md-6">
+ <a href="https://plus.google.com/communities/109716291977795337501" target="_blank"><i class="d-block fa text-muted text-muted fa-lg mx-2 fab fa-google-plus"></i></a>
+ </div>
+ </div>
<p class="mb-0">Invictrīx ROM emphasizes performance, offering heavy optimizations along with a unique dark themed style.</p>
</div>
</div>
@@ -461,7 +467,11 @@
<div class="card">
<div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto rounded-circle" src="images/soap.jpg" width="150">
<h1>SOAP ROM</h1>
- <a href="https://plus.google.com/u/0/107610198397215674589" target="_blank"><i class="fab fa-google-plus"></i></a>
+ <div class="row d-flex justify-content-center pb-2">
+ <div class="col-lg-4 col-md-6">
+ <a href="https://plus.google.com/u/0/107610198397215674589" target="_blank"><i class="d-block fa text-muted text-muted fa-lg mx-2 fab fa-google-plus"></i></a>
+ </div>
+ </div>
<p class="mb-0">SOAP is an AOSP ROM that focuses on being a slim and clean ROM.</p>
</div>
</div>
@@ -470,8 +480,14 @@
<div class="card">
<div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto rounded-circle" src="images/xtremis.jpg" width="150">
<h1>Xtremis Project</h1>
- <a href="#" target="_blank"><i class="fab fa-telegram"></i></a>
- <a href="#" target="_blank"><i class="fab fa-google-plus"></i></a>
+ <div class="row d-flex justify-content-center pb-2">
+ <div class="col-lg-4 col-md-6">
+ <a href="#" target="_blank"><i class="d-block fa text-muted text-muted fa-lg mx-2 fab fa-telegram"></i></a>
+ </div>
+ <div class="col-lg-4 col-md-6">
+ <a href="#" target="_blank"><i class="d-block fa text-muted text-muted fa-lg mx-2 fab fa-google-plus"></i></a>
+ </div>
+ </div>
<p class="mb-0">Currently pre-release, this project is progressing steadily and will soon have more details to share. Please check in later.</p>
</div>
</div>
@@ -539,7 +555,7 @@
</div>
</div>
<!-- Footer -->
-
+
</body>
</html>
\ No newline at end of file