Skip to content
Snippets Groups Projects
Commit da63cd78 authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file home.html

parent 351f4b27
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@
}
.footer-content {
display: flex;
justify-content: space-between;
align-items: flex-start;
justify-content: center;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
......@@ -61,6 +61,8 @@
.social-icons {
display: flex;
gap: 15px;
align-items: center;
margin-right: 20px;
}
.social-icons img {
width: 24px;
......@@ -88,6 +90,7 @@
.footer-text {
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.footer-text p {
margin-bottom: 10px;
......@@ -223,8 +226,8 @@
</div>
<div class="footer-divider"></div>
<div class="footer-text">
<p class="mb-0 text-center"><small>© 2024 - Content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" style="color: black;" rel="license">Creative Commons Attribution 4.0 International license</a>.</small></p>
<p class="text-center"><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/2024/tsinghua" style="color: black;">gitlab.igem.org/2024/tsinghua</a>.</small></p>
<p><small>© 2024 - Content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" style="color: black;" 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/2024/tsinghua" style="color: black;">gitlab.igem.org/2024/tsinghua</a>.</small></p>
</div>
</footer>
......
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