Skip to content

Commit f9b877f

Browse files
フッターを書いた;スペースを修正した
1 parent e79aad6 commit f9b877f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/pages/index.astro

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import RustCoder from '../assets/RustCoder.png';
2525
<dialog id="iconDialog">
2626
<Image src="/icon.jpg" alt="とがのアイコン" width="1080" height="1080" />
2727
</dialog>
28-
<p>Cafrette さんに描いていただきました。</p>
28+
<p>Cafrette&thinsp;さんに描いていただきました。</p>
2929
<Image id="icon2" class="image" src={icon2} alt="とがのアイコン(ふいしゆさん)" width="144" />
3030
<dialog id="icon2Dialog">
3131
<Image src="/2331964-2.output.png" alt="とがのアイコン" width="400" height="400"/>
@@ -34,7 +34,7 @@ import RustCoder from '../assets/RustCoder.png';
3434
</Card>
3535
<Card>
3636
<h2>OSS Contribution</h2>
37-
<p>RustPython ライブラリ SciPy などに貢献しています.</p>
37+
<p>Rust&thinsp;&thinsp;Python&thinsp;ライブラリ&thinsp;SciPy&thinsp;などに貢献しています.</p>
3838
</Card>
3939
<Card>
4040
<h2>競プロ</h2>
@@ -51,11 +51,11 @@ import RustCoder from '../assets/RustCoder.png';
5151
<dialog id="rustCoderDialog">
5252
<Image src="/RustCoder.png" alt="とが『RustCoder&mdash;&mdash;AtCoder と Rust で始める競技プログラミング入門』の表紙" width="1043" height="1459" />
5353
</dialog>
54-
<p>『RustCoder&mdash;&mdash;AtCoderRust で始める競技プログラミング入門』は<a href="https://zenn.dev/toga/books/rust-atcoder/viewer/intro">終了しました</a>。</p>
54+
<p>『RustCoder&mdash;&mdash;AtCoder&thinsp;&thinsp;Rust&thinsp;で始める競技プログラミング入門』は<a href="https://zenn.dev/toga/books/rust-atcoder/viewer/intro">終了しました</a>。</p>
5555
</Card>
5656
<Card>
5757
<h2>研究</h2>
58-
<p>主に統計や AI をやっています。</p>
58+
<p>主に統計や&thinsp;AI&thinsp;をやっています。</p>
5959
<ul>
6060
<li>Atsushi Komaba, Hisashi Johno, and Kazunori Nakamoto. A novel statistical approach for two-sample testing based on the overlap coefficient. <i>Journal of Mathematical Sciences, The University of Tokyo</i>, 30(2):205&ndash;240, 2023.</li>
6161
<li>Ryota Tozuka, Hisashi Johno, Akitomo Amakawa, Junichi Sato, Mizuki Muto, Shoichiro Seki, Atsushi Komaba, and Hiroshi Onishi. Application of NotebookLM, a large language model with retrieval‑augmented generation, for lung cancer staging. <i>Japanese Journal of Radiology</i>, 2024. Online ahead of print.</li>
@@ -64,8 +64,9 @@ import RustCoder from '../assets/RustCoder.png';
6464
</Card>
6565
<Card>
6666
<h2>登山</h2>
67-
<p>一番印象に残っているのは槍ヶ岳(2022 年 9 月、 2025 年 5 月)です。</p>
68-
<p>他に北岳(2022 年 7 月)、鳳凰三山(2023 年 8 月)、富士山(2024 年 7 月)、赤岳(2025 年 2 月)など。</p>
67+
<p>一番印象に残っているのは槍ヶ岳(2022&thinsp;&thinsp;9&thinsp;月、2025&thinsp;&thinsp;5&thinsp;月)です。</p>
68+
<p><a href="https://x.com/57tggx/status/1573856006844850176">写真 (X)</a></p>
69+
<p>他に北岳(2022&thinsp;&thinsp;7&thinsp;月)、鳳凰三山(2023&thinsp;&thinsp;8&thinsp;月)、富士山(2024&thinsp;&thinsp;7&thinsp;月)、赤岳(2025&thinsp;&thinsp;2&thinsp;月)など。</p>
6970
</Card>
7071
<Card>
7172
<h2>好きな音楽</h2>
@@ -95,6 +96,8 @@ import RustCoder from '../assets/RustCoder.png';
9596
</main>
9697
</div>
9798
<footer>
99+
<p><small>&copy; 2020&ndash;2025 Atsushi Komaba</small></p>
100+
<p><small>このページは&emsp14;<a href="https://astro.build/">Astro</a>&emsp14;で作りました</small></p>
98101
</footer>
99102
</Layout>
100103

@@ -114,8 +117,6 @@ import RustCoder from '../assets/RustCoder.png';
114117
}
115118
header, footer {
116119
text-align: center;
117-
}
118-
footer {
119120
padding: 2em;
120121
}
121122
.background {

0 commit comments

Comments
 (0)