-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrel.html
More file actions
62 lines (57 loc) · 2.17 KB
/
Copy pathrel.html
File metadata and controls
62 lines (57 loc) · 2.17 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Relationer mellem systemerne i GD1 og GD2</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<style>
.logo {
width: 60px; /* Width of new image */
height: 35px; /* Height of new image */
padding-left: 1px; /* Equal to width of new image */
}
.sekvens {
margin: 20px;
}
#illustration {
background-image: url("https://dansknatur.files.wordpress.com/2011/05/haeg_31.jpg");
}
#bar{
background-color: #ff3300;
}
</style>
</head>
<body>
<div class="jumbotron">
<div class="container">
<img src="LogoGD1.png" alt="GD1" class="logo" >GD1 - Ejendomsdataprogrammet
<img src="LogoGD2.png" alt="GD1" class="logo" >GD2 - Adresseprogrammet
<div class="h1">Relationer</div>
<div class="h5">Diagrammer over sammenhænge mellem services og hændelser i GD1 og GD2</div>
<div class="h6">Version 1.0. Dato 01. februar 2016</div>
</div>
</div>
<div class="container">
<div class="row" >
<div class="col-md-2" >
<div class="list-group">
<div class="list-group-item" id="bar">
</div>
<div class="list-group-item">
<img src="//grunddataprogrammet.dk/GD1GD2sekvensdiagrammer/ComponentDiagram/b40d4106-989a-4e01-8720-56b1b539ca9b.JPG">
</div>
<div class="list-group-item">
<a href="//grunddataprogrammet.dk/GD1GD2sekvensdiagrammer/ComponentDiagram/3323c76e-b06d-403f-b8b6-b8ec6241161e.htm">Hændelser</a>
</div>
<div class="list-group-item">
<a href="//grunddataprogrammet.dk/GD1GD2sekvensdiagrammer/ComponentDiagram/702b92a5-9b35-4f8d-8aa6-b810906ab95c.htm">Udstillingsservices</a>
</div>
</div>
</div>
</div> <!-- row -->
</div> <!-- container -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.12.0.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</body>
</html>