mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-16 07:47:48 +01:00
updating amazon links
This commit is contained in:
parent
78efa02ad0
commit
9c1506c7e6
2 changed files with 5 additions and 16 deletions
|
@ -8,7 +8,7 @@ const links = [
|
|||
label: 'Bookshop.org',
|
||||
},
|
||||
{
|
||||
href: 'https://www.amazon.com/Nature-Code-Daniel-Shiffman/dp/1718503709',
|
||||
href: 'https://amzn.to/3ztc87a',
|
||||
label: 'Amazon',
|
||||
},
|
||||
{
|
||||
|
|
|
@ -16,22 +16,11 @@ export default function IndexPage() {
|
|||
<PurchaseButton className="my-6 lg:hidden" aligned="left" />
|
||||
|
||||
<div className="my-6">
|
||||
Hi there! Welcome to The Nature of Code! Ever wondered how the
|
||||
unpredictable evolutionary and emergent properties of nature can be
|
||||
captured in a digital canvas, all through the magic of code? Running
|
||||
right in your browser! That’s exactly what this book is all about! You
|
||||
can read the whole thing right here, thank you to Creative Commons! If
|
||||
this project sparks joy and want to support it, you can{' '}
|
||||
<a href="https://github.com/sponsors/CodingTrain">sponsor on GitHub</a>{' '}
|
||||
or grab a copy of an artfully bound version of processed cellulose
|
||||
fibers, imprinted with symbolic glyphs via pigment-based transfer
|
||||
particles, available at{' '}
|
||||
<a href="https://nostarch.com/nature-code">No Starch Press</a> and{' '}
|
||||
<a href="https://www.amazon.com/Nature-Code-Daniel-Shiffman/dp/1718503709">
|
||||
other places where people buy books
|
||||
</a>
|
||||
. Don't forget to touch grass!
|
||||
Hi there! Welcome to The Nature of Code! Ever wondered how the unpredictable evolutionary and emergent properties of nature can be captured in a digital canvas, all through the magic of code? Running right in your browser! That’s exactly what this book is all about!
|
||||
<br/>
|
||||
You can read the whole thing right here, thank you to Creative Commons! If this project sparks joy and want to support it, you can <a href="https://github.com/sponsors/CodingTrain">sponsor on GitHub</a> or grab a copy of an artfully bound version of processed cellulose fibers, imprinted with symbolic glyphs via pigment-based transfer particles, available at <a href="https://nostarch.com/nature-code">No Starch Press</a> and <a href="https://amzn.to/3ztc87a">other places where people buy books</a>. Don't forget to touch grass!
|
||||
</div>
|
||||
|
||||
</SideNavLayout>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue