-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlinks.html
69 lines (59 loc) · 2.68 KB
/
links.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="public/images/temp2.png" rel="shortcut icon">
<title>MAT</title>
<link rel="stylesheet" href="public/css/bootstrap.min.css">
<script src="public/scripts/jquery-3.1.1.min.js" type="text/javascript"></script>
<script src="public/scripts/bootstrap.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="public/fonts/glyphicons-halflings-regular.eot">
<link rel="stylesheet" href="public/fonts/glyphicons-halflings-regular.woff">
<link rel="stylesheet" href="public/fonts/glyphicons-halflings-regular.woff2">
<link rel="stylesheet" href="public/fonts/glyphicons-halflings-regular.ttf">
<link rel="stylesheet" href="public/fonts/glyphicons-halflings-regular.svg">
</head>
<body>
<div id="navbar">
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Home</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav">
<li ><a class="navbar-brand" href="input.php" >MAT </a> </li>
<li ><a class="navbar-brand" href="science.html">Motivation</a></li>
<li ><a class="navbar-brand" href="documentation.html">Documentation</a></li>
<li ><a class="navbar-brand" href="downloads.html">Downloads</a></li>
<li ><a class="navbar-brand" href="publication.html">Publication</a></li>
<li><a class="navbar-brand" href="contact.html">About Us</a></li>
<li class="active navbar-brand"><a href="links.html">Links</a></li>
</ul>
</div>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
<canvas id="projector" width="100" height="100%" style="position:fixed;">Your browser does not support the Canvas element.</canvas>
<script src="public/scripts/john.js" type="text/javascript"></script>
<center>
<div class="container">
<div class="jumbotron">
<img src="public/images/temp2.png" height="200" width="200">
</div>
</div>
</center>
<footer style="background-color:black;position:fixed;bottom:0;width:100%;">
<p style="color:gray;text-align:center;font-size:12px;">© Copyright 2015-2017, The MAT Project, Hazra Lab.</p>
</footer>
</body>
</html>