Skip to content
Snippets Groups Projects
Commit 2154b3e8 authored by Severine Duvaud's avatar Severine Duvaud
Browse files

Display emblems on small screens such as iPad, portrait

parent e772509a
Branches
No related tags found
No related merge requests found
......@@ -78,18 +78,17 @@
</div>
</nav>
<!-- style here can be removed. It is just here to move the footer to the bottom -->
<div class="container container-fluid" style="min-height: 1060px">
<div class="container container-fluid">
<div class="row" style="padding-bottom:15px;border-bottom: 1px solid #dadedf;">
<!-- sm md with logos -->
<div class="hidden-lg">
<div class="col-md-10" style="margin-top:-20px">
<div class="col-md-10 col-sm-8" style="margin-top:-20px">
<h1>Home page</h1>
</div>
<div class="hidden-xs hidden-sm col-md-1">
<div class="hidden-xs col-md-1 col-sm-2">
<img src="img/logo_unil06_emblem_35.png">
</div>
<div class="hidden-xs hidden-sm col-md-1">
<div class="hidden-xs col-md-1 col-sm-2">
<img src="img/logo_sib_emblem_35.png">
</div>
</div>
......@@ -113,22 +112,15 @@
</p>
</div> <!-- /container -->
<footer class="footer">
<!-- Adapt/remove the styling... See README for details-->
<footer class="footer" style="margin-top: 50px;">
<div class="container hidden-sm hidden-xs">
<a href="http://www.sib.swiss">SIB Swiss Institute of Bioinformatics</a>
&nbsp;|&nbsp;
<a href="http://www.unil.ch">UNIL Universite de Lausanne</a>
</div>
<div class="container visible-xs visible-sm">
<a href="http://www.sib.swiss">SIB</a>
&nbsp;|&nbsp;
<a href="http://www.unil.ch">UNIL</a>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
......
......@@ -77,18 +77,17 @@
</div>
</nav>
<!-- style here can be removed. It is just here to move the footer to the bottom -->
<div class="container container-fluid" style="min-height: 1060px">
<div class="container container-fluid">
<div class="row" style="padding-bottom:15px;border-bottom: 1px solid #dadedf;">
<!-- sm md with logos -->
<div class="hidden-lg">
<div class="col-md-10" style="margin-top:-20px">
<div class="col-md-10 col-sm-8" style="margin-top:-20px">
<h1>Home page</h1>
</div>
<div class="hidden-xs hidden-sm col-md-1">
<div class="hidden-xs col-md-1 col-sm-2">
<img src="img/logo_unil06_emblem_35.png">
</div>
<div class="hidden-xs hidden-sm col-md-1">
<div class="hidden-xs col-md-1 col-sm-2">
<img src="img/logo_sib_emblem_35.png">
</div>
</div>
......@@ -112,22 +111,15 @@
</p>
</div> <!-- /container -->
<footer class="footer">
<!-- Adapt/remove the styling... See README for details-->
<footer class="footer" style="margin-top: 50px;">
<div class="container hidden-sm hidden-xs">
<a href="http://www.sib.swiss">SIB Swiss Institute of Bioinformatics</a>
&nbsp;|&nbsp;
<a href="http://www.unil.ch">UNIL Universite de Lausanne</a>
</div>
<div class="container visible-xs visible-sm">
<a href="http://www.sib.swiss">SIB</a>
&nbsp;|&nbsp;
<a href="http://www.unil.ch">UNIL</a>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment