diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-18 14:10:59 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-18 14:36:41 +0200 |
| commit | 15a0543ab38f1fcbc29dc058b8d02fcfe376ee8f (patch) | |
| tree | eeb57cbcd9ab22fdab0c125d66e985f70a6ab2f1 /templates/bigcards.html | |
| parent | db5847e1ec6338e6fc298415fdb25fa8d1740bc6 (diff) | |
| download | reploy-15a0543ab38f1fcbc29dc058b8d02fcfe376ee8f.tar.gz reploy-15a0543ab38f1fcbc29dc058b8d02fcfe376ee8f.tar.bz2 | |
proper index
Diffstat (limited to 'templates/bigcards.html')
| -rw-r--r-- | templates/bigcards.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/templates/bigcards.html b/templates/bigcards.html new file mode 100644 index 0000000..93aa6a7 --- /dev/null +++ b/templates/bigcards.html @@ -0,0 +1,34 @@ +<div class="index-cards"> + <div class="index-card"> + <a href="{{root}}tag/admin"> + <div class="index-card-icon index-icon-admin"></div> + <div class="index-card-title"> + Administrative processes, Staff and Campus + </div> + </a> + </div> + <div class="index-card"> + <a href="{{root}}tag/it"> + <div class="index-card-icon index-icon-it"></div> + <div class="index-card-title"> + Bioinformatics, Computational methods and IT + </div> + </a> + </div> + <div class="index-card"> + <a href="{{root}}tag/lab"> + <div class="index-card-icon index-icon-lab"></div> + <div class="index-card-title"> + Wetlab equipment and processes + </div> + </a> + </div> + <div class="index-card"> + <a href="{{root}}tag/publication"> + <div class="index-card-icon index-icon-pub"></div> + <div class="index-card-title"> + Publications and Responsible Reproducible Research + </div> + </a> + </div> +</div> |
