mirror of
https://github.com/bszczuka/steel-training.git
synced 2025-12-21 13:23:02 +01:00
Images optimization
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
<div>
|
||||
<label for="five_to_go">
|
||||
<p>Five To Go</p>
|
||||
<img src="{{ url_for('static', filename='images/five_to_go.png') }}" alt="Five To Go">
|
||||
<img src="{{ url_for('static', filename='images/five_to_go.webp') }}" alt="Five To Go">
|
||||
<input type="radio" id="five_to_go" name="stage" value="five_to_go" required>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label for="showdown_left">
|
||||
<p>Showdown (left box)</p>
|
||||
<img src="{{ url_for('static', filename='images/showdown_left.png') }}"
|
||||
<img src="{{ url_for('static', filename='images/showdown_left.webp') }}"
|
||||
alt="Showdown (left box)">
|
||||
<input type="radio" id="showdown_left" name="stage" value="showdown_left">
|
||||
</label>
|
||||
@@ -26,7 +26,7 @@
|
||||
<div>
|
||||
<label for="showdown_right">
|
||||
<p>Showdown (right box)</p>
|
||||
<img src="{{ url_for('static', filename='images/showdown_right.png') }}"
|
||||
<img src="{{ url_for('static', filename='images/showdown_right.webp') }}"
|
||||
alt="Showdown (right box)">
|
||||
<input type="radio" id="showdown_right" name="stage" value="showdown_right">
|
||||
</label>
|
||||
@@ -34,35 +34,35 @@
|
||||
<div>
|
||||
<label for="smoke_and_hope">
|
||||
<p>Smoke & Hope</p>
|
||||
<img src="{{ url_for('static', filename='images/smoke_and_hope.png') }}" alt="Smoke & Hope">
|
||||
<img src="{{ url_for('static', filename='images/smoke_and_hope.webp') }}" alt="Smoke & Hope">
|
||||
<input type="radio" id="smoke_and_hope" name="stage" value="smoke_and_hope">
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label for="accelerator">
|
||||
<p>Accelerator</p>
|
||||
<img src="{{ url_for('static', filename='images/accelerator.png') }}" alt="Accelerator">
|
||||
<img src="{{ url_for('static', filename='images/accelerator.webp') }}" alt="Accelerator">
|
||||
<input type="radio" id="accelerator" name="stage" value="accelerator">
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label for="pendulum">
|
||||
<p>Pendulum</p>
|
||||
<img src="{{ url_for('static', filename='images/pendulum.png') }}" alt="Pendulum">
|
||||
<img src="{{ url_for('static', filename='images/pendulum.webp') }}" alt="Pendulum">
|
||||
<input type="radio" id="pendulum" name="stage" value="pendulum">
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label for="speed_option">
|
||||
<p>Speed Option</p>
|
||||
<img src="{{ url_for('static', filename='images/speed_option.png') }}" alt="Speed Option">
|
||||
<img src="{{ url_for('static', filename='images/speed_option.webp') }}" alt="Speed Option">
|
||||
<input type="radio" id="speed_option" name="stage" value="speed_option">
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label for="roundabout">
|
||||
<p>Roundabout</p>
|
||||
<img src="{{ url_for('static', filename='images/roundabout.png') }}" alt="RoundAbout">
|
||||
<img src="{{ url_for('static', filename='images/roundabout.webp') }}" alt="RoundAbout">
|
||||
<input type="radio" id="roundabout" name="stage" value="roundabout">
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user