-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkundenselect.html
76 lines (73 loc) · 4.51 KB
/
kundenselect.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/lumen/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css">
<link rel="stylesheet" href="assets/css/Google-Style-Login-1.css">
<link rel="stylesheet" href="assets/css/Google-Style-Login.css">
<link rel="stylesheet" href="assets/css/Pretty-User-List.css">
<link rel="stylesheet" href="assets/css/user-1.css">
<link rel="stylesheet" href="assets/css/user-2.css">
<link rel="stylesheet" href="assets/css/user-3.css">
<link rel="stylesheet" href="assets/css/user.css">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header"><a class="navbar-brand navbar-link" href="#"><i class="fa fa-bank"></i> MLP App</a>
<button class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
</div>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav navbar-right">
<li class="active" role="presentation"><a href="index.html">Startseite </a></li>
<li role="presentation"><a href="scan.html">Kundenvertrag</a></li>
<li role="presentation"><a href="maklervollmacht.html">Maklervollmacht</a></li>
<li role="presentation"><a href="maklervertrag.html">Maklervertrag </a></li>
<li role="presentation"><a href="login.html">Abmelden </a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron hero" style="margin:0px;background-color:rgba(197,196,196,0.44);padding:100px 0;">
<h2 class="text-center" style="color:rgb(255,248,248);margin:1px;">Bitte wählen Sie einen Kunden</h2>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-lg-offset-4 col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3" style="padding:15px;">
<form class="search-form">
<div class="input-group">
<div class="input-group-addon"><span><i class="glyphicon glyphicon-search"></i></span></div>
<input class="form-control" type="text" placeholder="I am looking for..">
<div class="input-group-btn">
<button class="btn btn-default" type="button">Suchen </button>
</div>
</div>
</form>
</div>
<div class="col-lg-4 col-lg-offset-4 col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3">
<ul class="list-group">
<li class="list-group-item active"><span>Max Mustermann</span><i class="glyphicon glyphicon-menu-right" style="float:right;"></i></li>
<li class="list-group-item"><span>Alex Bauer</span><i class="glyphicon glyphicon-menu-right" style="float:right;"></i></li>
<li class="list-group-item"><span>Jürgen Müller</span><i class="glyphicon glyphicon-menu-right" style="float:right;"></i></li>
<li class="list-group-item"><span>Sandra Schulze</span><i class="glyphicon glyphicon-menu-right" style="float:right;"></i></li>
</ul>
</div>
</div>
</div>
</div>
<footer class="site-footer" style="background-color:#033d5d;">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-6">
<h5 style="color:rgb(234,232,232);">© MLP Finanzdienstleistungen AG, 2017</h5></div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>