Skip to content

Commit 19ac0eb

Browse files
committed
Update links and text in FEAScript Studio
1 parent d9cffbf commit 19ac0eb

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

feascript-studio.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<body>
4545
<h1 class="top">
46-
<a href="index.html">
46+
<a href="feascript-studio.html">
4747
<img
4848
src="./assets/feascript-studio-logo.png"
4949
alt="FEAScript Logo"
@@ -142,9 +142,11 @@ <h1>FEAScript Studio: A Browser-Based Visual Editor</h1>
142142
🚧
143143
<strong>FEAScript Studio is currently under development</strong> and planned to be released on the
144144
second quarter of 2026. <strong>Join the waitlist</strong> to get updates about FEAScript Studio and be
145-
among the first to try it when it’s released.
145+
among the first to try it when it’s released 👇.
146146
</p>
147147

148+
<div style="height: 0.5em"></div>
149+
148150
<div id="waitlist" class="waitlist-card" aria-label="FEAScript Studio waitlist">
149151
<h2>Join the Waitlist</h2>
150152
<div class="waitlist-indicates-required"><span class="asterisk">*</span> indicates required</div>

index.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
621621
<li>
622622
<span class="tutorial-name">Advection-Diffusion with Gaussian Source</span>
623623
<a href="https://feascript.com/tutorials/advection-diffusion-1d.html" class="badge badge-basic"
624-
>Browser (basic)</a
624+
>Basic HTML</a
625625
>
626626
<a href="https://codepen.io/FEAScript/pen/azNbeJw" class="badge badge-codepen"
627627
>CodePen<img
@@ -641,13 +641,18 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
641641
<li>
642642
<span class="tutorial-name">Heat Conduction in a 2D Fin</span>
643643
<a href="https://feascript.com/tutorials/heat-conduction-2d-fin.html" class="badge badge-basic"
644-
>Browser (basic)</a
644+
>Basic HTML</a
645645
>
646646
<a href="https://feascript.com/tutorials/heat-conduction-2d-fin-worker.html" class="badge badge-mt"
647-
>Browser (multi-threaded)</a
647+
>Multi-threaded</a
648648
>
649649
<a href="https://feascript.com/tutorials/heat-conduction-2d-fin-gmsh.html" class="badge badge-gmsh"
650-
>Browser (Gmsh mesh)</a
650+
>Gmsh mesh</a
651+
>
652+
<a
653+
href="https://feascript.com/tutorials/heat-conduction-2d-rhom-fin-gmsh.html"
654+
class="badge badge-gmsh"
655+
>Rhomboid fin (Gmsh mesh)</a
651656
>
652657
<!-- <a
653658
href="https://feascript.com/tutorials/heat-conduction-2d-fin-performance-test.html"
@@ -672,7 +677,7 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
672677
<li>
673678
<span class="tutorial-name">Heat Conduction Through a Wall</span>
674679
<a href="https://feascript.com/tutorials/heat-conduction-1d-wall.html" class="badge badge-basic"
675-
>Browser (basic)</a
680+
>Basic HTML</a
676681
>
677682
<!-- <a href="https://feascript.com/tutorials/heat-conduction-1d-wall-platform.html" class="badge badge-visual"
678683
>Visual editor</a
@@ -695,10 +700,10 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
695700
<li>
696701
<span class="tutorial-name">Solidification Front Propagation in a 2D Domain</span>
697702
<a href="https://feascript.com/tutorials/solidification-front-2d.html" class="badge badge-basic"
698-
>Browser (basic)</a
703+
>Basic HTML</a
699704
>
700705
<a href="https://feascript.com/tutorials/solidification-front-2d-worker.html" class="badge badge-mt"
701-
>Browser (multi-threaded)</a
706+
>Multi-threaded</a
702707
>
703708
<a href="https://codepen.io/FEAScript/pen/dPMxaLq" class="badge badge-codepen"
704709
>CodePen<img

0 commit comments

Comments
 (0)