Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisGuo6 committed Nov 15, 2024
1 parent 084e691 commit 8463fae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,23 @@
</tr>
</tbody>
</table>

<!-- News -->
<table style="width:100%; border:0px; border-spacing:0px; border-collapse:separate; margin-left:auto; margin-right:auto;">
<tbody>
<tr>
<td style="padding-top: 0px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; width:100%; vertical-align:middle">
<h2><b>News</b></h2>
<ul class="news-list">
<li>
[2024/11] 🎉 <b>$\mathcal{D(R, O)}$ Grasp</b> won the
<strong style="color: red;">Best Robotics Paper Award</strong></a> at CoRL 2024 MAPoDeL Workshop!
</li>
</ul>
</td>
</tr>
</tbody>
</table>

<!-- Research Interest -->
<table style="width:100%; border:0px; border-spacing:0px; border-collapse:separate; margin-left:auto; margin-right:auto;">
Expand Down
5 changes: 5 additions & 0 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,9 @@ h3 {

.TLDR strong {
font-weight: bold;
}

.news-list {
list-style-type: disc;
font-size: 14px;
}

0 comments on commit 8463fae

Please sign in to comment.