-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (198 loc) · 6.83 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="ja">
<head>
<title>Home | MCborn</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta property="og:url" content="https://mc.vcborn.com/" />
<meta property="og:title" content="MCborn" />
<meta property="og:type" content="website" />
<meta property="og:description" content="VCbornが運営するマイクラ鯖" />
<meta property="og:image" content="https://mc.vcborn.com/ogp.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@vcborn_support" />
<meta property="og:site_name" content="MCborn" />
<meta property="og:locale" content="ja_JP" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/icon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/icon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/icon-96x96.png" sizes="96x96" />
<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:wght@400;500;700&family=Poppins:wght@400;500&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<link rel="stylesheet" href="./css/style.css" />
<style>
html,
body {
font-family: "Poppins", "Noto Sans JP", sans-serif;
scroll-behavior: smooth;
}
#hero {
background-image: url("./background.png");
background-size: cover;
}
.hover-anim1 {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hover-anim1:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hover-anim1:hover,
.hover-anim1:focus,
.hover-anim1:active {
color: white;
}
.hover-anim1:hover:before,
.hover-anim1:focus:before,
.hover-anim1:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
@media (max-width: 768px) {
.hover-anim1:before {
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
}
</style>
</head>
<body>
<div id="hero">
<div class="
flex flex-col
justify-center
h-screen
backdrop-filter backdrop-blur-sm
">
<div class="container max-w-6xl mx-auto">
<div class="
flex flex-col
md:flex-row md:justify-between
font-medium
mx-4
">
<div>
<h1 class="text-6xl flex flex-row items-center">
<img src="./fvdb.png" class="h-24" />
MCborn
</h1>
<p class="text-xl md:text-3xl mt-3">
君たちの手で新しい世界を作ろう。
</p>
</div>
<div class="
text-4xl
flex flex-col
mt-10
md:mt-0 md:justify-center md:text-right
">
<a href="./#join" class="mb-2 hover-anim1">Join</a>
<a href="https://discord.gg/2jRRMesqgr" class="mb-2 hover-anim1">
Discord
</a>
<a href="./help" class="my-2 hover-anim1">Help</a>
<a href="https://status.vcborn.com" class="my-2 hover-anim1">Status</a>
<a href="https://vcborn.com" class="md:pl-10 mt-2 hover-anim1">
公式サイト
</a>
</div>
</div>
</div>
</div>
</div>
<div class="container max-w-6xl mx-auto my-10">
<div class="mx-4 flex flex-col md:flex-row my-8 justify-between gap-8" id="join">
<div class="flex flex-col">
<h3 class="text-4xl font-bold mb-3">
<i class="fa-solid fa-arrow-right-to-bracket"></i>
入り方
</h3>
<p class="text-lg">
マインクラフトを起動し、マルチプレイからサーバーを追加を選択。以下のように記入してください。
</p>
<p class="text-lg">
バージョン :
<i>1.19.4~</i>
(基本どのバージョンでも参加は可能です)
</p>
<p class="text-lg">
サーバー名:
<i>MCborn</i>
</p>
<p class="text-lg">
サーバーアドレス(Java):
<i>mc.vcborn.com</i>
</p>
<p class="text-lg">
サーバーアドレス(統合版):
<i>mcbe.vcborn.com</i>
</p>
</div>
<img src="./add_server.png" class="w-full h-auto md:w-auto md:h-64 rounded-md" />
</div>
<div class="mx-4 flex flex-row my-8 justify-between" id="rules">
<div class="flex flex-col">
<h3 class="text-4xl font-bold mb-3">
<i class="fa-solid fa-clipboard-check"></i>
ルール
</h3>
<ul class="list-disc ml-6 text-lg">
<li>節度を持った行動を心がけてください。</li>
<li>荒らしダメ、ゼッタイ。</li>
<li>チート行為は永久BANの対象となります。</li>
<li>サーバーに負荷をかける行為はやめてください。</li>
</ul>
</div>
</div>
<div class="mx-4 my-8 text-lg" id="number">
<p>総務省届出電気通信事業者</p>
<p>届出番号 A-03-19317</p>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1336300432888389"
crossorigin="anonymous"></script>
<!-- vcborn横長 -->
<ins class="adsbygoogle" style="display: block" data-ad-client="ca-pub-1336300432888389" data-ad-slot="6024992576"
data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<footer class="bg-black text-white py-4">
<div class="mx-4">
<p>
© 2021
<a href="https://vcborn.com" class="opacity-60 duration-200 hover:opacity-100">
VCborn
</a>
.
</p>
</div>
</footer>
<!--<script src="https://cdn.tailwindcss.com"></script>-->
</body>
</html>