summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-09-04 22:35:18 -0700
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-09-04 22:35:18 -0700
commitd4e17a8a5c4cd004997ce4f951a3f20d6e70da2f (patch)
tree6defd16de176a6da9fa0ac478cf1b4784d7e020b /website
parent268c67329e37e7e480cadc31a02aa0ba6f308840 (diff)
adding h1 titles to pages
Diffstat (limited to 'website')
-rw-r--r--website/bugs.mdwn3
-rw-r--r--website/community.mdwn2
-rw-r--r--website/doc.mdwn2
-rw-r--r--website/download.mdwn2
-rw-r--r--website/index.mdwn4
-rw-r--r--website/local.css9
-rw-r--r--website/news.mdwn3
-rw-r--r--website/why.mdwn2
8 files changed, 26 insertions, 1 deletions
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 ##