diff --git a/README.md b/README.md new file mode 100644 index 0000000..7addd95 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Andrew's Homepage + +This project contains my hand-written HTML homepage for the world-wide-web. + +It's meant to be deployed as a simple set of files on a server, and doesn't +use anything fancy beyond what can be done with a normal text editor and an +HTTP file server. diff --git a/images/freespeech_now.gif b/images/freespeech_now.gif new file mode 100644 index 0000000..5984b78 Binary files /dev/null and b/images/freespeech_now.gif differ diff --git a/index.html b/index.html index a0d71fe..032ad50 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,52 @@ + + Andrew's Homepage + + + + + + + -Hello +
+

Andrew's Homepage

+ + + +
+ +
+

About Andrew

+

+ Andrew (the author of this site) is a software engineer by education and profession, but I also do a few other things in my spare time. That includes some combination of running, lifting, computer gaming, and cooking. +

+
+ +
+

About this Site

+

+ This page was written by Andrew Lalis, to be his personal website on the world-wide-web. It's got all the usual stuff that a personal site should have, like important links and contact details, plus a little series of articles I've written about my experiences with programming, lifting, gaming, or anything else of interest. +

+

+ As you can see, I'm a fan of the plain HTML is responsive school of thought. This website is intentionally very simple in its structure, styling, and interactivity. This is because I believe that the vast majority of the internet's most popular websites sacrifice usability and accessibility to make a flashier product. +

+
+
+ diff --git a/style.css b/style.css new file mode 100644 index 0000000..e7d9270 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +article { + max-width: 50ch; +} \ No newline at end of file