summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html44
1 files changed, 42 insertions, 2 deletions
diff --git a/index.html b/index.html
index 098fdb7..1a76b2f 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,22 @@
<html>
<head>
<title>Studienarbeit 2011 KSM Eclipse-RCP</title>
+<meta charset='utf-8'>
<style>
body {
text-align: center;
-background-color: efefef;
+background-color: dfdfdf;
+}
+#bar {
+border: 1px solid gray;
+background-color: lightGray;
+width: 30%;
+position: fixed;
+top: 4px;
+left: 35%;
+}
+a {
+ text-decoration: none;
}
</style>
<script src="js/jquery-1.6.min.js" type="text/javascript"></script>
@@ -16,7 +28,11 @@ background-color: efefef;
</script>
</head>
<body>
-<a href="document.pdf">Download als PDF</a>
+<div id="bar">
+ <a href="http://github.com/dhbw-horb/ksm-rcp">KSM Projektrepository</a>
+ •
+ <a href="http://www.ba-horb.de/~ksm">KSM Website</a>
+</div>
<br />
<br />
<img original="images/image-000.jpg" border="0" />
@@ -154,5 +170,29 @@ background-color: efefef;
<img original="images/image-044.jpg" border="0" />
<br />
<br />
+<img original="images/image-045.jpg" border="0" />
+<br />
+<br />
+<img original="images/image-046.jpg" border="0" />
+<br />
+<br />
+<img original="images/image-047.jpg" border="0" />
+<br />
+<br />
+<img original="images/image-048.jpg" border="0" />
+<br />
+<br />
+<img original="images/image-049.jpg" border="0" />
+<br />
+<br />
+<img original="images/image-050.jpg" border="0" />
+<br />
+<br />
+<img original="images/image-051.jpg" border="0" />
+<br />
+<br />
+<img original="images/image-052.jpg" border="0" />
+<br />
+<br />
</body>
</html>