Skip to content

Commit

Permalink
fix some palette displays
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunior committed Dec 13, 2023
1 parent bb57dfb commit 3d53c8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h3 class="title is-4 mb-4 mt-0 decorated">User defined</h3>
<img class="is-inline-block" style="max-width:none" src="images/palettes/bathroom_user_crops_p512-256-192-128-64_ct99_imregions.png">
</div>
<div class="columns is-centered" style="height: 100px; width: fit-content;">
<img class="column" style="height:150px, width=150px" src="images/palettes/bathroom_user_crops_p512-256-192-128-64_ct99_layout_spheres-balls.png">
<img class="column" style="height:100px;width:auto;" src="images/palettes/bathroom_user_crops_p512-256-192-128-64_ct99_layout_spheres-balls.png">
</div>
</div>
<div>
Expand Down Expand Up @@ -371,7 +371,7 @@ <h3 class="title is-4 mb-4 mt-0 decorated">Materialistic</h3>
<img class="is-inline-block" style="max-width:none" src="images/palettes/brown_brick_house_mater_crops_p512-256-192-128-64_ct99_imregions.png">
</div>
<div class="columns is-centered" style="height: 100px; width: fit-content;">
<img class="column" style="height:150px, width=150px" src="images/palettes/brown_brick_house_mater_crops_p512-256-192-128-64_ct99_layout_spheres-balls.png">
<img class="column" style="height:100px;width:auto;" src="images/palettes/brown_brick_house_mater_crops_p512-256-192-128-64_ct99_layout_spheres-balls.png">
</div>
</div>
<div>
Expand Down Expand Up @@ -419,7 +419,7 @@ <h3 class="title is-4 mb-4 mt-0 decorated">Segment Anything Model</h3>
<img class="is-inline-block" style="max-width:none" src="images/palettes/bathroom_sam_crops_p512-256-192-128-64_ct99_imregions.png">
</div>
<div class="columns is-centered" style="height: 100px; width: fit-content;">
<img class="column" style="height:150px, width=150px" src="images/palettes/bathroom_sam_crops_p512-256-192-128-64_ct99_layout_spheres-balls.png">
<img class="column" style="height:100px;width:auto;" src="images/palettes/bathroom_sam_crops_p512-256-192-128-64_ct99_layout_spheres-balls.png">
</div>
</div>
</div>
Expand Down Expand Up @@ -863,7 +863,7 @@ <h2 class="title is-3 decorated"><span><img width=30 class="mr-2" src="icons/tex
<td><div class="has-tooltip-bottom" data-tooltip="painted wood"><img src="images/texsd/paintedwood_032.png"></div></td>
<td><div class="has-tooltip-bottom" data-tooltip="pebbles"><img src="images/texsd/pebbles_019.png"></div></td>
<td><div class="has-tooltip-bottom" data-tooltip="zebra fur"><img src="images/texsd/zebrafur_004.png"></div></td>
<td><div class="has-tooltip-bottom" data-tooltip="procelain"><img src="images/texsd/porcelain_008.png"></div></td>
<td><div class="has-tooltip-bottom" data-tooltip="porcelain"><img src="images/texsd/porcelain_008.png"></div></td>
<td><div class="has-tooltip-bottom" data-tooltip="quartzite top"><img src="images/texsd/quartzitetop_023.png"></div></td>
<td><div class="has-tooltip-bottom" data-tooltip="tiger fur"><img src="images/texsd/tigerfur_054.png"></div></td>
</tr>
Expand Down

0 comments on commit 3d53c8f

Please sign in to comment.