Skip to content

Commit 5f060ba

Browse files
committed
Refactor HTML for improved readability by adjusting line breaks and rephrasing text in index.html
1 parent ee89ef9 commit 5f060ba

1 file changed

Lines changed: 17 additions & 12 deletions

File tree

index.html

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ <h1 class="top">
6161
alt="Results of heat conduction in a 2D fin tutorial"
6262
/>
6363
<p class="image-caption">
64-
<a href="https://feascript.com/tutorials/HeatConduction2DFin.html">Solid heat conduction</a> solver
64+
<a href="https://feascript.com/tutorials/HeatConduction2DFin.html">Solid heat conduction</a>
65+
solver
6566
</p>
6667
<img
6768
src="./assets/SolidificationFront2DResults.png"
@@ -77,7 +78,10 @@ <h1 class="top">
7778
src="./assets/Screenshot_20250520_084241.png"
7879
alt="Screenshot of the FEAScript Platform interface"
7980
/>
80-
<p class="image-caption"><a href="https://platform.feascript.com/">FEAScript Platform</a> interface</p>
81+
<p class="image-caption">
82+
<a href="https://platform.feascript.com/">FEAScript Platform</a>
83+
interface
84+
</p>
8185
</div>
8286

8387
<h1>A JavaScript Finite Element Simulation Library</h1>
@@ -146,18 +150,18 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
146150
<strong
147151
>FEAScript is a lightweight, open-source finite element simulation library developed in
148152
JavaScript</strong
149-
>. It allows users to create and run simulations for physics and engineering problems in both
150-
browser-based and server-side environments. FEAScript serves as an excellent tool for building
151-
interactive web applications and facilitates hands-on learning of computational mechanics by providing
152-
a versatile platform to explore and solve complex problems. Our goal is to democratize finite element
153-
analysis by making simulation capabilities accessible to everyone, everywhere.
153+
>. It allows users to perform simulations for physics and engineering problems in both browser-based
154+
and server-side environments. FEAScript serves as an excellent tool for building interactive web
155+
applications and facilitates hands-on learning of computational mechanics by providing a versatile
156+
platform to explore and solve complex problems. Our goal is to democratize finite element analysis by
157+
making simulation capabilities accessible to everyone, everywhere.
154158
</p>
155159
</div>
156160

157161
<div style="margin-top: 0.5em"></div>
158162
<h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
159163

160-
<p>There are two ways to create simulations with FEAScript:</p>
164+
<p>There are two ways to perform simulations with FEAScript:</p>
161165
<ul>
162166
<li>
163167
<strong>JavaScript API (FEAScript Core):</strong> For developers comfortable with coding, the
@@ -253,8 +257,8 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
253257
margin-left: 2px;
254258
margin-bottom: 4px;
255259
" /></a
256-
>) or use FEAScript mesh generation tools &#8594; create and run a simulation using the JavaScript API.
257-
Here is a simple example (see <a href="#tutorials">tutorials</a> for more details):
260+
>) or use FEAScript mesh generation tools &#8594; run the simulation using the JavaScript API. Here is a
261+
simple example (see <a href="#tutorials">tutorials</a> for more details):
258262
</p>
259263

260264
<pre class="prettyprint">
@@ -435,8 +439,9 @@ <h2 id="features"><a name="Features"></a>Features</h2>
435439
>)
436440
</li>
437441
<li>
438-
No-code interface with <a href="https://platform.feascript.com">FEAScript Platform</a> visual
439-
editor
442+
No-code interface with
443+
<a href="https://platform.feascript.com">FEAScript Platform</a>
444+
visual editor
440445
</li>
441446
</ul>
442447
</li>

0 commit comments

Comments
 (0)