Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Binary Bot</h1>
<p>Your programmed blocks will generate codes that work directly with the binary.com API. You can pick many different blocks to program simple or complex robbots.</p>
<p>Binary Bot is a visual programming environment based on <a href="https://developers.google.com/blockly/" target="_blank">Google Blockly</a>.</p>
<p>A basic background of programming is required to work with Blockly and therefore Binary Bot. You can find good material to get started and build your computational thinking skills here:
<ul>
<ul class="bullet">
<li>
<a href="https://www.learneroo.com/modules/139" target="_blank">Learn Programming with Blockly</a> at learneroo.com.
</li>
Expand All @@ -38,12 +38,10 @@ <h1>Binary Bot</h1>
target="_blank">Computational Thinking Course</a>

</li>
<ul>
<li>
Or just the <a href="http://think.cs.vt.edu/book/static/compthink/Algorithms/intro-blockly.html"
target="_blank">Introduction to Blockly</a> part.
</li>
</ul>
</ul>
</p>
<p class="cta"><a class="button" href="bot.html"><span>Start Now</span></a></p>
Expand Down
4 changes: 4 additions & 0 deletions www/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ h1 {
color: gray;
font-size: 12px;
}
ul.bullet li{
list-style-image: url(../image/list-circle_1.png);
margin:5px 0;
}
@media only screen and (max-width: 480px) {
.left, .right {
width: 100%;
Expand Down
Binary file added www/image/list-circle_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.