AEON-7 commited on
Commit
e123067
·
verified ·
1 Parent(s): 6b4e611

Tip jar: single left-aligned QR column (fix narrow-viewport clipping)

Browse files
Files changed (1) hide show
  1. README.md +21 -25
README.md CHANGED
@@ -124,31 +124,27 @@ Apache 2.0. This is derived work from the SuperGemma4 26B target.
124
 
125
  If this release has been useful, tips are deeply appreciated — they go directly toward more compute, more models, and more open releases.
126
 
127
- <table align="center">
128
- <tr>
129
- <td align="center" width="50%">
130
- <strong>₿ Bitcoin (BTC)</strong><br/>
131
- <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/btc.png" alt="BTC QR" width="200"/><br/>
132
- <sub><code>bc1q09xmzn00q4z3c5raene0f3pzn9d9pvawfm0py4</code></sub>
133
- </td>
134
- <td align="center" width="50%">
135
- <strong>Ξ Ethereum (ETH)</strong><br/>
136
- <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/eth.png" alt="ETH QR" width="200"/><br/>
137
- <sub><code>0x1512667F6D61454ad531d2E45C0a5d1fd82D0500</code></sub>
138
- </td>
139
- </tr>
140
- <tr>
141
- <td align="center" width="50%">
142
- <strong>◎ Solana (SOL)</strong><br/>
143
- <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/sol.png" alt="SOL QR" width="200"/><br/>
144
- <sub><code>DgQsjHdAnT5PNLQTNpJdpLS3tYGpVcsHQCkpoiAKsw8t</code></sub>
145
- </td>
146
- <td align="center" width="50%">
147
- <strong>ⓜ Monero (XMR)</strong><br/>
148
- <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/xmr.png" alt="XMR QR" width="200"/><br/>
149
- <sub><code>836XrSKw4R76vNi3QPJ5Fa9ugcyvE2cWmKSPv3AhpTNNKvqP8v5ba9JRL4Vh7UnFNjDz3E2GXZDVVenu3rkZaNdUFhjAvgd</code></sub>
150
- </td>
151
- </tr>
152
  </table>
153
 
154
  > **Ethereum L2s (Base, Arbitrum, Optimism, Polygon, etc.) and EVM-compatible tokens** can be sent to the same Ethereum address.
 
124
 
125
  If this release has been useful, tips are deeply appreciated — they go directly toward more compute, more models, and more open releases.
126
 
127
+ <table align="left">
128
+ <tr><td align="left">
129
+ <strong>₿ Bitcoin (BTC)</strong><br/>
130
+ <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/btc.png" alt="QR" width="200"/><br/>
131
+ <sub><code>bc1q09xmzn00q4z3c5raene0f3pzn9d9pvawfm0py4</code></sub>
132
+ </td></tr>
133
+ <tr><td align="left">
134
+ <strong>Ξ Ethereum (ETH)</strong><br/>
135
+ <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/eth.png" alt="QR" width="200"/><br/>
136
+ <sub><code>0x1512667F6D61454ad531d2E45C0a5d1fd82D0500</code></sub>
137
+ </td></tr>
138
+ <tr><td align="left">
139
+ <strong>◎ Solana (SOL)</strong><br/>
140
+ <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/sol.png" alt="QR" width="200"/><br/>
141
+ <sub><code>DgQsjHdAnT5PNLQTNpJdpLS3tYGpVcsHQCkpoiAKsw8t</code></sub>
142
+ </td></tr>
143
+ <tr><td align="left">
144
+ <strong>ⓜ Monero (XMR)</strong><br/>
145
+ <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/xmr.png" alt="QR" width="200"/><br/>
146
+ <sub><code>836XrSKw4R76vNi3QPJ5Fa9ugcyvE2cWmKSPv3AhpTNNKvqP8v5ba9JRL4Vh7UnFNjDz3E2GXZDVVenu3rkZaNdUFhjAvgd</code></sub>
147
+ </td></tr>
 
 
 
 
148
  </table>
149
 
150
  > **Ethereum L2s (Base, Arbitrum, Optimism, Polygon, etc.) and EVM-compatible tokens** can be sent to the same Ethereum address.