76 lines
2.7 KiB
HTML
Executable file
76 lines
2.7 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Socials</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
|
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
|
crossorigin="anonymous"
|
|
/>
|
|
<link rel="stylesheet" type="text/css" href="../../style/alt.style.css" />
|
|
<link
|
|
rel="icon"
|
|
type="image/x-icon"
|
|
href="../../res/site/icons/favicon.ico"
|
|
/>
|
|
</head>
|
|
|
|
<body>
|
|
<header class="page-header" role="banner">
|
|
<h1 class="project-name">My Socials</h1>
|
|
<h2 class="project-tagline">You can contact me here. ∠( ᐛ 」∠)_</h2>
|
|
</header>
|
|
<div class="main-content">
|
|
<nav>
|
|
<a href="../../" class="btn">Home</a>
|
|
</nav>
|
|
<nav>
|
|
<a href="https://crowdin.com/profile/array.in.a.matrix" class="btn"
|
|
><i class="fa fa-question-circle"></i> Crowdin</a
|
|
>
|
|
<!-- temporary icon until a free icon for it is available in fork awesome -->
|
|
|
|
<a href="matrix:u/@array:inamatrix.xyz" class="btn"
|
|
><i class="fa fa-matrix-org"></i> Matrix</a
|
|
>
|
|
<a href="xmpp://array@inamatrix.xyz?message" class="btn"
|
|
><i class="fa fa-xmpp"></i> XMPP</a
|
|
>
|
|
<a href="https://www.instagram.com/array.in.a.matrix/" class="btn"
|
|
><i class="fa fa-instagram"></i> Instagram</a
|
|
>
|
|
<a
|
|
href="https://cadence.moe/blog/2020-06-06-why-you-shouldnt-trust-discord"
|
|
class="btn"
|
|
><i class="fa fa-discord"></i> Discord</a
|
|
>
|
|
</nav>
|
|
<br />
|
|
<nav>
|
|
<a href="https://github.com/array-in-a-matrix" class="btn"
|
|
><i class="fa fa-github"></i> GitHub</a
|
|
>
|
|
<a href="https://git.arrayinamatrix.xyz/array-in-a-matrix" class="btn"
|
|
><i class="fa fa-gitea"></i> Forgejo</a
|
|
>
|
|
<a href="https://gitlab.com/array.in.a.matrix" class="btn"
|
|
><i class="fa fa-gitlab"></i> GitLab</a
|
|
>
|
|
<!-- waiting for gitea to get federation -->
|
|
<a href="https://git.telodendria.io/array-in-a-matrix/" class="btn"
|
|
><i class="fa fa-gitea"></i> Gitea (Telodendria)</a
|
|
>
|
|
<a href="https://git.freetards.xyz/array-in-a-matrix" class="btn"
|
|
><i class="fa fa-gitea"></i> Forgejo (Freetards)</a
|
|
>
|
|
<a href="https://codeberg.org/array-in-a-matrix" class="btn"
|
|
><i class="fa fa-gitea"></i> Gitea (Codeberg)</a
|
|
>
|
|
</nav>
|
|
</div>
|
|
</body>
|
|
</html>
|