add: donation page && fix: noto sans font
This commit is contained in:
parent
11ba0e8adf
commit
3581b388ad
5 changed files with 35 additions and 3 deletions
31
donate.html
Normal file
31
donate.html
Normal file
|
@ -0,0 +1,31 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="global.css" />
|
||||
</head>
|
||||
<div id="flex-container">
|
||||
<div id="main-flex">
|
||||
<h1 style="text-align: center;">donations</h1>
|
||||
<div id="main-box">
|
||||
<p>Hi there! Donations can be done through either BTC or LTC currently. I'm hesitant to set up anything like
|
||||
PayPal right now due to their shady practices.</p>
|
||||
<p><b>BTC: </b>bc1qhk4cnf36h3ma5w27x4uwm2lffdkcpa64ychmm4<br>
|
||||
<b>LTC: </b>ltc1qg7rall3yyt9c63yzr0440anujpry8r9pv7wvus
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</html>
|
||||
|
||||
<style>
|
||||
img {
|
||||
width: 14vw;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
img:hover {
|
||||
width: 25vw;
|
||||
}
|
||||
</style>
|
|
@ -1,6 +1,6 @@
|
|||
@font-face {
|
||||
font-family: PxFont;
|
||||
src: url("ttf/ibm.ttf");
|
||||
font-family: "NotoSansT";
|
||||
src: url("ttf/sans.ttf");
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -44,7 +44,7 @@ a:hover {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: "Noto Sans";
|
||||
font-family: "NotoSansT";
|
||||
font-size: 16px;
|
||||
color: #cdd6f4;
|
||||
background-color: #181825;
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<h2>other pages</h2>
|
||||
<ul>
|
||||
<li><a href="hw.html">my hardware</a></li>
|
||||
<li><a href="donate.html">donations</a></li>
|
||||
</ul>
|
||||
<div style="text-align: center" id="footer">
|
||||
<hr>
|
||||
|
|
BIN
ttf/ibm.ttf
BIN
ttf/ibm.ttf
Binary file not shown.
BIN
ttf/sans.ttf
Normal file
BIN
ttf/sans.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue