generated from LuoXi-Project/LX_Project_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
78 lines (71 loc) · 3.3 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>关于洛曦</title>
<link href="fontawesome-5.15.4/css/fontawesome.css" rel="stylesheet">
<link href="fontawesome-5.15.4/css/brands.css" rel="stylesheet">
<link href="fontawesome-5.15.4/css/solid.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/mobile.css">
</head>
<body>
<div class="container about-container">
<header>
<div class="logo">
<a href="index.html">洛曦</a>
</div>
<div class="menu">
<ul>
<li><a href="index.html">主页</a></li>
<li><a href="about.html">关于</a></li>
</ul>
</div>
<div class="socialIcon">
<a href="http://wpa.qq.com/msgrd?v=3&uin=327209194&site=qq&menu=yes" target="_blank">
<i class="fab fa-qq"></i>
</a>
<a href="https://pd.qq.com/s/hff4u66vd" target="_blank">
<i class="fa fa-comment"></i>
</a>
<a href="https://github.com/Ikaros-521" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</header>
<main>
<section class="about-section">
<h1 class="about-title">关于洛曦</h1>
<div class="about-content">
<div class="about-card">
<h2>组织简介</h2>
<p>洛曦是一家专注于AI技术创新和应用的组织。我们致力于将最前沿的人工智能技术转化为实用的产品和解决方案,为用户提供智能、高效、个性化的服务体验。</p>
</div>
<div class="about-card">
<h2>创始人介绍</h2>
<p>暂时保密</p>
</div>
<div class="about-card">
<h2>我们的愿景</h2>
<p>我们的愿景是通过AI技术赋能各行各业,推动社会进步和人类发展。我们相信,人工智能将成为未来世界的核心驱动力,而我们正在努力成为这一革命性变革的先驱者和引领者。</p>
</div>
<div class="about-card" id="products">
<h2>产品与服务</h2>
<ul class="product-list">
<li>AI Vtuber: 结合最先进技术的虚拟AI主播</li>
<li>直播弹幕助手: 智能化的直播互动工具</li>
<li>洛曦AI: 全方位的AI无人直播系统</li>
<li>定制化AI解决方案: 为企业提供量身定制的AI应用</li>
</ul>
</div>
</div>
</section>
</main>
<div class="footer">
<span>© 2024 </span><a href="#" target="_blank" title="洛曦AI">洛曦AI</a><span> 保留所有权利。</span>
</div>
</div>
</body>
</html>