-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
477 lines (402 loc) · 12 KB
/
Copy pathindex.html
File metadata and controls
477 lines (402 loc) · 12 KB
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!DOCTYPE html>
<html lang="ja">
<head>
<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@100..900&display=swap" rel="stylesheet">
<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=Urbanist:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<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=Mozilla+Text:wght@600&display=swap" rel="stylesheet">
<meta property="og:title" content="Frank-開発者コミュニティ" />
<meta property="og:description" content="開発について語り合うdiscordサーバーです" />
<meta property="og:image" content="https://pbs.twimg.com/media/GxyaJ74bsAgymPj?format=jpg&name=large" />
<meta property="og:url" content="https://frank-community.github.io/" />
<meta property="og:type" content="website" />
<link rel="icon" href="logo.svg" type="image/svg+xml">
<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=BBH+Sans+Bartle&family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta imgsrc="logo.svg" alt="Frank Dev Community Logo">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Frank Dev Community</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=BBH+Sans+Bartle&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Noto+Sans+JP:wght@100..900&display=swap');
body {
font-family: "Noto Sans JP", sans-serif;
font-weight: 300;
background: #000000;
color: #ffffff;
line-height: 1.6;
}
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #00ffff;
}
header, footer {
background: #111;
text-align: center;
padding: 0px;
}
nav {
background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
display: flex;
justify-content: center;
gap: 1rem;
padding: 10px;
}
nav a {
font-size: clamp(0.7rem, 0.8vw, 1.2rem);
margin: 0 15px;
font-weight: bold;
}
.container {
background:white;
margin: 0px;
padding: 0px 0px;
}
/* ヒーローセクション */
.hero {
margin: 0px;
padding: 0px 0px;
background-image: url("https://keitagame.github.io/frank-community.github.io/k.jpg"); /* 画像のパス */
background-repeat: no-repeat; /* 繰り返しをしない */
background-size: cover; /* 画面いっぱいに拡大縮小 */
background-position: center; /* 中央に配置 */
z-index:10;
text-align: center;
padding:0%;
}
.frank {
text-align: center;
margin-bottom: 0px;
font-family: "Mozilla Text", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
margin-top:-60px;
font-size: clamp(5rem, 25vw, 16rem);
color: #ffffff;
font-weight: bold;
}
.frank-footer {
text-align: center;
margin-bottom: 0px;
font-family: "Mona Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
margin-top: 0px;
font-size: clamp(4rem, 18vw, 20rem);
color: #ffffff;
}
.hero h2{
padding-left:2%;
text-align:left;
font-family: "Mona Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
letter-spacing: 0em;
margin:0px;
font-size: clamp(4rem,16vw, 20rem);
color: #ffffff;
}
.hero h1{
padding-left:2%;
text-align:left;
margin: 0px;
font-family: "Noto Sans JP", sans-serif;
letter-spacing: 0.82em;
font-weight: 300;
font-style: normal;
margin-bottom:10px;
font-size: clamp(1rem,4vw, 6rem);
color: #ffffff;
}
.hero p {
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
text-align: left;
padding-left:2%;
margin-top: 0.0rem;
font-style:bold;
font-size: clamp(0.4rem, 1.2vw, 1.6rem);
color: #ffffff;
}
.btn {
display: inline-block;
margin-top: 1rem;
padding: 0.75rem 1.5rem;
background: #00ffae;
color: #000;
border-radius: 0px;
font-weight: bold;
}
.btn:hover {
background: #00ffae;
color: #111;
}
.btn2 {
display: inline-block;
margin-top: 1rem;
padding: 0.75rem 1.5rem;
background: transparent;
color: #00ffae;
border: #00ffae 1px solid;
border-radius: 0px;
font-weight: bold;
}
/* セクション共通 */
section {
margin: 30px;
}
.lin{
display: flex;
padding-bottom:6%;
padding-left:2%;
justify-content: left;
gap: 1rem;
}
section h2 {
padding: 2%;
color:black;
font-family: "Noto Sans JP", sans-serif;
letter-spacing: 0.82em;
font-weight: 300;
font-style: normal;
border-bottom: 1px solid #000000;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
font-size: clamp(1rem, 2vw, 6rem);
}
section p{
color:rgb(255, 255, 255);
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 0.9rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 20px;
}
.card {
background: #000000;
padding: 20px;
border: 1px solid #000000;
border-radius: 0px;
}
.logo{
width: 1em;
height: 1em;
vertical-align: middle;
}
.card h3 {
margin-top: 0;
}
footer {
font-family: "Urbanist", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
margin-top:0px;
background: var(--footer-bg);
color: var(--footer-text);
padding: 0rem 1rem 1rem;
font-size: 0.95rem;
}
.footer-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 2rem;
max-width: 1100px;
}
.footer-brand img {
width: 50px;
height: 50px;
}
.footer-brand h3 {
margin: 0.5rem 0 0;
font-size: 1.2rem;
}
.footer-brand p {
margin: 0.2rem 0 1rem;
font-weight: bold;
}
.footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-links li {
margin-bottom: 0.5rem;
}
.footer-links a {
color: var(--footer-text);
text-decoration: none;
}
.footer-links a:hover {
color: var(--accent-color);
}
.footer-social a {
display: block;
margin-bottom: 0.5rem;
color: var(--footer-text);
text-decoration: none;
}
.footer-social a:hover {
color: var(--accent-color);
}
.footer-bottom {
text-align: right;
font-size: 0.85rem;
margin-top: 1.5rem;
border-top: 1px solid #ddd;
padding-top: 0.5rem;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.con header {
overflow: hidden;
display: flex; /* 横並びにする */
align-items: center; /* 縦方向を中央揃え */
background: #000000;
padding: 0px;
font-weight: bold;
}
.con header img {
width: 100%; /* アイコンやロゴサイズ */
height: 100%;
object-fit: cover; /* 枠にフィットさせる(切り抜き) */
display: block;
}
</style>
</head>
<body>
<div class="hero">
<nav>
<a href="#">ホーム</a>
<a href="#">イベント</a>
<a href="https://frankservice.instatus.com">サービス</a>
</nav>
<h2>FRANK</h2>
<h1>創作は、<ruby>率直<rt>フランク</rt></ruby>であれ。</h1>
<p>我々frankはあなたの創作をサポートします。</p>
<div class="lin">
<a href="about.html" class="btn2">詳しく →</a>
<a href="https://discord.gg/KfZkcCGeUh" class="btn">今すぐ参加 →</a>
</div>
</div>
<div class="container">
<section>
<h2>最近の出来事</h2>
<div class="grid">
<div class="con">
<header>
<img src="https://keitagame.github.io/frank-community.github.io/k.jpg"/>
</header>
<div class="card">
<h3>サイトを新しくしました</h3>
<p>2025/10/13よりこのホームページはkeitaにより更新されました。</p>
<a href="dev.html" class="btn2">詳細を見る →</a>
</div>
</div>
<div class="con">
<header>
<img src="https://keitagame.github.io/frank-community.github.io/k.png"/>
</header>
<div class="card">
<h3>しりとり</h3>
<p>IT用語しりとり</p>
<a href="dev.html" class="btn2">詳細を見る →</a>
</div>
</div>
</div>
</section>
<section>
<h2>開催中のイベント</h2>
<div class="grid">
<div class="con">
<header>
<img src="https://code.visualstudio.com/assets/docs/nodejs/reactjs/breakpoint.png"/>
</header>
<div class="card">
<h3>Frank-React</h3>
<p>Frankのためのreact</p>
<a href="dev.html" class="btn2">詳細を見る→</a>
</div>
</div>
</div>
</section>
<section>
<h2>今後のイベント</h2>
<div class="grid">
<div class="con">
<header>
<img src="https://www.codingem.com/wp-content/uploads/2021/10/juanjo-jaramillo-mZnx9429i94-unsplash-1024x683.jpg"/>
</header>
<div class="card">
<h3>project-react開発再開</h3>
<p>react開発を再開します</p>
<a href="dev.html" class="btn2">詳細を見る →</a>
</div>
</div>
<div class="con">
<header>
<img src="https://wallpaper.forfun.com/fetch/17/17ddb8a87054480c3cc277da7681a86a.jpeg"/>
</header>
<div class="card">
<h3>FAMICOMU公開</h3>
<p>keita作成のNESエミュレーターを公開させる</p>
<a href="dev.html" class="btn2">詳細を見る →</a>
</div>
</div>
<div class="con">
<header>
<img src="https://ryutao.main.jp/image/wallpaper/casio_moon_1280.jpg"/>
</header>
<div class="card">
<h3>近日公開</h3>
<p>近日公開</p>
<a href="dev.html" class="btn2">詳細を見る →</a>
</div>
</div>
</div>
</section>
<section>
<h2></h2>
</section>
</div>
<footer>
<h1 class="frank-footer">Frank<img src="logo.svg" class="logo"/></h1>
<div class="footer-container">
<!-- ブランド -->
<!-- ナビゲーション -->
<div class="footer-links">
<h4>link</h4>
<ul>
<li><a href="https://github.com/frank-community">GitHub</a></li>
<li><a href="https://discord.gg/KfZkcCGeUh">Discord</a></li>
</ul>
</div>
<!-- その他 -->
<div class="footer-links">
<!-- SNS -->
<div class="footer-social">
<h4>connect</h4>
<a href="https://x.com/tech_keitagames">X @tech_keitagames</a>
</div>
</div>
<div class="footer-bottom">
© 2025 Frank Dev Community. All rights reserved.
</div>
</footer>
</body>
</html>