Add links to the index.html and hide Wanikani away for now
Hiding Wanikani cuz that doesn't represent accurately my Japanese journey rn, as I've been focused on other services for months (Anki, books, games)
This commit is contained in:
parent
814c808b9a
commit
12e68cb2a7
2 changed files with 6 additions and 2 deletions
|
@ -24,6 +24,10 @@
|
||||||
<a rel="me" href="https://app.hackthebox.com/profile/1063999">HackTheBox</a>
|
<a rel="me" href="https://app.hackthebox.com/profile/1063999">HackTheBox</a>
|
||||||
<a rel="me" href="https://www.wanikani.com/users/Taevas">Wanikani</a>
|
<a rel="me" href="https://www.wanikani.com/users/Taevas">Wanikani</a>
|
||||||
<a rel="me" href="https://libre.fm/user/Taevas">Libre.fm</a>
|
<a rel="me" href="https://libre.fm/user/Taevas">Libre.fm</a>
|
||||||
|
<a rel="me" href="https://beehaw.org/u/Taevas">Beehaw (Lemmy)</a>
|
||||||
|
<a rel="me" href="https://kitsunes.club/@taevas">KitsuClub (Sharkey)</a>
|
||||||
|
<a rel="me" href="https://musicbrainz.org/user/Taevas">MusicBrainz</a>
|
||||||
|
<a rel="me" href="https://listenbrainz.org/user/Taevas">ListenBrainz</a>
|
||||||
</span>
|
</span>
|
||||||
<div id="card" style="display: none;" class="h-card">
|
<div id="card" style="display: none;" class="h-card">
|
||||||
<span class="p-nickname">Taevas</span>
|
<span class="p-nickname">Taevas</span>
|
||||||
|
|
|
@ -5,7 +5,7 @@ import Hacking from "../components/Info/Hacking.js";
|
||||||
import Coding from "../components/Info/Coding.js";
|
import Coding from "../components/Info/Coding.js";
|
||||||
import RhythmGames from "../components/Info/RhythmGames.js";
|
import RhythmGames from "../components/Info/RhythmGames.js";
|
||||||
import Anime from "../components/Info/Anime.js";
|
import Anime from "../components/Info/Anime.js";
|
||||||
import Japanese from "../components/Info/Japanese.js";
|
// import Japanese from "../components/Info/Japanese.js";
|
||||||
|
|
||||||
export default class Infos extends Component {
|
export default class Infos extends Component {
|
||||||
private readonly dragbar = React.createRef<HTMLDivElement>();
|
private readonly dragbar = React.createRef<HTMLDivElement>();
|
||||||
|
@ -20,7 +20,7 @@ export default class Infos extends Component {
|
||||||
<Coding/>
|
<Coding/>
|
||||||
<Speedrun/>
|
<Speedrun/>
|
||||||
<Anime/>
|
<Anime/>
|
||||||
<Japanese/>
|
{/* <Japanese/> */}
|
||||||
<RhythmGames/>
|
<RhythmGames/>
|
||||||
<Hacking/>
|
<Hacking/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue