zyc c8f5518e07
All checks were successful
Deploy Static Sites / deploy (push) Successful in 7s
feat: 接入 airlabs.art 裸域站点(HTTP only)
- 新增 airlabs-art/ 子目录存放主站点静态内容
- nginx-conf 增加 apex+www 显式 server 块指向 airlabs-art/
- workflow 跳过 airlabs-art 的子域名自动生成,追加裸域+www HTTP 规则
- workflow 新增同步 nginx ConfigMap 并 rollout restart 的步骤

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 10:12:03 +08:00

154 lines
6.6 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AirLab | 广州气元科技有限公司 - AIGC & Future Play</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Orbitron:wght@500;700;900&display=swap"
rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Header -->
<header class="header">
<div class="container">
<a href="#" class="logo">AIR<span>LAB</span></a>
<nav>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#aigc">AIGC Animation</a></li>
<li><a href="#plush">Intelligent Toys</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section id="home" class="hero">
<img src="assets/images/hero-bg.jpeg" alt="Abstract Background" class="hero-bg">
<div class="container hero-content">
<h1 class="fade-up">Defining the Future of <br><span style="color: var(--accent-cyan)">Play</span> & <span
style="color: var(--accent-magenta)">Storytelling</span></h1>
<p class="fade-up" style="transition-delay: 0.2s">广州气元科技有限公司 (AirLab)</p>
<p class="fade-up" style="transition-delay: 0.3s">Pioneering AIGC Short Dramas & Next-Gen Intelligent Plush
Toys.</p>
<a href="#about" class="btn fade-up" style="transition-delay: 0.4s">Explore The Future</a>
</div>
</section>
<!-- About Section -->
<section id="about" class="section">
<div class="container">
<h2 class="fade-up">About AirLab</h2>
<div class="card-grid">
<div class="card fade-up" style="transition-delay: 0.1s">
<div class="card-icon">🚀</div>
<h3>Innovation First</h3>
<p>Pushing the boundaries of what's possible with Generative AI and Smart Hardware.</p>
</div>
<div class="card fade-up" style="transition-delay: 0.2s">
<div class="card-icon"></div>
<h3>Trendy Aesthetics</h3>
<p>Crafting experiences that resonate with the modern, digital-native generation.</p>
</div>
<div class="card fade-up" style="transition-delay: 0.3s">
<div class="card-icon">🤖</div>
<h3>Soulful Tech</h3>
<p>Infusing technology with life, emotion, and interactivity.</p>
</div>
</div>
</div>
</section>
<!-- AIGC Animation Section -->
<section id="aigc" class="section">
<div class="container">
<div class="feature-grid">
<div class="feature-text fade-up">
<h2>AIGC Animation</h2>
<h3>Redefining Content Creation</h3>
<p>At AirLab, we harness the power of cutting-edge AIGC models to produce stunning, high-fidelity
short dramas. Our pipeline allows for limitless creativity, rapid production, and visual styles
that captivate global audiences.</p>
<ul style="margin-top: 20px; color: var(--text-secondary);">
<li style="margin-bottom: 10px;">• AI-Assisted Scriptwriting & Storyboarding</li>
<li style="margin-bottom: 10px;">• Hyper-realistic Character Generation</li>
<li>• Real-time Style Transfer & Rendering</li>
</ul>
</div>
<div class="feature-image fade-up">
<img src="assets/images/aigc-concept.png" alt="AIGC Animation Concept">
</div>
</div>
</div>
</section>
<!-- Intelligent Plush Section -->
<section id="plush" class="section">
<div class="container">
<div class="feature-grid reverse">
<div class="feature-text fade-up">
<h2>IP Intelligent Plush</h2>
<h3>More Than Just a Toy</h3>
<p>Meet our line of smart companions. Combining premium plush materials with advanced AI
interaction, our toys can converse, learn, and grow with you. It's not just a product; it's a
friend with a soul.</p>
<ul style="margin-top: 20px; color: var(--text-secondary);">
<li style="margin-bottom: 10px;">• Natural Language Processing (NLP)</li>
<li style="margin-bottom: 10px;">• Emotional Responsive Feedback</li>
<li>• Premium Trendy Design</li>
</ul>
</div>
<div class="feature-image fade-up">
<img src="assets/images/plush-concept.png" alt="Intelligent Plush Concept">
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="contact" class="footer">
<div class="container">
<h2 class="logo">AIR<span>LAB</span></h2>
<p class="company-name">广州气元科技有限公司</p>
<div class="footer-contact">
<div class="contact-item">
<span>邮箱:</span> airlabsv001@gmail.com
</div>
<div class="contact-item">
<span>电话:</span> 132 4483 6848
</div>
<div class="contact-item">
<span>地址:</span> 广东省广州市荔湾区信义会馆-6栋3楼301
</div>
</div>
<div class="footer-links">
<a href="privacy.html">隐私协议</a>
</div>
<div class="footer-copyright">
&copy; 2025 AirLab. All Rights Reserved.<br>
<a href="https://beian.miit.gov.cn/" target="_blank">粤ICP备2025405629号-1</a>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="js/script.js"></script>
</body>
</html>