Skip to content

Commit

Permalink
Worked on Toolbox page
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT committed Oct 10, 2024
1 parent 5b9872c commit d5f01e2
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions docs/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,28 @@ <h1>Tools</h1>
<h2>Useful Resources</h2>
<ul style="list-style-type: none; padding: 0;">
<li style="margin-bottom: 20px;">
<a href="page1.html" style="font-weight: bold; font-size: 18px;">Page 1</a>
<p style="margin: 5px 0;">Description of what Page 1 is about.</p>
<a href="https://www.youtube.com/watch?v=GFq6wH5JR2A" style="font-weight: bold; font-size: 18px;">Module Management UI</a>
<p style="margin: 5px 0;">Update Firmware and load specific programs/projects on your modules from our Module Management pyscript page</p>
</li>
<li style="margin-bottom: 20px;">
<a href="page2.html" style="font-weight: bold; font-size: 18px;">Page 2</a>
<p style="margin: 5px 0;">Description of what Page 2 is about.</p>
<a href="https://www.youtube.com/watch?v=GFq6wH5JR2A" style="font-weight: bold; font-size: 18px;">Custom Web IDE</a>
<p style="margin: 5px 0;">Directly program and control your module from our online pyscript IDE</p>
</li>
<li style="margin-bottom: 20px;">
<a href="page3.html" style="font-weight: bold; font-size: 18px;">Page 3</a>
<p style="margin: 5px 0;">Description of what Page 3 is about.</p>
<a href="https://www.youtube.com/watch?v=GFq6wH5JR2A" style="font-weight: bold; font-size: 18px;">Cluster Management UI</a>
<p style="margin: 5px 0;">Manage and control a cluster of modules from our pyscript Cluster Management UI</p>
</li>
<li style="margin-bottom: 20px;">
<a href="https://www.youtube.com/watch?v=GFq6wH5JR2A" style="font-weight: bold; font-size: 18px;">Admin/Developer UI</a>
<p style="margin: 5px 0;">Directly program, control and manage your module or cluster of modules from our web IDE UI with admin/developer tools enabled</p>
</li>
<li style="margin-bottom: 20px;">
<a href="https://micropython.org/webrepl/" style="font-weight: bold; font-size: 18px;">Micropython WebREPL</a>
<p style="margin: 5px 0;">A Micropython WebREPL</p>
</li>
<li style="margin-bottom: 20px;">
<a href="https://thonny.org/" style="font-weight: bold; font-size: 18px;">Thonny</a>
<p style="margin: 5px 0;">A beginner python IDE</p>
</li>
</ul>
</section>
Expand Down

0 comments on commit d5f01e2

Please sign in to comment.