]> git.cworth.org Git - lmno.games/log
lmno.games
3 years agoAdd a simple form for joining a game
Carl Worth [Sat, 16 May 2020 21:00:11 +0000 (14:00 -0700)]
Add a simple form for joining a game

Note: This doesn't actually do anything yet.

3 years agoAdd styling for some mobile-friendly forms and form fields
Carl Worth [Sat, 16 May 2020 20:54:52 +0000 (13:54 -0700)]
Add styling for some mobile-friendly forms and form fields

These fields will reponsively decide whether to layout in 1 or 2
columns depending on whether the fields are declared as "small",
"medium", or "large" and the width of the browser's screen.

3 years agoAdd the most basic of font styling
Carl Worth [Sat, 16 May 2020 20:24:31 +0000 (13:24 -0700)]
Add the most basic of font styling

Simply choosing a sans-serif font for the body as well as some larger
(and bold) font sizes for h1 and h2 headers.

3 years agoAdd a reset CSS stylesheet
Carl Worth [Sat, 16 May 2020 20:21:30 +0000 (13:21 -0700)]
Add a reset CSS stylesheet

This eliminates basically all browser default styling (which differs
from browser to browser anyway). So this does not give any _nice_
styling but it does give a consistent baseline to start with.

Thanks to Eric Meyer for this stylesheet which was obtained (public
domain) from his website at:

https://meyerweb.com/eric/tools/css/reset/

3 years agoAdd DOCTYPE and "meta charset" tag.
Carl Worth [Sat, 16 May 2020 20:16:28 +0000 (13:16 -0700)]
Add DOCTYPE and "meta charset" tag.

I don't know what the DOCTYPE tag even does, but here it is.

And I really wish the world were already defaulted into utf-8 by now,
but apparently not without an explicit indication. Oh well.

3 years agoAdd a simple Makefile with a "make deploy" target
Carl Worth [Sat, 16 May 2020 20:05:43 +0000 (13:05 -0700)]
Add a simple Makefile with a "make deploy" target

This doesn't do any deleting of pre-existing files, (to avoid deleting
any web content from sub directories that aren't being maintained in
this repository). We'll need to eventually sort out a better solution
for that.

3 years agoInitial commit
Carl Worth [Sat, 16 May 2020 19:55:50 +0000 (12:55 -0700)]
Initial commit

Start tracking static web site content for https://lmno.games