-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
184 lines (177 loc) · 7.03 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BlueskyMC</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:[email protected]&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="https://bskymc.com/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://bskymc.com/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://bskymc.com/favicon-16x16.png">
<style>
body {
font-family: "Noto Sans JP",'Arial',"sans-serif";
margin: 0;
padding: 0;
min-height: 100vh;
background: linear-gradient(to bottom, #0c4a6e, #082f49);
color: white;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 2rem;
opacity: 0;
transform: translateY(20px);
transition: opacity 1s, transform 1s;
}
.visible {
opacity: 1;
transform: translateY(0);
}
.header {
text-align: center;
margin-bottom: 2rem;
}
.title {
font-size: 3rem;
font-weight: bold;
background: linear-gradient(to right, #3b82f6, #22c55e);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 0.5rem;
}
.subtitle {
color: #ef4444;
font-weight: 600;
}
.card {
background-color: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 8px;
padding: 1.5rem;
margin-bottom: 1.5rem;
}
.flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.button {
background-color: #0284c7;
color: white;
border: none;
padding: 0.5rem 1rem;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s;
}
.button:hover {
background-color: #0369a1;
}
.grid {
display: grid;
gap: 1rem;
}
@media (min-width: 768px) {
.grid-cols-2 {
grid-template-columns: repeat(2, 1fr);
}
}
.footer {
text-align: center;
margin-top: 2rem;
color: rgba(186, 230, 253, 0.6);
font-size: 0.875rem;
}
</style>
</head>
<body>
<div class="container">
<header class="header">
<p style="color: #38bdf8; margin-bottom: 1rem;">ようこそ</p>
<h1 class="title">BlueSkyMC</h1>
<p class="subtitle">Informal</p>
</header>
<div class="card">
<div class="flex">
<p style="color: #bae6fd;">サーバーアドレス:</p>
<button id="copyButton" class="button">
bskymc.com
<span id="copyMessage" style="display: none; position: absolute; font-size: 0.75rem;">コピーしました!</span>
</button>
</div>
<div class="flex" style="margin-top: 1rem;">
<p style="color: #bae6fd;">ゲーマータグ:</p>
<p style="color: #38bdf8;">bskymcinf</p>
</div>
</div>
<div class="card">
<h2 style="font-size: 1.25rem; margin-bottom: 1rem;">サーバー情報</h2>
<div class="grid">
<div class="flex">
<span style="color: #bae6fd;">サーバーバージョン:</span>
<span style="color: #38bdf8;">Paper 1.21.1</span>
</div>
<hr style="border-color: rgba(255, 255, 255, 0.2); margin: 0.5rem 0;">
<div>
<p style="color: #bae6fd; margin-bottom: 0.5rem;">対応バージョン:</p>
<ul style="color: #38bdf8; padding-left: 1.5rem;">
<li>Java Edition: 1.21 - 1.21.3</li>
<li>Bedrock Edition: 1.20.80 - 1.21.44</li>
</ul>
</div>
</div>
</div>
<div class="grid grid-cols-2" style="gap: 1rem; margin-bottom: 1.5rem;">
<a href="https://bskymc.com/dynmap/" target="_blank" class="button" style="text-align: center; text-decoration: none;">
Dynmapを見る
</a>
<a href="https://bskymc.com/bluemap/" target="_blank" class="button" style="text-align: center; text-decoration: none;">
BlueMapを見る
</a>
<a href="https://bskymc.com/discord/" target="_blank" class="button" style="text-align: center; text-decoration: none; background-color: #4f46e5;">
Discordに参加
</a>
<a href="https://bsky.app/profile/bskymc.com" target="_blank" class="button" style="text-align: center; text-decoration: none; background-color: #3A97FA;">
Blueskyアカウント
</a>
<a href="https://bsky.app/profile/did:plc:44lotjpxvbco5yr6gmviucd4/feed/bskymc" target="_blank" class="button" style="text-align: center; text-decoration: none; background-color: #3A97FA;">
Blueskyフィード
</a>
<a href="https://bskymc.com/join/" target="_blank" class="button" style="text-align: center; text-decoration: none;">
参加方法・注意点
</a>
</div>
<div class="card">
<h2 style="font-size: 1.25rem; margin-bottom: 1rem;">BlueskyMCって何?</h2>
<p style="color: #bae6fd; line-height: 1.5;">
Blueskyという SNSの非公式マイクラサーバーです!
ゆったりとみんなでマイクラをしております。
</p>
</div>
<footer class="footer">
<p>© 2024 raitako-1,tarichi</p>
</footer>
</div>
<script>
// ページ読み込み時のアニメーション
window.addEventListener('load', function() {
document.querySelector('.container').classList.add('visible');
});
// サーバーアドレスのコピー機能
document.getElementById('copyButton').addEventListener('click', function() {
navigator.clipboard.writeText('bskymc.com').then(function() {
var copyMessage = document.getElementById('copyMessage');
copyMessage.style.display = 'inline';
setTimeout(function() {
copyMessage.style.display = 'none';
}, 2000);
});
});
</script>
</body>
</html>