This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
forked from Trcmoe/WebDesign-homework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
54 lines (49 loc) · 2.7 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
<!DOCTYPE html>
<html lang="zh-cmn-Hans-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="renderer" content="webkit">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/animation.css">
<title>关于 | Arcomua Modpack - 创新立体Minecraft整合包</title>
</head>
<body style="background-image: url(img/about.jpg);">
<header>
<a href="/">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.69 34.88" class="header-logo" href="">
<g fill="#6495ED">
<path
d="M35.93,40.88l-.9-.46-9.8-5.16-.06,0c-.39-.35-.75-.24-1.19,0q-4.41,2.36-8.86,4.67l-1.63.87-.23.11c.06-.39.13-.75.19-1.11.27-1.62.54-3.24.82-4.86.36-2.1.72-4.2,1.1-6.3a.53.53,0,0,0-.19-.59,3.15,3.15,0,0,1-.28-.25,31.56,31.56,0,0,1,6.67-6.88,29.88,29.88,0,0,1,8.08-4.62c.18.37.36.71.52,1.06a.28.28,0,0,0,.25.18l4.73.69,5.69.83,1.93.27s.08,0,.17.09a2.29,2.29,0,0,0-.23.16L33.93,28.1a.38.38,0,0,0-.13.4c.24,1.34.47,2.69.7,4s.43,2.51.65,3.76.42,2.5.64,3.76C35.83,40.32,35.88,40.57,35.93,40.88Z"
transform="translate(-6.26 -6)" />
<path
d="M12.25,39.77a7,7,0,0,1-3.42-.47,3.54,3.54,0,0,1-2.18-3.23,8.56,8.56,0,0,1,.64-3.61,22.71,22.71,0,0,1,3-5.35,46.47,46.47,0,0,1,8.84-9,46.63,46.63,0,0,1,9.8-6.05,24.28,24.28,0,0,1,5.46-1.8,10.44,10.44,0,0,1,3.9-.1,4.65,4.65,0,0,1,1.65.62,3.52,3.52,0,0,1,1.66,2.83A8.65,8.65,0,0,1,41,17.38c-.06.14-.11.28-.18.44l-1.5-.22c-.43-.06-.86-.13-1.3-.18-.17,0-.21-.09-.21-.25a2.76,2.76,0,0,0-2.46-2.8,8.06,8.06,0,0,0-3.28.15,21,21,0,0,0-5.52,2.15,38.4,38.4,0,0,0-11.48,9.38,19.08,19.08,0,0,0-3.09,5,6.89,6.89,0,0,0-.57,2.65,2.75,2.75,0,0,0,1.36,2.5.18.18,0,0,1,.08.16C12.65,37.49,12.45,38.62,12.25,39.77Z"
transform="translate(-6.26 -6)" />
<path d="M11.3,24.23l-5-4.91,12-1.74A58.64,58.64,0,0,0,11.3,24.23Z" transform="translate(-6.26 -6)" />
<path d="M19.3,16.72,24.59,6l2.77,5.61c-1.39.82-2.78,1.59-4.13,2.44S20.61,15.83,19.3,16.72Z"
transform="translate(-6.26 -6)" />
</g>
</svg>
</a>
<div class="menu">
<a href="download.html">下载</a>
<a href="about.html" class="selected">关于</a>
<a href="https://arcomua.notion.site/arcomua/cd99af7b88b644c0a989ffe7f66d4f89">帮助</a>
</div>
</header>
<div>
<section>
<div>Arcomua Modpack - Made with ♥ by Arcomua Team</div>
</section>
<section class="coloredSection">
<div class="Lineup">
<div>请在我们的博客查看更多信息。</div>
<br>
<a href="https://www.notion.so/arcomua/cd99af7b88b644c0a989ffe7f66d4f89" class="theButton NoDeco">Visit Blog</a>
</div>
</section>
</div>
</body>
</html>