Spaces:
Running
Running
公司名称是 MixTAO Lab
Browse files- about.html +5 -5
- components/footer.js +5 -5
- contact.html +3 -3
- index.html +6 -9
- products.html +2 -2
about.html
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>About Us -
|
| 7 |
-
<meta name="description" content="Learn about
|
| 8 |
-
|
| 9 |
<link rel="stylesheet" href="style.css">
|
| 10 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
|
@@ -37,8 +37,8 @@
|
|
| 37 |
<!-- Hero Section -->
|
| 38 |
<section class="py-20 px-4 sm:px-6 lg:px-8 bg-gradient-to-br from-purple-600 to-indigo-600">
|
| 39 |
<div class="max-w-7xl mx-auto text-center">
|
| 40 |
-
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6">About
|
| 41 |
-
|
| 42 |
</div>
|
| 43 |
</section>
|
| 44 |
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>About Us - MixTAO Lab</title>
|
| 7 |
+
<meta name="description" content="Learn about MixTAO Lab's mission, vision, and the team behind cutting-edge AI solutions.">
|
| 8 |
+
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🤖</text></svg>">
|
| 9 |
<link rel="stylesheet" href="style.css">
|
| 10 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
|
|
|
| 37 |
<!-- Hero Section -->
|
| 38 |
<section class="py-20 px-4 sm:px-6 lg:px-8 bg-gradient-to-br from-purple-600 to-indigo-600">
|
| 39 |
<div class="max-w-7xl mx-auto text-center">
|
| 40 |
+
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6">About MixTAO Lab</h1>
|
| 41 |
+
<p class="text-xl text-purple-100 max-w-3xl mx-auto">Pioneering the future of artificial intelligence with innovation, integrity, and impact</p>
|
| 42 |
</div>
|
| 43 |
</section>
|
| 44 |
|
components/footer.js
CHANGED
|
@@ -209,9 +209,9 @@ class CustomFooter extends HTMLElement {
|
|
| 209 |
<div class="footer-content">
|
| 210 |
<!-- Company Info -->
|
| 211 |
<div class="footer-section">
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
| 215 |
<a href="#" class="social-link" aria-label="Twitter">
|
| 216 |
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24">
|
| 217 |
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/>
|
|
@@ -267,8 +267,8 @@ class CustomFooter extends HTMLElement {
|
|
| 267 |
</div>
|
| 268 |
|
| 269 |
<div class="footer-bottom">
|
| 270 |
-
<p>© 2024
|
| 271 |
-
|
| 272 |
<li><a href="#">Privacy Policy</a></li>
|
| 273 |
<li><a href="#">Terms of Service</a></li>
|
| 274 |
<li><a href="#">Cookie Policy</a></li>
|
|
|
|
| 209 |
<div class="footer-content">
|
| 210 |
<!-- Company Info -->
|
| 211 |
<div class="footer-section">
|
| 212 |
+
<h3>MixTAO Lab</h3>
|
| 213 |
+
<p>Pioneering the future of artificial intelligence with innovative solutions that transform businesses and create lasting value.</p>
|
| 214 |
+
<div class="social-links">
|
| 215 |
<a href="#" class="social-link" aria-label="Twitter">
|
| 216 |
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24">
|
| 217 |
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/>
|
|
|
|
| 267 |
</div>
|
| 268 |
|
| 269 |
<div class="footer-bottom">
|
| 270 |
+
<p>© 2024 MixTAO Lab. All rights reserved.</p>
|
| 271 |
+
<ul class="footer-bottom-links">
|
| 272 |
<li><a href="#">Privacy Policy</a></li>
|
| 273 |
<li><a href="#">Terms of Service</a></li>
|
| 274 |
<li><a href="#">Cookie Policy</a></li>
|
contact.html
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Contact Us -
|
| 7 |
-
<meta name="description" content="Get in touch with
|
| 8 |
-
|
| 9 |
<link rel="stylesheet" href="style.css">
|
| 10 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Contact Us - MixTAO Lab</title>
|
| 7 |
+
<meta name="description" content="Get in touch with MixTAO Lab. Contact our team for AI solutions, partnerships, or support.">
|
| 8 |
+
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🤖</text></svg>">
|
| 9 |
<link rel="stylesheet" href="style.css">
|
| 10 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
index.html
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<meta name="description" content="Pioneering AI solutions for tomorrow's challenges. Transform your business with cutting-edge artificial intelligence technology.">
|
| 8 |
-
|
| 9 |
<link rel="stylesheet" href="style.css">
|
| 10 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
|
@@ -48,8 +48,7 @@
|
|
| 48 |
</head>
|
| 49 |
<body class="bg-gray-50">
|
| 50 |
<custom-navbar></custom-navbar>
|
| 51 |
-
|
| 52 |
-
<!-- Hero Section -->
|
| 53 |
<section class="relative min-h-screen flex items-center justify-center overflow-hidden">
|
| 54 |
<div class="absolute inset-0 bg-gradient-to-br from-purple-600 via-indigo-600 to-blue-600 opacity-90"></div>
|
| 55 |
<div class="absolute inset-0">
|
|
@@ -84,8 +83,8 @@
|
|
| 84 |
<section class="py-20 px-4 sm:px-6 lg:px-8">
|
| 85 |
<div class="max-w-7xl mx-auto">
|
| 86 |
<div class="text-center mb-16">
|
| 87 |
-
<h2 class="text-4xl md:text-5xl font-bold mb-4 gradient-text">Why Choose
|
| 88 |
-
|
| 89 |
</div>
|
| 90 |
<div class="grid md:grid-cols-3 gap-8">
|
| 91 |
<div class="bg-white p-8 rounded-2xl shadow-lg card-hover">
|
|
@@ -210,10 +209,8 @@
|
|
| 210 |
</a>
|
| 211 |
</div>
|
| 212 |
</section>
|
| 213 |
-
|
| 214 |
<custom-footer></custom-footer>
|
| 215 |
-
|
| 216 |
-
<script src="components/navbar.js"></script>
|
| 217 |
<script src="components/footer.js"></script>
|
| 218 |
<script src="script.js"></script>
|
| 219 |
<script>feather.replace();</script>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>MixTAO Lab - Leading the Future of Artificial Intelligence</title>
|
| 7 |
<meta name="description" content="Pioneering AI solutions for tomorrow's challenges. Transform your business with cutting-edge artificial intelligence technology.">
|
| 8 |
+
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🤖</text></svg>">
|
| 9 |
<link rel="stylesheet" href="style.css">
|
| 10 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
|
|
|
| 48 |
</head>
|
| 49 |
<body class="bg-gray-50">
|
| 50 |
<custom-navbar></custom-navbar>
|
| 51 |
+
<!-- Hero Section -->
|
|
|
|
| 52 |
<section class="relative min-h-screen flex items-center justify-center overflow-hidden">
|
| 53 |
<div class="absolute inset-0 bg-gradient-to-br from-purple-600 via-indigo-600 to-blue-600 opacity-90"></div>
|
| 54 |
<div class="absolute inset-0">
|
|
|
|
| 83 |
<section class="py-20 px-4 sm:px-6 lg:px-8">
|
| 84 |
<div class="max-w-7xl mx-auto">
|
| 85 |
<div class="text-center mb-16">
|
| 86 |
+
<h2 class="text-4xl md:text-5xl font-bold mb-4 gradient-text">Why Choose MixTAO Lab?</h2>
|
| 87 |
+
<p class="text-xl text-gray-600 max-w-3xl mx-auto">We deliver AI solutions that drive real business value and innovation</p>
|
| 88 |
</div>
|
| 89 |
<div class="grid md:grid-cols-3 gap-8">
|
| 90 |
<div class="bg-white p-8 rounded-2xl shadow-lg card-hover">
|
|
|
|
| 209 |
</a>
|
| 210 |
</div>
|
| 211 |
</section>
|
|
|
|
| 212 |
<custom-footer></custom-footer>
|
| 213 |
+
<script src="components/navbar.js"></script>
|
|
|
|
| 214 |
<script src="components/footer.js"></script>
|
| 215 |
<script src="script.js"></script>
|
| 216 |
<script>feather.replace();</script>
|
products.html
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Our Products -
|
| 7 |
<meta name="description" content="Explore our comprehensive suite of AI products designed to revolutionize your business operations.">
|
| 8 |
-
|
| 9 |
<link rel="stylesheet" href="style.css">
|
| 10 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Our Products - MixTAO Lab</title>
|
| 7 |
<meta name="description" content="Explore our comprehensive suite of AI products designed to revolutionize your business operations.">
|
| 8 |
+
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🤖</text></svg>">
|
| 9 |
<link rel="stylesheet" href="style.css">
|
| 10 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|