@@ -75,11 +75,19 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
7575
7676 < ul id ="menu ">
7777 < li > < a href ="#gettingstarted "> Getting Started</ a > </ li >
78+ < li > •</ li >
7879 < li > < a href ="#features "> Features</ a > </ li >
80+ < li > •</ li >
7981 < li > < a href ="#tutorials "> Tutorials</ a > </ li >
82+ < li > •</ li >
8083 < li > < a href ="#documentation "> Documentation</ a > </ li >
84+ < li > •</ li >
8185 < li > < a href ="#licensing "> Licensing</ a > </ li >
8286 < li class ="menu-separator "> |</ li >
87+ < li >
88+ < a href ="https://platform.feascript.com/ "> FEAScript platform 🧩 </ a >
89+ </ li >
90+ < li > •</ li >
8391 < li >
8492 < a href ="https://blog.feascript.com/ ">
8593 FEAScript blog
@@ -90,12 +98,9 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
9098 />
9199 </ a >
92100 </ li >
93-
101+ < li > • </ li >
94102 < li >
95- < a href ="https://platform.feascript.com/ "> FEAScript platform 🧩 </ a >
96- </ li >
97- < li >
98- < a href ="https://github.com/FEAScript/ ">
103+ < a href ="https://github.com/FEAScript/FEAScript-core ">
99104 GitHub
100105 < img
101106 src ="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png "
@@ -154,9 +159,9 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
154159 < p >
155160 < strong > Quick Start:</ strong > To use FEAScript in your HTML include it via CDN
156161 (< code > https://core.feascript.com/dist/feascript.esm.js</ code > ) or download it from
157- < a href ="https://github.com/FEAScript/FEAScript-core "> GitHub</ a > → add a canvas
158- (e.g., < code > <div id="solutionPlot"> </div></ code > ) → add a mesh file (e.g., "your.msh")
159- or use FEAScript mesh generation tools → create and run a simulation using the JavaScript API (see
162+ < a href ="https://github.com/FEAScript/FEAScript-core "> GitHub</ a > → add a canvas (e.g.,
163+ < code > <div id="solutionPlot"> </div></ code > ) → add a mesh file (e.g., "your.msh") or use
164+ FEAScript mesh generation tools → create and run a simulation using the JavaScript API (see
160165 < a href ="#tutorials "> tutorials</ a > for detailed examples):
161166 </ p >
162167
@@ -311,13 +316,9 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
311316 < strong > Heat conduction in a two-dimensional fin</ strong > :
312317 < a href ="https://feascript.com/tutorials/HeatConduction2DFin.html "> API (standard)</ a >
313318 |
314- < a href ="https://feascript.com/tutorials/HeatConduction2DFinWorker.html "
315- > API (web worker)</ a
316- >
319+ < a href ="https://feascript.com/tutorials/HeatConduction2DFinWorker.html "> API (web worker)</ a >
317320 |
318- < a href ="https://feascript.com/tutorials/HeatConduction2DFinGmsh.html "
319- > API (Gmsh mesh)</ a
320- >
321+ < a href ="https://feascript.com/tutorials/HeatConduction2DFinGmsh.html "> API (Gmsh mesh)</ a >
321322 |
322323 < a href ="https://feascript.com/tutorials/HeatConduction2DFinPlatform.html "
323324 > XML (FEAScript platform)</ a
@@ -344,8 +345,8 @@ <h2 id="documentation"><a name="Documentation"></a>Documentation</h2>
344345 < h2 id ="licensing "> < a name ="Licensing "> </ a > Licensing</ h2 >
345346 < p >
346347 The core library of FEAScript is distributed under the terms of the
347- < a href ="https://github.com/FEAScript/FEAScript-core/blob/main/LICENSE "> MIT license</ a > .
348- This website is licensed under a
348+ < a href ="https://github.com/FEAScript/FEAScript-core/blob/main/LICENSE "> MIT license</ a > . This website is
349+ licensed under a
349350 < a href ="https://github.com/FEAScript/FEAScript-website/blob/main/LICENSE "
350351 > Creative Commons Attribution 4.0 license</ a
351352 > .
0 commit comments