Skip to content

Commit

Permalink
fix box landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Oct 26, 2023
1 parent fd8b868 commit 7c88076
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<body>
{% if jekyll.environment == "development" %}{% include dev-info.html %}{% endif %}
{% include topnav.html search=false %}
<div class="landingpage">
<section class="container mb-5">
<div class="card bg-red text-center text-white">
<div class="card-body">
<h5 class="card-title fs-3"><b>This website is under construction</h5></b>
<p class="card-text">Don't hesitate to <a class="link-light" href="https://github.com/elixir-europe/infectious-diseases-toolkit/issues"><b>open an issue</b></a> or to contact us by mail using <a class="link-light" href="mailto:[email protected]"><b>[email protected]</b></a> to give some early feedback.</p>
</div>
<section class="container mb-5">
<div class="card bg-red text-center text-white">
<div class="card-body">
<h5 class="card-title fs-3"><b>This website is under construction</h5></b>
<p class="card-text">Don't hesitate to <a class="link-body-emphasis" href="https://github.com/elixir-europe/infectious-diseases-toolkit/issues"><b>open an issue</b></a> or to contact us by mail using <a class="link-body-emphasis" href="mailto:[email protected]"><b>[email protected]</b></a> to give some early feedback.</p>
</div>
</section>
</div>
</section>
<div class="landingpage">
<section class="container mb-5">
<div>
<p class="text-center lead">Find tools and guidelines to help you access, analyse and share infectious disease data, and respond quickly to disease outbreaks.
Expand Down

0 comments on commit 7c88076

Please sign in to comment.