-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (118 loc) · 5.13 KB
/
index.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>あかねぶるー</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="css/main.css" />
<noscript><link rel="stylesheet" href="css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Banner -->
<section id="banner">
<div class="inner">
<div class="logo"><span class="icon fas fa-paw"></span></div>
<h2>I'm Akane</h2>
<p>The Matsudai's #1 kawaii mascot</a></p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- One -->
<section id="one" class="wrapper spotlight style1">
<div class="inner">
<div class="image">
<img src="img/akane_icon.png" />
</div>
<div class="content">
<h2 class="major">はじめまして</h2>
<p>藍川 茜(あいかわ-あかね)です。サークル『秘密結社あかねぶるー』および、Mastodonサーバー『mstdn.maud.io』の看板娘をしています。</p>
<a href="https://github.com/Akane-Blue" class="special" target="_blank"><span class="icon fab fa-github-alt"></span> Akane-Blue</a>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<div class="image">
<img src="img/don.png" />
</div>
<div class="content">
<h2 class="major">:don: (mstdn.maud.io) とは</h2>
<p>mstdn.maud.io は分散型SNS『Mastodon』のサーバーの一つです。各地で開催されるオープンソースソフトウェア関連のイベント情報をお知らせする告知欄など、便利な独自機能を備えています。</p>
<a href="https://mstdn.maud.io/about" class="special" target="_blank"><span class="icon fab fa-mastodon"></span> mstdn.maud.io</a>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper spotlight style3">
<div class="inner">
<div class="image">
<img src="img/guide.png" />
</div>
<div class="content">
<h2 class="major">ガイドライン</h2>
<p>藍川茜を用いた二次創作などの制作物に関するお願い、権利の帰属、そして制作物による収益化についてまとめています。</p>
<a href="https://wiki.maud.io/akane/guideline" class="special" target="_blank"><span class="icon far fa-file-alt"></span> Wiki/guideline</a>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper alt style1">
<div class="inner">
<h2 class="major">その他の藍川茜コンテンツ</h2>
<p>どれをとっても茜ちゃんのかわいさ満載!</p>
<section class="features">
<article>
<div class="image">
<img src="img/preset.png" />
</div>
<h3 class="major">CM3D2/COM3D2向けプリセット</h3>
<p>カスタムメイド3D2 および カスタムオーダーメイド3D2 向けのプリセットデータを配布しています。</p>
<a href="https://github.com/Akane-Blue/getAkane" class="special" target="_blank"><span class="icon fab fa-github-alt"></span> Akane-Blue/getAkane</a>
</article>
<article>
<div class="image">
<img src="img/gallery.png" />
</div>
<h3 class="major">Gallery</h3>
<p>これまでに作られた、500枚を超える藍川茜のイラストやCOM3D2でのスクリーンショットなどの一覧です。</p>
<a href="https://g.akane.blue/" class="special" target="_blank"><span class="icon fas fa-images"></span> Gallery</a>
</article>
<article>
<div class="image">
<img src="img/book.jpg" />
</div>
<h3 class="major">茜ちゃんの薄い本</h3>
<p>サークル『秘密結社あかねぶるー』によるC95合同誌です。</p>
<a href="https://akaneblue.booth.pm/" class="special" target="_blank"><span class="icon fas fa-shopping-cart"></span> booth.pm</a>
</article>
</section>
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<ul class="copyright">
<li>© 秘密結社あかねぶるー All rights reserved.</li><li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/browser.min.js"></script>
<script src="js/breakpoints.min.js"></script>
<script src="js/util.js"></script>
<script src="js/main.js"></script>
</body>
</html>