Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
d4tis authored Feb 11, 2024
1 parent 101f32c commit 3e9cbff
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,26 @@
right: 20px;
z-index: 999; /* Ensure the button stays above other content */
}
/* Pop-up box styles */
.popup-box {
display: none; /* Hidden by default */
position: fixed;
bottom: 80px; /* Adjust as needed */
right: 20px; /* Adjust as needed */
background-color: #333; /* Dark background */
border: 2px solid #fff; /* White border */
padding: 10px;
z-index: 9999; /* Ensure the box stays above other content */
}
.popup-link {
display: block;
color: #fff; /* White text */
text-decoration: none;
margin-bottom: 5px;
}
.popup-link:hover {
color: #ff9933; /* Orange text on hover */
}
</style>
</head>
<body>
Expand All @@ -93,13 +113,4 @@ <h1>Daniel Fortis</h1>
<h2>@d4tis</h2>
<br>
<a href="https://x.com/d4tis_" class="cta-button">X</a>
<a href="https://primal.net/p/npub1cx2wtu40pu4xzu0qmcz0mkfup3uk86pztnkyjkq3nfr9ghvxe9xsafsp6k" class="cta-button">nostr</a>
<a href="https://www.linkedin.com/in/d4tis" class="cta-button">in</a>
<a href="lightning:zap@d4tis.me" class="cta-button"></a>
</div>
<div class="footer">
<p>Inflation=Theft</p>
</div>
<a href="https://bitcoin.rocks" class="ping-button"></a>
</body>
</html>
<a href="https://primal.net/p/npub1cx2wtu40pu4xzu0qmcz0mk

0 comments on commit 3e9cbff

Please sign in to comment.