Dorjzodovsuren commited on
Commit
757635a
·
verified ·
1 Parent(s): cd3c518

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +31 -0
index.html CHANGED
@@ -232,6 +232,37 @@
232
  </div>
233
  </main>
234
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235
  <footer>
236
  &copy; 2025 Nomadic Echo Interior • All rights reserved
237
  </footer>
 
232
  </div>
233
  </main>
234
 
235
+ <main>
236
+ <div class="content-wrapper">
237
+ <!-- Viewer Panel (initially 70% width) -->
238
+ <div class="viewer-container" id="viewerPanel">
239
+ <div class="viewer-header">Explore the 3D Model</div>
240
+ <div class="sketchfab-embed-wrapper">
241
+ <iframe
242
+ title="25d4c696-c992-43d5-ab5a-03212692591a"
243
+ src="https://sketchfab.com/models/a82ea39d346f4521a488c628db820657/embed?autostart=1&camera=0&preload=1"
244
+ allow="autoplay; fullscreen; xr-spatial-tracking"
245
+ xr-spatial-tracking
246
+ execution-while-out-of-viewport
247
+ execution-while-not-rendered
248
+ web-share
249
+ ></iframe>
250
+ </div>
251
+ <div class="credits">
252
+ Model by <a href="https://sketchfab.com/Ibdzs" target="_blank" rel="noopener">Dorjzodovsuren Batjargal</a>
253
+ on <a href="https://sketchfab.com" target="_blank" rel="noopener">Sketchfab</a>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Plan Panel (hidden initially, will appear at 50% width) -->
258
+ <div class="plan-container" id="planPanel">
259
+ <div class="plan-image-wrapper">
260
+ <img src="plan_image.jpg" alt="Floor Plan of Nomadic Echo Interior" />
261
+ </div>
262
+ </div>
263
+ </div>
264
+ </main>
265
+
266
  <footer>
267
  &copy; 2025 Nomadic Echo Interior • All rights reserved
268
  </footer>