diff --git a/_includes/header.html b/_includes/header.html index dcf17700319d03b7445e9cf88be6a1e4091e1591..6ce99b05ad7eefb7f5c374eadc71e7419f57bd1e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -9,8 +9,13 @@ {% if page.nav %} {% assign navs = page.nav | split:"," %} {% for nav in navs %} - {% assign link = nav | split:":" %} - + {% assign link = nav | split:"$" %} + {% assign myurl = link[0] %} + {% if myurl contains '://' %} + + {% else %} + + {% endif %} {% endfor %} {% endif %} diff --git a/fonts/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000000000000000000000000000000000000..b93a4953fff68df523aa7656497ee339d6026d64 Binary files /dev/null and b/fonts/glyphicons-halflings-regular.eot differ diff --git a/fonts/glyphicons-halflings-regular.svg b/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 0000000000000000000000000000000000000000..94fb5490a2ed10b2c69a4a567a4fd2e4f706d841 --- /dev/null +++ b/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/glyphicons-halflings-regular.ttf b/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..1413fc609ab6f21774de0cb7e01360095584f65b Binary files /dev/null and b/fonts/glyphicons-halflings-regular.ttf differ diff --git a/fonts/glyphicons-halflings-regular.woff b/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 0000000000000000000000000000000000000000..9e612858f802245ddcbf59788a0db942224bab35 Binary files /dev/null and b/fonts/glyphicons-halflings-regular.woff differ diff --git a/fonts/glyphicons-halflings-regular.woff2 b/fonts/glyphicons-halflings-regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..64539b54c3751a6d9adb44c8e3a45ba5a73b77f0 Binary files /dev/null and b/fonts/glyphicons-halflings-regular.woff2 differ diff --git a/index.html b/index.html index 3a1dd36abf8af8aab3cd9974ea5a2ec5f8069f55..7eb5e667ca2b101f9f4fb2513247c26e99eecd24 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,58 @@ --- layout: default +index: ../:R3lab +nav: https://git-r3lab.uni.lu$Gitlab,https://webdav-r3lab.uni.lu$File Storage,https://docker-r3lab.uni.lu$Docker --- + + +
+
+

Reproducible Research Results

+
+
+

Browse public repositories

+

biocore

+

R3lab

+

msp

+
+
+
+
+

Private repositories - restricted access

+

R3

+
+
+
+ +
+

We provide two types of repositories:
+ - Public: Anyone can see and download the data you put there. Useful to share your data with the world.
+ - Private: Only allowed people can share data there. +

+

If you have question or want to have access (Only people in UNI.lu can ask for write access) Ask for access

+
+ +
+ + + + + + + + + + + + + + + + + + + +
{% for project in site.pages %}