Skip to content

Commit caa73b3

Browse files
committed
Update tutorial content for consistency by improving alt text and code formatting in multiple files
1 parent 2641edd commit caa73b3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ <h1 class="top">
5858
<div id="banner">
5959
<img
6060
src="./assets/HeatConduction2DFinResults.png"
61-
alt="Results of heat conduction in a two-dimensional fin tutorial"
61+
alt="Results of heat conduction in a 2D fin tutorial"
6262
/>
6363
<p class="image-caption">
6464
<a href="https://feascript.com/tutorials/HeatConduction2DFin.html">Solid heat conduction</a> solver
6565
</p>
6666
<img
6767
src="./assets/SolidificationFront2DResults.png"
68-
alt="Results of solidification front propagation in a two-dimensional domain"
68+
alt="Results of solidification front propagation in a 2D domain tutorial"
6969
/>
7070
<p class="image-caption">
7171
<a href="https://feascript.com/tutorials/SolidificationFront2D.html"

tutorials/HeatConduction1DWall.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h2 id="solvingwithfeascript"><a name="Solving with FEAScript"></a>Solving with
183183
&lt;/body&gt;</pre
184184
>
185185
<p>
186-
The "solutionPlot" is the id of the div where the plot will be rendered. This id is passed as an
186+
The <code>"solutionPlot"</code> is the id of the div where the plot will be rendered. This id is passed as an
187187
argument to the "plotSolution" function to specify the target div for the plot.
188188
</p>
189189

tutorials/HeatConduction2DFin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h2 id="solvingwithfeascript"><a name="Solving with FEAScript"></a>Solving with
192192
&lt;/body&gt;</pre
193193
>
194194
<p>
195-
The "solutionPlot" is the id of the div where the plot will be rendered. This id is passed as an
195+
The <code>"solutionPlot"</code> is the id of the div where the plot will be rendered. This id is passed as an
196196
argument to the "plotSolution" function to specify the target div for the plot.
197197
</p>
198198

tutorials/SolidificationFront2D.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h2 id="solvingwithfeascript"><a name="Solving with FEAScript"></a>Solving with
199199
&lt;/body&gt;</pre
200200
>
201201
<p>
202-
The "solutionPlot" is the id of the div where the plot will be rendered. This id is passed as an
202+
The <code>"solutionPlot"</code> is the id of the div where the plot will be rendered. This id is passed as an
203203
argument to the "plotSolution" function to specify the target div for the plot.
204204
</p>
205205

0 commit comments

Comments
 (0)