Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion biobank.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h4><a href="foreshortening.html">Foreshortening</a></h4>
<div class="icon-box iconbox-blue">
<div class="icon">
<a href="Orientation.html">
<img src="assets/img/projects/Biobank/Alignment/Niti.jpg" alt="Project icon" class="project-img">
<img src="assets/img/projects/Biobank/Alignment/anti_clockwise.png" alt="Project icon" class="project-img">
</a>
</div>
<h4><a href="Orientation.html">Alignment/Rotation</a></h4>
Expand Down
16 changes: 16 additions & 0 deletions view-detection.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,22 @@ <h2>Start Labelling</h2>
</div>
<br>
<br>
<style>
table {
width: 50%;
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
}
th, td {
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
</style>


<div class="container" data-aos="fade-up">
Expand Down