Skip to content

Commit fcf7315

Browse files
committed
Add sections for "Why Use FEAScript" and "How to Use FEAScript" in index.html
1 parent 68f00a7 commit fcf7315

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

index.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,16 @@ <h1 class="top">
9393
<h1>A JavaScript Finite Element Simulation Library</h1>
9494

9595
<ul id="menu">
96-
<li><a href="#gettingstarted">Getting Started</a></li>
96+
<li><a href="#whyusefeascript">Why Use FEAScript</a></li>
97+
<li><a href="#howtousefeascript">How to Use FEAScript</a></li>
9798
<li><a href="#features">Features</a></li>
9899
<li><a href="#tutorials">Tutorials</a></li>
99100
<li><a href="#documentation">Documentation</a></li>
100101
<li><a href="#licensing">Licensing</a></li>
101102
<li class="external-link-start" style="border: 2px solid #e0e0e0; padding: 5px; border-radius: 4px">
102103
<a href="https://platform.feascript.com/" style="color: #555"> FEAScript Platform</a>
103104
</li>
105+
<br />
104106
<li class="icon-link-start">
105107
<a href="https://blog.feascript.com/" title="FEAScript blog">
106108
<img
@@ -174,7 +176,25 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
174176
</div>
175177

176178
<div style="margin-top: 0.5em"></div>
177-
<h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
179+
<h2 id="whyusefeascript"><a name="Why Use FEAScript"></a>Why Use FEAScript</h2>
180+
181+
<ul>
182+
<li>
183+
<strong>No installation:</strong> Engineers hate installs, and FEAScript runs directly in the browser
184+
without any installation.
185+
</li>
186+
<li>
187+
<strong>Portability:</strong> Works everywhere JavaScript runs (Windows, macOS, and Linux systems that
188+
use x64, IA-32, or ARM processors).
189+
</li>
190+
<li>
191+
<strong>Open-source:</strong> The core library of FEAScript is open-source, removing the high cost
192+
barrier of traditional FEA software.
193+
</li>
194+
</ul>
195+
196+
<div style="margin-top: 0.5em"></div>
197+
<h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h2>
178198

179199
<p>There are two ways to perform simulations with FEAScript:</p>
180200
<ul>

0 commit comments

Comments
 (0)