🔧 master: work in progress [might break]
This commit is contained in:
parent
f8b5cede0d
commit
e8eb496b58
3 changed files with 22 additions and 2 deletions
|
|
@ -172,6 +172,16 @@ div#xrfragment{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#badges{
|
||||||
|
background: url(../img/badges.png);
|
||||||
|
height: 90px;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
background-position:bottom;
|
||||||
|
width: 535px;
|
||||||
|
display:inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
div#peertube{
|
div#peertube{
|
||||||
background: url(../img/peertube-app.webp);
|
background: url(../img/peertube-app.webp);
|
||||||
height: 400px;
|
height: 400px;
|
||||||
|
|
|
||||||
BIN
asset/img/badges.png
Normal file
BIN
asset/img/badges.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
14
index.html
14
index.html
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
<header class="container">
|
<header class="container">
|
||||||
<div id="logo"></div>
|
<div id="logo"></div>
|
||||||
|
<div id="badges"></div>
|
||||||
<div id="hint"></div>
|
<div id="hint"></div>
|
||||||
<hgroup style="margin-top:12px">
|
<hgroup style="margin-top:12px">
|
||||||
<h1 style="opacity:0;position:absolute;">XR Hypermedia Federation</h1>
|
<h1 style="opacity:0;position:absolute;">XR Hypermedia Federation</h1>
|
||||||
|
|
@ -40,10 +41,10 @@
|
||||||
</u>
|
</u>
|
||||||
<br>
|
<br>
|
||||||
<div id="xrecosystem"></div>
|
<div id="xrecosystem"></div>
|
||||||
We encourage <b>XR translator-development</b> for viewing existing
|
We encourage <b>XR translator-development</b> to view existing
|
||||||
<u tabindex="0">ecosystems
|
<u tabindex="0">ecosystems
|
||||||
<span>like the 2D web, or file-collections</span>
|
<span>like the 2D web, or file-collections</span>
|
||||||
</u> <b>spatially</b> using open
|
</u> within <b>AR/VR-headsets</b> via open
|
||||||
<u tabindex="0">protocols 🔌
|
<u tabindex="0">protocols 🔌
|
||||||
<span>: <a href="https://en.wikipedia.org/wiki/RSS" target="_blank">RSS</a>, HTML, <a href="https://janusxr.org/docs/build/introtojml/index.html" target="_blank">JML</a>, Fediverse's <a href="https://activitypub.rocks/" target="_blank">ActivityPub</a> and <a href="https://xrfragment.org">URI's using XR Fragments</a> e.g.</span>
|
<span>: <a href="https://en.wikipedia.org/wiki/RSS" target="_blank">RSS</a>, HTML, <a href="https://janusxr.org/docs/build/introtojml/index.html" target="_blank">JML</a>, Fediverse's <a href="https://activitypub.rocks/" target="_blank">ActivityPub</a> and <a href="https://xrfragment.org">URI's using XR Fragments</a> e.g.</span>
|
||||||
</u>
|
</u>
|
||||||
|
|
@ -69,6 +70,15 @@
|
||||||
</u>
|
</u>
|
||||||
, American <a href="https://www.state.gov/wp-content/uploads/2022/04/Declaration-for-the-Future-for-the-Internet.pdf" target="_blank">DFI</a>-values, narrowed down to <b>OpenSource</b> XR experiences via <b>link traversal</b>.<br>
|
, American <a href="https://www.state.gov/wp-content/uploads/2022/04/Declaration-for-the-Future-for-the-Internet.pdf" target="_blank">DFI</a>-values, narrowed down to <b>OpenSource</b> XR experiences via <b>link traversal</b>.<br>
|
||||||
</div>
|
</div>
|
||||||
|
<br>
|
||||||
|
<h3>Why do people want it</h3>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
XR digital commons empower societies to share spatial experiences across different platforms and hardware.<br>
|
||||||
|
This connectivity empowers citizens to build upon existing open-source foundations and shared data, accelerating innovation by allowing them to "remix" and expand the world instead of constantly reinventing the wheel.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<div id="lvk"></div>
|
<div id="lvk"></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue