awacke1's picture
Update index.html
ae82413
raw
history blame contribute delete
No virus
3.04 kB
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My VR App</title>
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
<!-- Create a sphere -->
<a-sphere position="-2 0 -5" radius="1" color="#ffffff" opacity="0.5"></a-sphere>
<!-- Create a cylinder -->
<a-cylinder position="0 0 -5" radius="0.5" height="2" color="#ffffff" opacity="0.5"></a-cylinder>
<!-- Create a thin rectangular shape -->
<a-box position="2 0 -5" width="1" height="0.1" depth="2" color="#ffffff" opacity="0.5"></a-box>
<!-- Create 3D text -->
<a-entity position="-1 1 -5" text="value: Hello, World!; font: fonts/helvetiker_regular.typeface.json; size: 0.5; color: #ffffff"></a-entity>
<!-- Add camera and cursor -->
<a-entity camera look-controls>
<a-cursor></a-cursor>
</a-entity>
</a-scene>
<iframe
src="https://awacke1-markdown-analyzer.hf.space"
frameborder="0"
width="850"
height="450"
></iframe>
<iframe
src="https://huggingface.co/spaces/AI-Dashboards/Topic-Modeling-Clusters-Free-Text"
frameborder="0"
width="850"
height="450"
></iframe>
<iframe
src="https://ai-dashboards-topic-modeling-clusters-free-tex-4020a25.hf.space"
frameborder="0"
width="850"
height="450"
></iframe>
<iframe
src="https://awacke1-sentence2paragraph.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<iframe
src="https://awacke1-image-semantic-search.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<a-scene>
<a-entity camera position="0 1.6 0"></a-entity>
<a-plane position="0 0 0" rotation="-90 0 0" width="100" height="100" color="#CCC"></a-plane>
<a-curvedimage position="0 1 -5" rotation="0 180 0" scale="3 3 3"
src="https://i.imgur.com/guK6sz9.jpg" radius="10">
<a-image position="-2.5 0.5 0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://lukemerrett.com/building-c4-diagrams-in-mermaid/"></a-image>
<a-image position="-2.5 0.5 -0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://lukemerrett.com/using-mermaid-flowchart-syntax-in-notion/"></a-image>
<a-image position="-1.5 0.5 0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://lukemerrett.com/c4-diagrams-as-code-architectural-joy/"></a-image>
<a-image position="-1.5 0.5 -0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://huggingface.co/spaces/AI-Dashboards/CP.Matplotlib.NetworkX.Streamlit.PyVis.Graphviz"></a-image>
<a-image position="-0.5 0.5 0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://huggingface.co/spaces/awacke1/GraphViz-Demo"></a-image>
<a-image position="-0.5 0.5 -0.5" src="https://i.imgur.com/QkfUK8d.png"
width="1" height="1" link="https://huggingface.co/spaces/awacke1/AIZTH-03-09-2023"></
</a-scene>
</body>
</html>