Skip to content

Commit e28dd12

Browse files
committed
Update tutorial descriptions
1 parent 263fa34 commit e28dd12

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

index.html

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,8 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
212212
<ul>
213213
<li>
214214
<strong>JavaScript API (FEAScript Core):</strong> For developers comfortable with coding, the
215-
JavaScript API provides full programmatic control. It runs in three environments: in the browser with
216-
a simple HTML page, via Node.js for server-side applications, or with online interactive notebooks
217-
(e.g.
215+
JavaScript API provides full programmatic control. It can run in three environments: in a browser
216+
using a simple HTML page, on a server via Node.js, or within interactive JavaScript playgrounds (e.g.
218217
<a href="https://codepen.io/"
219218
>CodePen<img
220219
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
@@ -486,13 +485,9 @@ <h2 id="features"><a name="Features"></a>Features</h2>
486485
>)
487486
</li>
488487
<li>
489-
No-code interface with
490-
<a href="https://platform.feascript.com">FEAScript Platform</a>
491-
visual editor
492-
</li>
493-
<li>
494-
Node.js runtime (<a href="https://www.npmjs.com/package/feascript"
495-
>npm<img
488+
Interactive JavaScript playgrounds (e.g.
489+
<a href="https://codepen.io/FEAScript"
490+
>CodePen<img
496491
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
497492
alt="External Link Icon"
498493
style="
@@ -501,13 +496,11 @@ <h2 id="features"><a name="Features"></a>Features</h2>
501496
vertical-align: middle;
502497
margin-left: 2px;
503498
margin-bottom: 4px;
504-
" /></a
505-
>)
506-
</li>
507-
<li>
508-
Online notebooks integration (e.g.
509-
<a href="https://codepen.io/FEAScript"
510-
>CodePen<img
499+
"
500+
/></a>
501+
and
502+
<a href="https://hub.scribbler.live/portfolio/#!nikoscham/FEAScript-Scribbler-examples"
503+
>Scribbler<img
511504
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
512505
alt="External Link Icon"
513506
style="
@@ -516,11 +509,17 @@ <h2 id="features"><a name="Features"></a>Features</h2>
516509
vertical-align: middle;
517510
margin-left: 2px;
518511
margin-bottom: 4px;
519-
"
520-
/></a>
521-
and
522-
<a href="https://hub.scribbler.live/portfolio/#!nikoscham/FEAScript-Scribbler-examples"
523-
>Scribbler<img
512+
" /></a
513+
>)
514+
</li>
515+
<li>
516+
No-code interface with
517+
<a href="https://platform.feascript.com">FEAScript Platform</a>
518+
visual editor
519+
</li>
520+
<li>
521+
Node.js runtime (<a href="https://www.npmjs.com/package/feascript"
522+
>npm<img
524523
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
525524
alt="External Link Icon"
526525
style="
@@ -541,7 +540,7 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
541540
<p>
542541
Below you can explore tutorials that provide a step-by-step introduction to FEAScript. These tutorials
543542
show you how to use FEAScript's JavaScript API directly, integrating finite element simulations into
544-
your own websites and applications, or how to use it in interactive online environments such as
543+
your own websites and applications, or how to use it in interactive JavaScript playgrounds such as
545544
<a href="https://codepen.io/FEAScript"
546545
>CodePen<img
547546
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"

0 commit comments

Comments
 (0)