forked from M-Labs/web2019
feat(ControlLoops): Adds origin image to display when click
This commit is contained in:
parent
3e42a17c40
commit
ec5175d9d1
|
@ -5,7 +5,7 @@ template = "page.html"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
||||||
{% layout_text_img(src="images/stabilizer@2x.png", alt="", textleft=true, shadow=false) %}
|
{% layout_text_img(src="images/stabilizer@2x.png", popup="images/origin/stabilizer.jpg", alt="", textleft=true, shadow=false) %}
|
||||||
|
|
||||||
##### Stabilizer
|
##### Stabilizer
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ The <a href="https://github.com/quartiq/stabilizer" target="_blank" rel="noopene
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{{ layout_centered_img(src="images/_standard-open-source-firmware@2x.png", alt="", css="row d-flex align-items-center mt-0 mb-0") }}
|
{{ layout_centered_img(src="images/_standard-open-source-firmware@2x.png", popup="images/origin/stabilizer_pid.png", alt="", css="row d-flex align-items-center mt-0 mb-0") }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ The <a href="https://github.com/quartiq/stabilizer" target="_blank" rel="noopene
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% layout_text_img(src="images/Thermostat@2x.png", alt="", shadow=false) %}
|
{% layout_text_img(src="images/Thermostat@2x.png", popup="images/origin/thermostat.jpg", alt="", shadow=false) %}
|
||||||
|
|
||||||
##### Thermostat
|
##### Thermostat
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 322 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 221 KiB |
Loading…
Reference in New Issue