2023-03-22 15:37:47 -05:00
< html >
< head >
2023-05-02 15:04:42 -05:00
< meta content = "width=device-width, initial-scale=1" charset = "utf-8" / >
2023-03-22 15:37:47 -05:00
< link rel = "icon" href = "/askiiart.gif" type = "image/icon" >
< title > askiiart's site< / title >
< link href = "style.css" type = "text/css" rel = "stylesheet" / >
< / head >
< body >
2023-03-22 17:07:42 -05:00
< h1 id = "askiiarts-site" > askiiart's site< / h1 >
2023-03-23 21:34:28 -05:00
< p > I'm a hobby programmer and co-founder and vice president of the < a href = "https://codeberg.org/TCCD-CompSci-and-Coding-Club/" > TCCD CompSci and Coding Club< / a > . This is my site.< / p >
2023-03-23 10:37:19 -05:00
< p > < strong > < a href = "/resume.html" > See my resume here!< / a > < / strong > < / p >
2023-03-23 09:17:08 -05:00
< h2 id = "personal-links" > Personal links< / h2 >
2023-03-22 15:37:47 -05:00
< ul >
2023-05-02 15:04:42 -05:00
< li > < a rel = "me" href = "https://git.askiiart.net/askiiart" > Gitea< / a > (my main git thing)< / li >
< li > < a rel = "me" href = "https://github.com/askiiart" > GitHub< / a > < / li >
< li > < a rel = "me" href = "https://codeberg.org/askiiart" > Codeberg< / a > (rarely used, aside from club stuff)< / li >
< li > < a rel = "me" href = "https://infosec.exchange/@askiiart" > Mastodon< / a > < / li >
2023-03-22 15:37:47 -05:00
< li > < a href = "https://news.ycombinator.com/user?id=askiiart" > Hacker News< / a > < / li >
< li > Discord: < a href = "https://discord.com/users/552658564368302092" > askiiart#5353< / a > < / li >
2023-05-02 15:04:42 -05:00
< li > Email: < a rel = "me" href = "mailto:mail@askiiart.net" > mail@askiiart.net< / a > < / li >
2023-03-22 15:37:47 -05:00
< / ul >
< h2 id = "site-links" > Site Links< / h2 >
< ul >
< li > < a href = "https://git.askiiart.net/" > Gitea< / a > < / li >
2023-05-02 15:04:42 -05:00
< li > < a href = "https://askiiart.net/repos/" > My yum repo< / a >
2023-03-22 15:37:47 -05:00
< ul >
2023-03-22 17:07:42 -05:00
< li > A yum repo for stuff I add. I'll probably make it into an NVIDIA 470 driver repo because < a href = "https://www.youtube.com/watch?v=IVpOyKCNZYw" > NVIDIA is a pain< / a > .< / li >
2023-03-22 15:37:47 -05:00
< / ul > < / li >
< li > < a href = "https://element.askiiart.net/" > Element< / a >
< ul >
2023-03-23 22:34:55 -05:00
< li > It's Element, the Matrix client< / li >
2023-03-22 15:37:47 -05:00
< / ul > < / li >
< li > < a href = "https://libreddit.askiiart.net/" > LibReddit< / a >
< ul >
< li > A Reddit frontend< / li >
< / ul > < / li >
< li > < a href = "https://nitter.askiiart.net/" > Nitter< / a >
< ul >
< li > An ad-free Twitter frontend< / li >
< / ul > < / li >
< li > < a href = "https://composerize.askiiart.net/" > Composerize< / a >
< ul >
< li > Convert docker run to docker compose.< / li >
< / ul > < / li >
< li > < a href = "https://invidious.askiiart.net/" > Invidious< / a >
< ul >
< li > A privacy-focused, ad-free YouTube frontend< / li >
< / ul > < / li >
< li > < a href = "https://status.askiiart.net/" > Status< / a >
< ul >
2023-03-23 21:34:28 -05:00
< li > The status page for all the publicly accessible services on my site.< / li >
2023-03-22 15:37:47 -05:00
< / ul > < / li >
< li > < a href = "https://bibliogram.askiiart.net/applysettings/3bb4944d6d346268ae9bd84f42bc9a51" > Bibliogram< / a >
< ul >
2023-03-23 21:34:28 -05:00
< li > An alternative frontend to Instagram (currently broken).< / li >
2023-03-22 15:37:47 -05:00
< / ul > < / li >
< / ul >
< h2 id = "cool-stuff" > Cool Stuff< / h2 >
< ul >
< li > < a href = "https://streetpass.social/" > StreetPass for Mastodon< / a >
< ul >
< li > Basically Nintendo StreetPass, but for Mastodon< / li >
< / ul > < / li >
2023-03-23 21:34:28 -05:00
< li > < a href = "https://bestmotherfucking.website/" > Best Motherf**king Website< / a > (sorry for the harsh language)
2023-03-22 15:37:47 -05:00
< ul >
2023-03-23 21:34:28 -05:00
< li > A fantastic looking satirical, but rude website, mocking things such as "5MB background video[s] of hipsters poking at their iPhones"< / li >
2023-03-22 15:37:47 -05:00
< / ul > < / li >
< / ul >
< / body >
2023-03-23 09:17:08 -05:00
< footer >
< p > To view this page in markdown, replace the < code > .html< / code > in the URL with < code > .md< / code > . If this is the root page (askiiart.net), get the markdown version of it at < a href = "/index.md" > index.md< / a > < / p >
< / footer >
2023-03-22 15:37:47 -05:00
< / html >