-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreview.html
More file actions
117 lines (73 loc) · 4.29 KB
/
preview.html
File metadata and controls
117 lines (73 loc) · 4.29 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css" >
<link rel="shortcut icon" type="image/png" href="assets/img/edugraph-logo.png"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.3/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.0.3/dist/leaflet.js"></script>
<title>EduGraph University Preview</title></title>
</head>
<body>
<nav class="navbar card-3" style="background-color:#33691E; color:white;">
<span class="navbar-brand" style="margin-bottom:10px;" href="#">EduGraph University Preview </span>
<div class="input-group input-group-lg card-5" style="opacity: 0.5;margin-bottom:10px;">
<span class="input-group-addon" id="sizing-addon1"><i class="material-icons">public</i></span>
<input id="url-input" type="url" class="form-control" name="url" placeholder="Enter a URL to preview" aria-describedby="sizing-addon1">
<span class="input-group-addon" id="sizing-addon2"><i class="material-icons">refresh</i></span>
</div>
</nav>
<div class="container" style="margin-top:20px;">
<div class="row">
<div class="col-6 ">
<div class="card card-2">
<div class="card-block">
<h4 class="card-title" id="card-detail-title">Wirtschafsinformatik Bachelor</h4>
<canvas id="bisePillars" width="400" height="200px"></canvas>
<canvas id="jobProfiles" width="400" height="200px"></canvas>
</div>
</div>
</div>
<div class="col-6">
<div class="card card-2">
<div class="card-block">
<div class="university--header">
<div class="university--logo">
<img src="http://fbwmoss2010.fh-brandenburg.de/websites/workspace/Freigegebene%20Dokumente/FHB%20-%20Logo.png">
</div>
<div class="university--title">
Technische Hochschule Brandenburg
</div>
Die Fachhochschule Brandenburg (kurz: FHB) ist eine staatliche Fachhochschule in Brandenburg an der Havel. Der Schwerpunkt des Studienangebots in drei Fachbereichen konzentriert sich auf die sogenannten MINT-Fächer.
</div>
</div>
</div>
<div class="card card-2">
<img class="card-img-top" src="https://lh5.googleusercontent.com/proxy/6LrOygncTEdngNyKYxJbh6ufkN130LLvxnJLSwwEx29BRqMIU5ugUiEPGQL4tObVPu4LHMl9gz_szdswHYWxFLEN1m_muQ=w409-h256" alt="Card image cap">
<h3 class="card-block" style="margin-top:-70px; color:white;">Brandenburg an der Havel</h3>
<div class="card-block">
That my text
</div>
</div>
</div>
<div class="col-12">
<div class="card card-2">
<div id="map" style="height:280px;"></div>
</div>
</div>
</div>
</div>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.bundle.min.js" ></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js" ></script>
<script src="assets/js/app.js" ></script>
</body>
</html>