@@ -160,9 +160,9 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
160160 < p > There are two ways to create simulations with FEAScript:</ p >
161161 < ul >
162162 < li >
163- < strong > JavaScript API:</ strong > For developers comfortable with coding, the JavaScript API provides
164- full programmatic control. It runs in three environments: in the browser with a simple HTML page, via
165- Node.js for server-side applications, or with online interactive notebooks.
163+ < strong > JavaScript API (FEAScript Core) :</ strong > For developers comfortable with coding, the
164+ JavaScript API provides full programmatic control. It runs in three environments: in the browser with
165+ a simple HTML page, via Node.js for server-side applications, or with online interactive notebooks.
166166 </ li >
167167 < li >
168168 < strong > Visual Editor (FEAScript Platform):</ strong > The
@@ -415,36 +415,51 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
415415 into your own websites and applications - or how to use the FEAScript platform visual editor for a
416416 no-code experience.
417417 </ p >
418- < ul >
419- < li >
420- < strong > Heat Conduction Through a Wall</ strong > :
421- < a href ="https://feascript.com/tutorials/HeatConduction1DWall.html "> API (browser-based)</ a >
422- |
423- < a href ="https://feascript.com/tutorials/HeatConduction1DWallPlatform.html "> FEAScript platform</ a >
424- </ li >
425- < li >
426- < strong > Heat Conduction in a Two-Dimensional Fin</ strong > :
427- < a href ="https://feascript.com/tutorials/HeatConduction2DFin.html "> API (browser-based)</ a >
428- |
429- < a href ="https://feascript.com/tutorials/HeatConduction2DFinWorker.html "
430- > API (browser-based with web worker)</ a
431- >
432- |
433- < a href ="https://feascript.com/tutorials/HeatConduction2DFinGmsh.html "
434- > API (browser-based with Gmsh mesh)</ a
435- >
436- |
437- < a href ="https://feascript.com/tutorials/HeatConduction2DFinPlatform.html "> FEAScript platform</ a >
438- </ li >
439- < li >
440- < strong > Solidification Front Propagation in a Two-Dimensional Domain</ strong > :
441- < a href ="https://feascript.com/tutorials/SolidificationFront2D.html "> API (browser-based)</ a >
442- |
443- < a href ="https://feascript.com/tutorials/SolidificationFront2DWorker.html "
444- > API (browser-based with web worker)</ a
445- >
446- </ li >
447- </ ul >
418+ < div class ="tutorials-section ">
419+ < ul class ="tutorials-list ">
420+ < li >
421+ < em > Heat Conduction Through a Wall </ em >
422+ < span class ="badge "
423+ > < a href ="https://feascript.com/tutorials/HeatConduction1DWall.html "> Basic</ a > </ span
424+ >
425+ < span class ="badge "
426+ > < a href ="https://feascript.com/tutorials/HeatConduction1DWallPlatform.html "
427+ > Visual Editor</ a
428+ > </ span
429+ >
430+ </ li >
431+ < li >
432+ < em > Heat Conduction in a Two-Dimensional Fin </ em >
433+ < span class ="badge "
434+ > < a href ="https://feascript.com/tutorials/HeatConduction2DFin.html "> Basic</ a > </ span
435+ >
436+ < span class ="badge "
437+ > < a href ="https://feascript.com/tutorials/HeatConduction2DFinWorker.html "> Multi-threaded</ a > </ span
438+ >
439+ < span class ="badge "
440+ > < a href ="https://feascript.com/tutorials/HeatConduction2DFinGmsh.html "
441+ > Unstructured Gmsh mesh</ a
442+ > </ span
443+ >
444+ < span class ="badge "
445+ > < a href ="https://feascript.com/tutorials/HeatConduction2DFinPlatform.html "
446+ > Visual Editor</ a
447+ > </ span
448+ >
449+ </ li >
450+ < li >
451+ < em > Solidification Front Propagation in a 2D Domain </ em >
452+ < span class ="badge "
453+ > < a href ="https://feascript.com/tutorials/SolidificationFront2D.html "> Basic</ a > </ span
454+ >
455+ < span class ="badge "
456+ > < a href ="https://feascript.com/tutorials/SolidificationFront2DWorker.html "
457+ > Multi-threaded</ a
458+ > </ span
459+ >
460+ </ li >
461+ </ ul >
462+ </ div >
448463 < p >
449464 Please report any feedback on the above tutorials to the GitHub
450465 < a href ="https://github.com/orgs/FEAScript/discussions "> Discussions</ a > or
0 commit comments