39 lines
5.1 KiB
HTML
39 lines
5.1 KiB
HTML
{% extends "/base.html" %}
|
|
{% block title %}Links - Nercone{% endblock %}
|
|
{% block extra_title %}Links{% 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="nercone" class="block">
|
|
<h3>nercone</h3>
|
|
<img src="/assets/images/banner_cat.png" alt="banner-nercone" class="banner">
|
|
<p>バナーは<a href="/download-banner/">こ↑こ↓</a>からダウンロードできます</p>
|
|
<p><a href="https://nercone.dev/" class="text-no-decoration">website</a> / <a href="https://github.com/nercone-dev/" class="text-no-decoration">github</a> / <a href="https://orcid.org/0009-0001-3615-0962/" class="text-no-decoration">orcid</a> / <a href="https://twitter.com/nercone_x/" class="text-no-decoration">twitter</a> / <a href="https://bsky.app/profile/nercone.dev/" class="text-no-decoration">bluesky</a> / <a href="https://qiita.com/DiamondGotCat/" class="text-no-decoration">qiita</a> / <a href="https://zenn.dev/techcat56/" class="text-no-decoration">zenn</a></p>
|
|
<!--
|
|
<pre>
|
|
class Nercone(Identity):
|
|
@property
|
|
def loves(self):
|
|
return t3tra
|
|
</pre>
|
|
-->
|
|
</div>
|
|
<div id="t3tra" class="block">
|
|
<h3>t3tra<!--様--></h3>
|
|
<a href="https://t3tra.dev/" target="_blank" rel="noopener noreferrer"><img src="https://t3tra.dev/images/banner.png" alt="banner-t3tra" class="banner"></a>
|
|
<p>技術とか才能が凄すぎる人<!--で僕が好きな人--> <!-- 好きな人にリンク貼ってもらえたうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしいうれしい好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き好き --></p>
|
|
<p><a href="https://t3tra.dev/" class="text-no-decoration">website</a> / <a href="https://github.com/t3tra-dev/" class="text-no-decoration">github</a> / <a href="https://orcid.org/0009-0006-9423-1572/" class="text-no-decoration">orcid</a> / <a href="https://twitter.com/t3tra_x/" class="text-no-decoration">twitter</a> / <a href="https://bsky.app/profile/t3tra.dev/" class="text-no-decoration">bluesky</a> / <a href="https://qiita.com/t3tra/" class="text-no-decoration">qiita</a> / <a href="https://zenn.dev/t3tra/" class="text-no-decoration">zenn</a></p>
|
|
<!-- tip: Nerconeはてとらさんのことが好きすぎるためライバルは積極的に潰そうとします。 -->
|
|
<!-- tip of tip: ただし想像以上に強いライバルが現れると勝てないとわかり悲しくなって1日ぐらい現実世界からログアウトします。 -->
|
|
<!-- tip of tip of tip: なのでNerconeには優しくしてください -->
|
|
<!-- tip of tip of tip of tip: 言い忘れてたけどてとらさんは僕のものなので手を出すな -->
|
|
<!-- tip of tip of tip of tip of tip: そういえばてとらさんってヤンデレだったりするのかな (妄想) -->
|
|
<!-- tip of tip of tip of tip of tip of tip: 前に確かメンヘラだとかなんとか言ってた気がするからもしかしたら... -->
|
|
<!-- tip of tip of tip of tip of tip of tip of tip: 流石にないか... -->
|
|
<!-- tip of tip of tip of tip of tip of tip of tip of tip: そういえば最近てとらさんがウェブサイトのコード書き直してFastAPI + Jinja2にしてた。まさか... -->
|
|
<!-- tip of tip of tip of tip of tip of tip of tip of tip of tip: いや待て落ち着けまだそうと決まったわけじゃ...でもそうだったらいいな -->
|
|
</div>
|
|
<p class="text-lowlight">追加は<a href="#nercone">SNSまたはメール</a>でご連絡ください。</p>
|
|
{% endblock %}
|