Update "about page" on website (#3259)

* update about page

* update about page

* update about page

* fix markup
main
Timur Osmanov 5 years ago committed by GitHub
parent 99bdfac892
commit d3fb352fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 */

@ -8,15 +8,18 @@ menu:
{{< blocks/cover image_anchor="center" height="min" >}}
<div>
<img class="mb-5 logo-2" src="/images/logo2.png">
<h3 class="mb-4">About Us</h3>
<p>CVAT was designed to provide users with a set of convenient instruments for annotating digital images and videos. <br/> 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), <br/> and points (e.g., for annotation of face landmarks or pose estimation).</p>
</div>
{{< /blocks/cover >}}
{{< blocks/section height="auto" color="info" >}}
<div class="history col-12 mx-auto text-left">
<p>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. <br/> For example, it took about 3,100 total hours for members of Intels 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.</p>
<div class="col mt-5">
@ -65,86 +68,56 @@ menu:
{{< blocks/section height="auto" color="info" >}}
<h3 class="col-12 text-center">The Team</h3>
<h3 class="col-12 text-center">Core Team</h3>
<br/>
<div class="team-container">
<div class="world-map-container">
<img id="world-map" src="/images/world-map.png">
<img tabindex="0" id="world-map-marker" style="top: 31%; left: 62.5%" alt="Boris Sekachev" src="https://www.intel.com/content/dam/www/public/us/en/ai/bios/Boris.jpg.rendition.intel.web.336.252.jpg">
<img tabindex="0" id="world-map-marker" style="top: 27%; left: 61.5%" alt="Nikita Manovich" src="https://www.intel.com/content/dam/www/public/us/en/ai/bios/nikita-manovich-DSC_3075.jpg.rendition.intel.web.336.252.jpg">
<img tabindex="0" id="world-map-marker" style="top: 35%; left: 59.5%" alt="Andrey Zhavoronkov" src="https://www.intel.com/content/dam/www/public/us/en/ai/bios/Andrey-Zhavoronkov.jpg.rendition.intel.web.336.252.jpg">
<img tabindex="0" id="world-map-marker" style="top: 31%; left: 60.5%" alt="Maxim Zhiltsov" src="https://avatars.githubusercontent.com/u/13832349?v=4">
<img tabindex="0" id="world-map-marker" style="top: 27%; left: 59.5%" alt="Andrey Chernov" src="https://avatars.githubusercontent.com/u/45849884?v=4">
<img tabindex="0" id="world-map-marker" style="top: 35%; left: 61.5%" alt="Timur Osmanov" src="https://avatars.githubusercontent.com/u/54434686?v=4">
<div class="marker-info">
</div>
</div>
{{< /blocks/section >}}
{{< blocks/section height="min" color="info" >}}
<div class="col-12 mx-auto"><h3 class="text-center">Leadership:</h3></div>
<div class="col">
<div class="row developers-info text-center px-auto">
<div class="col-2 col-xl-2 offset-md-6 mt-5 mx-auto avatar developer-info-list-item">
<div class="avatar">
<a href="https://github.com/nmanovic"><img class="image" style="border-radius: 50%" src="https://www.intel.com/content/dam/www/public/us/en/ai/bios/nikita-manovich-DSC_3075.jpg.rendition.intel.web.336.252.jpg" height=80px></a>
</div>
<div class="developer-info-text-container">
<h4 class="mt-4">Nikita Manovich</h4>
<small class="text-left">Deep Learning Manager</small>
</div>
</div>
<div class="col-2 col-xl-2 offset-md-6 col-xl-2 mt-5 mx-auto avatar developer-info-list-item">
<div class="avatar">
<a href="https://github.com/azhavoro"><img class="image" style="border-radius: 50%" src="https://www.intel.com/content/dam/www/public/us/en/ai/bios/Andrey-Zhavoronkov.jpg.rendition.intel.web.336.252.jpg" height=80px></a>
</div>
<div class="developer-info-text-container">
<h4 class="mt-4">Andrey Zhavoronkov</h4>
<small class="text-left">Deep Learning Software Engineer</small>
</div>
</div>
<div class="col-2 col-xl-2 offset-md-6 col-xl-2 mt-5 mx-auto avatar developer-info-list-item">
<div class="avatar">
<a href="https://github.com/bsekachev"><img class="image" style="border-radius: 50%" src="https://www.intel.com/content/dam/www/public/us/en/ai/bios/Boris.jpg.rendition.intel.web.336.252.jpg" height=80px></a>
</div>
<div class="developer-info-text-container">
<h4 class="mt-4">Boris Sekachev</h4>
<small class="text-left">Deep Learning Software Engineer</small>
</div>
</div>
<div class="col-2 col-xl-2 offset-md-6 mt-5 mx-auto avatar developer-info-list-item">
<div class="avatar">
<a href="https://github.com/zhiltsov-max"><img class="image" style="border-radius: 50%" src="https://avatars.githubusercontent.com/u/13832349?v=4" height=80px></a></div>
<div class="developer-info-text-container">
<h4 class="mt-4">Maxim Zhiltsov</h4>
<small class="text-left">Deep Learning Software Engineer</small>
</div>
</div>
<div class="col-2 col-xl-2 offset-md-6 mt-5 mx-auto avatar developer-info-list-item">
<div class="avatar">
<a href="https://github.com/aschernov"><img class="image" style="border-radius: 50%" src="https://avatars.githubusercontent.com/u/45849884?v=4" height=80px></a></div>
<div class="developer-info-text-container">
<h4 class="mt-4">Andrey Chernov</h4>
<small class="text-left">Program/Project Manager</small>
</div>
</div>
<div class="col-2 col-xl-2 offset-md-6 mt-5 mx-auto avatar developer-info-list-item">
<div class="avatar">
<a href="https://github.com/TOsmanov"><img class="image" style="border-radius: 50%" src="https://avatars.githubusercontent.com/u/54434686?v=4" height=80px></a></div>
<div class="developer-info-text-container">
<h4 class="mt-4">Timur Osmanov</h4>
<small class="text-left">Data Analyst</small>
</div>
<a href="https://github.com/bsekachev">
<img tabindex="0" id="world-map-marker" style="top: 31%; left: 62.5%" alt="Boris Sekachev" src="https://avatars.githubusercontent.com/u/40690378?v=4">
</a>
<a href="https://github.com/nmanovic">
<img tabindex="0" id="world-map-marker" style="top: 27%; left: 59.5%" alt="Nikita Manovich" src="https://avatars.githubusercontent.com/u/40690625?v=4">
</a>
<a href="https://github.com/azhavoro">
<img tabindex="0" id="world-map-marker" style="top: 27%; left: 61.5%" alt="Andrey Zhavoronkov" src="https://www.intel.com/content/dam/www/public/us/en/ai/bios/Andrey-Zhavoronkov.jpg.rendition.intel.web.336.252.jpg">
</a>
<a href="https://github.com/zhiltsov-max">
<img tabindex="0" id="world-map-marker" style="top: 31%; left: 60.5%" alt="Maxim Zhiltsov" src="https://avatars.githubusercontent.com/u/13832349?v=4">
</a>
<a href="https://github.com/dvkruchinin">
<img tabindex="0" id="world-map-marker" style="top: 35%; left: 61.5%" alt="Dmitry Kruchinin" src="https://avatars.githubusercontent.com/u/33020454?v=4">
</a>
<a href="https://github.com/ActiveChooN">
<img tabindex="0" id="world-map-marker" style="top: 31%; left: 58.5%" alt="Dmitry Kalinin" src="https://avatars.githubusercontent.com/u/8168727?v=4">
</a>
<a href="https://github.com/Marishka17">
<img tabindex="0" id="world-map-marker" style="top: 35%; left: 59.5%" alt="Maria Khrustaleva" src="https://avatars.githubusercontent.com/u/49038720?v=4">
</a>
<a href="https://github.com/kirill-sizov">
<img tabindex="0" id="world-map-marker" style="top: 35%; left: 63.5%" alt="Kirill Sizov" src="https://avatars.githubusercontent.com/u/43179655?v=4">
</a>
<a href="https://github.com/yasakova-anastasia">
<img tabindex="0" id="world-map-marker" style="top: 27%; left: 63.5%" alt="Anastasia Yasakova" src="https://avatars.githubusercontent.com/u/49231913?v=4">
</a>
<a href="https://github.com/IRDonch">
<img tabindex="0" id="world-map-marker" style="top: 31%; left: 64.5%" alt="Roman Donchenko" src="https://avatars.githubusercontent.com/u/42033526?v=4">
</a>
<a href="https://github.com/aschernov">
<img tabindex="0" id="world-map-marker" style="top: 39%; left: 60.5%" alt="Andrey Chernov" src="https://avatars.githubusercontent.com/u/45849884?v=4">
</a>
<a href="https://github.com/TOsmanov">
<img tabindex="0" id="world-map-marker" style="top: 39%; left: 62.5%" alt="Timur Osmanov" src="https://avatars.githubusercontent.com/u/54434686?v=4">
</a>
</div>
</div>
{{< /blocks/section >}}
{{< blocks/section height="auto" color="docs" >}}
<div class="col-12 mx-auto mb-3"><h3 class="text-center">Contact Us:</h3></div>
<div class="location mx-auto text-center mb-3">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d9081756.161048459!2d24.815223265281535!3d56.23961364271714!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4151d4f600916a31%3A0x2603763a741e437!2sIntel!5e0!3m2!1sen!2sru!4v1617960069860!5m2!1sen!2sru" width="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
@ -175,6 +148,6 @@ menu:
</li>
</ul>
</div>
</div>
{{< /blocks/section >}}

Loading…
Cancel
Save