Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlap fix of buttons and cards at Cutting-Edge AI Tools section #119

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -807,55 +807,55 @@ <h2>Cutting-Edge AI Tools</h2>
<div class="feature-icon">🧠</div>
<h3>Health Analyzer</h3>
<p>Diagnose potential health concerns with AI-powered analysis.</p>
<a href="/analyze" class="cta-btn">Analyze</a>
<a style="margin-top: 10px;" href="/analyze" class="cta-btn">Analyze</a>
</div>
</div>
<div class="feature-card">
<div class="feature-content">
<div class="feature-icon">💬</div>
<h3>Conversational AI</h3>
<p>Engage in natural language conversations with our intelligent chatbot.</p>
<a href="/chat" class="cta-btn">Chat</a>
<a style="margin-top: 10px;" href="/chat" class="cta-btn">Chat</a>
</div>
</div>
<div class="feature-card">
<div class="feature-content">
<div class="feature-icon">🔗</div>
<h3>NeuraChart</h3>
<p>Unleash Your Creativity with AI-Powered Flowchart Wizardry!.</p>
<a href="/flowchart" class="cta-btn">Generate Flowchart</a>
<a style="margin-top: 10px;" href="/flowchart" class="cta-btn">Generate Flowchart</a>
</div>
</div>
<div class="feature-card">
<div class="feature-content">
<div class="feature-icon">🍳</div>
<h3>Creative Chef</h3>
<p>Discover culinary inspiration and generate delicious recipes with ease.</p>
<a href="/chef" class="cta-btn">Generate Recipe</a>
<a style="margin-top: 10px;" href="/chef" class="cta-btn">Generate Recipe</a>
</div>
</div>
<div class="feature-card">
<div class="feature-content">
<div class="feature-icon">📖</div>
<h3>Story Weaver</h3>
<p>Craft captivating tales and unlock your creative potential with AI assistance.</p>
<a href="/story_generator" class="cta-btn">Generate Story</a>
<a style="margin-top: 10px;" href="/story_generator" class="cta-btn">Generate Story</a>
</div>
</div>
<div class="feature-card">
<div class="feature-content">
<div class="feature-icon">🔍</div>
<h3>Psychology Insights</h3>
<p>Gain valuable insights into human behavior and personality traits with AI-driven predictions.</p>
<a href="/psychology_prediction" class="cta-btn">Predict</a>
<a style="margin-top: 10px;" href="/psychology_prediction" class="cta-btn">Predict</a>
</div>
</div>
<div class="feature-card">
<div class="feature-content">
<div class="feature-icon">💻</div>
<h3>Code Architect</h3>
<p>Generate code in multiple languages to automate tasks and bring your ideas to life.</p>
<a href="/code_generation" class="cta-btn">Generate Code</a>
<a style="margin-top: 10px;" href="/code_generation" class="cta-btn">Generate Code</a>
</div>
</div>

Expand All @@ -864,15 +864,15 @@ <h3>Code Architect</h3>
<div class="feature-icon">🤖</div>
<h3>Algorithm Builder</h3>
<p>Create algorithms and implement them in Python for various applications.</p>
<a href="/algorithm_generation" class="cta-btn">Generate Algorithm</a>
<a style="margin-top: 10px;" href="/algorithm_generation" class="cta-btn">Generate Algorithm</a>
</div>
</div>
<div class="feature-card">
<div class="feature-content">
<div class="feature-icon">📚</div>
<h3>Document Summarizer</h3>
<p>Turn long documents into concise summaries.</p>
<a href="/document_summarizer" class="cta-btn">Summarize Now</a>
<a style="margin-top: 10px;" href="/document_summarizer" class="cta-btn">Summarize Now</a>
</div>
</div>
</div>
Expand Down