-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (40 loc) · 2.42 KB
/
index.html
File metadata and controls
66 lines (40 loc) · 2.42 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 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">
<title>EduGraph University Preview</title></title>
</head>
<body>
<nav class="navbar" style="background-color:#33691E; color:white;">
<span class="navbar-brand" href="#">EduGraph University Preview </span>
</nav>
<div class="d-flex align-items-center align-self-center" style="background-color:rgb(76,175,80); color:white; height:500px;">
<div class="mx-auto text-center" style="max-width:700px;">
<form action="" method="get">
<h1 class="display-5" style="margin-bottom:40px;font-weight:300;">Preview your university structured data</h1>
<div class="input-group input-group-lg" style="width:700px;">
<span class="input-group-addon" id="sizing-addon1"><i class="material-icons">public</i></span>
<input type="url" class="form-control" name="url" placeholder="Enter a URL to preview" aria-describedby="sizing-addon1">
</div>
<div style="margin-top:24px;">
<button type="submit" class="btn btn-primary" style="text-transform: uppercase;">Get preview</button>
</div>
</form>
</div>
</div>
<div class="container" style="margin-bottom:50px;">
</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="assets/js/app.js" ></script>
</body>
</html>