🔧 master: work in progress [might break]

This commit is contained in:
Leon van Kammen 2026-02-09 13:38:26 +01:00
parent 753ec87d30
commit f8b5cede0d
7 changed files with 86 additions and 1 deletions

View file

@ -172,11 +172,60 @@ div#xrfragment{
width: 100%; width: 100%;
} }
div#peertube{
background: url(../img/peertube-app.webp);
height: 400px;
background-repeat:no-repeat;
background-size: cover;
background-position:center;
width: 100%;
}
div#jml{
background: url(../img/jml.jpg);
height: 400px;
background-repeat:no-repeat;
background-size: contain;
width: 100%;
border-radius:7px;
margin:15px 0px;
position:absolute;
z-index:100;
}
div#janusdialog{
background: url(../img/janus-script-dialog.webp);
height: 400px;
background-repeat:no-repeat;
background-size: cover;
background-position:center;
width: 100%;
}
div#janusrss{
background: url(../img/janus-script-rss.png);
height: 400px;
background-repeat:no-repeat;
background-size: cover;
background-position:center;
width: 100%;
}
div#janusfetch{
background: url(../img/janus-script-fetch.png);
height: 400px;
background-repeat:no-repeat;
background-size: cover;
background-position:center;
width: 100%;
}
div#xrshthumb{ div#xrshthumb{
background: url(../img/xrsh-thumb.jpg); background: url(../img/xrsh-thumb.jpg);
height: 400px; height: 400px;
background-repeat:no-repeat; background-repeat:no-repeat;
background-size: cover; background-size: cover;
background-position:center;
width: 100%; width: 100%;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 KiB

BIN
asset/img/jml.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
asset/img/peertube-app.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View file

@ -168,11 +168,19 @@
<div class="tile worldpreservation"> <div class="tile worldpreservation">
<div id="archive_org" class="thumb"></div> <div id="archive_org" class="thumb"></div>
<div id="janusweb" class="thumb hue-2" style="background-position: 50% 77px"></div> <div id="janusweb" class="thumb hue-2" style="background-position: 50% 77px"></div>
<a class="description" href="https://github.com/jbaicoianu/janusweb"> <a class="description" href="https://github.com/jbaicoianu/janusweb" target="_blank">
The XRForge project is currently implementating ways to prevent link / virtualworld <b>rot</b> by integrating backups to <b>archive.org</b>. The XRForge project is currently implementating ways to prevent link / virtualworld <b>rot</b> by integrating backups to <b>archive.org</b>.
</a> </a>
</div> </div>
<div class="tile protocol">
<div id="jml" class="thumb"></div>
<div id="janusweb" class="thumb hue-3" style="background-position: 50% 77px"></div>
<a class="description" href="https://janusxr.org/docs/build/introtojml/index.html" target="_blank">
JML is a portable markup-lanuage which allows describing 3D spaces (and link them with portals).
</a>
</div>
<div class="tile xrdiscovery"> <div class="tile xrdiscovery">
<div id="searxr" class="thumb"></div> <div id="searxr" class="thumb"></div>
<a class="description" href="https://searxr.me" target="_blank"> <a class="description" href="https://searxr.me" target="_blank">
@ -201,6 +209,34 @@
</a> </a>
</div> </div>
<div class="tile xrtranslator">
<div id="peertube" class="thumb"></div>
<a class="description" href="https://codeberg.org/coderofsalvation/janus-script-peertube" target="_blank">
<b>Peertube</b> is a free and open-source platform for sharing videos.<br>This translator makes it possible to view peertube in JanusWeb.<br>
</a>
</div>
<div class="tile openlearning">
<div id="janusdialog" class="thumb"></div>
<a class="description" href="https://codeberg.org/coderofsalvation/janus-script-dialog" target="_blank">
This janusweb AR/VR dialog-component makes it possible to make spatial elearnings more dynamic.
</a>
</div>
<div class="tile xrtranslator">
<div id="janusrss" class="thumb"></div>
<a class="description" href="https://codeberg.org/coderofsalvation/janus-script-rss" target="_blank">
This janusweb AR/VR component makes it possible to read RSS-feeds, an important web-buildingblock in Janusweb.
</a>
</div>
<div class="tile xrtranslator">
<div id="janusfetch" class="thumb"></div>
<a class="description" href="https://codeberg.org/coderofsalvation/janus-script-fetch" target="_blank">
This janusweb AR/VR component makes it possible to import partial content from the web in realtime.
</a>
</div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<br> <br>