Skip to content
Snippets Groups Projects
Commit ae668c19 authored by Arina Filatova's avatar Arina Filatova
Browse files

Update file part-collection.md

parent 2dc17be6
No related branches found
No related tags found
No related merge requests found
Pipeline #459752 passed
...@@ -4,40 +4,53 @@ title: Our Part Collection ...@@ -4,40 +4,53 @@ title: Our Part Collection
# Parts-Collection # Parts-Collection
<table style="width: 70%; border-collapse: collapse; margin: auto;"> ---
<thead style="background-color: #00b4c5; color: white;"> title: Our Part Collection
<tr> ---
<th>BioBrick Part</th>
<th>Short Description</th> <style>
<th>Part Type</th> table {
<th>Sequence</th> width: 70%;
<th>Assembly Compatibility</th> border-collapse: collapse;
<th>Designed By</th> margin: auto;
<th>Module</th> border-radius: 10px; /* Rounded corners for the table */
<th>References</th> overflow: hidden; /* Ensures the corners stay rounded */
</tr> box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
</thead> }
<tbody>
<tr style="background-color: #b3c7f7;"> th {
<td><a href="http://parts.igem.org/Part:BBa_XXXXXXXX">Part 1</a></td> background-color: #00b4c5; /* Header background color */
<td>Part Name</td> color: white; /* Header text color */
<td>Type</td> padding: 10px; /* Padding for header */
<td>AGA</td> }
<td><span style="background-color: #00bf7d; color: white; padding: 5px; border-radius: 3px;">21</span> <span style="background-color: #0073e6; color: white; padding: 5px; border-radius: 3px;">1000</span></td>
<td>Iulia Beres</td> td {
<td>Module</td> padding: 10px; /* Padding for table cells */
<td><a href="https://doi.org/10.1038/s41598-018-24134-3">Hui, C. et al. (April 9, 2018)</a></td> text-align: center; /* Center-align text */
</tr> }
<tr style="background-color: #8babf1;">
<td><a href="http://parts.igem.org/Part:BBa_XXXXXXXX">Part 2</a></td> tr:nth-child(even) {
<td>Part Name</td> background-color: #b3c7f7; /* Light blue for even rows */
<td>Type</td> }
<td>AGA</td>
<td><span style="background-color: #00bf7d; color: white; padding: 5px; border-radius: 3px;">21</span> <span style="background-color: #0073e6; color: white; padding: 5px; border-radius: 3px;">1000</span></td> tr:nth-child(odd) {
<td>Iulia Beres</td> background-color: #8babf1; /* Light blue for odd rows */
<td>Module</td> }
<td><a href="https://doi.org/10.1038/s41598-018-24134-3">Hui, C. et al. (April 9, 2018)</a></td>
</tr> a {
<!-- Repeat for additional parts --> color: #0073e6; /* Link color */
</tbody> text-decoration: none; /* Remove underline from links */
</table> }
a:hover {
text-decoration: underline; /* Underline on hover */
}
</style>
# Parts Collection
| BioBrick Part | Short Description | Part Type | Sequence | Assembly Compatibility | Designed By | Module | References |
|---------------|-------------------|-----------|----------|-----------------------|-------------|--------|------------|
| [Part 1](http://parts.igem.org/Part:BBa_XXXXXXXX) | Part Name | Type | AGA | 21, 1000 | Iulia Beres | Module | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) |
| [Part 2](http://parts.igem.org/Part:BBa_XXXXXXXX) | Part Name | Type | AGA | 21, 1000 | Iulia Beres | Module | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) |
<!-- Repeat for additional parts -->
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