Skip to content

Commit 5fa06e7

Browse files
committed
Update meta description and introduction to emphasize open-source nature of FEAScript
1 parent 20ff205 commit 5fa06e7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1818
<meta
1919
name="description"
20-
content="FEAScript is a lightweight JavaScript library for browser-based finite element simulations in physics, engineering, and computational mechanics."
20+
content="FEAScript is a lightweight, open-source JavaScript library for browser-based finite element simulations in physics, engineering, and computational mechanics."
2121
/>
2222
<meta
2323
name="keywords"
@@ -103,11 +103,13 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
103103

104104
<div class="highlight-container">
105105
<p>
106-
<strong>FEAScript is a lightweight finite element simulation library developed in JavaScript</strong>.
107-
It allows users to create and run client-side, browser-based simulations for physics and engineering
108-
problems without requiring additional installations. FEAScript serves as an excellent tool for
109-
building interactive web applications and facilitates hands-on learning of computational mechanics by
110-
providing a versatile platform to explore and solve complex problems. Our goal is to democratize
106+
<strong
107+
>FEAScript is a lightweight, open-source finite element simulation library developed in
108+
JavaScript</strong
109+
>. It allows users to create and run client-side, browser-based simulations for physics and
110+
engineering problems without requiring additional installations. FEAScript serves as an excellent tool
111+
for building interactive web applications and facilitates hands-on learning of computational mechanics
112+
by providing a versatile platform to explore and solve complex problems. Our goal is to democratize
111113
finite element analysis by making simulation capabilities accessible to everyone, everywhere.
112114
</p>
113115
</div>

0 commit comments

Comments
 (0)