-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this shit is fucking awful, dont fucking commit it to main until fixed
its a rush placeholder
- Loading branch information
1 parent
b1ce2eb
commit 610e6cc
Showing
1 changed file
with
143 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
--- | ||
permalink: /donate | ||
--- | ||
<meta charset="utf-8"/> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/> | ||
<meta name="description" content="Trihard.space"/> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootswatch@4.5.2/dist/darkly/bootstrap.min.css"/> | ||
<title>TriHard.space | ||
</title> | ||
<nav class="navbar navbar-expand-sm navbar-dark bg-dark" id="i3rg"> | ||
<a href="#" class="navbar-brand">TriHard.space</a> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item dropdown"> | ||
<a href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link dropdown-toggle"> | ||
Telegram | ||
</a> | ||
<div aria-labelledby="navbarDropdownMenuLink" class="dropdown-menu"> | ||
<a href="https://t.me/battalionchat" class="dropdown-item">Chat</a> | ||
<a href="https://t.me/thebattalion" class="dropdown-item">Channel</a> | ||
</div> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a href="#" id="navbarDropdownMenuLink-2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link dropdown-toggle"> | ||
Repo | ||
</a> | ||
<div aria-labelledby="navbarDropdownMenuLink" class="dropdown-menu"> | ||
<a href="https://repo.trihard.space/" class="dropdown-item">Repo Link</a> | ||
<a href="https://telegra.ph/Repo-Access-Instructions-12-13" class="dropdown-item">Login Instructions</a> | ||
</div> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://github.com/TriHardspace/" class="nav-link"> | ||
GitHub | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://pastes.TriHard.space/" class="nav-link"> | ||
PrivateBin | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<div id="inypa"> | ||
<div class="row"> | ||
<div class="cell" id="ix70j"> | ||
<div id="iu1og">Donate with Cryptocurrency | ||
</div> | ||
<div class="row"> | ||
<div class="cell" id="ivdli"> | ||
<img id="iswhn" src="https://trihard.space/assets/donation/placeholder.png"/> | ||
</div> | ||
</div> | ||
<div id="ixpkg"> | ||
<button type="button" onclick="redirect()">Donate with Crypto</button> | ||
</div> | ||
</div> | ||
<div class="cell" id="i5dqj"> | ||
<div id="i92uv">Donate with Fiat (Credit/Debit or ACH) | ||
</div> | ||
<div id="igusp"> | ||
<iframe frameborder="0" src="https://donorbox.org/embed/fund-trihard-space" name="donorbox" allowpaymentrequest="allowpaymentrequest" seamless="seamless" scrolling="no" height="900px" width="100%" id="ivaqh"></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="i4s4x"> | ||
<br/> | ||
<h5 class="text-center"> | ||
</h5> | ||
<footer> | ||
<nav class="navbar navbar-expand-lg"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a href="/tos" class="nav-link"><small> Terms of Service </small></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/privacy" class="nav-link"><small>Privacy Policy</small></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/takedown" class="nav-link"><small>Takedown Requests</small></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/developers" class="nav-link"><small>Developer Credits</small></a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</footer> | ||
</div> | ||
<style> | ||
* { | ||
box-sizing: border-box; | ||
} | ||
body { | ||
margin: 0; | ||
} | ||
#inypa{ | ||
padding:125px; | ||
} | ||
#i4s4x{ | ||
padding:20px; | ||
} | ||
.row{ | ||
display:flex; | ||
justify-content:flex-start; | ||
align-items:stretch; | ||
flex-wrap:nowrap; | ||
padding:10px; | ||
} | ||
.cell{ | ||
min-height:75px; | ||
flex-grow:1; | ||
flex-basis:100%; | ||
} | ||
#ix70j{ | ||
flex-basis:30%; | ||
} | ||
#i5dqj{ | ||
flex-basis:70%; | ||
} | ||
#ivaqh{ | ||
max-width:500px; | ||
min-width:250px; | ||
max-height:none!important; | ||
} | ||
#i92uv{ | ||
padding:10px; | ||
} | ||
#iu1og{ | ||
padding:10px; | ||
} | ||
#iswhn{ | ||
color:black; | ||
position:relative; | ||
width:375px; | ||
height:157px; | ||
} | ||
@media (max-width: 768px){ | ||
.row{ | ||
flex-wrap:wrap; | ||
} | ||
} | ||
</style> |