From c82ee71b4d30c7568e9aa4ab764d982e268dca84 Mon Sep 17 00:00:00 2001 From: Linus Lee Date: Thu, 24 Sep 2020 08:37:50 -0400 Subject: Add social image --- README.md | 7 +++++-- static/css/main.css | 3 ++- static/img/screenshot.jpg | Bin 0 -> 90625 bytes static/index.html | 12 ++++++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 static/img/screenshot.jpg diff --git a/README.md b/README.md index cbf6386..f9ab9f3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# tabloid -A minimal programming language inspired by clickbait headlines +# The Tabloid Programming Language + +A minimal programming language ~inspired~ **supercharged** by clickbait headlines. + + diff --git a/static/css/main.css b/static/css/main.css index 1a02bca..354106b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -196,7 +196,8 @@ main > h2 { } main > p, -main > ul li { +main > ul li, +footer { line-height: 1.5em; } diff --git a/static/img/screenshot.jpg b/static/img/screenshot.jpg new file mode 100644 index 0000000..e7f694f Binary files /dev/null and b/static/img/screenshot.jpg differ diff --git a/static/index.html b/static/index.html index c62e1e8..a5235bd 100644 --- a/static/index.html +++ b/static/index.html @@ -7,6 +7,18 @@ + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2