This repository was archived by the owner on Jun 13, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 4.1 KB
/
Copy pathindex.html
File metadata and controls
64 lines (64 loc) · 4.1 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
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Rust Developers JP</title>
<meta name="description" content="Rust言語の日本語コミュニティ、Rust Developers JPの公式サイトです">
<link rel="stylesheet" href="style.css">
<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=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="logo">
<img src="ferris.png" alt="logo" width="92" height="61.4">
<h1>Rust Developers JP</h1>
</div>
<div class="links">
<h2><a href="#about">About</a></h2>
<h2><a href="#activity">Activity</a></h2>
<h2><a href="#accounts">Accounts</a></h2>
<h2><a href="#discord">Discord</a></h2>
<h2><a href="#contact">Contact</a></h2>
</div>
</header>
<main>
<p class="catch">Rustを、日本語で、もっと身近に。</p>
<button class="join" type="button" onclick="location.href='./discord.html'">参加</button>
<h1 id="about">私達について</h1>
<p class="text">
RustDevelopersJPは、Rust言語の普及と振興を目的とした日本語コミュニティです。<br>
私たちは、より多くの方にRustの魅力と可能性を知っていただくこと、そして日本国内におけるRustエコシステムの発展に寄与することを目指して活動しております。<br>
主な活動として、Rustの日本語ドキュメントの制作・整備を行い、学習のハードルを下げる取り組みを進めております。<br>
また、定期的に勉強会を開催し、知識共有や技術交流の場を提供しております。<br>
初心者の方から実務で活用されている方まで、幅広い層が参加できる開かれたコミュニティを目指し、安心して学び、発信し、交流できる環境づくりに努めております。<br>
</p>
<h1 id="activity">活動内容</h1>
<p class="text">
・月に1回(以上)のRust勉強会 (<a href="https://rustjp.connpass.com/">connpass</a>)<br>
・標準ライブラリの日本語ドキュメントの制作 (<a href="https://rsdocsjp.org">rsdocsjp</a>)<br>
・Rust言語に関するコミュニティ内サポート<br>
・OSSへの貢献支援
</p>
<h1 id="accounts">アカウント</h1>
<p class="text">
・<a href="https://github.com/Rust-Developers-JP">GitHub</a><br>
・<a href="https://x.com/rust_devs_jp">Twitter (X)</a><br>
・<a href="https://www.youtube.com/@rust_developers_jp">Youtube</a><br>
・<a href="https://rustjp.connpass.com/">Connpass</a>
</p>
<h1 id="discord">Discordの状況</h1>
<iframe src="https://discord.com/widget?id=1447145150714482871&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
<h1 id="contact">お問い合わせ</h1>
<p>お問い合わせされた際に収集されるメールアドレスは返信時にのみ利用します</p>
<button class="form" type="button" onclick="location.href='https://forms.gle/QkQKZdZL9auA7ru27'">Google Form</button>
</main>
<footer>
<small>
© 2026 Rust Developers JP. All Rights Reserved.<br>
本サイトのコンテンツは<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>ライセンスの下で提供されています。
</small>
</footer>
</body>
</html>