Deep-ai-clone / README.md
Pq234's picture
Update README.md
2d44133 verified
|
Raw
History Blame Contribute Delete
13.3 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DeepSeek · AI</title>
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #0a0c0f;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
color: #eef2f6;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
radial-gradient(circle at 20% 30%, rgba(0, 180, 255, 0.03) 0%, transparent 30%),
radial-gradient(circle at 80% 70%, rgba(100, 60, 255, 0.03) 0%, transparent 40%),
linear-gradient(rgba(255,255,255,0.01) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,0.01) 1px, transparent 1px);
background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px;
pointer-events: none;
z-index: 0;
}
.wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 30px;
position: relative;
z-index: 2;
}
.navbar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px 0 16px;
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
flex-wrap: wrap;
}
.logo {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
}
.logo-icon {
background: linear-gradient(135deg, #3b82f6, #8b5cf6);
width: 38px;
height: 38px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
font-weight: 600;
color: white;
box-shadow: 0 6px 14px rgba(59, 130, 246, 0.25);
}
.logo-text {
font-size: 24px;
font-weight: 600;
letter-spacing: -0.3px;
background: linear-gradient(to right, #f0f4fa, #c0d0e0);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.logo-text span {
font-weight: 300;
background: none;
-webkit-text-fill-color: #6a7a8a;
color: #6a7a8a;
margin-left: 2px;
}
.nav-links {
display: flex;
align-items: center;
gap: 32px;
font-size: 15px;
font-weight: 450;
}
.nav-links a {
color: #b0c4d8;
text-decoration: none;
transition: 0.2s;
letter-spacing: -0.2px;
border-bottom: 1px solid transparent;
padding-bottom: 4px;
}
.nav-links a:hover {
color: #ffffff;
border-bottom-color: #3b82f6;
}
.nav-cta {
background: rgba(59, 130, 246, 0.12);
padding: 8px 20px;
border-radius: 40px;
color: #a0c4ff !important;
border: 1px solid rgba(59, 130, 246, 0.2);
font-weight: 500;
transition: 0.25s;
}
.nav-cta:hover {
background: rgba(59, 130, 246, 0.25);
border-color: #3b82f6;
color: white !important;
}
.hero {
padding: 70px 0 40px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(59, 130, 246, 0.08);
border: 1px solid rgba(59, 130, 246, 0.15);
padding: 8px 18px 8px 14px;
border-radius: 60px;
font-size: 13px;
color: #8bb4ff;
letter-spacing: 0.2px;
margin-bottom: 28px;
backdrop-filter: blur(4px);
}
.hero-badge i {
font-size: 12px;
color: #3b82f6;
}
.hero h1 {
font-size: 60px;
font-weight: 700;
line-height: 1.1;
letter-spacing: -1.5px;
max-width: 800px;
background: linear-gradient(145deg, #ffffff 0%, #b8d0e8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 20px;
}
.hero h1 i {
background: linear-gradient(145deg, #3b82f6, #a78bfa);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-style: normal;
}
.hero-sub {
font-size: 20px;
color: #94a9c2;
max-width: 600px;
margin-bottom: 40px;
font-weight: 400;
letter-spacing: -0.2px;
line-height: 1.5;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 16px;
}
.btn-primary {
background: linear-gradient(135deg, #3b82f6, #7c5cfc);
border: none;
padding: 14px 40px;
border-radius: 60px;
font-size: 17px;
font-weight: 500;
color: white;
display: inline-flex;
align-items: center;
gap: 12px;
cursor: default;
box-shadow: 0 6px 20px rgba(59, 130, 246, 0.25);
transition: 0.2s;
letter-spacing: -0.2px;
}
.btn-primary i {
font-size: 18px;
}
.btn-primary:hover {
transform: scale(1.02);
box-shadow: 0 10px 28px rgba(59, 130, 246, 0.35);
}
.btn-secondary {
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.06);
padding: 14px 34px;
border-radius: 60px;
font-size: 17px;
font-weight: 450;
color: #c8daea;
display: inline-flex;
align-items: center;
gap: 10px;
cursor: default;
backdrop-filter: blur(4px);
transition: 0.2s;
}
.btn-secondary i {
color: #6a8bb0;
}
.btn-secondary:hover {
background: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.12);
color: white;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin: 80px 0 60px;
}
.feature-card {
background: rgba(255, 255, 255, 0.02);
backdrop-filter: blur(4px);
border: 1px solid rgba(255, 255, 255, 0.04);
border-radius: 28px;
padding: 32px 28px;
transition: 0.25s;
box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.feature-card:hover {
background: rgba(255, 255, 255, 0.04);
border-color: rgba(59, 130, 246, 0.2);
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.feature-icon {
font-size: 28px;
color: #5b8cdf;
margin-bottom: 18px;
display: inline-block;
background: rgba(59, 130, 246, 0.08);
padding: 10px;
border-radius: 14px;
line-height: 1;
}
.feature-card h3 {
font-size: 20px;
font-weight: 600;
letter-spacing: -0.3px;
margin-bottom: 10px;
color: #f0f6fe;
}
.feature-card p {
color: #94aac6;
font-size: 15px;
line-height: 1.6;
font-weight: 400;
}
.feature-card .tag {
display: inline-block;
margin-top: 18px;
font-size: 13px;
background: rgba(59, 130, 246, 0.06);
padding: 4px 14px;
border-radius: 40px;
color: #7fa3d9;
border: 1px solid rgba(59, 130, 246, 0.06);
}
.quote-block {
margin: 30px 0 70px;
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.03);
border-bottom: 1px solid rgba(255, 255, 255, 0.03);
padding: 50px 20px;
}
.quote-block i {
color: #3b82f6;
font-size: 26px;
opacity: 0.6;
margin-bottom: 14px;
display: block;
}
.quote-block p {
font-size: 24px;
font-weight: 350;
color: #d0e0f0;
letter-spacing: -0.2px;
max-width: 700px;
margin: 0 auto 8px;
line-height: 1.4;
}
.quote-block span {
color: #6a8db0;
font-size: 15px;
letter-spacing: 0.5px;
}
.footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px 0 40px;
border-top: 1px solid rgba(255, 255, 255, 0.03);
font-size: 14px;
color: #5d748b;
flex-wrap: wrap;
gap: 16px;
}
.footer-links {
display: flex;
gap: 28px;
}
.footer-links a {
color: #6a85a0;
text-decoration: none;
transition: 0.2s;
}
.footer-links a:hover {
color: #b0cce8;
}
.footer-social i {
font-size: 18px;
margin-left: 16px;
color: #4d6885;
transition: 0.2s;
cursor: default;
}
.footer-social i:hover {
color: #a0c0e0;
}
@media (max-width: 768px) {
.navbar {
flex-direction: column;
align-items: flex-start;
gap: 20px;
padding-bottom: 20px;
}
.nav-links {
flex-wrap: wrap;
gap: 20px 16px;
width: 100%;
}
.hero h1 {
font-size: 38px;
max-width: 100%;
}
.hero-sub {
font-size: 18px;
}
.feature-grid {
grid-template-columns: 1fr;
gap: 18px;
}
.feature-card {
padding: 26px 22px;
}
.quote-block p {
font-size: 20px;
}
.footer {
flex-direction: column;
align-items: flex-start;
}
.footer-social {
margin-top: 6px;
}
.btn-primary, .btn-secondary {
width: 100%;
justify-content: center;
}
.hero-actions {
width: 100%;
flex-direction: column;
}
}
@media (max-width: 480px) {
.wrapper {
padding: 0 18px;
}
.hero h1 {
font-size: 30px;
}
}
.glow-line {
width: 80px;
height: 2px;
background: linear-gradient(90deg, transparent, #3b82f6, transparent);
margin: 6px auto 0;
opacity: 0.3;
}
</style>
</head>
<body>
<div class="wrapper">
<!-- Header -->
<nav class="navbar">
<a href="#" class="logo">
<div class="logo-icon">✦</div>
<div class="logo-text">DeepSeek<span>·ai</span></div>
</a>
<div class="nav-links">
<a href="#">Research</a>
<a href="#">Blog</a>
<a href="#">Docs</a>
<a href="#">About</a>
<a href="#" class="nav-cta"><i class="fas fa-arrow-right" style="margin-right: 6px; font-size: 12px;"></i>API</a>
</div>
</nav>
<!-- Hero -->
<section class="hero">
<div class="hero-badge">
<i class="fas fa-circle" style="font-size: 6px; color: #3b82f6;"></i>
DeepSeek-V3 · new frontier
</div>
<h1>
<i>Think</i> deeper, <br />build smarter.
</h1>
<p class="hero-sub">
Open‑source AI models that rival the best.
Research‑first, performance‑driven.
</p>
<div class="hero-actions">
<span class="btn-primary"><i class="fas fa-rocket"></i> Explore models</span>
<span class="btn-secondary"><i class="fab fa-github"></i> GitHub</span>
</div>
<div class="glow-line"></div>
</section>
<!-- Features -->
<div class="feature-grid">
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-brain"></i></div>
<h3>DeepSeek-V3</h3>
<p>671B MoE architecture with 37B active parameters. State‑of‑the‑art reasoning & coding.</p>
<div class="tag">⚡ 8.1 TFlops</div>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-code"></i></div>
<h3>DeepSeek-Coder</h3>
<p>Specialized for programming & math. Trained on 2 trillion tokens of code & natural language.</p>
<div class="tag">🧩 33B / 6.7B</div>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-database"></i></div>
<h3>Open weights</h3>
<p>Fully open‑source, commercially permissive. Download, fine‑tune, deploy anywhere.</p>
<div class="tag">📦 Apache 2.0</div>
</div>
</div>
<!-- Quote -->
<div class="quote-block">
<i class="fas fa-quote-left"></i>
<p>“Democratizing AI through open research and transparent innovation.”</p>
<span>— DeepSeek AI · 2026</span>
</div>
<!-- Footer -->
<footer class="footer">
<div style="display: flex; align-items: center; gap: 18px;">
<span style="font-weight: 400; letter-spacing: -0.2px;">© 2026 DeepSeek · AI</span>
<span style="color: #3a4d62;">|</span>
<span style="font-size: 13px; color: #4e6a86;">Created by <strong>YOUR_NAME</strong> 🚀</span>
</div>
<div class="footer-links">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Careers</a>
<a href="#">Contact</a>
</div>
<div class="footer-social">
<i class="fab fa-twitter"></i>
<i class="fab fa-github"></i>
<i class="fab fa-hugging-face"></i>
<i class="fab fa-discord"></i>
</div>
</footer>
</div>
</body>
</html>