-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
54 lines (52 loc) · 2.83 KB
/
Copy pathcontact.html
File metadata and controls
54 lines (52 loc) · 2.83 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title data-i18n="page.contact.metaTitle">联系方式</title>
<link rel="stylesheet" href="./style/index.css">
<link rel="modulepreload" href="./script/pages/static-page.js" crossorigin="anonymous">
<script type="module" src="./script/pages/static-page.js" crossorigin="anonymous"></script>
</head>
<body class="page page--content">
<nav class="navbar">
<a href="./index.html" class="logo" data-i18n="app.brand">哎呀花 - 云押花平台</a>
<div class="navbar__actions">
<ul class="nav-links">
<li><a href="./index.html" data-i18n="nav.studio">编辑台</a></li>
<li><a href="./gallery.html" data-i18n="nav.gallery">作品展示</a></li>
<li><a href="./aboutUs.html" data-i18n="nav.about">关于我们</a></li>
<li><a href="./contact.html" aria-current="page" data-i18n="nav.contact">联系方式</a></li>
</ul>
<label class="locale-picker">
<span class="locale-picker__label" data-i18n="locale.label">语言</span>
<select class="locale-picker__select" data-locale-select></select>
</label>
</div>
</nav>
<main class="content-shell">
<section class="content-hero">
<p class="panel__eyebrow" data-i18n="page.contact.eyebrow">Contact</p>
<h1 class="panel__title" data-i18n="page.contact.title">协作与反馈</h1>
<p class="panel__lead" data-i18n="page.contact.lead">如果你要追加素材包、讨论导出能力或接入更完整的花材管理流程,可以从以下通道联系维护者。</p>
</section>
<section class="info-grid">
<article class="info-card">
<h2 data-i18n="page.contact.card1.title">项目沟通</h2>
<p data-i18n="page.contact.card1.body1"></p>
<p data-i18n="page.contact.card1.body2">用于需求整理、版本反馈与素材管理约定。</p>
</article>
<article class="info-card">
<h2 data-i18n="page.contact.card2.title">合作咨询</h2>
<p data-i18n="page.contact.card2.body1">电话:400-000-2033</p>
<p data-i18n="page.contact.card2.body2">面向课程共建、文创试样与品牌合作。</p>
</article>
<article class="info-card">
<h2 data-i18n="page.contact.card3.title">工作时间</h2>
<p data-i18n="page.contact.card3.body1">周一至周五 09:00 - 18:00</p>
<p data-i18n="page.contact.card3.body2">静态站点演示环境默认不包含在线客服与表单提交。</p>
</article>
</section>
</main>
</body>
</html>