diff --git a/_layouts/post.html b/_layouts/post.html
index 27962fd..fc51a4c 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -11,7 +11,7 @@ layout: default
{% if page.kickstarter.widget %}
-
+
{% endif %}
{{ content }}
diff --git a/_posts/2014-12-24-thermodo.md b/_posts/2014-12-24-thermodo.md
index 92a7149..a46efd7 100644
--- a/_posts/2014-12-24-thermodo.md
+++ b/_posts/2014-12-24-thermodo.md
@@ -17,6 +17,8 @@ I backed them for an aluminum (or __premium__) one as they named in their shop.
### Impression
+![Cool Looking Green Thermodo](/sites/2014/12/thermodo.jpg)
+
On hardware side, as mentioned earlier, everything about it was awesome. I didn't see any flaw, but some users complained about its cap which should have been screwing type inside of snap lock. I couldn't say it was a deal breaker. Although its color did wear after usage, it did look great still I had to admit that.
On software side, when they started their project, they only claimed to have iOS app, but Android app was introduced later on. Maybe it was a stretch goal. I didn't remember much. However, as of now, their Android app was crap. Nothing is good coming out of it no matter how hard you wanted it to be. For iOS app, it did look great as advertised.
diff --git a/_posts/2014-12-26-legion-meter.md b/_posts/2014-12-26-legion-meter.md
index ce26f3f..84bd50b 100644
--- a/_posts/2014-12-26-legion-meter.md
+++ b/_posts/2014-12-26-legion-meter.md
@@ -12,6 +12,8 @@ tags:
---
This was from one of established companies which came to start a new product line and new customers of course. They used to do a portable battery with a indicator; this shouldn't be hard for them, should they?
+![Power](/sites/2014/12/legion-power.jpg)
+
### Impression
Its built was great; screen was nice; it made me believe it was going to last long time. Legion was a plug-and-play sort of thing. Plugging into USB port wherever it is, then your phone cable to the other end. It gave you voltage, current, power, and electricity meter which you could reset. Another feature was a switch to take advantage of fast charging by disable data communications and let your phone drain all current from computer USB port. It worked fine on my 2010 MacBook Pro which switching from 2-3W draw normally to 5-6W draw instantly.
@@ -26,6 +28,8 @@ This had no delay whatsoever.
$39 at Kickstarter and $69.99 now at [the store](http://plxdevices.com/product_info.php?id=MOBLLEGIONMETER) which has discount every now and then. It sounded expensive, but if you looked around for what that did the same thing, you would find this price is reasonable. I suggested you wait for discount though.
+![Current](/sites/2014/12/legion-current.jpg)
+
### Did it work?
Yep, Legion was totally legit. It worked great anytime you used it. You could buy one without regret.
diff --git a/_posts/2014-12-28-almond-plus-11ac-router.md b/_posts/2014-12-28-almond-plus-11ac-router.md
index 18cd2a8..8764f29 100644
--- a/_posts/2014-12-28-almond-plus-11ac-router.md
+++ b/_posts/2014-12-28-almond-plus-11ac-router.md
@@ -1,5 +1,6 @@
---
layout: post
+status: draft
title: "Almond+: 802.11ac Touchscreen WiFi Router + Smart home Hub"
date: Dec 28, 2014
author:
diff --git a/_posts/2014-12-28-obdlink-mx-wifi.md b/_posts/2014-12-28-obdlink-mx-wifi.md
index ccbaae1..39ab723 100644
--- a/_posts/2014-12-28-obdlink-mx-wifi.md
+++ b/_posts/2014-12-28-obdlink-mx-wifi.md
@@ -1,5 +1,6 @@
---
layout: post
+status: draft
title: "OBDLink MX WiFi"
date: Dec 26, 2014
author:
diff --git a/_posts/2014-12-28-parallella.md b/_posts/2014-12-28-parallella.md
index 43f3aad..d45fb41 100644
--- a/_posts/2014-12-28-parallella.md
+++ b/_posts/2014-12-28-parallella.md
@@ -1,5 +1,6 @@
---
layout: post
+status: draft
title: "Parallella: A Supercomputer?"
date: Dec 28, 2014
author:
diff --git a/_posts/2014-12-28-udoo-linux-arduino-board.md b/_posts/2014-12-28-udoo-linux-arduino-board.md
index bafd142..c8cc4d4 100644
--- a/_posts/2014-12-28-udoo-linux-arduino-board.md
+++ b/_posts/2014-12-28-udoo-linux-arduino-board.md
@@ -1,5 +1,6 @@
---
layout: post
+status: draft
title: "UDOO: Android Linux Arduino board"
date: Dec 28, 2014
author:
diff --git a/css/main.scss b/css/main.scss
index 3045c3c..564b194 100755
--- a/css/main.scss
+++ b/css/main.scss
@@ -75,6 +75,20 @@ form#cse-search-box input {
-moz-border-top-colors: none;
}
+.kickstarter-widget {
+ width: 220px;
+ height: 445px;
+ float: right;
+ position: relative;
+ right: -225px;
+ margin-left: -220px;
+}
+
+.project-card, .card_widget {
+ line-height: 1.35;
+}
+
+
.pull-right {
float: right;
}
diff --git a/sites/2014/12/legion-current.jpg b/sites/2014/12/legion-current.jpg
new file mode 100644
index 0000000..9a68e37
Binary files /dev/null and b/sites/2014/12/legion-current.jpg differ
diff --git a/sites/2014/12/legion-power.jpg b/sites/2014/12/legion-power.jpg
new file mode 100644
index 0000000..76cf738
Binary files /dev/null and b/sites/2014/12/legion-power.jpg differ
diff --git a/sites/2014/12/thermodo.jpg b/sites/2014/12/thermodo.jpg
new file mode 100644
index 0000000..279e95e
Binary files /dev/null and b/sites/2014/12/thermodo.jpg differ