Skip to content

Commit b0d227e

Browse files
committed
Add book Esto es OpenSCAD.
1 parent ceb3de9 commit b0d227e

File tree

3 files changed

+120
-15
lines changed

3 files changed

+120
-15
lines changed

assets/css/flags.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.flag-container {
2+
height: fit-content;
3+
position: relative;
4+
display: grid;
5+
place-items: center;
6+
align-items: center;
7+
}
8+
9+
.flag {
10+
position: relative;
11+
font-size: 3em;
12+
margin-left: 3em;
13+
margin-right: 3em;
14+
overflow: hidden;
15+
}

documentation-books.html

Lines changed: 105 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<title>OpenSCAD - Documentation</title>
99

1010
<link href="assets/css/style.css" rel="stylesheet">
11+
<link href="assets/css/flags.css" rel="stylesheet">
1112
<link href="assets/fontawesome/css/brands.css" rel="stylesheet">
1213
<link href="assets/fontawesome/css/regular.css" rel="stylesheet">
1314
<link href="assets/fontawesome/css/solid.min.css" rel="stylesheet">
@@ -120,8 +121,47 @@ <h1><a href="documentation-articles.html">Articles / Blogs</a></h1>
120121
</div>
121122
</section-head>
122123

124+
<section-head>
125+
<div class="link-grid">
126+
<div class="link-button">
127+
<a href="documentation-books.html#books-english">
128+
<div class="flag-container" data-name="English">
129+
<span class="flag" role="img" aria-label="Flag of United Kingdom">🇬🇧</span>
130+
English
131+
</div>
132+
</a>
133+
</div>
134+
<div class="link-button">
135+
<a href="documentation-books.html#books-french">
136+
<div class="flag-container" data-name="French">
137+
<span class="flag" role="img" aria-label="Flag of France">🇫🇷</span>
138+
French / Français
139+
</div>
140+
</a>
141+
</div>
142+
<div class="link-button">
143+
<a href="documentation-books.html#books-german">
144+
<div class="flag-container" data-name="German">
145+
<span class="flag" role="img" aria-label="Flag of Germany">🇩🇪</span>
146+
German / Deutsch
147+
</div>
148+
</a>
149+
</div>
150+
<div class="link-button">
151+
<a href="documentation-books.html#books-spanish">
152+
<div class="flag-container" data-name="Spanish">
153+
<span class="flag" role="img" aria-label="Flag of Spain">🇪🇸</span>
154+
Spanish / Español
155+
</div>
156+
</a>
157+
</div>
158+
</div>
159+
</section-head>
160+
<!--
161+
-- English
162+
-->
123163
<section id="books-english">
124-
<h1>English</h1>
164+
<h1><span role="img" aria-label="Flag of United Kingdom">🇬🇧</span> English</h1>
125165
<!--
126166
<p style="clear: both"><br></p>
127167
<p id="">
@@ -417,7 +457,7 @@ <h2>Creating 3D Models for 3D Printing Using OpenSCAD</h2>
417457
<ul>
418458
<li>Author: David Leithauser</li>
419459
<li>Publisher: Leithauser Research
420-
&nbsp <a href="https://leithauserresearch.com/"><span class="fas fa-external-link-alt"></span></a>
460+
&nbsp <a href="https://leithauserresearch.com/"><span class="fas fa-external-link-alt"></span></a></li>
421461
<li>Date: October 2020</li>
422462
<li>ISBN: 979-8-55-333291-4</li>
423463
</ul>
@@ -437,10 +477,10 @@ <h2>OpenSCAD Basics Tutorial</h2>
437477
<p>As you work through the book, you will learn how to:</p>
438478
<p>
439479
<ul>
440-
<li>Get started with modeling using OpenSCAD
441-
<li>Use 2D and 3D shapes to create models
442-
<li>Use hull and minkowski functions to create complex shapes
443-
<li>Create patterns
480+
<li>Get started with modeling using OpenSCAD</li>
481+
<li>Use 2D and 3D shapes to create models</li>
482+
<li>Use hull and minkowski functions to create complex shapes</li>
483+
<li>Create patterns</li>
444484
</ul>
445485
</p>
446486
</div>
@@ -548,7 +588,7 @@ <h2>OpenSCAD for 3D Printing</h2>
548588
&nbsp <a href="https://github.com/wd5gnr"><span class="fab fa-github"></span></a>
549589
</li>
550590
<li>Publisher: Createspace
551-
&nbsp <a href="https://www.createspace.com/"><span class="fas fa-external-link-alt"></span></a>
591+
&nbsp <a href="https://www.createspace.com/"><span class="fas fa-external-link-alt"></span></a></li>
552592
<li>Date: July 2014</li>
553593
<li>ISBN: 978-1-50-058247-0</li>
554594
</ul>
@@ -558,8 +598,11 @@ <h2>OpenSCAD for 3D Printing</h2>
558598
<p style="clear: both"><br></p>
559599
</section>
560600

