🔧 master: work in progress [might break]
This commit is contained in:
parent
db5892c0ce
commit
66a70cfc0d
4 changed files with 37 additions and 5 deletions
|
|
@ -135,11 +135,14 @@ div#hint{
|
|||
}
|
||||
|
||||
div#xrecosystem{
|
||||
background: url(../img/xrecosystem.png);
|
||||
background: #000 url(../img/xrecosystem.png);
|
||||
background-repeat: no-repeat;
|
||||
height: 200px;
|
||||
background-size: cover;
|
||||
width: 100%;
|
||||
border-radius:7px;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
margin:30px 0px;
|
||||
}
|
||||
|
||||
|
|
@ -233,6 +236,14 @@ div#aframeverse{
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
div#elfa{
|
||||
height: 400px;
|
||||
background: url(../img/elfa.jpg);
|
||||
background-repeat:no-repeat;
|
||||
background-size: cover;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div#xrsh{
|
||||
background: url(../img/xrsh.webp);
|
||||
height: 200px;
|
||||
|
|
|
|||
BIN
asset/img/elfa.jpg
Normal file
BIN
asset/img/elfa.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 688 KiB After Width: | Height: | Size: 408 KiB |
29
index.html
29
index.html
|
|
@ -193,6 +193,14 @@
|
|||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="tile xrbrowser">
|
||||
<div id="elfa" class="thumb"></div>
|
||||
<a class="description" href="https://fosstodon.org/@elfa" target="_blank">
|
||||
<b>ELFA</b> is a suite of <b>E</b>verything <b>L</b>ocal<b>F</b>irst<b> A</b>pplications, an integrated Suite of Apps, integrated with VR/XR.<br>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
|
@ -249,7 +257,7 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<div class="direction-r">
|
||||
<div class="direction-l">
|
||||
<div class="flag-wrapper">
|
||||
<span class="flag">XR Fragments Funded</span>
|
||||
<span class="time-wrapper"><span class="time">2021</span></span>
|
||||
|
|
@ -262,7 +270,7 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<div class="direction-l">
|
||||
<div class="direction-r">
|
||||
<div class="flag-wrapper">
|
||||
<span class="flag">XRSH funded</span>
|
||||
<span class="time-wrapper"><span class="time">2021</span></span>
|
||||
|
|
@ -275,7 +283,7 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<div class="direction-r">
|
||||
<div class="direction-l">
|
||||
<div class="flag-wrapper">
|
||||
<span class="flag">HAN University collab</span>
|
||||
<span class="time-wrapper"><span class="time">2024</span></span>
|
||||
|
|
@ -289,7 +297,7 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<div class="direction-l">
|
||||
<div class="direction-r">
|
||||
<div class="flag-wrapper">
|
||||
<span class="flag">XRForge funding</span>
|
||||
<span class="time-wrapper"><span class="time">2025</span></span>
|
||||
|
|
@ -301,6 +309,19 @@
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<div class="direction-l">
|
||||
<div class="flag-wrapper">
|
||||
<span class="flag">ELFA funding</span>
|
||||
<span class="time-wrapper"><span class="time">2025</span></span>
|
||||
</div>
|
||||
<div class="desc">
|
||||
ELFA, a suite of local-first applications with VR/XR integration, got funded by EU's <a href="https://commission.europa.eu/funding-tenders/find-funding/eu-funding-programmes/horizon-europe_en" target="_blank">Horizon Europe</a>.
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue