Progress bars

This commit is contained in:
Lucidiot 2019-12-21 08:01:17 +00:00
parent b32a081d37
commit e03de082b6
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 47 additions and 5 deletions

View File

@ -37,22 +37,64 @@
<h2>topics</h2>
<h3>general information</h3>
<p>soon™</p>
<p>
<img src="../img/wip.gif" alt="Research in progress" style="float: left" />
<div class="progress" title="5% done">
<div class="progress-inner" style="width: 5%"></div>
</div>
See issues
<a href="https://tildegit.org/lucidiot/psp-research/issues/4" target="_blank">#4</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/13" target="_blank">#13</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/14" target="_blank">#14</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/15" target="_blank">#15</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/18" target="_blank">#18</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/19" target="_blank">#19</a>.
</p>
<h3><a href="web.html">browsing the web</a></h3>
<p>Learnings, experiments with the web browser, and how to make a website compatible with PSPs.</p>
<p>
<img src="../img/wip.gif" alt="Research in progress" style="float: left" />
<div class="progress" title="40% done">
<div class="progress-inner" style="width: 40%"></div>
</div>
See issues
<a href="https://tildegit.org/lucidiot/psp-research/issues/10" target="_blank">#10</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/11" target="_blank">#11</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/12" target="_blank">#12</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/20" target="_blank">#20</a>.
</p>
<h3><a href="infoboard">the information board</a></h3>
<p>Reverse engineering one of the least used online features of the PSP: the PlayStation Network's now abandoned Information Board.</p>
<h3>the rss reader</h3>
<p>soon™</p>
<p>
<img src="../img/wip.gif" alt="Research in progress" style="float: left" />
<div class="progress" title="5% done">
<div class="progress-inner" style="width: 5%"></div>
</div>
See issue <a href="https://tildegit.org/lucidiot/psp-research/issues/3" target="_blank">#3</a>.
</p>
<h3>sensme channels</h3>
<p>soon™</p>
<p>
<img src="../img/wip.gif" alt="Research in progress" style="float: left" />
<div class="progress" title="5% done">
<div class="progress-inner" style="width: 5%"></div>
</div>
See issue <a href="https://tildegit.org/lucidiot/psp-research/issues/1" target="_blank">#1</a>.
</p>
<h3>internet radios</h3>
<p>soon™</p>
<h3><a href="radio">internet radios</a></h3>
<p>Reverse engineering and documenting the PSP's <a href="https://electronjs.org/" target="_blank">Electron</a> equivalent.</p>
<p>
<img src="../img/wip.gif" alt="Research in progress" style="float: left" />
<div class="progress" title="15% done">
<div class="progress-inner" style="width: 15%"></div>
</div>
See issues <a href="https://tildegit.org/lucidiot/psp-research/issues/2" target="_blank">#2</a>, <a href="https://tildegit.org/lucidiot/psp-research/issues/6" target="_blank">#6</a>, <a href="https://tildegit.org/lucidiot/psp-research/issues/7" target="_blank">#7</a> and the <a href="https://tildegit.org/lucidiot/cxml" target="_blank">cxml</a> subproject.
</p>
</div>
<div class="section" id="contribute">