Skip to content

Commit f418b5e

Browse files
committed
update imas2 website
1 parent 78872b0 commit f418b5e

21 files changed

Lines changed: 68 additions & 335 deletions

404.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: 404
33
permalink: /404.html
4+
header: images/header-background.jpg
5+
footer: images/footer-background.jpg
46
---
57

68
## {% include icon.html icon="fa-solid fa-heart-crack" %} Page Not Found
79

8-
Try searching the whole site for the content you want:
10+
搜索一些别的东西试试吧
911
{:.center}
1012

1113
{% include site-search.html %}

_members/jane-smith.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

_members/john-doe.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

_members/sarah-johnson.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

_posts/2019-01-07-example-post-1.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

_posts/2021-09-30-example-post-2.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

_posts/2023-02-23-example-post-3.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

blog/index.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

contact/index.md

Lines changed: 43 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,60 @@
11
---
2-
title: Contact
2+
title: 加入我们
33
nav:
44
order: 5
5-
tooltip: Email, address, and location
5+
tooltip: 邮件,QQ群
6+
header: images/header-background.jpg
7+
footer: images/footer-background.jpg
8+
header-dark: false
9+
footer-dark: false
610
---
711

812
# {% include icon.html icon="fa-regular fa-envelope" %}Contact
913

10-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
11-
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
12-
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
14+
偶像大师2汉化项目现在拟招募人手进行IM@S2的汉化,要求愿意听从统一安排,
15+
能够按时按量完成对应的任务,混子、投机者勿扰
16+
17+
### 我们的需求
18+
19+
> 目前需求日译、美工改图以及编辑人员,同时欢迎满足任意一点或多点的程序和测试
20+
21+
- 日译:具有偶像大师翻译经验的任意水平烤肉er,或N2及以上
22+
- 美工:RGBA PNG图片文字处理,偶像大师个性UI图片字体处理,具有较强的文字排版能力
23+
- 编辑:具有较强的汉语表达和文字编辑能力,能够在翻译辅助下修复机翻文本的语序和语病,保证稳定工作速度
24+
- 测试:招募能帮助游戏测试的朋友加入帮忙测试,愿意重复尝试不稳定的偶像大师2游戏,以及游戏分支覆盖 能够仔细发现测试版游戏中出现的问题并及时反馈
25+
26+
### 你所能获得
27+
28+
- 第一时间体验内测版《偶像大师2》汉化
29+
- 亲自为你的担当拟定中文台本
30+
- 获取汉化组仅在内部共享的敏感资料
31+
- 与一众同好们扩列
32+
- 在汉化版《偶像大师2》镜像的Staff List中向所有人展示你的名字
33+
34+
### 其他
35+
36+
- [偶像大师SP汉化组](https://sp.idolmaster.top)目前正在进行偶像大师SP汉化的工作,亦欢迎有能P加入
37+
- [偶像大师OFA](https://ofa.idolmaster.top)目前已基本完成汉化,欢迎体验!
38+
39+
{% include section.html %}
1340

1441
{%
1542
include button.html
1643
type="email"
17-
text="jane@smith.com"
18-
link="jane@smith.com"
44+
text="waldenth@outlook.com"
45+
link="waldenth@outlook.com"
1946
%}
2047
{%
2148
include button.html
22-
type="phone"
23-
text="(555) 867-5309"
24-
link="+1-555-867-5309"
49+
type="link"
50+
text="QQ群号"
51+
tooltip="591676099"
52+
link="https://qm.qq.com/cgi-bin/qm/qr?k=MV4MSA-1iFosTIQjMXnwP2pEyhDX2QPE&jump_from=webapi&authKey=01qQEFY8b2ykJ5YO8KpranJTlx1CI4PVRuxc2Oq//w2d4dz90E0gE9MwBY/gzbd6"
2553
%}
2654
{%
2755
include button.html
28-
type="address"
29-
tooltip="Our location on Google Maps for easy navigation"
30-
link="https://www.google.com/maps"
31-
%}
32-
33-
{% include section.html %}
34-
35-
{% capture col1 %}
36-
37-
{%
38-
include figure.html
39-
image="images/photo.jpg"
40-
caption="Lorem ipsum"
41-
%}
42-
43-
{% endcapture %}
44-
45-
{% capture col2 %}
46-
47-
{%
48-
include figure.html
49-
image="images/photo.jpg"
50-
caption="Lorem ipsum"
51-
%}
52-
53-
{% endcapture %}
54-
55-
{% include cols.html col1=col1 col2=col2 %}
56-
57-
{% include section.html dark=true %}
58-
59-
{% capture col1 %}
60-
Lorem ipsum dolor sit amet
61-
consectetur adipiscing elit
62-
sed do eiusmod tempor
63-
{% endcapture %}
64-
65-
{% capture col2 %}
66-
Lorem ipsum dolor sit amet
67-
consectetur adipiscing elit
68-
sed do eiusmod tempor
69-
{% endcapture %}
70-
71-
{% capture col3 %}
72-
Lorem ipsum dolor sit amet
73-
consectetur adipiscing elit
74-
sed do eiusmod tempor
75-
{% endcapture %}
76-
77-
{% include cols.html col1=col1 col2=col2 col3=col3 %}
56+
type="video"
57+
text="B站Demo"
58+
tooltip="B站Demo"
59+
link="https://space.bilibili.com/31914896"
60+
%}

images/background.jpg

-80.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)