Skip to content

Commit 844f6a1

Browse files
Added <hr>'s, added new mods
1 parent 8522723 commit 844f6a1

File tree

2 files changed

+62
-36
lines changed

2 files changed

+62
-36
lines changed

index.html

Lines changed: 59 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -30,49 +30,72 @@ <h2>My GitHub Pages site</h2>
3030
<section id="main_content">
3131
<h1 id="thepython10110">ThePython10110</h1>
3232
<p>I am a programmer/musician.</p>
33+
<hr>
3334
<h1 id="music">Music</h1>
3435
<p>Find my music (mostly video game transcriptions) on <a
3536
href="https://musescore.com/thepython10110">MuseScore.com</a> and <a
3637
href="https://github.com/thepython10110/musescore" class="btn btn-github"><span
3738
class="icon"></span>GitHub</a>.</p>
39+
<hr>
3840
<h1 id="software-on-my-computer"><a href="software-on-my-computer">Software on my computer</a></h1>
3941
<p>A list of software on my computer.</p>
40-
<h1 id="programming-projects">Programming projects</h1>
41-
<h3 id="tengwar-transcriber">Tengwar Transcriber</h3>
42-
<p><a href="https://github.com/thepython10110/tengwar-transcriber" class="btn btn-github"><span
43-
class="icon"></span>GitHub</a>, <a href="Tengwar-Transcriber">Demo</a></p>
44-
<p>A program that converts English into Lord of the Rings Elvish Tengwar. I&#39;m unlikely to finish it,
45-
especially since <a href="https://tecendil.com">Tecendil</a> already exists.</p>
46-
<h3 id="countdown">Countdown</h3>
47-
<p><a href="https://github.com/thepython10110/countdown" class="btn btn-github"><span
48-
class="icon"></span>GitHub</a></p>
49-
<p>A Python/Tkinter program that counts down the time until user-specified events, with the ability to make
50-
custom themes. It requires Python 3 on a Windows computer (although using it on other OS&#39;s
51-
shouldn&#39;t take much modification), and several Python modules that <em>should</em> automatically be
52-
installed. It saves either to a JSON file or to a <a href="https://home-assistant.io">Home Assistant</a>
53-
server via the REST API. It uses my Python script (<code>hass.py</code>) which has several functions
54-
that make the Home Assistant REST API relatively easy to use.</p>
55-
<h3 id="clonetron">Clonetron</h3>
56-
<p><a href="https://github.com/thepython10110/clonetron" class="btn btn-github"><span
57-
class="icon"></span>GitHub</a></p>
58-
<p>Hopefully a <a href="https://minetest.net">Minetest</a> mod that&#39;s a port of <a
59-
href="https://github.com/minetest-mods/digtron" class="btn btn-github"><span
60-
class="icon"></span>Digtron</a> for <a
61-
href="https://content.minetest.net/packages/Wuzzy/mineclone2">MineClone</a>. It doesn&#39;t work,
62-
and I know basically nothing about the Minetest/MineClone API (?), and I&#39;m also very new to Lua, so
63-
I don&#39;t know how to fix it. Basically, all I did was change the crafting recipes, change the
64-
dependencies, and find/replace &quot;digtron&quot; with &quot;clonetron.&quot; <em>PLEASE</em> look
65-
through it and open an issue telling me how to fix it...</p>
66-
<h3 id="github-pages">GitHub Pages</h3>
67-
<p><a href="https://github.com/thepython10110/thepython10110.github.io" class="btn btn-github"><span
68-
class="icon"></span>GitHub</a></p>
69-
<p>The code for this site. GitHub Pages is great.</p>
70-
<h3 id="spawncraft">SpawnCraft</h3>
71-
<p><a href="https://github.com/thepython10110/spawncraft" class="btn btn-github"><span
72-
class="icon"></span>GitHub</a></p>
73-
<p>A <a href="https://minetest.net">Minetest</a> mod for <a
74-
href="https://content.minetest.net/packages/Wuzzy/mineclone2">MineClone</a> that adds crafting
75-
recipes for spawners and spawn eggs.</p>
42+
<hr>
43+
<details>
44+
<summary>
45+
<h1 id="minetest-mods">Minetest mods</h1>
46+
</summary>
47+
<h3 id="clonetron">Clonetron</h3>
48+
<p><a href="https://github.com/thepython10110/clonetron" class="btn btn-github"><span
49+
class="icon"></span>GitHub</a></p>
50+
<p>Hopefully a port of <a href="https://github.com/minetest-mods/digtron" class="btn btn-github"><span
51+
class="icon"></span>Digtron</a> for <a
52+
href="https://content.minetest.net/packages/Wuzzy/mineclone2">MineClone</a>. It doesn&#39;t work
53+
at the moment. Basically, all I did so far was change the crafting recipes, change the
54+
dependencies, and find/replace &quot;digtron&quot; with &quot;clonetron.&quot; I might try to fix it
55+
soon.</p>
56+
<h3 id="spawncraft">SpawnCraft</h3>
57+
<p><a href="https://github.com/thepython10110/spawncraft" class="btn btn-github"><span
58+
class="icon"></span>GitHub</a>, <a href="https://content.minetest.net/packages/ThePython/spawncraft/">ContentDB</a></p>
59+
<p>A mod for <a href="https://content.minetest.net/packages/Wuzzy/mineclone2">MineClone</a> that adds
60+
crafting recipes for spawners and spawn eggs.</p>
61+
<h3 id="exchangeclone">ExchangeClone</h3>
62+
<p><a href="https://github.com/thepython10110/exchangeclone" class="btn btn-github"><span
63+
class="icon"></span>GitHub</a></p>
64+
<p>A fork of <a href=https://github.com/enchant97/minetest_element_exchange class="btn btn-github"><span
65+
class="icon"></span>Element Exchange</a> with bugfixes, MineClone support (WIP), and new
66+
features (eventually).</p>
67+
<h3 id="portability">Portability</h3>
68+
<p><a href="https://github.com/thepython10110/portability" class="btn btn-github"><span
69+
class="icon"></span>GitHub</a>, <a href="https://content.minetest.net/packages/ThePython/portability/">ContentDB</a></p>
70+
<p>Adds a portable crafting table, portable ender chest, and portable enchanting table to MineClone.</p>
71+
</details>
72+
<hr>
73+
<details>
74+
<summary>
75+
<h1 id="random-programming-projects">Random programming projects</h1>
76+
</summary>
77+
<h3 id="tengwar-transcriber">Tengwar Transcriber</h3>
78+
<p><a href="https://github.com/thepython10110/tengwar-transcriber" class="btn btn-github"><span
79+
class="icon"></span>GitHub</a>, <a href="Tengwar-Transcriber">Demo</a></p>
80+
<p>A program that converts English into Lord of the Rings Elvish Tengwar. I&#39;m unlikely to finish it,
81+
especially since <a href="https://tecendil.com">Tecendil</a> already exists.</p>
82+
<h3 id="countdown">Countdown</h3>
83+
<p><a href="https://github.com/thepython10110/countdown" class="btn btn-github"><span
84+
class="icon"></span>GitHub</a></p>
85+
<p>A Python/Tkinter program that counts down the time until user-specified events, with the ability to
86+
make
87+
custom themes. It requires Python 3 on a Windows computer (although using it on other OS&#39;s
88+
shouldn&#39;t take much modification), and several Python modules that <em>should</em> automatically
89+
be
90+
installed. It saves either to a JSON file or to a <a href="https://home-assistant.io">Home
91+
Assistant</a>
92+
server via the REST API. It uses my Python script (<code>hass.py</code>) which has several functions
93+
that make the Home Assistant REST API relatively easy to use.</p>
94+
<h3 id="github-pages">GitHub Pages</h3>
95+
<p><a href="https://github.com/thepython10110/thepython10110.github.io" class="btn btn-github"><span
96+
class="icon"></span>GitHub</a></p>
97+
<p>The code for this site.</p>
98+
</details>
7699
</section>
77100
</div>
78101
</body>

software-on-my-computer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ <h3 id="Zoom"><a href="https://zoom.us/">Zoom</a></h3>
392392
<p><code>winget install Zoom.Zoom</code></p>
393393
<p><code>scoop install zoom</code></p>
394394
</details>
395+
<hr>
395396

396397

397398
<details>
@@ -486,6 +487,7 @@ <h3 id="there-is-no-game-wrong-dimensiona"> <a
486487
</h3>
487488
<p>A point and click puzzle game that does not want to be played... and also has a girlfriend.</p>
488489
</details>
490+
<hr>
489491
<details>
490492
<summary>
491493
<h1 id="audio-plugins">Audio plugins</h1>
@@ -637,6 +639,7 @@ <h3 id="waveform-free-built-in-stuff">WaveForm Free built-in stuff</h3>
637639
<h3 id="xoxos-plugins"><a href="https://xoxos.net/vst/">XOXOS plugins </a></h3>
638640
<p>A ton of (unfortunately 32-bit) VST plugins, including instruments and effects.</p>
639641
</details>
642+
<hr>
640643

641644
<details>
642645
<summary>

0 commit comments

Comments
 (0)