From 657b7b35dc0cafb15d5c11762f3d672497a93558 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 22 Feb 2012 13:43:35 -0600 Subject: [PATCH] be a little more descriptive --- index.mdwn | 8 ++++++++ people.sh | 2 ++ style.css | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/index.mdwn b/index.mdwn index ea4faad..38ef79d 100644 --- a/index.mdwn +++ b/index.mdwn @@ -10,6 +10,14 @@ Title: Home + + +Woozle.org provides shells, email, and web hosting for no cost, +without advertisements, and with a focus on security. Accounts are +held by folks who know the right person to ask. + 3 Feb: Web Server Change ------------------------ diff --git a/people.sh b/people.sh index edd2576..62ac05b 100755 --- a/people.sh +++ b/people.sh @@ -2,6 +2,8 @@ echo 'Title: People' echo +echo 'The following people have made public homepages:' +echo ls /home/*/public_html/index.html | while read fn; do a=${fn#/home/} diff --git a/style.css b/style.css index e1e1a74..baf1c74 100644 --- a/style.css +++ b/style.css @@ -53,6 +53,10 @@ h1 { border-bottom: 1px solid #ddd; } +h2 { + font-size: 115%; +} + .login { margin: 0 1em;