Skip to content
Snippets Groups Projects
Commit d0ed8d41 authored by Maxwell Nyimbili's avatar Maxwell Nyimbili
Browse files

Update footer.html

parent 2163b5a1
No related branches found
No related tags found
No related merge requests found
Pipeline #193892 passed
<footer class="pt-5 pb-5 footer py-5 mt-5 bg-dark text-white"> <!DOCTYPE html>
<div class="container"> <html lang="en">
<div class="row mb-4"> <head>
<div class="col-lg-6 col-xs-12"> <meta charset="UTF-8">
<h4 class="mb-3">Heading</h4> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac ante mollis quam tristique convallis</p> <title>Home Page</title>
</div> <link rel="stylesheet" href="./footer.css">
<div class="col-lg-3 col-xs-12"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<h4 class="mt-lg-0 mt-sm-3">Links</h4>
<ul class="m-2 p-2"> </head>
<li><a href="#">Lorem ipsum</a></li> <body>
<li><a href="#">Nam mauris velit</a></li> <!-- FOOTER SECTION-->
<li><a href="#">Etiam vitae mauris</a></li> <footer class="footer">
<li><a href="#">Fusce scelerisque</a></li> <div class="container">
<li><a href="#">Sed faucibus</a></li>
<li><a href="#">Mauris efficitur nulla</a></li> <!-- beginning of first row -->
</ul> <section class="row_1">
</div> <div class="footer_logo">
<div class="col-lg-3 col-xs-12"> <img src="./images/footer/igem logo.png" width="75px" alt="team logo">
<h4 class="mt-lg-0 mt-sm-4 mb-3">Contact</h4> </div>
<p>22, Lorem ipsum dolor, consectetur adipiscing</p> <div class="footer_col_1">
<p class="mb-0">(541) 754-3010</p> <h4>Project</h4>
<p>info@hsdf.com</p> <ul>
</div> <li><a href="#">Description</a></li>
</div> <li><a href="#">Design</a></li>
<hr> <li><a href="#">Proof of concept</a></li>
<!-- The following MUST be on every page: license information and link to the repository on gitlab.igem.org --> <li><a href="#">Results</a></li>
<div class="row mt-4"> <li><a href="#">Engineering</a></li>
<div class="col"> </ul>
<p class="mb-0"><small>© 2023 - Content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" rel="license">Creative Commons Attribution 4.0 International license</a>.</small></p> </div>
<p><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/2023/ashesighana">gitlab.igem.org/2023/ashesighana</a>.</small></p>
</div> <div class="footer_col_1">
</div> <h4>Judging and Awards</h4>
</div> <ul>
</footer> <li><a href="#">Partnership</a></li>
<li><a href="#">Education</a></li>
<li><a href="#">Communication</a></li>
<li><a href="#">Inclusivity</a></li>
<li><a href="#">Sustainable Development Impact</a></li>
</ul>
</div>
<div class="footer_col_1">
<h4>People</h4>
<ul>
<li><a href="#">Team</a></li>
<li><a href="#">Attribution</a></li>
<li><a href="#">Collaboration</a></li>
</ul>
</div>
<div class="footer_col_1 move">
<h4>Human Practices</h4>
<ul>
<li><a href="#">Human Practices</a></li>
<li><a href="#">Integrated Human Practices</a></li>
</ul>
</div>
<!-- End of first row -->
<!-- beginning of second row -->
<section class="row_2">
<div class="footer_col_2">
<div>
<img src="./images/footer/biorender.png" width="75px" alt="biorender icon">
</div>
<div class="benchling">
<img src="./images/footer/benchling.png" width="75px" alt="benchling">
</div>
<div class="snapgene">
<img src="./images/footer/SnapGene.png" width="85px" alt="SnapGene icon">
</div>
<div class="clickup">
<img src="./images/footer/clickup.png" width="75px" alt="clickup icon">
</div>
<div class="labster">
<img src="./images/footer/labster.png" width="75px" alt="labster">
</div>
<div class="matlab">
<img src="./images/footer/MATLAB.png" width="75px" alt=",atlaab icon">
</div>
<div class="unsplashed">
<img src="./images/footer/unsplash.png" width="75px" alt="unsplashed icon">
</div>
<div class="fusion">
<img src="./images/footer/fusion-360.png" width="40px" alt="fusion 360 icon">
</div>
</div>
</section>
<!-- End of second row -->
<section class="row_3">
<div class="footer_col_3">
<div class="col">
<p ><small>© 2023 - Content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/" rel="license">Creative Commons Attribution 4.0 International license</a>.</small></p>
<p><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/2023/ashesighana">gitlab.igem.org/2023/ashesighana</a>.</small></p>
</div>
</div>
</section>
</section>
</div>
</footer>
<section class="section">
<div class="section-links">
<p><a href="#" class="section-link">Access wiki tools</a></p>
<p><a href="#" class="section-link">View source code</a></p>
</div>
<div class="img">
<img src="./images/footer/pipline.png" width="130px" alt="">
</div>
</section>
<!--END OF FOOTER SECTION-->
</body>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment