Skip to content

Commit fd5b030

Browse files
committed
Index cleanup
removed non used code
1 parent 48855ba commit fd5b030

1 file changed

Lines changed: 2 additions & 31 deletions

File tree

index.html

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888

8989
<img id="logo" class="xrp_logo" src="images/xrpstickerbot.png" alt="XRP Logo" title="Hello world, I'm XRP!" uk-img>
9090

91+
<img id="IDGamePad" style="padding-left: 20%; display: none;" src="images/gamepad.png" alt="gamepad icon" title="gamepad connected" uk-img>
92+
9193
<!-- <button
9294
id="IDConnectBTN"
9395
title="Connect XRP to page manually, or automatically if connected before"
@@ -218,37 +220,6 @@
218220
</div>
219221
</div>
220222

221-
<img id="IDGamePad" style="padding-left: 20%; display: none;" src="images/gamepad.png" alt="gamepad icon" title="gamepad connected" uk-img>
222-
223-
224-
<!--
225-
<button
226-
title="Adds a code editor panel"
227-
alt="Add a new file button"
228-
id="IDAddEditorBTN"
229-
class="uk-button uk-text-small uk-width-1-1 uk-margin-medium-left uk-height-1-1 uk-text-nowrap"
230-
uk-icon="file-edit" dir="rtl">
231-
New File
232-
</button>
233-
234-
<button
235-
title="Opens link in new tab"
236-
alt="Link to open User Guide"
237-
onclick="window.open('https://xrpusersguide.readthedocs.io/en/latest/course/introduction.html', '_blank');"
238-
class="uk-button uk-text-small uk-width-1-1 uk-margin-medium-left uk-height-1-1 uk-text-nowrap"
239-
uk-icon="info" dir="rtl">
240-
User Guide
241-
</button>
242-
243-
<button
244-
title="Opens link in new tab"
245-
alt="Link to open XRP API homepage"
246-
onclick="window.open('https://open-stem.github.io/XRP_MicroPython/', '_blank');"
247-
class="uk-button uk-text-small uk-width-1-1 uk-margin-medium-left uk-height-1-1 uk-text-nowrap"
248-
uk-icon="home" dir="rtl">
249-
XRP API
250-
</button>
251-
-->
252223
</div>
253224

254225
<!-- BELOW LOGO -->

0 commit comments

Comments
 (0)