-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (61 loc) · 2.4 KB
/
index.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
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="http://getbootstrap.com/docs-assets/css/docs.css"> -->
<title>Ips-lmu.github.io</title>
</head>
<body>
<!-- top nav bar -->
<header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="navbar-brand">IPS-LMU</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class="active">
<a href="/index.html">About</a>
</li>
<li>
<a href="../EMU.html">EMU</a>
</li>
<li>
<a href="../contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- HEADER -->
<div class="ips-header" id="content">
<div class="container">
<h1>IPS-LMU GitHub Projects</h1>
</div>
</div>
<!-- MAIN CONTENT -->
<div class="ips-navtab-content">
<!-- <div class="alert alert-danger"><b>Warning!</b> This page is still under construction! Please don't read on! The information below is either incomplete or might even be false...</div> -->
<div class="page-header">
<h3>Welcome to our GitHub projects</h3>
</div>
<img src="images/IPS_Logo_english.png"/ class="ips-navtab-content-halfSizeImg shadow"s>
<p>
This is an overview page of the GitHub projects of the Institute of Phonetics and Speech Processing of the University of Munich. The current projects hosted by GitHub can be found in the navigation menu above.
</p>
</div>
</div>
<!-- javascript includes -->
<script src="https://code.jquery.com/jquery.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
</body>
</html>