Spaces:
Running
Running
pretty
Browse files- index.html +24 -16
index.html
CHANGED
@@ -7,19 +7,27 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|