Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc31771

Browse files
committed
Add book Make: Trigonometry; Update homepage banner.
1 parent 92602c9 commit fc31771

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

documentation-books.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,45 @@ <h2>Programming with OpenSCAD - <i>A Beginner's Guide to Coding 3D-Printable Obj
142142
<p>Read more at <a href="https://programmingwithopenscad.github.io/">programmingwithopenscad.github.io</a></p>
143143
</p>
144144
<p style="clear: both"><br></p>
145+
<p id="make-trigonometry">
146+
<img class="libimg" width="200" src="images/Make-Trigonometry-Cover.jpg" align="right">
147+
<h2>Make: Geometry</h2>
148+
<p>
149+
Using 3D printable models and readily-available physical objects like wire and cardboard
150+
tubes, you'll learn to develop intuition about concepts in trigonometry and basic analytic
151+
geometry. You'll will imagine the thought process of the people who invented these
152+
mathematical concepts, and can try out "math experiments" to see for yourself how
153+
ingenious ancient navigators and surveyors really were.
154+
</p>
155+
<p>
156+
Models for many of the concepts are available for download in a freely-available open
157+
source repository. They were created in the free program OpenSCAD, and can be 3D printed
158+
or modified by the student in OpenSCAD to learn a little coding along the way.
159+
</p>
160+
<p>
161+
The analytic geometry part of the book links equations to many of these intuitive concepts,
162+
which we explore through in-depth explanations of manipulative models of conic sections.
163+
This book is good for high school students who might be in Algebra II or Pre-Calculus, or
164+
equivalent. It shows the geometrical and practical sides of these topics that otherwise
165+
can drown in their own algebra.
166+
</p>
167+
<div class="book-data">
168+
<ul>
169+
<li>Author: Joan Horvath, Rich Cameron
170+
&nbsp <a href="https://www.nonscriptum.com/"><span class="fas fa-external-link-alt"></span></a>
171+
</li>
172+
<li>Publisher: Make Community, LLC
173+
&nbsp <a href="https://make.co/"><span class="fas fa-external-link-alt"></span></a>
174+
</li>
175+
<li>Date: October 2023</li>
176+
<li>ISBN: 978-1-68-045798-8</li>
177+
</ul>
178+
</div>
179+
<p>Github Repository: <a href="https://github.com/whosawhatsis/Trigonometry/"><span class="fab fa-github"></span> whosawhatsis/Trigonometry</a></p>
180+
<p>Buy from Make: <a href="https://www.makershed.com/products/make-trigonometry-print">Print</a> / <a href="https://www.makershed.com/products/make-trigonometry-epub-pdf">PDF & ePub</a></p>
181+
<p>Order from <a href="https://www.amazon.com/dp/1680457985/">Amazon</a></p>
182+
</p>
183+
<p style="clear: both"><br></p>
145184
<p id="make-calculus">
146185
<img class="libimg" width="200" src="images/Make-Calculus-Cover.jpg" align="right">
147186
<h2>Make: Calculus</h2>

images/Make-Trigonometry-Cover.jpg

129 KB
Loading

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ <h1>Recent News</h1>
110110
<div class="ticker-wrap">
111111
<div class="ticker-move ticker-animation">
112112
<div class="ticker-item"><div class="ticker-content">OpenSCAD Chat: <a target="_blank" href="https://web.libera.chat/?channel=#openscad">#openscad</a> (on IRC network <a target="_blank" href="https://libera.chat/">libera.chat</a>)</div></div>
113-
<div class="ticker-item"><div class="ticker-content">Models @ MakeWithTech:<br><a target="_blank" href="https://makewithtech.com/creators-you-deserve-to-get-paid/">Creators. You Deserve to Get Paid.</a></div></div>
114-
<div class="ticker-item"><div class="ticker-content">New Book (in french): <a href="documentation-books.html#geometrie-dans-le-space-et-impression-3d">Géométrie dans l'espace et impression 3D</a><br><i>Apprendre à utiliser GeoGebra 3D et OpenSCAD pour imaginer et réaliser ses propres objets</i></div></div>
113+
<div class="ticker-item"><div class="ticker-content">New Book: <a href="documentation-books.html#make-trigonometry">Make: Trigonometry</a><br><i>Build your way from triangles to analytic geometry</i></div></div>
115114
<div class="ticker-item"><div class="ticker-content">New Book: <a href="documentation-books.html#make-calculus">Make: Calculus</a><br><i>Build models to learn, visualize and explore</i></div></div>
115+
<div class="ticker-item"><div class="ticker-content">Models @ MakeWithTech:<br><a target="_blank" href="https://makewithtech.com/creators-you-deserve-to-get-paid/">Creators. You Deserve to Get Paid.</a></div></div>
116116
<div class="ticker-item"><div class="ticker-content">OpenSCAD on social media: <a href="https://fosstodon.org/@OpenSCAD">Mastodon</a> | <a href="https://twitter.com/openscad">Twitter</a></div></div>
117117
<div class="ticker-item"><div class="ticker-content">Share customizable designs: <a href="https://www.3dcustomizer.net/">3dcustomizer.net</a></div></div>
118118
<div class="ticker-item"><div class="ticker-content">OpenSCAD Chat: <a target="_blank" href="https://web.libera.chat/?channel=#openscad">#openscad</a> (on IRC network <a target="_blank" href="https://libera.chat/">libera.chat</a>)</div></div>

0 commit comments

Comments
 (0)