atlury commited on
Commit
777d4f9
·
verified ·
1 Parent(s): 1801c83

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +45 -12
index.html CHANGED
@@ -22,34 +22,37 @@
22
 
23
  <!-- Sidebar -->
24
  <div class="sidebar">
25
- <h2>AGED GURU</h2>
26
 
27
  <a href="#" class="active" data-content="home">Home</a>
28
 
29
- <a href="#" data-content="remotevoice">Digital Human</a>
30
- <a href="#" data-content="video">Workbench</a>
31
- <a href="#" data-content="coder">Young Coder</a>
 
 
 
32
 
33
  <!-- <a href="#" data-content="voice">Digital Human Voice</a> -->
34
  <!-- <a href="#" data-content="interdisciplinary">Interdisciplinary Studies & Advanced Math</a> -->
35
  <!-- <a href="#" data-content="advanced-math">Advanced Mathematics & Problem Solving</a> -->
36
 
37
- <a href="#" data-content="insights">Insights</a>
38
- <a href="#" data-content="podcast">Podcast</a>
39
 
40
- <a href="#" data-content="magazines-base">Workshop & Wisdom</a>
41
- <a href="#" data-content="digitaldustbin-base">Digital Dustbin</a>
42
- <a href="#" data-content="treasured-base">Treasured Teachings</a>
43
 
44
- <a href="#" data-content="3d-explorer">3D Explorer</a>
45
- <a href="#" data-content="digital-twin">Digital Twin</a>
46
 
47
  </div>
48
 
49
  <!-- Main Content -->
50
  <div class="main-content" id="main-content">
51
  <div class="header">
52
- <h1>5-MIN SCIENTIST PORTAL</h1>
53
  <!-- You can add user profile or settings here -->
54
  </div>
55
  <!-- Content will be loaded here -->
@@ -79,6 +82,36 @@
79
  <!-- --------------------Remote Voice ends---------------------------------------------- -->
80
 
81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
 
84
  <!-- -----------------Digital Human Voice Content Starts---------------- -->
 
22
 
23
  <!-- Sidebar -->
24
  <div class="sidebar">
25
+ <h2>Menu</h2>
26
 
27
  <a href="#" class="active" data-content="home">Home</a>
28
 
29
+ <a href="#" data-content="remotevoice">Digital Human Voice Cloud</a>
30
+ <a href="#" data-content="video"> Digital Human Voice Edge</a>
31
+ <a href="#" data-content="tryoncloud">Try on Cloud</a>
32
+ <a href="#" data-content="tryoncar">AR VR Showroom</a>
33
+
34
+ <!-- <a href="#" data-content="coder">Young Coder</a> -->
35
 
36
  <!-- <a href="#" data-content="voice">Digital Human Voice</a> -->
37
  <!-- <a href="#" data-content="interdisciplinary">Interdisciplinary Studies & Advanced Math</a> -->
38
  <!-- <a href="#" data-content="advanced-math">Advanced Mathematics & Problem Solving</a> -->
39
 
40
+ <!-- <a href="#" data-content="insights">Insights</a> -->
41
+ <!-- <a href="#" data-content="podcast">Podcast</a> -->
42
 
43
+ <!-- <a href="#" data-content="magazines-base">Workshop & Wisdom</a> -->
44
+ <!-- <a href="#" data-content="digitaldustbin-base">Digital Dustbin</a> -->
45
+ <!-- <a href="#" data-content="treasured-base">Treasured Teachings</a> -->
46
 
47
+ <!-- <a href="#" data-content="3d-explorer">3D Explorer</a> -->
48
+ <!-- <a href="#" data-content="digital-twin">Digital Twin</a> -->
49
 
50
  </div>
51
 
52
  <!-- Main Content -->
53
  <div class="main-content" id="main-content">
54
  <div class="header">
55
+ <h1>PORTAL</h1>
56
  <!-- You can add user profile or settings here -->
57
  </div>
58
  <!-- Content will be loaded here -->
 
82
  <!-- --------------------Remote Voice ends---------------------------------------------- -->
83
 
84
 
85
+ <!-- --------------------Remote Try On Starts------------------------------------------- -->
86
+ <div id="tryoncloud" class="content-section hidden">
87
+ <div class="card">
88
+ <iframe src="https://stella-three-xi.vercel.app/"
89
+ width="100%"
90
+ height="600px"
91
+ style="border: none; border-radius: 12px;"
92
+ title="Virtual Try on"
93
+ allow="microphone">
94
+ </iframe>
95
+ </div>
96
+ </div>
97
+ <!-- --------------------Remote Try on ends---------------------------------------------- -->
98
+
99
+
100
+ <!-- --------------------Remote Car Starts------------------------------------------- -->
101
+ <div id="tryoncar" class="content-section hidden">
102
+ <div class="card">
103
+ <iframe src="https://atlury.github.io/jioarvrc3/index.html"
104
+ width="100%"
105
+ height="600px"
106
+ style="border: none; border-radius: 12px;"
107
+ title="Virtual Try on"
108
+ allow="microphone">
109
+ </iframe>
110
+ </div>
111
+ </div>
112
+ <!-- --------------------Remote Car ends---------------------------------------------- -->
113
+
114
+
115
 
116
 
117
  <!-- -----------------Digital Human Voice Content Starts---------------- -->