Skip to content

Commit 758d8dc

Browse files
Major changes to just about everything...
1 parent 2b43885 commit 758d8dc

File tree

6 files changed

+1078
-526
lines changed

6 files changed

+1078
-526
lines changed

index.html

Lines changed: 57 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,68 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<link rel = "stylesheet" href = "style.css">
5-
</head>
6-
<body>
7-
<div id = "content">
3+
4+
<head>
5+
<link rel="stylesheet" href="style.css">
6+
</head>
7+
8+
<body>
9+
<header>
10+
<div class="container">
11+
<a id="a-title" href="https://thepython10110.github.io/">
12+
<h1>./index.html</h1>
13+
</a>
14+
<h2>My GitHub Pages site</h2>
15+
16+
<section id="downloads">
17+
18+
<a href="https://github.com/ThePython10110/ThePython10110.github.io" class="btn btn-github"><span
19+
class="icon"></span>View on GitHub</a>
20+
</section>
21+
</div>
22+
</header>
23+
<div class="container">
24+
<section id="main_content">
825
<h1 id="thepython10110">ThePython10110</h1>
926
<p>I am a programmer/musician.</p>
1027
<h1 id="music">Music</h1>
11-
<p>Find my music (mostly video game transcriptions) on <a href="https://musescore.com/thepython10110">MuseScore.com</a> and <a href="https://github.com/thepython10110/musescore">GitHub</a>.</p>
12-
<h1 id="software-on-my-computer"><a href="software-on-my-computer.html">Software on my computer</a></h1>
28+
<p>Find my music (mostly video game transcriptions) on <a
29+
href="https://musescore.com/thepython10110">MuseScore.com</a> and <a
30+
href="https://github.com/thepython10110/musescore" class="btn btn-github"><span
31+
class="icon"></span>GitHub</a>.</p>
32+
<h1 id="software-on-my-computer"><a href="software-on-my-computer">Software on my computer</a></h1>
1333
<p>A list of software on my computer.</p>
1434
<h1 id="programming-projects">Programming projects</h1>
1535
<h3 id="tengwar-transcriber">Tengwar Transcriber</h3>
16-
<p><a href="https://github.com/thepython10110/tengwar-transcriber">GitHub</a>, <a href="Tengwar-Transcriber">Demo</a></p>
17-
<p>A program that converts English into Lord of the Rings Elvish Tengwar. I&#39;m unlikely to finish it, especially since <a href="https://tecendil.com">Tecendil</a> already exists.</p>
36+
<p><a href="https://github.com/thepython10110/tengwar-transcriber" class="btn btn-github"><span
37+
class="icon"></span>GitHub</a>, <a href="Tengwar-Transcriber">Demo</a></p>
38+
<p>A program that converts English into Lord of the Rings Elvish Tengwar. I&#39;m unlikely to finish it,
39+
especially since <a href="https://tecendil.com">Tecendil</a> already exists.</p>
1840
<h3 id="countdown">Countdown</h3>
19-
<p><a href="https://github.com/thepython10110/countdown">GitHub</a></p>
20-
<p>A Python/Tkinter program that counts down the time until user-specified events, with the ability to make custom themes. It requires Python 3 on a Windows computer (although using it on other OS&#39;s shouldn&#39;t take much modification), and several Python modules that <em>should</em> automatically be installed. It saves either to a JSON file or to a <a href="https://home-assistant.io">Home Assistant</a> server via the REST API. It uses my Python script (<code>hass.py</code>) which has several functions that make the Home Assistant REST API relatively easy to use.</p>
41+
<p><a href="https://github.com/thepython10110/countdown" class="btn btn-github"><span
42+
class="icon"></span>GitHub</a></p>
43+
<p>A Python/Tkinter program that counts down the time until user-specified events, with the ability to make
44+
custom themes. It requires Python 3 on a Windows computer (although using it on other OS&#39;s
45+
shouldn&#39;t take much modification), and several Python modules that <em>should</em> automatically be
46+
installed. It saves either to a JSON file or to a <a href="https://home-assistant.io">Home Assistant</a>
47+
server via the REST API. It uses my Python script (<code>hass.py</code>) which has several functions
48+
that make the Home Assistant REST API relatively easy to use.</p>
2149
<h3 id="clonetron">Clonetron</h3>
22-
<p><a href="https://thepython10110/clonetron">GitHub</a></p>
23-
<p>Hopefully a <a href="https://minetest.net">Minetest</a> mod that&#39;s a port of <a href="https://github.com/minetest-mods/digtron">Digtron</a> for <a href="https://content.minetest.net/packages/Wuzzy/mineclone2">MineClone</a> It doesn&#39;t work, and I know basically nothing about the Minetest/MineClone API (?), and I&#39;m also very new to Lua, so I don&#39;t know how to fix it. Basically, all I did was change the crafting recipes, change the dependencies, and find/replace &quot;digtron&quot; with &quot;clonetron.&quot; <em>PLEASE</em> look through it and open an issue telling me how to fix it...</p>
24-
<h3 id = "github-pages">GitHub Pages</h3>
25-
<p><a href="https://github.com/thepython10110/thepython10110.github.io">GitHub</a></p>
26-
<p>The code for this site. GitHub Pages is pretty cool...</p>
27-
</div>
28-
</body>
50+
<p><a href="https://github.com/thepython10110/clonetron" class="btn btn-github"><span
51+
class="icon"></span>GitHub</a></p>
52+
<p>Hopefully a <a href="https://minetest.net">Minetest</a> mod that&#39;s a port of <a
53+
href="https://github.com/minetest-mods/digtron" class="btn btn-github"><span
54+
class="icon"></span>Digtron</a> for <a
55+
href="https://content.minetest.net/packages/Wuzzy/mineclone2">MineClone</a>. It doesn&#39;t work,
56+
and I know basically nothing about the Minetest/MineClone API (?), and I&#39;m also very new to Lua, so
57+
I don&#39;t know how to fix it. Basically, all I did was change the crafting recipes, change the
58+
dependencies, and find/replace &quot;digtron&quot; with &quot;clonetron.&quot; <em>PLEASE</em> look
59+
through it and open an issue telling me how to fix it...</p>
60+
<h3 id="github-pages">GitHub Pages</h3>
61+
<p><a href="https://github.com/thepython10110/thepython10110.github.io" class="btn btn-github"><span
62+
class="icon"></span>GitHub</a></p>
63+
<p>The code for this site. GitHub Pages is great.</p>
64+
</section>
65+
</div>
66+
</body>
67+
2968
</html>

res/bkg.png

1.19 KB
Loading

res/blacktocat.png

268 Bytes
Loading

0 commit comments

Comments
 (0)