diff --git a/content/about.md b/content/about.md index e69de29..b63e2b5 100644 --- a/content/about.md +++ b/content/about.md @@ -0,0 +1,13 @@ +## About the author + +David Jentes is a 13 year old programmer and author. He is a member of the programming group KygekTeam and programs various things, including this website. Here is a list of some things he has created: + +* Ports of some of the Minecraft plugins made by KygekTeam +* David Calc, plus its GUI and Java variants +* Various C++ converters +* His own website +* Content generation script for generating HTML from specified Markdown files + +## About Lyza + +Lyza in real life is David's dog. Lyza barks a lot in David's backyard, and loves to play ball. She is adventurous and will take any chance she gets to go on an adventure. Lyza would love these books if she could read them! \ No newline at end of file diff --git a/src/about/index.html b/src/about/index.html new file mode 100644 index 0000000..84d0888 --- /dev/null +++ b/src/about/index.html @@ -0,0 +1,36 @@ + + + + Document + + + + +
+ + +
+
+

About the author

+ +

David Jentes is a 13 year old programmer and author. He is a member of the programming group KygekTeam and programs various things, including this website. Here is a list of some things he has created:

+ + + +

About Lyza

+ +

Lyza in real life is David's dog. Lyza barks a lot in David's backyard, and loves to play ball. She is adventurous and will take any chance she gets to go on an adventure. Lyza would love these books if she could read them!

+
+ + \ No newline at end of file