Skip to content

Commit 8a47776

Browse files
committed
Remove duplicate content from hero section - eliminate redundant title and subtitle
1 parent 2803732 commit 8a47776

File tree

5 files changed

+28
-32
lines changed

5 files changed

+28
-32
lines changed

docs/assets/css/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,18 @@ body[data-theme="dark"] {
199199
z-index: 2;
200200
}
201201

202+
.hero-icon {
203+
margin-bottom: 2rem;
204+
}
205+
206+
.hero-icon i {
207+
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
208+
-webkit-background-clip: text;
209+
-webkit-text-fill-color: transparent;
210+
background-clip: text;
211+
filter: drop-shadow(0 4px 8px rgba(99, 102, 241, 0.3));
212+
}
213+
202214
.hero-title {
203215
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
204216
-webkit-background-clip: text;

docs/de/index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ lang: de
77

88
<div class="hero-section text-center py-5 mb-5">
99
<div class="hero-content">
10-
<h1 class="hero-title display-4 fw-bold mb-4">
11-
<i class="fas fa-brain me-3"></i>
12-
SmartRAG
13-
</h1>
14-
<p class="hero-subtitle lead mb-4">
15-
Enterprise-Grade RAG-Bibliothek für .NET-Anwendungen
16-
</p>
17-
<p class="hero-description mb-5">
10+
<div class="hero-icon mb-4">
11+
<i class="fas fa-brain fa-4x text-primary"></i>
12+
</div>
13+
<p class="hero-description lead mb-5">
1814
Erstellen Sie intelligente Anwendungen mit fortschrittlicher Dokumentenverarbeitung, KI-gestützten Embeddings und semantischen Suchfunktionen.
1915
</p>
2016
<div class="hero-buttons">

docs/index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ lang: en
77

88
<div class="hero-section text-center py-5 mb-5">
99
<div class="hero-content">
10-
<h1 class="hero-title display-4 fw-bold mb-4">
11-
<i class="fas fa-brain me-3"></i>
12-
{{ site.data[site.lang].home.hero.title | default: "SmartRAG" }}
13-
</h1>
14-
<p class="hero-subtitle lead mb-4">
15-
{{ site.data[site.lang].home.hero.subtitle | default: "Enterprise-grade RAG library for .NET applications" }}
16-
</p>
17-
<p class="hero-description mb-5">
10+
<div class="hero-icon mb-4">
11+
<i class="fas fa-brain fa-4x text-primary"></i>
12+
</div>
13+
<p class="hero-description lead mb-5">
1814
{{ site.data[site.lang].home.hero.description | default: "Build intelligent applications with advanced document processing, AI-powered embeddings, and semantic search capabilities." }}
1915
</p>
2016
<div class="hero-buttons">

docs/ru/index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ lang: ru
77

88
<div class="hero-section text-center py-5 mb-5">
99
<div class="hero-content">
10-
<h1 class="hero-title display-4 fw-bold mb-4">
11-
<i class="fas fa-brain me-3"></i>
12-
SmartRAG
13-
</h1>
14-
<p class="hero-subtitle lead mb-4">
15-
Корпоративная RAG-библиотека для .NET приложений
16-
</p>
17-
<p class="hero-description mb-5">
10+
<div class="hero-icon mb-4">
11+
<i class="fas fa-brain fa-4x text-primary"></i>
12+
</div>
13+
<p class="hero-description lead mb-5">
1814
Создавайте интеллектуальные приложения с продвинутой обработкой документов, ИИ-эмбеддингами и семантическим поиском.
1915
</p>
2016
<div class="hero-buttons">

docs/tr/index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ lang: tr
77

88
<div class="hero-section text-center py-5 mb-5">
99
<div class="hero-content">
10-
<h1 class="hero-title display-4 fw-bold mb-4">
11-
<i class="fas fa-brain me-3"></i>
12-
SmartRAG
13-
</h1>
14-
<p class="hero-subtitle lead mb-4">
15-
.NET uygulamaları için kurumsal düzeyde RAG kütüphanesi
16-
</p>
17-
<p class="hero-description mb-5">
10+
<div class="hero-icon mb-4">
11+
<i class="fas fa-brain fa-4x text-primary"></i>
12+
</div>
13+
<p class="hero-description lead mb-5">
1814
Gelişmiş belge işleme, AI destekli embedding'ler ve anlamsal arama yetenekleri ile akıllı uygulamalar oluşturun.
1915
</p>
2016
<div class="hero-buttons">

0 commit comments

Comments
 (0)