From 0ca1257cf4ecbea549c0587c15bebf722b9b6ac6 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Mon, 28 Apr 2014 09:52:46 +0200 Subject: implement new navigation structure (WIP) --- source/mitmachen/gruppen.html.erb | 8 ++++++++ source/mitmachen/index.html.erb | 7 +++++++ source/mitmachen/treffen.html.erb | 8 ++++++++ 3 files changed, 23 insertions(+) create mode 100644 source/mitmachen/gruppen.html.erb create mode 100644 source/mitmachen/index.html.erb create mode 100644 source/mitmachen/treffen.html.erb (limited to 'source/mitmachen') diff --git a/source/mitmachen/gruppen.html.erb b/source/mitmachen/gruppen.html.erb new file mode 100644 index 0000000..429e531 --- /dev/null +++ b/source/mitmachen/gruppen.html.erb @@ -0,0 +1,8 @@ +--- +section: "mitmachen" +--- + +
+

<%= lorem.paragraphs(2) %>

+

<%= lorem.paragraphs(2) %>

+
diff --git a/source/mitmachen/index.html.erb b/source/mitmachen/index.html.erb new file mode 100644 index 0000000..84f48b2 --- /dev/null +++ b/source/mitmachen/index.html.erb @@ -0,0 +1,7 @@ +--- +section: "mitmachen" +--- + +
+ <%= lorem.paragraphs(2) %> +
diff --git a/source/mitmachen/treffen.html.erb b/source/mitmachen/treffen.html.erb new file mode 100644 index 0000000..5371dc4 --- /dev/null +++ b/source/mitmachen/treffen.html.erb @@ -0,0 +1,8 @@ +--- +section: "mitmachen" +--- + +
+

<%= lorem.paragraphs(2) %>

+ "> +
-- cgit v1.2.1