aboutsummaryrefslogtreecommitdiff
path: root/templates/bigcards.html
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-07-19 20:36:50 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2023-07-19 20:39:41 +0200
commit614054a72e41af9e77964c01b7ab0da7dc5b27fb (patch)
tree888ab379d6852342d99f041fa5b09f4a5ece2d49 /templates/bigcards.html
parent0e717b5dda55602aa3ef34991f9c7dd8762c678b (diff)
downloadreploy-614054a72e41af9e77964c01b7ab0da7dc5b27fb.tar.gz
reploy-614054a72e41af9e77964c01b7ab0da7dc5b27fb.tar.bz2
make the contents completely generic
Diffstat (limited to 'templates/bigcards.html')
-rw-r--r--templates/bigcards.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/templates/bigcards.html b/templates/bigcards.html
deleted file mode 100644
index 93aa6a7..0000000
--- a/templates/bigcards.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<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>