From d4e17a8a5c4cd004997ce4f951a3f20d6e70da2f Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Thu, 4 Sep 2008 22:35:18 -0700 Subject: [PATCH] adding h1 titles to pages --- website/bugs.mdwn | 3 +++ website/community.mdwn | 2 ++ website/doc.mdwn | 2 ++ website/download.mdwn | 2 +- website/index.mdwn | 4 ++++ website/local.css | 9 +++++++++ website/news.mdwn | 3 +++ website/why.mdwn | 2 ++ 8 files changed, 26 insertions(+), 1 deletion(-) diff --git a/website/bugs.mdwn b/website/bugs.mdwn index 30bccd1..d621500 100644 --- a/website/bugs.mdwn +++ b/website/bugs.mdwn @@ -1,4 +1,7 @@ [[meta title="Open Bugs"]] + +# Bugs # + This is Monkeysphere's bug list. You can also browse our [completed bugs](done). If you don't have commit access to the public repo, we'd appreciate diff --git a/website/community.mdwn b/website/community.mdwn index faacb6b..b7fa31e 100644 --- a/website/community.mdwn +++ b/website/community.mdwn @@ -1,5 +1,7 @@ [[meta title="Community"]] +# The MonkeySphere Community # + ## Mailing list ## The Monkeysphere project is a new project with just one mailing list diff --git a/website/doc.mdwn b/website/doc.mdwn index 18b48a2..6bf319a 100644 --- a/website/doc.mdwn +++ b/website/doc.mdwn @@ -1,5 +1,7 @@ [[meta title="Documentation"]] +# Documentation # + ## Dependencies ## Monkeysphere relies on: diff --git a/website/download.mdwn b/website/download.mdwn index 1e492bb..a965826 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -1,6 +1,6 @@ [[meta title="Download"]] -## Downloading and Installing ## +# Downloading and Installing # If you are running a Debian system, you can install Monkeysphere by following these directions: diff --git a/website/index.mdwn b/website/index.mdwn index 137b90a..b3675c6 100644 --- a/website/index.mdwn +++ b/website/index.mdwn @@ -1,3 +1,7 @@ +[[meta title="The MonkeySphere Project"]] + +# The MonkeySphere Project # + The Monkeysphere project's goal is to extend OpenPGP's web of trust to new areas of the Internet to help us securely identify each other while we work online. diff --git a/website/local.css b/website/local.css index 69defae..3d00d71 100644 --- a/website/local.css +++ b/website/local.css @@ -1,3 +1,12 @@ +h1 { + -moz-border-radius: 4px; + background-color: #B67B4E; + color: black; + display: block; + font-weight: bold; + padding: 0 0 0 10px; +} + h2 { -moz-border-radius: 4px; background-color: #B67B4E; diff --git a/website/news.mdwn b/website/news.mdwn index 359e02b..1af56a4 100644 --- a/website/news.mdwn +++ b/website/news.mdwn @@ -1,4 +1,7 @@ [[meta title="News"]] + +# News # + Here are the latest announcements about the Monkeysphere. [[inline pages="./news/* and !*/Discussion" rootpage="news" show="30"]] diff --git a/website/why.mdwn b/website/why.mdwn index 93ea560..b6ab8c3 100644 --- a/website/why.mdwn +++ b/website/why.mdwn @@ -1,5 +1,7 @@ [[meta title="Why should you be interested in the MonkeySphere?"]] +# Why should you be interested in the MonkeySphere? # + [[toc ]] ## As an `ssh` user ## -- 2.25.1