561-
<section id="books-french">
562-
<h1>French / Français</h1>
601+
<!--
602+
-- French
603+
-->
604+
<section id="books-french">
605+
<h1><span role="img" aria-label="Flag of France">🇫🇷</span> French / Français</h1>
563606
<p style="clear: both"><br></p>
564607
<p id="ca-cest-openscad">
565608
<img class="libimg" width="200" src="images/Ca-Cest-OpenSCAD.jpg" align="right">
@@ -652,8 +695,11 @@ <h2>Géométrie dans l'espace et impression 3D</h2>
652695
<p style="clear: both"><br></p>
653696
</section>
654697

698+
<!--
699+
-- German
700+
-->
655701
<section id="books-german">
656-
<h1>German / Deutsch</h1>
702+
<h1><span role="img" aria-label="Flag of Germany">🇩🇪</span> German / Deutsch</h1>
657703
<p style="clear: both"><br></p>
658704
<p>
659705
<img class="libimg" width="200" src="images/OpenSCADmeistern.png" align="right">
@@ -684,7 +730,7 @@ <h2>OpenSCAD meistern in 10 Projekten</h2>
684730
&nbsp <a href="https://openscad-meistern.de/impressum/"><span class="fas fa-external-link-alt"></span></a>
685731
</li>
686732
<li>Herausgeber: Books on Demand (Paperback)
687-
&nbsp <a href="https://www.bod.de/"><span class="fas fa-external-link-alt"></span></a>
733+
&nbsp <a href="https://www.bod.de/"><span class="fas fa-external-link-alt"></span></a></li>
688734
<li>Datum: Februar 2021</li>
689735
<li>ISBN: 978-3-75-344195-5</li>
690736
</ul>
@@ -742,8 +788,8 @@ <h2>OpenSCAD verstehen und richtig anwenden</h2>
742788
<div class="book-data">
743789
<ul>
744790
<li>Autor: Alicia Noors</li>
745-
<li>Herausgeber: Books on Demand
746-
&nbsp <a href="https://www.bod.de/"><span class="fas fa-external-link-alt"></span></a>
791+
<li>Herausgeber: Books on Demand
792+
&nbsp <a href="https://www.bod.de/"><span class="fas fa-external-link-alt"></span></a></li>
747793
<li>Datum: Januar 2019</li>
748794
<li>ISBN: 978-3-74-817261-1</li>
749795
</ul>
@@ -754,8 +800,52 @@ <h2>OpenSCAD verstehen und richtig anwenden</h2>
754800
<p style="clear: both"><br></p>
755801
</section>
756802

757-
<section id="books-spanish">
758-
<h1>Spanish / Español</h1>
803+
<!--
804+
-- Spanish
805+
-->
806+
<section id="books-spanish">
807+
<h1><span role="img" aria-label="Flag of Spain">🇪🇸</span> Spanish / Español</h1>
808+
<p style="clear: both"><br></p>
809+
<p id="esto-es-openscad">
810+
<img class="libimg" width="200" src="images/Esto-Es-OpenSCAD.png" align="right">
811+
<h2>Esto es OpenSCAD</h2>
812+
<h3>Un manual de iniciación a la modelización 3D paramétrica</h3>
813+
<p>
814+
OpenSCAD es un software libre de modelización 3D que se distingue por
815+
un enfoque original: en
816+
</p>
817+
<p>
818+
lugar de dibujar con el ratón, el usuario describe su modelo escribiendo
819+
un código sencillo y estructurado. Este método permite crear objetos paramétricos,
820+
precisos y fácilmente reproducibles.
821+
</p>
822+
<h3>El libro</h3>
823+
<p>
824+
Esto es OpenSCAD es un manual en español dedicado íntegramente a este software.
825+
Está dirigido a estudiantes, docentes, makers, artistas y personas interesadas
826+
en la fabricación digital. A diferencia de los programas clásicos de CAD,
827+
OpenSCAD no requiere hacer clic ni dibujar... sino escribir. Con unas pocas
828+
palabras simples — cube, sphere, cylinder, translate, rotate — describes tu
829+
objeto en código, y este cobra forma en 3D ante tus ojos.
830+
<ul>
831+
<li>scripts breves, fáciles de probar y modificar,</li>
832+
<li>explicaciones claras para comprender la lógica del lenguaje,</li>
833+
<li>aplicaciones prácticas para la impresión 3D, la robótica y la creación artística.</li>
834+
</ul>
835+
Mi objetivo es sencillo: mostrar que la modelización 3D puede ser accesible
836+
para todos, incluso sin experiencia en programación. Estudiantes, docentes,
837+
makers y creadores... cada uno encontrará aquí un punto de entrada adecuado.
838+
</p>
839+
<div class="book-data">
840+
<ul>
841+
<li>Autor : Roberto Hamm</li>
842+
<li>Editorial : autoedición en Amazon KDP</li>
843+
<li>Publicado : febrero de 2026</li>
844+
<li>ISBN : 979-10-982917-1-5</li>
845+
<li>Disponible en : <a href="https://www.amazon.es/dp/B0GKLVWF4N">Amazon</a> : precio público: 15 €</li>
846+
</ul>
847+
</div>
848+
</p>
759849
<p style="clear: both"><br></p>
760850
<p id="un-reloj-de-sol-digital">
761851
<img class="libimg" width="200" src="images/UnRelojdeSolDigital.png" align="right">

images/Esto-Es-OpenSCAD.png

95.6 KB
Loading

0 commit comments

Comments
 (0)