Skip to content

Commit

Permalink
Updating links in the webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
gg64du02 committed May 24, 2018
1 parent e5a411d commit be3d528
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
14 changes: 9 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

# TODO: Make it deployment friendly for a website (I don't know if it currently works)

# TODO: Delays needs to be shorter without changing functionnality in the
multiOS 7 8 10 admin command prompt script

# TODO: add a score number to notify the user that his script is to long,
therefore not be able to run on the DigiSpark!!!
w/ proper stylesheet ?
# TODO: See the memory threshold when it happens.

# TODO: Make it deployment friendly for a website (I don't know if it currently works)

# TODO: Delays needs to be shorter without changing functionnality in the
multiOS 7 8 10 admin command prompt script

# TODO: Try to came a with a single array generation during code translation (duckSpark.js)
maybe it will save the lenght issue ?!?

Expand Down Expand Up @@ -68,6 +69,9 @@ DigiKeyboard.println("abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234
is fine

# DONE: test the multiOS script on 8.0 professionnal

# DONE: change the links inside the webpage


# =============================================================

Expand Down
26 changes: 25 additions & 1 deletion duckSpark.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@
</head>
<body>
<!-- Ribbon -->
<!--
<a href="https://github.com/Thecakeisgit/Dckuino.js/issues/new" target="_blank"><div class="issue-ribbon red"><i class="fa fa-exclamation"></i> Submit an issue !</div></a>
-->
<a href="https://github.com/gg64du02/duckSpark/issues/new" target="_blank"><div class="issue-ribbon red"><i class="fa fa-exclamation"></i> Submit an issue !</div></a>

<!-- The popup -->
<div id="dl-popup" class="modal">
Expand All @@ -109,18 +112,39 @@
<i class="fa fa-play"></i>
Compile
</a>
<a class="left dl-but disabled">
Download sketch !
</a>
<!--
<a class="left dl-but disabled">
<span class="fa-stack fa">
<i class="fa fa-download fa-stack-1x"></i>
<i class="fa fa-ban text-danger fa-stack-1x" style="color: rgb(222, 27, 27); opacity: 1;"></i>
</span>
Download sketch !
</a>

-->

<!--
<a class="right hoverable" href="https://github.com/Thecakeisgit/Dckuino.js" target="_blank">
<i class="fa fa-github-alt"></i>
See this on GitHub &lt;3 !
</a>
-->

<a class="right hoverable" href="https://github.com/Thecakeisgit/Dckuino.js" target="_blank">
<i class="fa fa-github-alt"></i>
Based on this GitHub &lt;3 !
</a>


<a class="right hoverable" href="https://github.com/gg64du02/duckSpark" target="_blank">
<i class="fa fa-github-alt"></i>
See this on GitHub.
</a>



<a class="right hoverable" href="https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payloads" target="_blank">
<i class="fa fa-code"></i>
Hak5 Payloads
Expand Down

0 comments on commit be3d528

Please sign in to comment.