🔧 master: work in progress [might break]
This commit is contained in:
parent
2a585f8da9
commit
f835e0673f
6 changed files with 7 additions and 7 deletions
|
|
@ -157,7 +157,7 @@ div#translators{
|
||||||
|
|
||||||
div#archive_org{
|
div#archive_org{
|
||||||
background: url(../img/archive.org.jpg);
|
background: url(../img/archive.org.jpg);
|
||||||
height: 200px;
|
height: 153px;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -277,7 +277,7 @@ div#lobby{
|
||||||
}
|
}
|
||||||
|
|
||||||
div#biggu_s_gate{
|
div#biggu_s_gate{
|
||||||
background: url(../img/biggu_s_gate.jpg);
|
background: url(../img/biggu.webp);
|
||||||
height: 400px;
|
height: 400px;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
@ -293,7 +293,7 @@ div#searxr{
|
||||||
}
|
}
|
||||||
|
|
||||||
div#januswebbrowser{
|
div#januswebbrowser{
|
||||||
background: url(../img/januswebbrowser.jpg);
|
background: url(../img/janusoasis.webp);
|
||||||
height: 400px;
|
height: 400px;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
||||||
BIN
asset/img/biggu.webp
Normal file
BIN
asset/img/biggu.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 692 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB |
BIN
asset/img/janusoasis.webp
Normal file
BIN
asset/img/janusoasis.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB |
|
|
@ -143,9 +143,9 @@
|
||||||
<div class="tile xrbrowser">
|
<div class="tile xrbrowser">
|
||||||
<div id="januswebbrowser" class="thumb"></div>
|
<div id="januswebbrowser" class="thumb"></div>
|
||||||
<a class="description" href="https://coderofsalvation.github.io/janus-guide/" target="_blank">
|
<a class="description" href="https://coderofsalvation.github.io/janus-guide/" target="_blank">
|
||||||
<b>JanusWeb</b> is the XR browser for the browser.<br>
|
<b>JanusWeb</b> browses the XR web inside the web.<br>
|
||||||
Its JML allows for an XR web <b>within existing</b> files/web</b>.<br>
|
Its JML syntax allows regular webpages to project a 3D version.<br>
|
||||||
It also supports browsing 3D files via XR (URI) Fragments.
|
It also supports 3D files via XR URLs/Fragments.
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -373,7 +373,7 @@
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<b>Q: Regarding hyperlinking, is linking to a webpage enough?</b><br>
|
<b>Q: Regarding hyperlinking, is linking to a webpage enough?</b><br>
|
||||||
<b>A:</b> Most games or WebXR-sites are shallow-linked disjointed XR experiences (not hypermedia), basically:
|
<b>A:</b> Most games or WebXR-sites are shallow-linked disjointed XR experiences via appstores (not hypermedia), basically:
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<cite>
|
<cite>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue