Skip to content

Commit

Permalink
New stars, distinguished ambassador label (#1172)
Browse files Browse the repository at this point in the history
* new stars, distinguished ambassador label

* npm audit fix
  • Loading branch information
trean authored Sep 16, 2024
1 parent 09877ed commit c75e2d2
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 86 deletions.
15 changes: 15 additions & 0 deletions qdrant-landing/content/stars/stars-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ cards:
name: M K Pavan Kumar
position: Data Scientist and Lead GenAI
description: A seasoned technology expert with 14 years of experience in full stack development, cloud solutions, & artificial intelligence
distinguished: true
- id: 5
image:
src: /img/stars/niranjan-akella.jpg
Expand Down Expand Up @@ -99,6 +100,20 @@ cards:
name: Pavan Nagula
position: Data Scientist | Machine Learning and Generative AI
description: I'm Pavan, a data scientist specializing in AI, ML, and big data analytics. I love experimenting with new technologies in the AI and ML space, and Qdrant is a place where I've seen such innovative implementations recently.
- id: 14
image:
src: /img/stars/guohao-li.jpg
alt: Guohao Li Photo
name: Guohao Li
position: Founder of Eigent.AI
description: Guohao Li the founder of Eigent.AI, an artificial intelligence researcher and an open-source contributor working on building intelligent agents that can perceive, learn, communicate, reason, and act. He is the core lead of the open source projects CAMEL-AI.org.
- id: 15
image:
src: /img/stars/sahin-utar.jpg
alt: Şahin Utar Photo
name: Şahin Utar
position: Software Builder, Entrepreneur
description: Şahin, a dedicated RAG evangelist since 2022, leverages vector databases in his startups as an early GenAI adopter. A former CTO, now an entrepreneur, he focuses on Dart and Python, using GenAI, RAG, and domain ontologies to simplify complex consumer challenges.
sitemapExclude: true
---

151 changes: 65 additions & 86 deletions qdrant-landing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
color: $neutral-90;
}

&-distinguished {
margin-bottom: $spacer * 0.5;
font-size: pxToRem(12);
line-height: pxToRem(21);
color: $secondary-violet-70;
}

&-description {
margin-bottom: 0;
font-size: pxToRem(14);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ <h2 class="stars-list__title">{{ .Params.title }}</h2>
<div class="col-12 col-md-6 col-xl-3">
<div class="stars-list__card">
<img class="stars-list__card-image" src="{{ .image.src }}" alt="{{ .image.alt }}" />
{{ if .distinguished }}
<p class="stars-list__card-distinguished">Distinguished Ambassador</p>
{{ end }}
<h6 class="stars-list__card-title">{{ .name }}</h6>
<p class="stars-list__card-subtitle">{{ .position }}</p>
<p class="stars-list__card-description">{{ .description }}</p>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c75e2d2

Please sign in to comment.