summaryrefslogtreecommitdiff
path: root/src/programming/index.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-02-23 00:21:28 -0800
committerKai Stevenson <kai@kaistevenson.com>2023-02-23 00:21:28 -0800
commitdfed378228447a9c798d8bfd0f4c058acda4c78c (patch)
tree18ae415475fe9ff59311aa38e769c0b0d621edab /src/programming/index.php
parentcdfa84e6b337a9964f2918210b65670061061410 (diff)
replaced spaces with tabs and fixed the music page
Diffstat (limited to 'src/programming/index.php')
-rw-r--r--src/programming/index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/programming/index.php b/src/programming/index.php
index fd635c5..0e61640 100644
--- a/src/programming/index.php
+++ b/src/programming/index.php
@@ -4,14 +4,14 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
- My repositories (including some notes) are at aberrantflux.xyz/cgit. I also have some stuff at github.com/kaistevenson. The repo for this site is <a href=https://aberrantflux.xyz/cgit/aberrantflux-site.git>aberrantflux.xyz/cgit/aberrantflux-site.git</a> if you want to get a little meta. I use cgit to serve my repositories over HTTP, and otherwise use SSH.
+ My repositories (including some notes) are at aberrantflux.xyz/cgit. I also have some stuff at github.com/kaistevenson. The repo for this site is <a href=https://aberrantflux.xyz/cgit/aberrantflux-site.git>aberrantflux.xyz/cgit/aberrantflux-site.git</a> if you want to get a little meta. I use cgit to serve my repositories over HTTP, and otherwise use SSH.
</p>
<h2>Projects</h2>
<p>
- I have a few particularly cool projects, like <a href=https://aberrantflux.xyz/cgit/precedent.git>Precedent</a>, my interpreted
- programming language, and <a href=https://aberrantflux.xyz/cgit/snake3.git>Snake3</a>, a fun snake game.
- If you want to contribute to any of my repositories, just email me
- with a diff and a brief description of your changes. If I like your
- commit, I'll integrate it.
+ I have a few particularly cool projects, like <a href=https://aberrantflux.xyz/cgit/precedent.git>Precedent</a>, my interpreted
+ programming language, and <a href=https://aberrantflux.xyz/cgit/snake3.git>Snake3</a>, a fun snake game.
+ If you want to contribute to any of my repositories, just email me
+ with a diff and a brief description of your changes. If I like your
+ commit, I'll integrate it.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>