Skip to content

Commit 3c20acd

Browse files
jeswrgjwgit
andauthored
feat: add ANU SII demo apps (#943)
* Add SII ANU demo apps. * Tidyup. * Remove embedded link. * Update to ensure all text linkable. * Add categories for new apps. * chore: update built-by statement * chore: add links to desktop builds of ANU apps * chore: add solidcommunity.au to Get a Pod page * chore: serve solidcommunity.au image locally --------- Co-authored-by: Graham Williams <graham.williams@togaware.com>
1 parent e64285a commit 3c20acd

6 files changed

Lines changed: 146 additions & 0 deletions

File tree

apps.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ <h2 id="app_launcher" property="name">App Launcher</h2>
3333
<select id="category-filter">
3434
<option value="all">All Categories</option>
3535
<option value="Cooking">Cooking</option>
36+
<option value="Health">Health</option>
3637
<option value="Movies">Movies</option>
3738
<option value="Content, Notes, Blogging and Publishing">Content, Notes, Blogging and Publishing</option>
39+
<option value="Productivity">Productivity</option>
3840
<option value="Pod Management">Pod Management</option>
3941
<option value="TODO List">TODO List</option>
4042
</select>
@@ -47,6 +49,23 @@ <h2 id="app_launcher" property="name">App Launcher</h2>
4749
</label>
4850
</div>
4951
</div>
52+
<style>
53+
/* Keep inline links inside app descriptions on the same line */
54+
#apps-list li p a {
55+
display: inline !important;
56+
vertical-align: baseline;
57+
}
58+
/* Style for inline external link replacement inside tiles */
59+
#apps-list .external-link {
60+
text-decoration: underline;
61+
cursor: pointer;
62+
color: var(--link-color, #1a73e8);
63+
}
64+
#apps-list .external-link:focus {
65+
outline: 2px solid #1a73e8;
66+
outline-offset: 2px;
67+
}
68+
</style>
5069
<ul class="tiles tile-links" id="apps-list">
5170
<li data-name="Media Kraken" data-category="Movies">
5271
<a href="https://noeldemartin.github.io/media-kraken/">
@@ -135,6 +154,33 @@ <h3>Solidflix</h3>
135154
<p>A movie tracking and sharing app with personalised recommendations by Oxford Human Centred Computing Group.</p>
136155
</a>
137156
</li>
157+
<li data-name="NotePod" data-category="Productivity">
158+
<a href="https://notepod.solidcommunity.au">
159+
<div class="tile-header">
160+
<img alt="NotePod logo" src="/assets/img/logo/notepod.png"/>
161+
<h3>NotePod</h3>
162+
</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>
164+
</a>
165+
</li>
166+
<li data-name="HealthPod" data-category="Health">
167+
<a href="https://healthpod.solidcommunity.au">
168+
<div class="tile-header">
169+
<img alt="HealthPod logo" src="/assets/img/logo/healthpod.svg"/>
170+
<h3>HealthPod</h3>
171+
</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>
173+
</a>
174+
<li data-name="MovieStar" data-category="Movies">
175+
<a href="https://moviestar.solidcommunity.au">
176+
<div class="tile-header">
177+
<img alt="MovieStar logo" src="/assets/img/logo/moviestar.png"/>
178+
<h3>MovieStar</h3>
179+
</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>
182+
</a>
183+
</li>
138184
</ul>
139185

140186
<details class="details-box">

assets/img/logo/healthpod.svg

Lines changed: 70 additions & 0 deletions
Loading

assets/img/logo/moviestar.png

69.5 KB
Loading

assets/img/logo/notepod.png

56.2 KB
Loading
Lines changed: 10 additions & 0 deletions
Loading

get_a_pod.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,26 @@ <h3 id="solidcommunity_net">solidcommunity.net</h3>
9191
</dd>
9292
</dl>
9393
</li>
94+
<li>
95+
<div class="tile-header">
96+
<img src="/assets/img/logo/solidcommunity-au.svg" alt="solidcommunity.au logo" />
97+
<h3 id="solidcommunity_au">solidcommunity.au</h3>
98+
</div>
99+
<dl>
100+
<dt>Get a Pod</dt>
101+
<dd>
102+
<a href="https://pods.solidcommunity.au/">https://pods.solidcommunity.au/</a>
103+
</dd>
104+
<dt>Organization</dt>
105+
<dd>
106+
<a href="https://solidcommunity.au/">Solid Community AU</a>
107+
</dd>
108+
<dt>Hosting Location</dt>
109+
<dd>
110+
<a href="https://en.wikipedia.org/wiki/Australia">Australia</a>
111+
</dd>
112+
</dl>
113+
</li>
94114
<li>
95115
<div class="tile-header">
96116
<img alt="me is data logo" src="/assets/img/logo/me-is-data.jpg" />

0 commit comments

Comments
 (0)