Skip to content

Commit 2bc2cad

Browse files
Merge pull request #945 from solid/feat/add-more-apps
"verify and add solid apps"
2 parents ebca400 + 4086176 commit 2bc2cad

4 files changed

Lines changed: 33 additions & 4 deletions

File tree

apps.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3>Solidflix</h3>
160160
<img alt="NotePod logo" src="/assets/img/logo/notepod.png"/>
161161
<h3>NotePod</h3>
162162
</div>
163-
<p>Private and shareable note taking app with encryption. Built by the Software Innovation Institute, ANU. Desktop build available <span class="external-link" role="link" tabindex="0" aria-label="Open desktop build on GitHub" onclick="event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/notepod'); return false;" onkeydown="if(event.key==='Enter'||event.key===' '){ event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/notepod'); }">here</span>.</p>
163+
<p>Private and shareable note taking app with encryption. Built by the Software Innovation Institute, ANU. Desktop build available <span class="external-link" role="link" tabindex="0" aria-label="Open desktop build on GitHub" onclick="event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/notepod'); return false;" onkeydown="if(event.key==='Enter'||event.key===' '){ event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/notepod'); }">here</span>.</p>
164164
</a>
165165
</li>
166166
<li data-name="HealthPod" data-category="Health">
@@ -169,16 +169,33 @@ <h3>NotePod</h3>
169169
<img alt="HealthPod logo" src="/assets/img/logo/healthpod.svg"/>
170170
<h3>HealthPod</h3>
171171
</div>
172-
<p>Manage your health data, with support for encrypted data. Built by the Software Innovation Institute, ANU. Desktop build available <span class="external-link" role="link" tabindex="0" aria-label="Open HealthPod desktop build on GitHub" onclick="event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/healthpod'); return false;" onkeydown="if(event.key==='Enter'||event.key===' '){ event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/healthpod'); }">here</span>.</p>
172+
<p>Manage your health data, with support for encrypted data. Built by the Software Innovation Institute, ANU. Desktop build available <span class="external-link" role="link" tabindex="0" aria-label="Open HealthPod desktop build on GitHub" onclick="event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/healthpod'); return false;" onkeydown="if(event.key==='Enter'||event.key===' '){ event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/healthpod'); }">here</span>.</p>
173173
</a>
174174
<li data-name="MovieStar" data-category="Movies">
175175
<a href="https://moviestar.solidcommunity.au">
176176
<div class="tile-header">
177177
<img alt="MovieStar logo" src="/assets/img/logo/moviestar.png"/>
178178
<h3>MovieStar</h3>
179179
</div>
180-
<p>Track your movie and TV watching and ranking, share with
181-
others, and receive recommendations, with support for encrypted data. Built by the Software Innovation Institute, ANU. Desktop build available <span class="external-link" role="link" tabindex="0" aria-label="Open MovieStar desktop build on GitHub" onclick="event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/moviestar'); return false;" onkeydown="if(event.key==='Enter'||event.key===' '){ event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/moviestar'); }">here</span>.</p>
180+
<p>Track your movie and TV watching and ranking, share with others, and receive recommendations, with support for encrypted data. Built by the Software Innovation Institute, ANU. Desktop build available <span class="external-link" role="link" tabindex="0" aria-label="Open MovieStar desktop build on GitHub" onclick="event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/moviestar'); return false;" onkeydown="if(event.key==='Enter'||event.key===' '){ event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/anusii/moviestar'); }">here</span>.</p>
181+
</a>
182+
</li>
183+
<li data-name="SolidFocus" data-category="Browser">
184+
<a href="https://focus.noeldemartin.com/">
185+
<div class="tile-header">
186+
<img alt="SolidFocus logo" src="/assets/img/logo/solidfocus.png"/>
187+
<h3>SolidFocus</h3>
188+
</div>
189+
<p>Manage your tasks and notes seamlessly across workspaces and lists, with offline access, Markdown support, and data stored securely in your Solid POD. Built by Noel de Martin.</p>
190+
</a>
191+
</li>
192+
<li data-name="TiredBike" data-category="Travel">
193+
<a href="https://tired.bike/">
194+
<div class="tile-header">
195+
<img alt="TiredBike logo" src="/assets/img/logo/tiredbike.png"/>
196+
<h3>Tired Bike</h3>
197+
</div>
198+
<p>A Decentralised platform for a community of bicycle touring travellers and those who want to host them. Built by Open Hospitality Network.</p>
182199
</a>
183200
</li>
184201
</ul>

assets/img/logo/NeXT_logo.svg

Lines changed: 12 additions & 0 deletions
Loading

assets/img/logo/solidfocus.png

19.7 KB
Loading

assets/img/logo/tiredbike.png

16.2 KB
Loading

0 commit comments

Comments
 (0)