sequelbox commited on
Commit
86f796e
·
verified ·
1 Parent(s): ae9c2ac
Files changed (1) hide show
  1. index.html +24 -16
index.html CHANGED
@@ -7,19 +7,27 @@
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
- <div class="card">
11
- <h1>Support our open source datasets, models, and more!</h1>
12
- <p>
13
- Current release priorities:
14
- Tachibana 2
15
- Titanium 2
16
- Esper 3
17
- </p>
18
- <p>
19
- Current ways to donate:
20
- Ko-fi: https://ko-fi.com/sequelbox
21
- ETH: 0x9542FEa2621F85fEe5c50ff05B5201af05f7D075
22
- </p>
23
- </div>
24
- </body>
25
- </html>
 
 
 
 
 
 
 
 
 
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <div class="card">
11
+ <h1>Support Our Open Source Datasets, Models, and More!</h1>
12
+
13
+ <p>
14
+ Your contributions help us develop and maintain high-quality open-source resources. Here are our current release priorities:
15
+ </p>
16
+
17
+ <ul>
18
+ <li>Tachibana 2</li>
19
+ <li>Titanium 2</li>
20
+ <li>Esper 3</li>
21
+ </ul>
22
+
23
+ <p>You can support us through the following methods:</p>
24
+
25
+ <dl class="donation-methods">
26
+ <dt>Ko-fi:</dt>
27
+ <dd><a href="https://ko-fi.com/sequelbox" rel="noopener noreferrer" target="_blank">https://ko-fi.com/sequelbox</a></dd>
28
+ <dt>ETH:</dt>
29
+ <dd><span class="eth-address">0x9542FEa2621F85fEe5c50ff05B5201af05f7D075</span></dd> </dl>
30
+
31
+ </div>
32
+ </body>
33
+ </html>