summaryrefslogtreecommitdiffstats
path: root/contents/projekte/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'contents/projekte/main.php')
-rw-r--r--contents/projekte/main.php31
1 files changed, 31 insertions, 0 deletions
diff --git a/contents/projekte/main.php b/contents/projekte/main.php
new file mode 100644
index 0000000..8c87d69
--- /dev/null
+++ b/contents/projekte/main.php
@@ -0,0 +1,31 @@
+<?php
+ $author = 'Lena';
+ $pathToRoot = '../../';
+?>
+<?php
+ include($pathToRoot . 'includes/firstinclude.inc.php');
+ include($pathToRoot . 'includes/header.inc.php');
+ include($pathToRoot . 'includes/mainmenu.inc.php');
+
+ include($pathToRoot . 'sidebars/projekte/main.inc.php');
+?>
+
+<div id="inhalt">
+ <h2>
+ Projekte
+ </h2>
+ <p>
+ Wir hatten leider noch nicht besonders viele Projekte, ausführlich dokumentiert ist bisher nur der Robocup 2007, zu dem hier auch Informationen über den Roboter, mit dem wir an diesem teilnahmen, zu finden sind. Momentan sind wir in den Vorbereitungen für den Rococup 2008.
+ </p>
+ <p>
+ Diese Website ist das Ergebnis unseres Websdesign-Projekts.
+ </p>
+ <p>
+ Als nächtest werden wir ein Benutzerverwaltungssystem für unsere Schule programmieren.
+ </p>
+</div>
+
+<?php
+ include($pathToRoot . 'includes/footer.inc.php');
+ include($pathToRoot . 'includes/lastinclude.inc.php');
+?>