Remove Windows iso links

This commit is contained in:
askiiart 2023-03-23 18:02:27 -05:00
parent 185bea0fb3
commit e6630ce096
6 changed files with 6 additions and 8 deletions

View file

@ -25,7 +25,6 @@
<li><a href="/archives/">The archives</a> <li><a href="/archives/">The archives</a>
<ul> <ul>
<li>If there's something I should add to the archives, contact me on Discord.</li> <li>If there's something I should add to the archives, contact me on Discord.</li>
<li>Additionally, there's <a href="/archives/iso-and-stuff/Windows/">this section</a> of the archives with nearly every piece Windows installation media there is - even server, IoT, and embedded versions. Get your Windows ISOs here!</li>
</ul></li> </ul></li>
<li><a href="https://askiiart.net/repo/">My yum repo</a> <li><a href="https://askiiart.net/repo/">My yum repo</a>
<ul> <ul>

View file

@ -19,7 +19,6 @@ I'm a hobby programmer, and co-founder and vice president of the TCCD CompSci an
- [Gitea](https://git.askiiart.net/) - [Gitea](https://git.askiiart.net/)
- [The archives](/archives/) - [The archives](/archives/)
- If there's something I should add to the archives, contact me on Discord. - If there's something I should add to the archives, contact me on Discord.
- Additionally, there's [this section](/archives/iso-and-stuff/Windows/) of the archives with nearly every piece Windows installation media there is - even server, IoT, and embedded versions. Get your Windows ISOs here!
- [My yum repo](https://askiiart.net/repo/) - [My yum repo](https://askiiart.net/repo/)
- A yum repo for stuff I add. I'll probably make it into an NVIDIA 470 driver repo because [NVIDIA is a pain](https://www.youtube.com/watch?v=IVpOyKCNZYw). - A yum repo for stuff I add. I'll probably make it into an NVIDIA 470 driver repo because [NVIDIA is a pain](https://www.youtube.com/watch?v=IVpOyKCNZYw).
- [Element](https://element.askiiart.net/) - [Element](https://element.askiiart.net/)

View file

@ -15,7 +15,7 @@
</ul></li> </ul></li>
<li><a href="https://askiiart.net">askiiart.net</a> <li><a href="https://askiiart.net">askiiart.net</a>
<ul> <ul>
<li>My site. I've got a bunch of services running on it, like <a href="https://git.askiiart.net">Gitea</a>, <a href="https://invidious.askiiart.net">Invidious</a>, and an <a href="https://askiiart.net/archives/iso-and-stuff/Windows/">archive of Windows <code>.iso</code> files</a>.</li> <li>My site. I've got a bunch of services running on it, like <a href="https://git.askiiart.net">Gitea</a> and <a href="https://invidious.askiiart.net">Invidious</a>.</li>
<li><a href="https://git.askiiart.net/askiiart/askiiart-net">askiiart/askiiart-net</a> - The site's source code.</li> <li><a href="https://git.askiiart.net/askiiart/askiiart-net">askiiart/askiiart-net</a> - The site's source code.</li>
</ul></li> </ul></li>
<li><a href="https://git.askiiart.net/askiiart/docker-composer">askiiart/docker-composer</a> <li><a href="https://git.askiiart.net/askiiart/docker-composer">askiiart/docker-composer</a>
@ -34,7 +34,7 @@
<li>Made minor improvements to <a href="https://github">tuwonga/fast_Dreambooth_4_kaggle</a> <li>Made minor improvements to <a href="https://github">tuwonga/fast_Dreambooth_4_kaggle</a>
<ul> <ul>
<li><a href="https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/5">Pull Request 5</a> - Make site/dist-packages robust</li> <li><a href="https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/5">Pull Request 5</a> - Make site/dist-packages robust</li>
<li><a href="%5Bhttps://gith%5D(https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/6)">Pull Request 6</a> - Improve readability, fix typos, etc.</li> <li><a href="https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/6">Pull Request 6</a> - Improve readability, fix typos, etc.</li>
</ul></li> </ul></li>
</ul> </ul>
</body> </body>

View file

@ -5,7 +5,7 @@
- [askiiart/universal-fast-stable-diffusion](https://git.askiiart.net/askiiart/universal-fast-stable-diffusion) - [askiiart/universal-fast-stable-diffusion](https://git.askiiart.net/askiiart/universal-fast-stable-diffusion)
- A semi-universal version of [TheLastBen/fast-stable-diffusion](https://github.com/TheLastBen/fast-stable-diffusion), it just requires a supported GPU and the dependencies to be installed. - A semi-universal version of [TheLastBen/fast-stable-diffusion](https://github.com/TheLastBen/fast-stable-diffusion), it just requires a supported GPU and the dependencies to be installed.
- [askiiart.net](https://askiiart.net) - [askiiart.net](https://askiiart.net)
- My site. I've got a bunch of services running on it, like [Gitea](https://git.askiiart.net), [Invidious](https://invidious.askiiart.net), and an [archive of Windows `.iso` files](https://askiiart.net/archives/iso-and-stuff/Windows/). - My site. I've got a bunch of services running on it, like [Gitea](https://git.askiiart.net) and [Invidious](https://invidious.askiiart.net).
- [askiiart/askiiart-net](https://git.askiiart.net/askiiart/askiiart-net) - The site's source code. - [askiiart/askiiart-net](https://git.askiiart.net/askiiart/askiiart-net) - The site's source code.
- [askiiart/docker-composer](https://git.askiiart.net/askiiart/docker-composer) - [askiiart/docker-composer](https://git.askiiart.net/askiiart/docker-composer)
- Some little convenience scripts for docker compose. The main thing is to compose a bunch of stuff at once. - Some little convenience scripts for docker compose. The main thing is to compose a bunch of stuff at once.
@ -18,4 +18,4 @@
- Non-code contributions to [TheLastBen/fast-stable-diffusion](https://github.com/TheLastBen/fast-stable-diffusion) - Non-code contributions to [TheLastBen/fast-stable-diffusion](https://github.com/TheLastBen/fast-stable-diffusion)
- Made minor improvements to [tuwonga/fast_Dreambooth_4_kaggle](https://github) - Made minor improvements to [tuwonga/fast_Dreambooth_4_kaggle](https://github)
- [Pull Request 5](https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/5) - Make site/dist-packages robust - [Pull Request 5](https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/5) - Make site/dist-packages robust
- [Pull Request 6]([https://gith](https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/6)) - Improve readability, fix typos, etc. - [Pull Request 6](https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/6) - Improve readability, fix typos, etc.

View file

@ -30,7 +30,7 @@
</ul></li> </ul></li>
<li><a href="https://askiiart.net">askiiart.net</a> <li><a href="https://askiiart.net">askiiart.net</a>
<ul> <ul>
<li>My site. I've got a bunch of services running on it, like <a href="https://git.askiiart.net">Gitea</a>, <a href="https://invidious.askiiart.net">Invidious</a>, and an <a href="https://askiiart.net/archives/iso-and-stuff/Windows/">archive of Windows <code>.iso</code> files</a>.</li> <li>My site. I've got a bunch of services running on it, like <a href="https://git.askiiart.net">Gitea</a> and <a href="https://invidious.askiiart.net">Invidious</a>.</li>
</ul></li> </ul></li>
</ul> </ul>
<h2 id="academics">Academics</h2> <h2 id="academics">Academics</h2>

View file

@ -24,7 +24,7 @@ Highlights:
- [askiiart/askiiart-net](https://git.askiiart.net/askiiart/askiiart-net) - [askiiart/askiiart-net](https://git.askiiart.net/askiiart/askiiart-net)
- My site's source code - My site's source code
- [askiiart.net](https://askiiart.net) - [askiiart.net](https://askiiart.net)
- My site. I've got a bunch of services running on it, like [Gitea](https://git.askiiart.net), [Invidious](https://invidious.askiiart.net), and an [archive of Windows `.iso` files](https://askiiart.net/archives/iso-and-stuff/Windows/). - My site. I've got a bunch of services running on it, like [Gitea](https://git.askiiart.net) and [Invidious](https://invidious.askiiart.net).
## Academics ## Academics