|
21 | 21 | </script> |
22 | 22 | <!-- INTRO --> |
23 | 23 | <div id="downloads_intro_background"> |
24 | | - <img id="leftcloud" class="d-none d-lg-block" src="{{ "/img/home_cloud_1.png" | relative }}" alt=""> |
25 | | - <img id="rightcloud" class="d-none d-lg-block" src="{{ "/img/home_cloud_1.png" | relative }}" alt=""> |
26 | | - <img id="rightcloud2" class="d-none d-lg-block" src="{{ "/img/home_cloud_1.png" | relative }}" alt=""> |
| 24 | + <img id="leftcloud" class="d-none d-lg-block" src="{{ '/img/home_cloud_1.png' | relative }}" alt=""> |
| 25 | + <img id="rightcloud" class="d-none d-lg-block" src="{{ '/img/home_cloud_1.png' | relative }}" alt=""> |
| 26 | + <img id="rightcloud2" class="d-none d-lg-block" src="{{ '/img/home_cloud_1.png' | relative }}" alt=""> |
27 | 27 | <span id="star1" class="star d-none d-lg-block"></span> |
28 | 28 | <span id="star2" class="star d-none d-lg-block"></span> |
29 | 29 | <span id="star3" class="star d-none d-lg-block"></span> |
@@ -365,13 +365,13 @@ <h2 id="downloads-pkg" class="section_title"><a class="anchor" href="#downloads- |
365 | 365 |
|
366 | 366 | <!-- UFO IMAGES --> |
367 | 367 | <div id="bottom_images_container" class="container"> |
368 | | - <img id="ufo" src="{{ "/img/ufo.png" | relative }}" alt="ufo"> |
369 | | - <img id="ufobeam" src="{{ "/img/ufo_beam.png" | relative }}" alt="ufo beam"> |
370 | | - <img id="cow" class src="{{ "/img/cow.png" | relative }}" alt="cow"> |
371 | | - <img id="cowshadow" src="{{ "/img/cow_shadow.png" | relative }}" alt="cow shadow"> |
372 | | - <img id="outerbeam" src="{{ "/img/outer_beam.png" | relative }}" alt="outer beam"> |
373 | | - <img id="bottomleftclouds" src="{{ "/img/bottom_left_clouds.png" | relative }}" alt="bottom left clouds"> |
374 | | - <img id="bottomrightcloud" src="{{ "/img/bottom_right_cloud.png" | relative }}" alt="bottom right cloud"> |
| 368 | + <img id="ufo" src="{{ '/img/ufo.png' | relative }}" alt="ufo"> |
| 369 | + <img id="ufobeam" src="{{ '/img/ufo_beam.png' | relative }}" alt="ufo beam"> |
| 370 | + <img id="cow" class src="{{ '/img/cow.png' | relative }}" alt="cow"> |
| 371 | + <img id="cowshadow" src="{{ '/img/cow_shadow.png' | relative }}" alt="cow shadow"> |
| 372 | + <img id="outerbeam" src="{{ '/img/outer_beam.png' | relative }}" alt="outer beam"> |
| 373 | + <img id="bottomleftclouds" src="{{ '/img/bottom_left_clouds.png' | relative }}" alt="bottom left clouds"> |
| 374 | + <img id="bottomrightcloud" src="{{ '/img/bottom_right_cloud.png' | relative }}" alt="bottom right cloud"> |
375 | 375 | <p id="cow_text"> |
376 | 376 | {% t start.download_package_section.cow_text %} |
377 | 377 | </p> |
|
0 commit comments