mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Tweaks to how-to page and styles
This commit is contained in:
parent
c6c0088237
commit
ea752d86dd
2 changed files with 21 additions and 12 deletions
|
@ -1066,7 +1066,7 @@ article.ebook aside#reading-ease{
|
||||||
|
|
||||||
h2,
|
h2,
|
||||||
.masthead h3{
|
.masthead h3{
|
||||||
font-size: 1.2rem;
|
font-size: 1.4rem;
|
||||||
font-family: "League Spartan", Arial, sans-serif;
|
font-family: "League Spartan", Arial, sans-serif;
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
@ -1074,7 +1074,13 @@ h2,
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3,
|
h3{
|
||||||
|
font-size: 1.2rem;
|
||||||
|
font-family: "League Spartan", Arial, sans-serif;
|
||||||
|
margin-top: 3rem;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6{
|
h6{
|
||||||
|
|
|
@ -29,9 +29,12 @@ require_once('Core.php');
|
||||||
<ul>
|
<ul>
|
||||||
<li id="kindle">
|
<li id="kindle">
|
||||||
<h3>Amazon Kindle eInk Devices (Paperwhite, Voyage, Oasis, etc. <em>except</em> DX)</h3>
|
<h3>Amazon Kindle eInk Devices (Paperwhite, Voyage, Oasis, etc. <em>except</em> DX)</h3>
|
||||||
<h4>Method 1 - Download to a Computer</h4>
|
<p><b>Important:</b> You can’t use “Send to Kindle” to transfer our azw3 file to your Kindle. <a href="#kindle-faq">This is a bug in Amazon’s software.</a></p>
|
||||||
<p><b>Important:</b> You can’t use “Send to Kindle” to transfer our azw3 file. <a href="#kindle-faq">This is a bug in Amazon’s software</p>
|
<h4 id="kindle-method-1">Method 1 - Using a USB Cable</h4>
|
||||||
<ol>
|
<ol>
|
||||||
|
<li>
|
||||||
|
<p>Select an ebook from Standard Ebooks and download its azw3 file to a computer.</p>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Using a USB cable, connect your Kindle to the computer you downloaded the azw3 file to. Your Kindle will appear as a USB drive that you can browse.</p>
|
<p>Using a USB cable, connect your Kindle to the computer you downloaded the azw3 file to. Your Kindle will appear as a USB drive that you can browse.</p>
|
||||||
</li>
|
</li>
|
||||||
|
@ -48,24 +51,24 @@ require_once('Core.php');
|
||||||
<p>Eject the Kindle from your computer using your system’s “Safely remove drive” option. Your ebook should now be visible!</p>
|
<p>Eject the Kindle from your computer using your system’s “Safely remove drive” option. Your ebook should now be visible!</p>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h4>Method 2 - Direct Download</h4>
|
<h4 id="kindle-method-2">Method 2 - Download Directly to Kindle</h4>
|
||||||
<p>This method will not add the eBook to your Kindle library. Your Kindle will remember your reading position however.</p>
|
<p>This method won’t add the ebook to your Kindle library, but your Kindle will remember your reading position.</p>
|
||||||
<p>This method can not add the thumbnail to your Kindle library. See method 1 if you require the thumbnail.</p>
|
<p>This method also won’t add include a cover imgae. If you want a cover image, use <a href="#kindle-method-1">method 1</a>.</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<p>From your Kindle's home screen, tap the 3 dots in the upper-right hand corner.</p>
|
<p>From your Kindle’s home screen, tap the 3 dots in the upper-right corner.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Select "Web Browser".</p>
|
<p>Select “Web Browser.”</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Navigate to Standard Ebooks. You can bookmark this page for conveniance.</p>
|
<p>Navigate to the Standard Ebooks website.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Choose a book, and swipe down to the downloads section. Choose the <em>azw3</em> file.</p>
|
<p>Choose an ebook, and swipe down to the downloads section for that ebook. Choose the azw3 file.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>In the download box that pops up, tap <em>OK</em>.</p>
|
<p>In the download box that pops up, tap “OK.”</p>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue