Merge branch 'master' into develop
This commit is contained in:
commit
eb477de5b9
@ -24,3 +24,10 @@ body {
|
|||||||
padding: 4px 6px 4px 6px;
|
padding: 4px 6px 4px 6px;
|
||||||
border:4px solid #eeeeee;
|
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"]
|
[:title "Main Page"]
|
||||||
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
|
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
|
||||||
[:body
|
[:body
|
||||||
|
[:div {:class "table"}
|
||||||
[:p "pronoun.is is a www site for showing people how to use pronouns"]
|
[:p "pronoun.is is a www site for showing people how to use pronouns"]
|
||||||
[:p "here are some pronouns the site knows about:"]
|
[:p "here are some pronouns the site knows about:"]
|
||||||
[:ul links]]])))
|
[:ul links]]]
|
||||||
|
(contact-block)])))
|
||||||
|
|
||||||
(defn not-found []
|
(defn not-found []
|
||||||
(str "We couldn't find those pronouns in our database, please ask us to "
|
(str "We couldn't find those pronouns in our database, please ask us to "
|
||||||
|
Loading…
Reference in New Issue
Block a user