This commit is contained in:
2026-04-22 01:45:53 +09:00
parent 4913a12050
commit a0e8a7faf4
16 changed files with 78 additions and 78 deletions
+6 -6
View File
@@ -7,7 +7,7 @@
<div id="os" class="block">
<h3 style="margin-bottom: 0px;">NerconeOS</h3>
<p style="margin-top: 0px;">カーネルレベルからの自作OS (とりあえず計画/設計中)</p>
<div class="flex font-small text-tx-alt">
<div class="flex font-small text-light-grey-alt">
<a href="#os" class="text-no-decoration font-bold">os</a>
<a href="https://github.com/nercone-os/nercone-os/" class="text-no-decoration">github</a>
</div>
@@ -15,7 +15,7 @@
<div id="fastget" class="block">
<h3 style="margin-bottom: 0px;">FastGet</h3>
<p style="margin-top: 0px;">HTTPのRangeヘッダーを利用した並列ダウンローダ(CLIツール)</p>
<div class="flex font-small text-tx-alt">
<div class="flex font-small text-light-grey-alt">
<a href="#fastget" class="text-no-decoration font-bold">fastget</a>
<a href="https://github.com/nercone-dev/nercone-fastget/" class="text-no-decoration">github</a>
</div>
@@ -23,7 +23,7 @@
<div id="speedclone" class="block">
<h3 style="margin-bottom: 0px;">SpeedClone</h3>
<p style="margin-top: 0px;">ちょっと速い気がしなくもないgitのクローンツール</p>
<div class="flex font-small text-tx-alt">
<div class="flex font-small text-light-grey-alt">
<a href="#speedclone" class="text-no-decoration font-bold">speedclone</a>
<a href="https://github.com/nercone-dev/speedclone/" class="text-no-decoration">github</a>
</div>
@@ -31,7 +31,7 @@
<div id="gatepass" class="block">
<h3 style="margin-bottom: 0px;">GatePass</h3>
<p style="margin-top: 0px;">macOS向け実行ファイル隔離解除ツール</p>
<div class="flex font-small text-tx-alt">
<div class="flex font-small text-light-grey-alt">
<a href="#gatepass" class="text-no-decoration font-bold">gatepass</a>
<a href="https://github.com/nercone-dev/gatepass/" class="text-no-decoration">github</a>
</div>
@@ -39,7 +39,7 @@
<div id="ypsh" class="block">
<h3 style="margin-bottom: 0px;">YPSH Language</h3>
<p style="margin-top: 0px;">自作プログラミング言語</p>
<div class="flex font-small text-tx-alt">
<div class="flex font-small text-light-grey-alt">
<a href="#ypsh" class="text-no-decoration font-bold">ypsh</a>
<a href="https://github.com/nercone-dev/ypsh/" class="text-no-decoration">github</a>
</div>
@@ -47,7 +47,7 @@
<div id="zeta-llm" class="block">
<h3 style="margin-bottom: 0px;">Zeta LLM</h3>
<p style="margin-top: 0px;">自作LLM</p>
<div class="flex font-small text-tx-alt">
<div class="flex font-small text-light-grey-alt">
<a href="#zeta-llm" class="text-no-decoration font-bold">zeta-llm</a>
<a href="https://github.com/nercone-dev/zeta-llm/" class="text-no-decoration">github</a>
</div>