diff --git a/_layouts/landing.html b/_layouts/landing.html index e36847b687506c670ca76da015573f4afd2c7282..6bedadaf4c6a18e5596c46a347b2c8ab32e66441 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -8,16 +8,16 @@ <body> <div class="main"> <div class="content-wrapper"> - + <header class="site-header" role="banner"> <div> - + {%- if site.banner_link -%} {%- assign banner_link = site.banner_link -%} {%- else -%} {%- assign banner_link = '/' | relative_url -%} {%- endif -%} - + <div class="custom-header"> <a href="{{ banner_link }}"><img class="img-uni-lu" src="{{ '/assets/banners/uni-logo.svg' | relative_url }}" @@ -35,7 +35,7 @@ src="{{ '/assets/banners/' | relative_url }}{{ site.banner }}/logos.svg" type="image/svg+xml" /> - </div> + </div> </div> </header> @@ -51,7 +51,7 @@ <div class="indicator tooltip" id="internal-indicator"> <i class="material-icons">unpublished</i> <span class="tooltip-text"> - You are <strong>not connected</strong> to the uni.lu network. <br />You see only publically-available cards. <br />In order to see all, please connect to the VPN. + You are <strong>not connected</strong> to the uni.lu network. <br />You can see only publicly available cards. <br />In order to see all, please connect to the university network via VPN. </span> </div> {% endif %}