Skip to content

Commit

Permalink
add store information
Browse files Browse the repository at this point in the history
show fewer apps and point to store and blogpost instead
  • Loading branch information
r10s committed Sep 28, 2023
1 parent 9010df9 commit ce9b6fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 41 deletions.
Binary file added assets/screenshots/reactle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 10 additions & 41 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,40 +65,8 @@ <h2 class="title" id="try">

<div class="has-text-centered">
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/tower-builder.png"></div>
<div><a href="https://github.com/webxdc/tower-builder/releases/latest/download/tower-builder.xdc">download<br><code>tower.xdc</code></a></div>
</div>
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/hextris.png"></div>
<div><a href="https://github.com/webxdc/hextris/releases/latest/download/hextris.xdc">download<br><code>hextris.xdc</code></a></div>
</div>
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/chess.png"></div>
<div><a href="https://github.com/webxdc/ChessBoard/releases/latest/download/ChessBoard.xdc">download<br><code>chess.xdc</code></a></div>
</div>

<!--
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/othello.png"></div>
<div><a href="https://github.com/webxdc/Othello/releases/latest/download/othello.xdc">download<br><code>othello.xdc</code></a></div>
</div>
-->

<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/stackup.png"></div>
<div><a href="https://github.com/webxdc/StackUp/releases/latest/download/stackup.xdc">download<br><code>stackup.xdc</code></a></div>
</div>
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/2048.png"></div>
<div><a href="https://github.com/webxdc/2048/releases/latest/download/2048.xdc">download<br><code>2048.xdc</code></a></div>
</div>
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/tictactoe.png"></div>
<div><a href="https://github.com/webxdc/tictactoe/releases/latest/download/tictactoe.xdc">download<br><code>tictactoe.xdc</code></a></div>
</div>
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/poll.png"></div>
<div><a href="https://codeberg.org/webxdc/poll/releases/">download<br><code>poll.xdc</code></a></div>
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/editor.png"></div>
<div><a href="https://codeberg.org/webxdc/editor/releases/">download<br><code>editor.xdc</code></a></div>
</div>
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/calendar.png"></div>
Expand All @@ -109,21 +77,22 @@ <h2 class="title" id="try">
<div><a href="https://codeberg.org/webxdc/checklist/releases/">download<br><code>checklist.xdc</code></a></div>
</div>
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/corkboard.png"></div>
<div><a href="https://codeberg.org/webxdc/corkboard/releases/">download<br><code>corkboard.xdc</code></a></div>
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/tower-builder.png"></div>
<div><a href="https://github.com/webxdc/tower-builder/releases/latest/download/tower-builder.xdc">download<br><code>tower.xdc</code></a></div>
</div>
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/draw.png"></div>
<div><a href="https://github.com/webxdc/draw/releases/latest/download/draw.xdc">download<br><code>draw.xdc</code></a></div>
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/reactle.png"></div>
<div><a href="https://github.com/DeltaZen/reactle/releases/latest/download/reactle.xdc">download<br><code>reactle.xdc</code></a></div>
</div>
<div class="is-pulled-left download">
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/editor.png"></div>
<div>under<br>construction ...</div>
<div class="smartphone"><img class="content" aria-hidden="true" src="assets/screenshots/2048.png"></div>
<div><a href="https://github.com/webxdc/2048/releases/latest/download/2048.xdc">download<br><code>2048.xdc</code></a></div>
</div>
</div>

<p style="margin-top: 2rem;">
<a href="https://github.com/topics/webxdc">Search for more apps on GitHub</a>
for more apps, send <code>Hi</code> to <code>xstore@testrun.org</code>
or read our <a href="https://delta.chat/en/2023-08-11-xstore">everything-apps without platforms</a> blog post
</p>

</section>
Expand Down

0 comments on commit ce9b6fb

Please sign in to comment.