mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
chore: remove Product Hunt promo from README and homepage hero
This commit is contained in:
@@ -10,19 +10,6 @@
|
||||
<a href="README.md">English</a> | <a href="READMEs/README.zh-CN.md">简体中文</a> | <a href="READMEs/README.zh-TW.md">繁體中文</a> | <a href="READMEs/README.ja-JP.md">日本語</a> | <a href="READMEs/README.ko-KR.md">한국어</a> | <a href="READMEs/README.es-ES.md">Español</a> | <a href="READMEs/README.tr-TR.md">Türkçe</a> | <a href="READMEs/README.ru-RU.md">Русский</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.producthunt.com/products/understand-anything?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-understand-anything" target="_blank" rel="noopener noreferrer">
|
||||
<img alt="Understand Anything - Onboard to any codebase in minutes, not weeks | Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1146892&theme=light">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
🚀 We’re live on Product Hunt:
|
||||
<a href="https://www.producthunt.com/products/understand-anything?utm_source=github&utm_medium=readme">
|
||||
check out Understand Anything
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="#-quick-start"><img src="https://img.shields.io/badge/Quick_Start-blue" alt="Quick Start" /></a>
|
||||
<a href="https://github.com/Lum1104/Understand-Anything/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow" alt="License: MIT" /></a>
|
||||
|
||||
@@ -44,23 +44,6 @@ const discordUrl = 'https://discord.gg/pydat66RY';
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<a
|
||||
href="https://www.producthunt.com/products/understand-anything?utm_source=homepage&utm_medium=hero"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="hero-producthunt anim anim-5"
|
||||
aria-label="We're live on Product Hunt — check out Understand Anything"
|
||||
>
|
||||
<span class="hero-producthunt-text">🚀 We’re live on Product Hunt</span>
|
||||
<img
|
||||
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1146892&theme=dark"
|
||||
alt="Understand Anything - Onboard to any codebase in minutes, not weeks | Product Hunt"
|
||||
width="250"
|
||||
height="54"
|
||||
loading="lazy"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="mailto:lum@understand-anything.com" class="hero-enterprise anim anim-5">
|
||||
<span class="hero-enterprise-label">Enterprise</span>
|
||||
<span class="hero-enterprise-divider">·</span>
|
||||
@@ -303,40 +286,6 @@ const discordUrl = 'https://discord.gg/pydat66RY';
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Product Hunt launch announcement */
|
||||
.hero-producthunt {
|
||||
margin-top: 2rem;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0.6rem;
|
||||
text-decoration: none;
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.hero-producthunt:hover {
|
||||
text-decoration: none;
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.hero-producthunt-text {
|
||||
font-family: var(--font-code);
|
||||
font-size: 0.78rem;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
color: #d4a574;
|
||||
}
|
||||
|
||||
.hero-producthunt img {
|
||||
display: block;
|
||||
border-radius: 6px;
|
||||
transition: box-shadow 0.25s ease;
|
||||
}
|
||||
|
||||
.hero-producthunt:hover img {
|
||||
box-shadow: 0 0 24px rgba(212, 165, 116, 0.2);
|
||||
}
|
||||
|
||||
/* Enterprise contact — pill that mirrors the hero badge at the top */
|
||||
.hero-enterprise {
|
||||
margin-top: 1.75rem;
|
||||
|
||||
Reference in New Issue
Block a user