--
This commit is contained in:
38
public/projects.html
Normal file
38
public/projects.html
Normal file
@@ -0,0 +1,38 @@
|
||||
{% extends "/base.html" %}
|
||||
{% block title %}Projects - Nercone{% endblock %}
|
||||
{% block extra_title %}Projects{% endblock %}
|
||||
{% block header_desc %}主なプロジェクトたち{% endblock %}
|
||||
{% block description %}Nerconeの主なプロジェクトたち{% endblock %}
|
||||
{% block content %}
|
||||
<p class="text-small text-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
|
||||
<div id="os" class="block">
|
||||
<h3>NerconeOS</h3>
|
||||
<p>自作OS (とりあえず計画段階)</p>
|
||||
<p><a href="https://github.com/nercone-dev/nerconeos/" target="_blank" rel="noopener noreferrer" class="text-highlight">GitHub</a></p>
|
||||
</div>
|
||||
<div id="fastget" class="block">
|
||||
<h3>FastGet</h3>
|
||||
<p>高速ファイルダウンロードツール</p>
|
||||
<p><a href="https://github.com/nercone-dev/nercone-fastget/" target="_blank" rel="noopener noreferrer" class="text-highlight">GitHub</a> <a href="https://pypi.org/project/nercone-fastget/" class="text-highlight">PyPI</a></p>
|
||||
</div>
|
||||
<div id="nersh" class="block">
|
||||
<h3>SpeedClone</h3>
|
||||
<p>ちょっと速い気がしなくもないgitのクローンツール</p>
|
||||
<p><a href="https://github.com/nercone-dev/SpeedClone/" target="_blank" rel="noopener noreferrer" class="text-highlight">GitHub</a></p>
|
||||
</div>
|
||||
<div id="gatepass" class="block">
|
||||
<h3>GatePass</h3>
|
||||
<p>macOS向け実行ファイル隔離解除ツール</p>
|
||||
<p><a href="https://github.com/nercone-dev/GatePass/" target="_blank" rel="noopener noreferrer" class="text-highlight">GitHub</a></p>
|
||||
</div>
|
||||
<div id="ypsh" class="block">
|
||||
<h3>YPSH Language</h3>
|
||||
<p>自作プログラミング言語</p>
|
||||
<p><a href="https://github.com/nercone-dev/ypsh/" target="_blank" rel="noopener noreferrer" class="text-highlight">GitHub</a></p>
|
||||
</div>
|
||||
<div id="zetallm" class="block">
|
||||
<h3>Zeta LLM</h3>
|
||||
<p>自作LLM</p>
|
||||
<p><a href="https://github.com/nercone-dev/zeta-llm/" target="_blank" rel="noopener noreferrer" class="text-highlight">GitHub</a></p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user