Skip to content

Commit

Permalink
chore: yeet old accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Jun 26, 2022
1 parent 5ed6d0e commit cdb1666
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions assets/pre_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,9 @@ table a:visited {
table a:active, table a:hover{
color: #d70270;
}

.d-none {
display: none;
visibility: hidden;
}

2 changes: 1 addition & 1 deletion assets/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,38 +37,34 @@

<tr>
<td style="color: var(--mblue);"><i class="fas fa-address-card" title="Name"></i> soopyc</td>
<td><i class="fab fa-git-alt" title="Gitea"></i> <a href="//patchy.soopy.moe/soopyc">soopyc</a></td>
<td style="color: #fc6d26"><i class="fab fa-gitlab" title="GitLab"></i> <a href="//koakuma.soopy.moe/soopyc">soopyc</a></td>
<td id="projects-cypher" class="projects" data-project-desc="Versatile Discord server management bot" data-github-slug="tempus-dev/cypher" data-badge-license-disable="true" data-wakatime-slug="kcomain/cypher" data-project-name="cypher"><i class="fab fa-python"></i> <a href="//www.cypherbot.org">Cypher</a></td>
</tr>
<tr>
<td style="color: var(--apink);"><i class="fas fa-calendar-day" title="Age"></i> <span id="age" title="Birthday: 26th December, 2005"><small>js disabled, hover to see date</small></span></td>
<td id="info-twitter"><del><i class="fab fa-twitter" title="Twitter"></i> <a href="//twitter.com/kcomain1">@kcomain1</a></del></td>
<td id="info-discord" style="color: #5865F2 !important"><i class="fab fa-discord" title="Discord"></i> <a href="//discord.com/users/397029587965575170">sophie#1320</a></td>
<td id="projects-dpextras" class="projects" data-project-desc="Extra utility modules for discord.py" data-github-slug="kcomain/dpextras" data-wakatime-slug="kcomain/dpextras" data-project-name="dpextras"><i class="fab fa-python"></i> <a href="https://github.com/kcomain/dpextras">dpextras</a></td>
</tr>
<tr>
<td id="info-pronouns" style="color: white;"><i class="fas fa-user-alt" title="Pronouns"></i> <span id='info-pronoun'>she/her</span></td>
<td id="info-discord" style="color: #5865F2 !important"><i class="fab fa-discord" title="Discord"></i> <a href="//discord.com/users/397029587965575170">sophie#1320</a></td>
<td><i class="fab fa-github-alt" title="GitHub"></i> <a href="//github.com/soopyc" rel="me">soopyc</a></td>
<td id="projects-unnamed-launcher" class="projects" data-project-desc="Yet another 2hu launcher" data-github-slug="kcomain/unnamed-launcher" data-wakatime-slug="kcomain/unnamed-launcher" data-project-name="unnamed-launcher"><i class="fab fa-python"></i> <a href="https://github.com/kcomain/unnamed-launcher">unnamed-launcher</a></td>
</tr>
<tr>
<td style="color: var(--apink);"><i class="fas fa-book-reader" title="Education level"></i> S4</td>
<td><i class="fab fa-github-alt" title="GitHub"></i> <a href="//github.com/soopyc">soopyc</a></td>
<td><i class="fab fa-lastfm" title="Last.fm"></i> <a href="//www.last.fm/user/kcomain">kcomain</a></td>
<td id="projects-hwa" class="projects" data-project-desc="Python HKO Weather API Wrapper" data-github-slug="kcomain-wasteland/hwa" data-wakatime-slug="kcomain-wasteland/hwa" data-project-name="hwa"><i class="fab fa-python"></i> <a href="https://github.com/kcomain-wasteland/hwa">hwa</a></td>
</tr>
<tr>
<td style="color: var(--mblue);"><i class="fas fa-globe-asia" title="Location"></i> Hong Kong</td>
<td style="color: #fc6d26"><i class="fab fa-gitlab" title="GitLab"></i> <a href="//koakuma.soopy.moe/soopyc">soopyc</a></td>
<td><i class="fab fa-mastodon" title="Mastodon"></i> <a rel="me" href="https://tech.lgbt/@soopyc">soopyc@tech.lgbt</a></td>
</tr>
<tr>
<td id="info-fsf"><i class="fas fa-heart"></i> <a href="https://my.fsf.org/join?referrer=5051898">open source</a></td>
<td><i class="fab fa-lastfm" title="Last.fm"></i> <a href="//www.last.fm/user/kcomain">kcomain</a></td>
<td><i class="fas fa-user-circle" title="Misskey"></i> <a rel="me" href="https://m.soopy.moe/@sophie">@sophie@m.soopy.moe</a></td>
</tr>
<tr>
<td><i class="far fa-chart-bar"></i> <a href="/stats.html">stats</a></td>
<td><i class="fab fa-mastodon" title="Mastodon"></i> <a rel="me" href="https://tech.lgbt/@soopyc">soopyc@tech.lgbt</a></td>
</tr>
<tr>
<td></td>
<td><i class="fab fa-keybase" title="Keybase"></i> <a href="https://keybase.io/kcomain">kcomain</a></td>
</tr>
<tr>
Expand All @@ -77,6 +73,9 @@
</tr>
</table>
</div>
<!-- IndieAuth stuff -->
<link rel="pgpkey" href="https://keys.openpgp.org/vks/v1/by-fingerprint/7BADC9C659B024D8F0AC64F3DB9BEC3A93B4B1DF" />

<p class="hidden">site design <span title="more like stolen from">"inspired"</span> by rauf's site (https://rauf.wtf)</p>
<p class="hidden">updating this soon so it doesnt look cracked on mobile/narrow screens</p>
</div>
Expand Down Expand Up @@ -121,3 +120,4 @@
</script>
</body>
</html>

0 comments on commit cdb1666

Please sign in to comment.