Hypsoverse: Immersive Gallery (desktop prototype)
Teleport VR functionality (requires VR headset)
Artwork SEO Analytics
Art Literacy Link (r/click for English)
Art Arbitrage (SEC clearance in 2025) swap NFT’s for crypto or cash
User-friendly Art Owner set-up
Art Funding. Click the image to Learn more …
body { display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f0f0f0; } .cube { position: relative; transform-style: preserve-3d; animation: spin 10s infinite linear; width: 200px; height: 200px; } .face { position: absolute; width: 200px; height: 200px; } .square { display: block; width: 66px; height: 66px; margin: 1px; text-decoration: none; } .red { background-color: red; } .green { background-color: green; } .blue { background-color: blue; } .yellow { background-color: yellow; } .purple { background-color: purple; } .orange { background-color: orange; } .pink { background-color: pink; } .cyan { background-color: cyan; } .lime { background-color: lime; } .magenta { background-color: magenta; } .teal { background-color: teal; } .navy { background-color: navy; } .maroon { background-color: maroon; } .olive { background-color: olive; } .coral { background-color: coral; } .beige { background-color: beige; } .brown { background-color: brown; } .gold { background-color: gold; } @keyframes spin { from { transform: rotateY(0deg); } to { transform: rotateY(360deg); } }