diff --git a/wiki/footer.html b/wiki/footer.html index 975d0ee31ef773169e182c5784e60240290c46c7..b75e93065816365501b38675b70fac7c382540d6 100644 --- a/wiki/footer.html +++ b/wiki/footer.html @@ -1,35 +1,5 @@ -<footer class="pt-5 pb-5 footer py-5 mt-5 bg-beige text-white"> +<footer class="pt-5 pb-5 footer py-5 mt-5"> <div class="container"> - <div class="row mb-4"> - <div class="col-lg-6 col-xs-12"> - <h4 class="mb-3" style="color:#0081A7">Heading</h4> - <p style="color:#0081A7">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac ante mollis quam tristique convallis</p> - </div> - <div class="col-lg-3 col-xs-12"> - <h4 class="mt-lg-0 mt-sm-3" style="color:#0081A7">Links</h4> - <ul class="m-2 p-2"> - <li><a href="#" style="color:#0081A7">Lorem ipsum</a></li> - <li><a href="#" style="color:#0081A7">Nam mauris velit</a></li> - <li><a href="#" style="color:#0081A7">Etiam vitae mauris</a></li> - <li><a href="#" style="color:#0081A7">Fusce scelerisque</a></li> - <li><a href="#" style="color:#0081A7">Sed faucibus</a></li> - <li><a href="#" style="color:#0081A7">Mauris efficitur nulla</a></li> - </ul> - </div> - <div class="col-lg-3 col-xs-12"> - <h4 class="mt-lg-0 mt-sm-4 mb-3" style="color:#0081A7">Contact</h4> - <p style="color:#0081A7">22, Lorem ipsum dolor, consectetur adipiscing</p> - <p class="mb-0" style="color:#0081A7">(541) 754-3010</p> - <p style="color:#0081A7">info@hsdf.com</p> - </div> - </div> - <hr style="color:#0081A7"> - <!-- The following MUST be on every page: license information and link to the repository on gitlab.igem.org --> - <div class="row mt-4"> - <div class="col"> - <p class="mb-0" style="color:#0081A7"><small>© 2022 - Content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" rel="license" style="color:#0081A7">Creative Commons Attribution 4.0 International license</a>.</small></p> - <p style="color:#0081A7"><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/2022/bulgaria" style="color:#0081A7">gitlab.igem.org/2022/bulgaria</a>.</small></p> - </div> - </div> + <image src="https://static.igem.wiki/teams/4364/wiki/foother.png" width="100%"> </div> </footer>