diff --git a/index.html b/index.html
index a66684831c..556bd81dfd 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
Binary Bot
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.
Binary Bot is a visual programming environment based on Google Blockly.
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:
-
+
Start Now
diff --git a/www/css/main.css b/www/css/main.css
index 90a0592a8b..d697676db3 100644
--- a/www/css/main.css
+++ b/www/css/main.css
@@ -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%;
diff --git a/www/image/list-circle_1.png b/www/image/list-circle_1.png
new file mode 100644
index 0000000000..9f428f4466
Binary files /dev/null and b/www/image/list-circle_1.png differ