|
213 | 213 | <button id="btn_intro" title="Click for Intro Video" style="display: none; min-width: 50px;" onclick="show_hide_intro_video();">Intro</button> |
214 | 214 | <button id="btn_dg" class="dropdown" title="Repositories, Poetry, Games, Converter and three.js based Experiences" style="min-width: 100px; border: 1px solid blue; -webkit-border-radius: 3px; border-radius: 3px;" onclick="show_hide_dropdown_dg();">General |
215 | 215 | <div id="dg" class="dropdown-content" style="display: none;"> |
216 | | - <a id="dg001" title="Repositories" href="https://github.com/GitHubDragonFly?tab=repositories" target="_blank">Repos</a> |
| 216 | + <a id="dg001" title="GitHub Repositories" href="https://github.com/GitHubDragonFly?tab=repositories" target="_blank">Repository</a> |
217 | 217 | <a id="dg002" title="Cosmic Poetry, product of AI and human collaboration" href="./viewers/templates/Starry AI Night.html" target="_blank">Poetry</a> |
218 | 218 | <a id="dg003" title="nunuStudio Games and Experiences" href="./viewers/templates/nunuStudio Examples.html" target="_blank">Games</a> |
219 | | - <a id="dg004" title="Number Type Converter 128-bit" href="./viewers/templates/Number Conversion.html" target="_blank">Converter</a> |
| 219 | + <a id="dg004" title="Simple AI Response Demo" href="https://huggingface.co/spaces/GitHubDragonFly/AI_Demo" target="_blank">AI_Chat</a> |
| 220 | + <a id="dg005" title="Number Type Converter 128-bit" href="./viewers/templates/Number Conversion.html" target="_blank">Converter</a> |
220 | 221 | <hr class="solid" id="separator" tabindex="-1"> |
221 | | - <a id="dg005" title="Celestial Bodies - Astronomically Inaccurate" href="./viewers/templates/Celestial Bodies.html" target="_blank">Celestial</a> |
222 | | - <a id="dg006" title="Simple automatic cube shading example" href="./viewers/templates/Cube Shading.html" target="_blank">Shading</a> |
223 | | - <a id="dg007" title="Texture Viewer" href="./viewers/templates/Texture Viewer.html" target="_blank">TexView</a> |
224 | | - <a id="dg008" title="Image to 3D Mesh Converter" href="./viewers/templates/IMG2MESH.html" target="_blank">IMG2MESH</a> |
| 222 | + <a id="dg006" title="Celestial Bodies - Astronomically Inaccurate" href="./viewers/templates/Celestial Bodies.html" target="_blank">Celestial</a> |
| 223 | + <a id="dg007" title="Simple automatic cube shading example" href="./viewers/templates/Cube Shading.html" target="_blank">Shading</a> |
| 224 | + <a id="dg008" title="Texture/Image Viewer" href="./viewers/templates/Texture Viewer.html" target="_blank">TexView</a> |
| 225 | + <a id="dg009" title="Image to 3D Mesh Converter" href="./viewers/templates/IMG2MESH.html" target="_blank">IMG2MESH</a> |
225 | 226 | </div> |
226 | 227 | </button> |
227 | 228 | <button id="btn_mobile" title="Mobile Friendly Simple 3D Viewers" style="min-width: 100px;" onclick="switch_to_mobile();">Mobile 3D</button> |
|
0 commit comments