Skip to content

Commit 4bb2845

Browse files
committed
Refactor text for clarity and improve tutorial descriptions in index.html
1 parent 29fae43 commit 4bb2845

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,8 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
169169
JavaScript</strong
170170
>. It empowers users to perform simulations for physics and engineering problems in both browser-based
171171
and server-side environments. FEAScript serves as an excellent tool for building interactive web
172-
applications and facilitates hands-on learning of computational mechanics by providing a versatile
173-
platform to explore and solve complex problems. Our goal is to democratize finite element analysis by
174-
making simulation capabilities accessible to everyone, everywhere.
172+
applications and facilitates hands-on learning of computational mechanics. Our goal is to democratize
173+
finite element analysis by making simulation capabilities accessible to everyone, everywhere.
175174
</p>
176175
</div>
177176

@@ -296,8 +295,8 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
296295
<p>
297296
<strong>Quick Start:</strong> To use FEAScript in your HTML, include it from our hosted ESM build (i.e.,
298297
<code>import { FEAScriptModel } from "https://core.feascript.com/dist/feascript.esm.js";</code>) or
299-
download it from <a href="https://github.com/FEAScript/FEAScript-core/releases">GitHub</a> &#8594; add a canvas
300-
(e.g., <code>&lt;div id="resultsCanvas">&lt;/div&gt;</code>) &#8594; add a mesh file (e.g.,
298+
download it from <a href="https://github.com/FEAScript/FEAScript-core/releases">GitHub</a> &#8594; add a
299+
canvas (e.g., <code>&lt;div id="resultsCanvas">&lt;/div&gt;</code>) &#8594; add a mesh file (e.g.,
301300
<code>your.msh</code> from
302301
<a href="https://gmsh.info/">
303302
Gmsh
@@ -517,9 +516,11 @@ <h2 id="features"><a name="Features"></a>Features</h2>
517516
<h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
518517
<p>
519518
Below you can explore tutorials that provide a step-by-step introduction to FEAScript. These tutorials
520-
show you how to use FEAScript's JavaScript API directly - integrating finite element simulations into
521-
your own websites and applications - or how to use the FEAScript Platform visual editor for a no-code
522-
experience.
519+
show you how to use FEAScript’s JavaScript API directly—integrating finite element simulations into your
520+
own websites and applications—or how to use the FEAScript Platform visual editor for a no-code
521+
experience. Each tutorial may include different variations that demonstrate the same physical problem
522+
under different configurations, ranging from simple examples to advanced setups using parallel
523+
computation, external meshes, or the no-code visual platform.
523524
</p>
524525

525526
<ul class="tutorials-list">

0 commit comments

Comments
 (0)