Skip to content

Commit 34e534f

Browse files
author
Glitch (glitch-in-bio)
committed
💇💖 Checkpoint
./settings.json:30905673/546 ./donate.html:30905673/4648
1 parent cd7b7c7 commit 34e534f

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed

donate.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>{{ settings.metaTitle }}</title>
5+
6+
{{> head }}
7+
8+
<!--- THEMES: in settings.json change 'glitch' to 'gallery', 'menu', or any other theme in the layout/themes folder --->
9+
<link
10+
rel="stylesheet"
11+
type="text/css"
12+
href="/styles/themes/{{settings.theme}}.css"
13+
/>
14+
<link rel="preconnect" href="https://fonts.googleapis.com">
15+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16+
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap" rel="stylesheet">
17+
</head>
18+
<body>
19+
<main>
20+
<div class="wrapper">
21+
<div class="content">
22+
{{> avatar }} {{> name }}
23+
24+
<font face="Inconsolata"> <p align="justify">
25+
You can support me with the following cryptocurrencies:
26+
<table>
27+
<tr>
28+
<th> Crypto Name</th>
29+
<th> My Address </th>
30+
<th> QR Code (If any) </th>
31+
</tr>
32+
<tr>
33+
<td> Bitcoin ($BTC) </td>
34+
<td> 3Qee3MWDJg5akE87sjTdhQgjow8wm6rhx8 </td>
35+
<td> </td>
36+
</tr>
37+
</table>
38+
</p> </font>
39+
40+
</div>
41+
</div>
42+
43+
<a href="https://shore-chatter-lantana.glitch.me/"> Back to home page </a>
44+
45+
<!--- FOOTER: You can safely remove the Glitch footer (but tell your friends!) ✂ --->
46+
{{> glitch-footer }}
47+
</main>
48+
</body>
49+
</html>

settings.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@
1111
"img":""
1212
},
1313
{
14-
"url": "https://banano.cc/",
15-
"text": "Help me support this cryptocurrency - Banano ($BAN)",
14+
"url": "https://shore-chatter-lantana.glitch.me/donate.html",
15+
"text": "Help to support me by donating in crypto!",
1616
"img": ""
1717
},
1818
{
1919
"url": "https://grocery-run.glitch.me/",
2020
"text": "Play a game I made - Grocery Run",
2121
"img":""
22+
},
23+
{
24+
"url": "https://discord.com/channels/@20FACES#7593",
25+
"text": "Find me on Discord - @20FACES#7593",
26+
"img":""
2227
}
2328
],
2429
"social": {

0 commit comments

Comments
 (0)