Skip to content

Commit

Permalink
adding badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sm98 committed Dec 17, 2024
1 parent cd3af0f commit 084c54f
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions aarogya.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<!--body-->
<body >
<img src="./res/badge.png" alt="" class="fixed-overlay">
<div class='cursor d-none d-lg-block' id="circle"> </div>

<div class="light color-change" id="bg" >
Expand Down
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<!--body-->
<body >
<img src="./res/badge.png" alt="" class="fixed-overlay">
<div class='cursor d-none d-lg-block' id="circle"> </div>

<div class="light color-change" id="bg" >
Expand Down
1 change: 1 addition & 0 deletions factchecking.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<!--body-->
<body >
<img src="./res/badge.png" alt="" class="fixed-overlay">
<div class='cursor d-none d-lg-block' id="circle"> </div>

<div class="light color-change" id="bg" >
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<!--body-->
<body >
<img src="./res/badge.png" alt="" class="fixed-overlay">
<div class='cursor d-none d-lg-block' id="circle"> </div>

<div class="light color-change" id="bg" >
Expand Down
1 change: 1 addition & 0 deletions msr.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<!--body-->
<body >
<img src="./res/badge.png" alt="" class="fixed-overlay">
<div class='cursor d-none d-lg-block' id="circle"> </div>

<div class="light color-change" id="bg" >
Expand Down
1 change: 1 addition & 0 deletions odishaweavers.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<!--body-->
<body >
<img src="./res/badge.png" alt="" class="fixed-overlay">
<div class='cursor d-none d-lg-block' id="circle"> </div>

<div class="light color-change" id="bg" >
Expand Down
1 change: 1 addition & 0 deletions pointingdevice.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<!--body-->
<body >
<img src="./res/badge.png" alt="" class="fixed-overlay">
<div class='cursor d-none d-lg-block' id="circle"> </div>

<div class="light color-change" id="bg" >
Expand Down
Binary file added res/badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -457,4 +457,15 @@ html, body {

.static:hover {
opacity:0;
}
}

.fixed-overlay {
position: fixed; /* Fixes the position on screen */
bottom: 0px; /* Distance from the bottom */
right: 0px; /* Distance from the right */
width: auto; /* Adjust width as needed */
height: 7vh; /* Adjust height if necessary */
z-index: 999; /* Ensures it stays on top */
pointer-events: none; /* Ensures it doesn't interfere with clicks */
}

1 change: 1 addition & 0 deletions tcs.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<!--body-->
<body >
<img src="./res/badge.png" alt="" class="fixed-overlay">
<div class='cursor d-none d-lg-block' id="circle"> </div>

<div class="light color-change" id="bg" >
Expand Down

0 comments on commit 084c54f

Please sign in to comment.