Docs banner for https://ultralytics.com/yolo-vision (#16338)
Co-authored-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com>pull/16337/head^2
parent
2173c37238
commit
e2e6eb4fb0
2 changed files with 122 additions and 49 deletions
@ -1,30 +1,38 @@ |
||||
<!--Ultralytics YOLO 🚀, AGPL-3.0 license--> |
||||
|
||||
{% extends "base.html" %} |
||||
|
||||
{% block announce %} |
||||
<a |
||||
href="https://github.com/ultralytics/ultralytics/releases/tag/v8.2.0" |
||||
target="_blank" |
||||
class="banner-wrapper" |
||||
> |
||||
<img |
||||
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb78d08408c438e54a6f2f_yolov82_release.avif" |
||||
loading="lazy" |
||||
alt="Ultralytics YOLOv8.2 Release" |
||||
class="banner-content desktop" |
||||
/> |
||||
<img |
||||
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb7a122db51139d6c0b4a8_yolov82_release_mobile.avif" |
||||
loading="lazy" |
||||
alt="Ultralytics YOLOv8.2 Release Mobile" |
||||
class="banner-content mobile" |
||||
/> |
||||
<img |
||||
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb779fc2ff285f3efceea1_arrow_effects.avif" |
||||
loading="lazy" |
||||
alt="Ultralytics YOLOv8.2 Release Arrow" |
||||
class="banner-arrow" |
||||
/> |
||||
</a> |
||||
{% extends "base.html" %} {% block announce %} |
||||
<div class="banner-wrapper"> |
||||
<div class="banner-content-wrapper"> |
||||
<p>YOLO Vision 2024 is here!</p> |
||||
<div class="banner-info-wrapper"> |
||||
<img |
||||
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66e9a87cfc78245ffa51d6f0_w_yv24.svg" |
||||
loading="lazy" |
||||
width="20" |
||||
height="20" |
||||
alt="YOLO Vision 24" |
||||
/> |
||||
<p>September 27, 2024</p> |
||||
</div> |
||||
<div class="banner-info-wrapper"> |
||||
<img |
||||
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66e9a87cdfbd25e409560ed8_l_yv24.svg" |
||||
loading="lazy" |
||||
width="20" |
||||
height="20" |
||||
alt="YOLO Vision 24" |
||||
/> |
||||
<p>Free hybrid event</p> |
||||
</div> |
||||
</div> |
||||
<div class="banner-button-wrapper"> |
||||
<div class="banner-button-wrapper large"> |
||||
<button |
||||
onclick="window.open('https://www.ultralytics.com/events/yolovision', '_blank')" |
||||
> |
||||
Register now |
||||
</button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{% endblock %} |
||||
|
Loading…
Reference in new issue