Skip to content

Commit 804d44a

Browse files
committed
Minor modifications to template.
1 parent 878d064 commit 804d44a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

_data/tutorials.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@
4040
- Inviscid_3D_Constrained_ONERAM6
4141
- Multi_Objective_Shape_Design
4242

43-
- title: Structural Mechanics
44-
tutorials:
45-
- Linear_Elasticity
46-
- Linear_Dynamics
47-
- Dynamics
48-
- Nonlinear_Elasticity
49-
5043
- title: Event Content
5144
tutorials:
5245
- event_content

_layouts/tutorials.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ <h6 id="complexity-basic">
6060
<span style="color: orange;"><strong>Advanced</strong></span>
6161
{% endif %}
6262
</h6> -->
63+
<strong>At one glance:</strong>
6364
<table style="width:50%">
6465
<tbody>
6566
<tr>
@@ -90,8 +91,10 @@ <h6 id="complexity-basic">
9091
<td> <h6 id="solver-elasticity">Complexity:</h6></td>
9192
<td> <h6>{% if page.complexity == "basic" %}
9293
<span style="color: green;"><strong>Basic</strong></span>
94+
{% elsif page.complexity == "intermediate" %}
95+
<span style="color: orange;"><strong>Intermediate</strong></span>
9396
{% elsif page.complexity == "advanced" %}
94-
<span style="color: orange;"><strong>Advanced</strong></span>
97+
<span style="color: red;"><strong>Advanced</strong></span>
9598
{% endif %}</h6></td>
9699
</tr>
97100
</tbody>

0 commit comments

Comments
 (0)