summaryrefslogtreecommitdiffstats
path: root/contents/projekte/main.php
blob: 8c87d69c93c47ac6962d5b948574d5781fbf8058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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');
?>