forked from moepman/bk-dss
1
0
Fork 0

Rename Project.

This commit is contained in:
Markus 2016-02-10 16:52:01 +01:00
parent f465f7cade
commit 42718082a1
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Binary Kitchen: LDAP User Administration Portal
# Binary Kitchen: Directory Self-Service
## Overview

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8">
<link href="static/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="static/css/style.css" type="text/css" rel="stylesheet">
<title>Binary Kitchen: LDAP User Administration Portal</title>
<title>Binary Kitchen: Directory Self-Service</title>
</head>
<body>
<header>
<img src="static/img/binary_kitchen.svg" alt="Binary Kitchen">
<h1>LDAP User Administration Portal</h1>
<h1>Directory Self-Service</h1>
</header>
<nav>
<ul>
@ -23,7 +23,7 @@
{% endblock %}
</main>
<footer>
<p>Binary Kitchen: LDAP User Administration Portal, <a href="https://github.com/moepman/bk-luap">source code</a> under MIT license, powered by <a href="http://flask.pocoo.org/">Flask</a> and <a href="http://getbootstrap.com/">Bootstrap</a></p>
<p>Binary Kitchen: Directory Self-Service, <a href="https://github.com/moepman/bk-diss">source code</a> under MIT license, powered by <a href="http://flask.pocoo.org/">Flask</a> and <a href="http://getbootstrap.com/">Bootstrap</a></p>
</footer>
</body>
</html>