Added credit text at bottom of frontend.

parent b3f48cb6
...@@ -122,3 +122,14 @@ body { ...@@ -122,3 +122,14 @@ body {
padding: 0 !important; padding: 0 !important;
} }
*/ */
#credits {
clear both;
left: 0;
right: 0;
bottom: 0;
position: fixed;
font-size: 10px;
color: #666;
text-align: center;
}
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
<div class="label">Math view</div> <div class="label">Math view</div>
</div> </div>
<div id="credits">Idea and feedback by <a
href="http://homepages.cwi.nl/~apt/" target=_window>Prof.dr.
K.R. Apt</a>, implementation by Taddeüs Kroes and <a
href="http://smvv.kompiler.org" target=_window>Sander van
Veen</a>. </div>
<script type="text/javascript" src="/static/frontend/js/editor.js"></script> <script type="text/javascript" src="/static/frontend/js/editor.js"></script>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment