Newer
Older
<header>
<h1>
{{ page.title | escape }}
</h1>
</header>
<div class="index-flex">
{% if page.introduction %}
<div class="index-gray-box">
{{ page.introduction }}
</div>
{% endif %}
{% if page.introduction_photo %}
<div class="index-photo">
<img src="{{ page.introduction_photo }}" alt="Elixir Luxembourg" />
</div>
{% endif %}
</div>
<div class="index-flex">
<div class="index-box">
<img src="{{ site.baseurl }}/assets/buttons/index_events.jpg" alt="Events image" />
<div class="index-box-caption">
<a href="{{ site.baseurl }}/events/">Events</a>
</div>
</div>
<div class="index-box">
<img src="{{ site.baseurl }}/assets/buttons/index_jobs.jpg" alt="Job vacancies image" />
<div class="index-box-caption">
<a href="{{ site.baseurl }}/about-node/vacancies">Job vacancies</a>
</div>
</div>
<div class="index-box">
<img src="{{ site.baseurl }}/assets/buttons/index_flyer.jpg" alt="Flyer image" />
<a href="https://webdav-r3lab.uni.lu/public/elixir/website/pdf/ELIXIR-LU_Flyer_VF.pdf">Download flyer</a>
<div id="right-column">
{% if paginator.posts %}
<h2>Our news</h2>
{% for post in paginator.posts %}
<div class="post">
<a class="post-title" href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
<span class="post-date">Published on: {{ post.date | date: '%B %d, %Y' }}</span>
<div class="content">
{{ post.content | truncate: 220 }} <a href="{{ site.baseurl }}{{ post.url }}">(read more)</a>
<h3><a href="{{ site.baseurl }}/news/">See more news...</a></h3>
<a class="twitter-timeline" data-lang="en" data-width="380" data-height="800" data-dnt="true" data-theme="light" data-link-color="#B57B00" href="https://twitter.com/elixir_lu?ref_src=twsrc%5Etfw">Tweets by elixir_lu</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>