Skip to content
Snippets Groups Projects
Commit 5871ee70 authored by Vishwaa Kannan's avatar Vishwaa Kannan
Browse files

Merge branch 'experiments' into 'main'

Experiments

See merge request !28
parents e860efa9 16c89849
No related branches found
No related tags found
1 merge request!28Experiments
Pipeline #443331 passed
......@@ -324,7 +324,20 @@ h4 {
margin-bottom: 2%;
}
table {
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
@media (max-width: 1000px) {
.grid-item {
......
......@@ -21,9 +21,9 @@
<div class="col-lg-3 col-xs-12">
<h4 class="mt-lg-0 mt-sm-3">Schools (click)</h4>
<ul class="m-2 p-2">
<li><a href="https://www.dupontmanual.com/">Dupont Manual</a></li>
<li><a href="https://louisvillecollegiate.org/">Louisville Collegiate</a></li>
<li><a href="https://www.wku.edu/academy/">Gatton Academy</a></li>
<li><a href="https://www.dupontmanual.com/" target="_blank">Dupont Manual</a></li>
<li><a href="https://louisvillecollegiate.org/" target="_blank">Louisville Collegiate</a></li>
<li><a href="https://www.wku.edu/academy/" target="_blank">Gatton Academy</a></li>
</ul>
</div>
<div class="col-lg-3 col-xs-12">
......@@ -36,8 +36,8 @@
<!-- 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"><small>© 2024 - 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>
<p><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/2024/gcm-ky">gitlab.igem.org/2024/gcm-ky</a>.</small></p>
<p class="mb-0"><small>© 2024 - Content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" 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/gcm-ky" target="_blank">gitlab.igem.org/2024/gcm-ky</a>.</small></p>
</div>
</div>
</div>
......
This diff is collapsed.
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