Skip to content

Commit

Permalink
fix(table): fixed bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtBlue committed Oct 10, 2024
1 parent 10bfb98 commit 5f00133
Showing 1 changed file with 1 addition and 136 deletions.
137 changes: 1 addition & 136 deletions src/modules/table.marko
Original file line number Diff line number Diff line change
Expand Up @@ -2008,142 +2008,7 @@ import tableLandscapePic from "/src/routes/static/img/tb-landscape-pic.jpg";
</th>
</tr>
</thead>
<tbody>
<tr>
<th class="table-cell">Nintendo</th>
<td class="table-cell">
<div class="table-cell__layout">
<div class="table-cell__thumbnail">
<img src=tableProfilePic alt="Nintendo Switch" />
</div>
<div class="table-cell__multiline">
<div class="table-cell__data">
Nintendo Switch Brand New Gaming System with Four Controllers
</div>
<div class="table-cell__data table-cell__data--secondary">
SKU : A43BTR5678 • Quantity : 1
</div>
</div>
</div>
</td>
<td class="table-cell">
<span class="signal signal--recent">Ready to Ship</span>
</td>
<td class="table-cell table-cell--numeric">$287.96</td>
<td class="table-cell table-cell--numeric">300</td>
<td class="table-cell">
<div class="table__multiline">
<div class="table-cell__data">
<a href="https://ebay.com">00-10542-89507</a>
</div>
<div class="table-cell__data table-cell__data--secondary">100</div>
</div>
</td>
<td class="table-cell table-cell--numeric">95</td>
<td class="table-cell table-cell--numeric">$17.99</td>
<td class="table-cell">FREE</td>
<td class="table-cell">4/1 - 4/5</td>
</tr>
<tr>
<th class="table-cell">Nintendo</th>
<td class="table-cell">
<div class="table-cell__layout">
<div class="table-cell__thumbnail">
<img src=tableLandscapePic alt="Nintendo SNES" />
</div>
<div class="table-cell__multiline">
<div class="table-cell__data">
Nintendo SNES Brand New Gaming System with Four Controllers
</div>
<div class="table-cell__data table-cell__data--secondary">
SKU : A43BTR5678 • Quantity : 1
</div>
</div>
</div>
</td>
<td class="table-cell">
<span class="signal signal--recent">Ready to Ship</span>
</td>
<td class="table-cell table-cell--numeric">$89.85</td>
<td class="table-cell table-cell--numeric">45</td>
<td class="table-cell">
<div class="table-cell__data">
<a href="https://ebay.com">00-10542-89507</a>
</div>
<div class="table-cell__data table-cell__data--secondary">200</div>
</td>
<td class="table-cell table-cell--numeric">5</td>
<td class="table-cell table-cell--numeric">$18.95</td>
<td class="table-cell">FREE</td>
<td class="table-cell">4/11 - 4/15</td>
</tr>
<tr>
<th class="table-cell">Microsoft</th>
<td class="table-cell">
<div class="table-cell__layout">
<div class="table-cell__thumbnail">
<img src=tableSquarePic alt="Microsoft XBOX 360" />
</div>
<div class="table-cell__multiline">
<div class="table-cell__data">
Microsoft XBOX 360 Brand New Gaming System with Four Controllers
</div>
<div class="table-cell__data table-cell__data--secondary">
SKU : A43BTR5678 • Quantity : 1
</div>
</div>
</div>
</td>
<td class="table-cell">
<span class="signal signal--time-sensitive">Backorder</span>
</td>
<td class="table-cell table-cell--numeric">$499.99</td>
<td class="table-cell table-cell--numeric">345</td>
<td class="table-cell">
<div class="table-cell__data">
<a href="https://ebay.com">00-10542-89507</a>
</div>
<div class="table-cell__data table-cell__data--secondary">100</div>
</td>
<td class="table-cell table-cell--numeric">205</td>
<td class="table-cell table-cell--numeric">$17.99</td>
<td class="table-cell">FREE</td>
<td class="table-cell">4/17 - 4/25</td>
</tr>
<tr>
<th class="table-cell">Microsoft</th>
<td class="table-cell">
<div class="table-cell__layout">
<div class="table-cell__thumbnail">
<img src=tableProfilePic alt="Microsoft XBOX One" />
</div>
<div class="table-cell__multiline">
<div class="table-cell__data">
Microsoft XBOX One Brand New Gaming System with Four Controllers
</div>
<div class="table-cell__data table-cell__data--secondary">
SKU : A43BTR5678 • Quantity : 1
</div>
</div>
</div>
</td>
<td class="table-cell">
<span class="signal signal--time-neutral">Preparing</span>
</td>
<td class="table-cell table-cell--numeric">$499.99</td>
<td class="table-cell table-cell--numeric">399</td>
<td class="table-cell">
<div class="table-cell__data">
<a href="https://ebay.com">00-10542-89507</a>
</div>
<div class="table-cell__data table-cell__data--secondary">100</div>
</td>
<td class="table-cell table-cell--numeric">407</td>
<td class="table-cell table-cell--numeric">$27.99</td>
<td class="table-cell">FREE</td>
<td class="table-cell">4/9 - 4/11</td>
</tr>
</thead>
<tbody>
<tr>
<th class="table-cell">Nintendo</th>
Expand Down

0 comments on commit 5f00133

Please sign in to comment.