🔧 master: work in progress [might break]
This commit is contained in:
parent
753ec87d30
commit
f8b5cede0d
7 changed files with 86 additions and 1 deletions
|
|
@ -172,11 +172,60 @@ div#xrfragment{
|
|||
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{
|
||||
background: url(../img/xrsh-thumb.jpg);
|
||||
height: 400px;
|
||||
background-repeat:no-repeat;
|
||||
background-size: cover;
|
||||
background-position:center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
asset/img/janus-script-dialog.webp
Normal file
BIN
asset/img/janus-script-dialog.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.2 MiB |
BIN
asset/img/janus-script-fetch.png
Normal file
BIN
asset/img/janus-script-fetch.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 303 KiB |
BIN
asset/img/janus-script-rss.png
Normal file
BIN
asset/img/janus-script-rss.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 589 KiB |
BIN
asset/img/jml.jpg
Normal file
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
BIN
asset/img/peertube-app.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
38
index.html
38
index.html
|
|
@ -168,11 +168,19 @@
|
|||
<div class="tile worldpreservation">
|
||||
<div id="archive_org" class="thumb"></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>.
|
||||
</a>
|
||||
</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 id="searxr" class="thumb"></div>
|
||||
<a class="description" href="https://searxr.me" target="_blank">
|
||||
|
|
@ -201,6 +209,34 @@
|
|||
</a>
|
||||
</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>
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue