add styling and contact/github links to contributed frontpage
This commit is contained in:
parent
98e7444f18
commit
7af20c2030
@ -24,3 +24,10 @@ body {
|
||||
padding: 4px 6px 4px 6px;
|
||||
border:4px solid #eeeeee;
|
||||
}
|
||||
|
||||
.table {
|
||||
font: large;
|
||||
margin: 8px;
|
||||
padding: 4px 6px 4px 6px;
|
||||
border:4px solid #eeeeee;
|
||||
}
|
||||
|
@ -94,9 +94,11 @@
|
||||
[:title "Main Page"]
|
||||
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
|
||||
[:body
|
||||
[:div {:class "table"}
|
||||
[:p "pronoun.is is a www site for showing people how to use pronouns"]
|
||||
[:p "here are some pronouns the site knows about:"]
|
||||
[:ul links]]])))
|
||||
[:ul links]]]
|
||||
(contact-block)])))
|
||||
|
||||
(defn not-found []
|
||||
(str "We couldn't find those pronouns in our database, please ask us to "
|
||||
|
Loading…
Reference in New Issue
Block a user