Removed inline html
This commit is contained in:
@@ -174,14 +174,26 @@
|
|||||||
<h2 id="discord-server">Discord Server</h2>
|
<h2 id="discord-server">Discord Server</h2>
|
||||||
<p>I made a <a href="https://discord.gg/b48D4m8jNs" target="_blank" rel="noopener noreffer ">Discord server</a>! There’s channels for asking for help with Java, Kotlin, and Rust, as well as helpful resources. I encourage everyone to put your favorite resources for the languages in their respective channels. I often forget cool things I find and this will be my way of having a whole list to revisit anytime I want. You can also showcase your projects as a thread in the <a href="https://discord.gg/b48D4m8jNs" target="_blank" rel="noopener noreffer "><code>#showcase</code></a> channel. I look forward to seeing you there!</p>
|
<p>I made a <a href="https://discord.gg/b48D4m8jNs" target="_blank" rel="noopener noreffer ">Discord server</a>! There’s channels for asking for help with Java, Kotlin, and Rust, as well as helpful resources. I encourage everyone to put your favorite resources for the languages in their respective channels. I often forget cool things I find and this will be my way of having a whole list to revisit anytime I want. You can also showcase your projects as a thread in the <a href="https://discord.gg/b48D4m8jNs" target="_blank" rel="noopener noreffer "><code>#showcase</code></a> channel. I look forward to seeing you there!</p>
|
||||||
<div style="display: flex; flex-direction: row; justify-content: center;">
|
<div style="display: flex; flex-direction: row; justify-content: center;">
|
||||||
<figure><a class="lightgallery" href="/images/april2023-bard.png" title="april2023-bard" data-thumbnail="/images/april2023-bard.png" data-sub-html="<h2>Music bot</h2><p>april2023-bard</p>" data-lg-id="adfebe47-32ef-4d76-96b7-b1ca96aec455">
|
<p><figure><a class="lightgallery" href="/images/april2023-bard.png" title="april2023-bard" data-thumbnail="/images/april2023-bard.png" data-sub-html="<h2>Music bot</h2><p>april2023-bard</p>">
|
||||||
<img class="lazyautosizes ls-is-cached lazyloaded" src="/images/april2023-bard.png" data-src="/images/april2023-bard.png" data-srcset="/images/april2023-bard.png, /images/april2023-bard.png 1.5x, /images/april2023-bard.png 2x" data-sizes="auto" alt="/images/april2023-bard.png" width="512" height="512" sizes="702px" srcset="/images/april2023-bard.png, /images/april2023-bard.png 1.5x, /images/april2023-bard.png 2x">
|
<img
|
||||||
|
class="lazyload"
|
||||||
|
src="/svg/loading.min.svg"
|
||||||
|
data-src="/images/april2023-bard.png"
|
||||||
|
data-srcset="/images/april2023-bard.png, /images/april2023-bard.png 1.5x, /images/april2023-bard.png 2x"
|
||||||
|
data-sizes="auto"
|
||||||
|
alt="/images/april2023-bard.png" width="512" height="512" />
|
||||||
</a><figcaption class="image-caption">Music bot</figcaption>
|
</a><figcaption class="image-caption">Music bot</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<figure><a class="lightgallery" href="/images/april2023-toaster.png" title="april2023-toaster" data-thumbnail="/images/april2023-toaster.png" data-sub-html="<h2>Server icon</h2><p>april2023-toaster</p>" data-lg-id="e3e72d4f-30a6-48b2-9af9-7ded950e8eca">
|
<figure><a class="lightgallery" href="/images/april2023-toaster.png" title="april2023-toaster" data-thumbnail="/images/april2023-toaster.png" data-sub-html="<h2>Server icon</h2><p>april2023-toaster</p>">
|
||||||
<img class="lazyautosizes ls-is-cached lazyloaded" src="/images/april2023-toaster.png" data-src="/images/april2023-toaster.png" data-srcset="/images/april2023-toaster.png, /images/april2023-toaster.png 1.5x, /images/april2023-toaster.png 2x" data-sizes="auto" alt="/images/april2023-toaster.png" width="512" height="512" sizes="702px" srcset="/images/april2023-toaster.png, /images/april2023-toaster.png 1.5x, /images/april2023-toaster.png 2x">
|
<img
|
||||||
|
class="lazyload"
|
||||||
|
src="/svg/loading.min.svg"
|
||||||
|
data-src="/images/april2023-toaster.png"
|
||||||
|
data-srcset="/images/april2023-toaster.png, /images/april2023-toaster.png 1.5x, /images/april2023-toaster.png 2x"
|
||||||
|
data-sizes="auto"
|
||||||
|
alt="/images/april2023-toaster.png" width="512" height="512" />
|
||||||
</a><figcaption class="image-caption">Server icon</figcaption>
|
</a><figcaption class="image-caption">Server icon</figcaption>
|
||||||
</figure>
|
</figure></p>
|
||||||
</div>
|
</div>
|
||||||
<h2 id="plans--current-projects">Plans & Current Projects</h2>
|
<h2 id="plans--current-projects">Plans & Current Projects</h2>
|
||||||
<p>If you have been following my GitHub while this website was abandoned, I’ve been making projects in Rust and loving them. I’m going to be moving Butter Engine to Rust and have progressed about as far as the last blog post on the Engine, in terms of rendering. This would be the 3rd time I have redone Butter Engine, and ultimately I don’t care! Rust is forcing me to write better code for when I build off of the engine in the future and I felt that moving forward with what I have in Java would be a headache in many ways. I’ll make this into it’s own post, but for right now I want to move all my workflows to Rust to learn it better. I guess that means I need to find a Hugo alternative but I’ll wait another year and no blog posts for that 😉.</p>
|
<p>If you have been following my GitHub while this website was abandoned, I’ve been making projects in Rust and loving them. I’m going to be moving Butter Engine to Rust and have progressed about as far as the last blog post on the Engine, in terms of rendering. This would be the 3rd time I have redone Butter Engine, and ultimately I don’t care! Rust is forcing me to write better code for when I build off of the engine in the future and I felt that moving forward with what I have in Java would be a headache in many ways. I’ll make this into it’s own post, but for right now I want to move all my workflows to Rust to learn it better. I guess that means I need to find a Hugo alternative but I’ll wait another year and no blog posts for that 😉.</p>
|
||||||
|
|||||||
@@ -28,15 +28,10 @@ Light theme looks better than before, and better than dark mode in my opinion. T
|
|||||||
I made a [Discord server](https://discord.gg/b48D4m8jNs)! There's channels for asking for help with Java, Kotlin, and Rust, as well as helpful resources. I encourage everyone to put your favorite resources for the languages in their respective channels. I often forget cool things I find and this will be my way of having a whole list to revisit anytime I want. You can also showcase your projects as a thread in the [`#showcase`](https://discord.gg/b48D4m8jNs) channel. I look forward to seeing you there!
|
I made a [Discord server](https://discord.gg/b48D4m8jNs)! There's channels for asking for help with Java, Kotlin, and Rust, as well as helpful resources. I encourage everyone to put your favorite resources for the languages in their respective channels. I often forget cool things I find and this will be my way of having a whole list to revisit anytime I want. You can also showcase your projects as a thread in the [`#showcase`](https://discord.gg/b48D4m8jNs) channel. I look forward to seeing you there!
|
||||||
|
|
||||||
<div style="display: flex; flex-direction: row; justify-content: center;">
|
<div style="display: flex; flex-direction: row; justify-content: center;">
|
||||||
<figure><a class="lightgallery" href="/images/april2023-bard.png" title="april2023-bard" data-thumbnail="/images/april2023-bard.png" data-sub-html="<h2>Music bot</h2><p>april2023-bard</p>" data-lg-id="adfebe47-32ef-4d76-96b7-b1ca96aec455">
|
|
||||||
<img class="lazyautosizes ls-is-cached lazyloaded" src="/images/april2023-bard.png" data-src="/images/april2023-bard.png" data-srcset="/images/april2023-bard.png, /images/april2023-bard.png 1.5x, /images/april2023-bard.png 2x" data-sizes="auto" alt="/images/april2023-bard.png" width="512" height="512" sizes="702px" srcset="/images/april2023-bard.png, /images/april2023-bard.png 1.5x, /images/april2023-bard.png 2x">
|
|
||||||
</a><figcaption class="image-caption">Music bot</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|
||||||
<figure><a class="lightgallery" href="/images/april2023-toaster.png" title="april2023-toaster" data-thumbnail="/images/april2023-toaster.png" data-sub-html="<h2>Server icon</h2><p>april2023-toaster</p>" data-lg-id="e3e72d4f-30a6-48b2-9af9-7ded950e8eca">
|

|
||||||
<img class="lazyautosizes ls-is-cached lazyloaded" src="/images/april2023-toaster.png" data-src="/images/april2023-toaster.png" data-srcset="/images/april2023-toaster.png, /images/april2023-toaster.png 1.5x, /images/april2023-toaster.png 2x" data-sizes="auto" alt="/images/april2023-toaster.png" width="512" height="512" sizes="702px" srcset="/images/april2023-toaster.png, /images/april2023-toaster.png 1.5x, /images/april2023-toaster.png 2x">
|

|
||||||
</a><figcaption class="image-caption">Server icon</figcaption>
|
|
||||||
</figure>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Plans & Current Projects
|
## Plans & Current Projects
|
||||||
|
|||||||
Reference in New Issue
Block a user