Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
reflecthub authored Nov 20, 2024
1 parent 24f5c41 commit fcdbd05
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<body style="background-color:#c8ffcd; ;">

<!-- Navbar -->


<nav class="" style="margin-bottom: 0 !important;border: none !;border-radius: 10px;margin-left:1.5%;margin-right: 1.5%; margin-top: 1%;">
<div class="container-fluid justify-content-center pop-up-animate1" style="background-color: #2f4f4f;border-radius: 10px;"> <!-- Center the contents -->
Expand Down Expand Up @@ -121,7 +122,7 @@ <h6>Contact & Suggest me</h6>



<div style="display: flex; justify-content: center; align-items: center; height: 3.5vh;">
<div style="display: flex; justify-content: center; align-items: center; height: 3.5vh;" class="pop-up-animate1">
<span style="font-weight: bold; display: inline-flex; justify-content: center; align-items: center; text-align: center; font-size: 20px; flex-direction: row;"
class="citation"
data-info="
Expand Down Expand Up @@ -150,6 +151,7 @@ <h6>Contact & Suggest me</h6>
<div id="content-container" class="content-container">
<div id="div1" class="content-div table-wrapper ">
<table class="custom-table rational">

<thead>

<div style="position: relative; width: 100%; height: auto;">
Expand Down Expand Up @@ -185,6 +187,7 @@ <h6>Contact & Suggest me</h6>
</div>
<div id="div2" class="content-div table-wrapper ">
<table class="custom-table scientific">

<thead>

<div style="position: relative; width: 100%; height: auto;">
Expand Down Expand Up @@ -219,6 +222,7 @@ <h6>Contact & Suggest me</h6>
</div>
<div id="div3" class="content-div table-wrapper ">
<table class="custom-table inspirational">

<thead>
<div style="position: relative; width: 100%; height: auto;">
<span style="font-weight: bold; display: inline-flex; justify-content: center; align-items: center; text-align: center; font-size: 20px; flex-direction: row;"
Expand Down Expand Up @@ -253,6 +257,7 @@ <h6>Contact & Suggest me</h6>
<div id="div4" class="content-div table-wrapper">
<table class="custom-table reactions">
<thead>

<div style="position: relative; width: 100%; height: auto;">
<span style="font-weight: bold; display: inline-flex; justify-content: center; align-items: center; text-align: center; font-size: 20px; flex-direction: row;"
class="citation"
Expand Down Expand Up @@ -378,21 +383,21 @@ <h6 >Contact & Suggest me</h6>
<!-- Share on Twitter -->
<a href="https://twitter.com/share?url=https://reflecthub.github.io&text=Watch+these+videos+sincerely+and+reflect+upon+them+deeply,+so+you+may+find+truth+and+accept+it!"
target="_blank" style="display: flex; flex-direction:column ; align-items: center; gap: 10px; margin-bottom: 10px; width: auto; text-decoration: none;">
<img src="https://upload.wikimedia.org/wikipedia/commons/9/95/Twitter_new_X_logo.png" style="height: 30px; width: 30px;">
<img src="./Logos/twitter.png" style="height: 30px; width: 30px;">
<p style="margin: 0; font-size: 14px;">Twitter</p>
</a>

<!-- Share on Facebook -->
<a href="https://www.facebook.com/sharer/sharer.php?u=https://reflecthub.github.io&quote=Watch+these+videos+sincerely+and+reflect+upon+them+deeply,+so+you+may+find+truth+and+accept+it!"
target="_blank" style="display: flex;flex-direction:column ; align-items: center; gap: 10px; margin-bottom: 10px; width: auto; text-decoration: none;">
<img src="https://archive.org/download/facebook-logo_202103/Facebook-logo.png" style="height: 30px; width: 30px;">
<img src="./Logos/facebook.png" style="height: 30px; width: 30px;">
<p style="margin: 0; font-size: 14px;">Facebook</p>
</a>

<!-- Share on Reddit -->
<a href="https://www.reddit.com/submit?url=https://reflecthub.github.io&title=Watch+these+videos+sincerely+and+reflect+upon+them+deeply,+so+you+may+find+truth+and+accept+it!"
target="_blank" style="display: flex;flex-direction:column ; align-items: center; gap: 10px; width: auto; text-decoration: none;">
<img src="https://www.iconpacks.net/icons/2/free-reddit-logo-icon-2436-thumb.png" style="height: 30px; width: 30px;">
<img src="./Logos/reddit.png" style="height: 30px; width: 30px;">
<p style="margin: 0; font-size: 14px;">Reddit</p>
</a>
</div>
Expand Down

0 comments on commit fcdbd05

Please sign in to comment.