Skip to content

Commit fae8a0a

Browse files
committed
Learn javascipt with p5.js book added
1 parent c50cfa7 commit fae8a0a

File tree

6 files changed

+49
-0
lines changed

6 files changed

+49
-0
lines changed
-64.2 KB
Loading
54.2 KB
Loading

src/data/en.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,14 @@ books:
633633
book-4-description: "By using simple languages such as JavaScript in p5.js, artists and makers can create everything from interactive typography and textiles to 3D-printed furniture to complex and elegant infographics."
634634
book-4-order-a: "Order from Verlag Hermann Schmidt"
635635
book-4-order-b: "Order from Amazon"
636+
book-5-title: "Learn JavaScript with p5.js"
637+
book-5-authors: "Engin Arslan."
638+
book-5-publisher: "Published 2018, Apress. "
639+
book-5-pages: "217 pages. "
640+
book-5-type: "Paperback."
641+
book-5-description: "Learn coding from scratch in a highly engaging and visual manner using the vastly popular JavaScript with the programming library p5.js. The skills you will acquire from this book are highly transferable to a myriad of industries and can be used towards building web applications, programmable robots, or generative art. "
642+
book-5-order-a: "Order from Apress"
643+
book-5-order-b: "Order from Amazon"
636644

637645
examples:
638646
Examples: "Examples"

src/data/es.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,14 @@ books:
635635
book-4-description: "By using simple languages such as JavaScript in p5.js, artists and makers can create everything from interactive typography and textiles to 3D-printed furniture to complex and elegant infographics."
636636
book-4-order-a: "Order from Verlag Hermann Schmidt"
637637
book-4-order-b: "Order from Amazon"
638+
book-5-title: "Learn JavaScript with p5.js"
639+
book-5-authors: "Engin Arslan."
640+
book-5-publisher: "Published 2018, Apress. "
641+
book-5-pages: "217 pages. "
642+
book-5-type: "Paperback."
643+
book-5-description: "Learn coding from scratch in a highly engaging and visual manner using the vastly popular JavaScript with the programming library p5.js. The skills you will acquire from this book are highly transferable to a myriad of industries and can be used towards building web applications, programmable robots, or generative art. "
644+
book-5-order-a: "Order from Apress"
645+
book-5-order-b: "Order from Amazon"
638646

639647
examples:
640648
Examples: "Ejemplos"

src/data/zh-Hans.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,14 @@ books:
633633
book-4-description: "By using simple languages such as JavaScript in p5.js, artists and makers can create everything from interactive typography and textiles to 3D-printed furniture to complex and elegant infographics."
634634
book-4-order-a: "Order from Verlag Hermann Schmidt"
635635
book-4-order-b: "Order from Amazon"
636+
book-5-title: "Learn JavaScript with p5.js"
637+
book-5-authors: "Engin Arslan."
638+
book-5-publisher: "Published 2018, Apress. "
639+
book-5-pages: "217 pages. "
640+
book-5-type: "Paperback."
641+
book-5-description: "Learn coding from scratch in a highly engaging and visual manner using the vastly popular JavaScript with the programming library p5.js. The skills you will acquire from this book are highly transferable to a myriad of industries and can be used towards building web applications, programmable robots, or generative art. "
642+
book-5-order-a: "Order from Apress"
643+
book-5-order-b: "Order from Amazon"
636644

637645
examples:
638646
Examples: "范例"

src/templates/pages/books/index.hbs

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,31 @@ slug: books/
111111

112112
</div>
113113
</div>
114+
115+
<div style='clear:both; height: 2em'></div>
116+
117+
<div>
118+
<div class="narrow-left-column">
119+
<img src="{{assets}}/img/books/learn_javascript.jpg" alt="book cover learn javascript">
120+
</div>
121+
122+
<div class="wide-right-column book">
123+
<h2>{{#i18n "book-5-title"}}{{/i18n}}</h2>
124+
125+
<p>{{#i18n "book-5-authors"}}{{/i18n}}</p>
126+
<p>
127+
{{#i18n "book-5-publisher"}}{{/i18n}}
128+
{{#i18n "book-5-pages"}}{{/i18n}}
129+
{{#i18n "book-5-type"}}{{/i18n}}
130+
</p>
131+
132+
<p>{{#i18n "book-5-description"}}{{/i18n}}</p>
133+
134+
<p><a href="https://www.apress.com/gp/book/9781484234259" target="_blank">{{#i18n "book-5-order-a"}}{{/i18n}}</a></p>
135+
<p><a href="https://www.amazon.com/Learn-JavaScript-p5-js-Coding-Learners/dp/1484234251" target="_blank">{{#i18n "book-5-order-b"}}{{/i18n}}</a></p>
136+
137+
</div>
138+
</div>
114139
<br>
115140
<div style='clear:both; height: 2em'></div>
116141
</main>

0 commit comments

Comments
 (0)