From d3fb352fcbeea61b65d076d17546c1ed7fac6d6a Mon Sep 17 00:00:00 2001 From: Timur Osmanov <54434686+TOsmanov@users.noreply.github.com> Date: Tue, 1 Jun 2021 06:35:35 +0300 Subject: [PATCH] Update "about page" on website (#3259) * update about page * update about page * update about page * fix markup --- site/assets/scss/_custom.scss | 56 ++++++++++----- site/content/en/about/_index.html | 113 ++++++++++++------------------ 2 files changed, 80 insertions(+), 89 deletions(-) diff --git a/site/assets/scss/_custom.scss b/site/assets/scss/_custom.scss index f2d2d165..92255e0d 100644 --- a/site/assets/scss/_custom.scss +++ b/site/assets/scss/_custom.scss @@ -50,13 +50,7 @@ text-shadow: 0 0 3px rgb(27, 27, 27); } -.avatar:hover img { - box-shadow: 0 0 15px gray; -} - -.developer-info-list-item { - min-width: 15rem !important; -} +/* block location */ .location { width: 70%; @@ -89,24 +83,48 @@ border-radius: 50%; border: 2px white solid; box-shadow: 2px 2px 1px gray; - max-height: 25px; + max-height: 27px; } -#world-map-marker:hover { - border: 4px white solid; +@media (max-width: 1680px) { + #world-map-marker { + margin-left: 25px; + } +} + +@media (max-width: 1540px) { + #world-map-marker { + margin-left: 35px; + max-height: 25px; + } } -#world-map-marker:hover #tooltip div { - visibility: visible; +@media (max-width: 1200px) { + #world-map-marker { + margin-top: 5px; + margin-left: 40px; + max-height: 20px; + } } -#tooltip { - background: white; - color: #000; - padding: 4px 8px; - font-size: 13px; - border-radius: 8px; - visibility: hidden; +@media (max-width: 992px) { + #world-map-marker { + margin-top: 10px; + margin-left: 30px; + max-height: 15px; + } +} + +@media (max-width: 768px) { + #world-map-marker { + margin-top: 15px; + margin-left: 15px; + max-height: 10px; + } +} + +#world-map-marker:hover { + border: 4px white solid; } /* cover block on about page */ diff --git a/site/content/en/about/_index.html b/site/content/en/about/_index.html index e35dca27..d6548063 100644 --- a/site/content/en/about/_index.html +++ b/site/content/en/about/_index.html @@ -8,15 +8,18 @@ menu: {{< blocks/cover image_anchor="center" height="min" >}} +
CVAT was designed to provide users with a set of convenient instruments for annotating digital images and videos.
CVAT supports supervised machine learning tasks pertaining to object detection, image classification, image segmentation and 3D data annotation. It allows users to annotate images with four types of shapes: boxes, polygons (both generally and for segmentation tasks), polylines (e.g., for annotation of markings on roads),
and points (e.g., for annotation of face landmarks or pose estimation).
Data scientists need annotated data (and lots of it) to train the deep neural networks (DNNs) at the core of AI workflows. Obtaining annotated data or annotating data yourself is a challenging and time-consuming process.
For example, it took about 3,100 total hours for members of Intel’s own data annotation team to annotate more than 769,000 objects for just one of our algorithms. To help solve this challenge, Intel is conducting research to find better methods of data annotation and deliver tools that help developers do the same.
-
-
-
-