131 lines
4.7 KiB
HTML
131 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<title>DIY Cardboard Kindle Stand (for bed)</title>
|
||
<meta name="description" content="I’ve had a Kindle for more than a year now, but I’ve only recently started to read books on it frequently, I used to read paperworks before that, and I still...">
|
||
|
||
<link href="https://fonts.googleapis.com/css?family=Secular+One|Nunito|Mononoki" rel="stylesheet">
|
||
<link rel="stylesheet" href="/css/main.css">
|
||
<link rel="canonical" href="http://localhost:4000/diy-cardboard-kindle-stand/">
|
||
<link rel="alternate" type="application/rss+xml" title="mahdi" href="http://localhost:4000/feed.xml" />
|
||
|
||
|
||
|
||
<!--<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>-->
|
||
|
||
<script>
|
||
var channel = new BroadcastChannel('egg');
|
||
|
||
channel.addEventListener('message', message => {
|
||
alert('Got a message from the other tab:\n' + message.data);
|
||
});
|
||
</script>
|
||
</head>
|
||
|
||
|
||
|
||
<body>
|
||
|
||
<header class="site-header">
|
||
|
||
<h1>
|
||
<a class='site-title' href='/'>
|
||
mahdi
|
||
</a>
|
||
</h1>
|
||
|
||
<nav>
|
||
<p>
|
||
<a href="/snippets">snippets</a>
|
||
<a href="/art">pictures</a>
|
||
</p>
|
||
<!--<p class='categories'>-->
|
||
<!---->
|
||
<!---->
|
||
<!--<a href="">art</a>-->
|
||
<!---->
|
||
<!---->
|
||
<!---->
|
||
<!---->
|
||
<!--</p>-->
|
||
<p>
|
||
<a href='mailto:mdibaiee@pm.me'>email</a>
|
||
<a href='https://git.mahdi.blog/mahdi'>git</a>
|
||
<a href='https://www.librarything.com/profile/mdibaiee'>librarything</a>
|
||
<a href="http://localhost:4000/feed.xml">feed</a>
|
||
</p>
|
||
</nav>
|
||
|
||
</header>
|
||
|
||
|
||
<div class="page-content">
|
||
<div class="wrapper">
|
||
<h1 class="page-heading"></h1>
|
||
|
||
<div class='post lang-en'>
|
||
|
||
<div class="post-header">
|
||
<h1 class="post-title"><p>DIY Cardboard Kindle Stand (for bed)</p>
|
||
</h1>
|
||
|
||
<p class="post-meta">
|
||
<span>Sep 24, 2017</span>
|
||
|
||
• <span>Reading time: 1 minute</span>
|
||
</p>
|
||
</div>
|
||
|
||
<article class="post-content">
|
||
<p><img src="/img/kindle-stand/1.jpg" alt="a view of the stand + kindle" /></p>
|
||
|
||
<p>I’ve had a Kindle for more than a year now, but I’ve only recently started to read books on it frequently, I used to read paperworks before that, and I still do sometimes prefer paperbooks if available. Anyways, my Kindle has helped me to fall asleep without struggling with all my thoughts, all I have to do is read until I fall asleep, so in a way, it has also been a remedy for my insomnia.</p>
|
||
|
||
<p>Now to read the Kindle in bed, you would have to hold it using your hands or buy a stand or make one, motivated by <a href="https://blog.xkcd.com/2009/04/13/the-pursuit-of-laziness/">The Pursuit of Laziness</a> I set to create mine, but I didn’t use a piece of steel, instead I used a single box of cardboard I had in home to create one in minutes. :D</p>
|
||
|
||
<!--more-->
|
||
|
||
<p>It’s too easy to need much of an instruction, a few pictures and some explanation will do:</p>
|
||
|
||
<p><img src="/img/kindle-stand/0.jpg" alt="a view of the stand without kindle" /></p>
|
||
|
||
<p>So this part shows a simple piece of cardboard cut using scissors on the front, with the sides taped to the bottom (actually if your piece of cardboard is a box, it might already be taped in that way, mine was).</p>
|
||
|
||
<p><img src="/img/kindle-stand/2.jpg" alt="a view of the stand's back side" /></p>
|
||
|
||
<p>On the back, there is another piece of cardboard (I took the opening of it which already had a notch line, and the size fit perfectly). I used a stapler to to attach the two sides toghether, and that’s it!</p>
|
||
|
||
<p>I tried it last night to make sure it’s convenient before posting here, and I tell you, it is totally comfortable and much better than holding with a hand.</p>
|
||
|
||
</article>
|
||
|
||
<div class="share-page">
|
||
Share in
|
||
|
||
<a href="https://twitter.com/intent/tweet?text=DIY Cardboard Kindle Stand (for bed)&url=http://localhost:4000/diy-cardboard-kindle-stand/&via=&related=" rel="nofollow" target="_blank" title="Share on Twitter">Twitter</a>
|
||
<a href="https://facebook.com/sharer.php?u=http://localhost:4000/diy-cardboard-kindle-stand/" rel="nofollow" target="_blank" title="Share on Facebook">Facebook</a>
|
||
<a href="https://plus.google.com/share?url=http://localhost:4000/diy-cardboard-kindle-stand/" rel="nofollow" target="_blank" title="Share on Google+">Google+</a>
|
||
</div>
|
||
|
||
|
||
<div id="commento"></div>
|
||
<script defer
|
||
src="//commento.mahdi.blog/js/commento.js">
|
||
</script>
|
||
|
||
<script src="/js/heading-links.js"></script>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</body>
|
||
|
||
</html>
|