summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-05-14 17:16:32 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-05-14 17:16:32 +0200
commita70f75b9a0635c3815923e4e096893026f6e21e1 (patch)
tree82c2ec9b21c55a6eee9e0a4e13b816ccaeea4c95
parentd6a704f8e53d00196bb03ce77ecfbcc27ba6c202 (diff)
Publish some information material on Ousía
-rw-r--r--index.osml2
-rw-r--r--media/ousia_ik2015_poster.pdfbin0 -> 94936 bytes
-rw-r--r--media/ousia_presentation_2015.pdfbin0 -> 546618 bytes
-rw-r--r--style/style.less10
4 files changed, 9 insertions, 3 deletions
diff --git a/index.osml b/index.osml
index 12eb66e..081ea57 100644
--- a/index.osml
+++ b/index.osml
@@ -29,6 +29,8 @@
\begin{nav}
\button#btn_download[href=download.html]{Download the Source Code (pre-alpha)}
+ \button#btn_presentation[href=media/ousia_presentation_2015.pdf]{View the presentation}
+ \button#btn_poster[href=media/ousia_ik2015_poster.pdf]{View the poster}
\end{nav}
\end{masthead}
diff --git a/media/ousia_ik2015_poster.pdf b/media/ousia_ik2015_poster.pdf
new file mode 100644
index 0000000..c872528
--- /dev/null
+++ b/media/ousia_ik2015_poster.pdf
Binary files differ
diff --git a/media/ousia_presentation_2015.pdf b/media/ousia_presentation_2015.pdf
new file mode 100644
index 0000000..078ffb9
--- /dev/null
+++ b/media/ousia_presentation_2015.pdf
Binary files differ
diff --git a/style/style.less b/style/style.less
index 7ee3edb..9b8d9ae 100644
--- a/style/style.less
+++ b/style/style.less
@@ -107,16 +107,20 @@ section.masthead {
}
}
-.nav a.button:first-child {
+.nav a.button {
+ display: block;
+ width: 14em;
+ margin: 1em auto;
+}
+
+.nav a.button[name="btn_download"] {
background-color: @color-main;
font-weight: bold;
color: white;
- width: 14em;
}
main a.button {
text-align: center;
- display: inline-block;
width: 4em;
padding: 0.5em 2em;
margin: 1em;