diff --git a/README.md b/README.md index d075bf1f1ff79d73c0aa423c80f5292b6172572c..a19c0b20f0ce9ffe0783a062f4235835f8a02664 100644 --- a/README.md +++ b/README.md @@ -12,33 +12,7 @@ This repository implements an easy to use interface, to create, save, load, and work with [specification-compliant](https://git.imp.fu-berlin.de/bioroboticslab/robofish/track_format) hdf5 files, containing 2D swarm data. This repository should be used by the different swarm projects to generate comparable standardized files. -<a href="http://agerken.de/io/index.html" class="myButton">Documentation</a> -<style> -.myButton { - background:#3971cc; - background-color:#3971cc; - border-radius:9px; - display:inline-block; - cursor:pointer; - color:#ffffff; - font-family:Arial; - font-size:20px; - padding:8px 16px; - text-decoration:none; -} -.myButton:hover { - background:#396bd1; - background-color:#396bd1; - color: #e0e0e0; - text-decoration: none; -} -.myButton:active { - position:relative; - top:1px; -} -</style> - - +<a href="http://agerken.de/io/index.html" class="myButton">Documentation</a> ## Installation @@ -99,4 +73,29 @@ Current modes are: - turn - tank_positions - trajectories -- follow_iid \ No newline at end of file +- follow_iid + +<style> +.myButton { + background:#3971cc; + background-color:#3971cc; + border-radius:9px; + display:inline-block; + cursor:pointer; + color:#ffffff; + font-family:Arial; + font-size:20px; + padding:8px 16px; + text-decoration:none; +} +.myButton:hover { + background:#396bd1; + background-color:#396bd1; + color: #e0e0e0; + text-decoration: none; +} +.myButton:active { + position:relative; + top:1px; +} +</style> \ No newline at end of file