The goal of this template is to facilitate the development of interfaces for web tools that are part of the DARIAH-DE ecosystem.
This template is based on the report R. 1.2.2/R. 7.5 Usability Criteria for External Requests of Collaboration, specifically the DARIAH-DE Style Guide contained in the Appendix.
git clone
this repositorycd
into thedocs
directory- launch a web server from terminal with
python -m SimpleHTTPServer 8000
(for python2) orpython3 -m http.server
(for python3) - open
localhost:8000
in a browser
or just check it out at http://dariah-de.github.io/StyleGuideTemplate/.
To view the previous style guide version, cd
to docs/StyleGuide_v100
and launch
the web server from that directory.
For tips and guidelines on the extension of this template, have a look at the Design-Primer (currently only in German)
This style guide was compiled by Malte Vogl, Hanna Meiners and Klaus Thoden, based on a design by Tobias Schäfer.
This work is based on the previous template, which was packaged together by Matteo Romanello and was based on the layout design by Patrick Heck.
For bugs, feature requests etc. please use the github issue tracker.
To ensure the global navigation menu remains consistent across all services, make sure to use a minimal ul
with id="home_dropdown_menu"
as in the template and to include
<script type="text/javascript" src="assets/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="assets/globalmenu.js"></script>
which will load the central version.