Add Slack page.

This commit is contained in:
youngchief btw ツ 2021-10-15 18:36:10 +00:00 committed by GitHub
parent d9a5285042
commit 52e78b436e
3 changed files with 33 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<li><a href="https://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a>: YoungChiefBTW (on <a href="https://libera.chat/">libera.chat</a>, <a href="https://www.oftc.net/">OFTC</a>, <a href="https://snoonet.org/">Snoonet</a>, <a href="https://liberta.casa/">liberta.casa</a>, and <a href="">tilde.chat</a>)</li>
<li><a href="https://discord.com/">Discord</a>: <a href="https://discord.gg/P383jXE">Server</a> and <a href="https://discord.com/users/683552393253879829">Profile</a></li>
<li><a href="https://telegram.org/">Telegram</a>: <a href="https://t.me/@YoungChiefBTW">@YoungChiefBTW</a></li>
<li><a href="https://slack.com/">Slack</a>: Profile & <a href="https://join.slack.com/t/youngchief/shared_invite/zt-xccg0xj8-sXYHNzIy7Q5_fFzUzVmnKA">Workspace</a></li>
<li><a href="slack.html">Slack</a>: Profile & <a href="https://join.slack.com/t/youngchief/shared_invite/zt-xccg0xj8-sXYHNzIy7Q5_fFzUzVmnKA">Workspace</a></li>
<li><a href="https://reddit.com/">Reddit</a>: <a href="https://reddit.com/user/YoungChiefBTW">Profile</a> and <a href="https://reddit.com/r/youngchiefbtw">Subreddit</a></li>
</ul>
<br/>

View File

@ -23,6 +23,7 @@
<li><a href="matrix.html">[matrix] (matrix.html)</a></li>
<li><a href="session.html">Session (session.html)</a></li>
<li><a href="xmpp.html">XMPP (xmpp.html)</a></li>
<li><a href="slack.html">Slack (slack.html)</a></li>
</ul>
<hr />
<footer>

31
src/slack.html Normal file
View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1><a href="index.html">youngchief btw ツ</a></h1>
<hr />
<div>
<p>
<b><a href="https://slack.com/">Slack</a></b><br/>
is a communications platform designed for teams of all sizes.<br/>
The workspace has various privacy protections but do your own too!<br/>
<a href="https://slack.com/connect">Slack Connect</a> is enabled so you can contact people from other workspaces.<br/>
Workspace: <a href="https://join.slack.com/t/youngchief/shared_invite/zt-xccg0xj8-sXYHNzIy7Q5_fFzUzVmnKA">youngchief.slack.com</a><br/>
Profile: <br/>
<li><a href="https://app.slack.com/client/T02JB8Q0S65/C02HJ037F47/user_profile/U02JNAARGC8">Direct Link</a></li>
<li>Member ID: U02JNAARGC8</li>
<li>Username: youngchief</li>
</p>
</div>
<hr/>
<footer>
<p><a href=".">Home</a></p>
</footer>
</body>
</html>