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
Binary file added docs/chord/chord.pdf
Binary file not shown.
12 changes: 6 additions & 6 deletions docs/chord/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<div class="container is-size-5">
<div class="navbar-menu">
<div class="navbar-end">
<span class="navbar-item nav-disabled pl-4 pr-4" aria-disabled="true">
<a class="navbar-item pl-4 pr-4" href="chord.pdf" target="_blank" rel="noopener noreferrer">
<span class="icon" style="margin-right:5px;">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper <small>(coming soon)</small></span>
</span>
<span>Paper</span>
</a>
<span class="navbar-item nav-disabled pl-4 pr-4" aria-disabled="true">
<span class="icon" style="margin-right:5px;">
<i class="ai ai-arxiv"></i>
Expand Down Expand Up @@ -71,10 +71,10 @@
<div class="column has-text-centered is-hidden-tablet">
<div class="publication-links">
<span class="link-block">
<span class="external-link button is-normal is-rounded is-dark nav-disabled-button" aria-disabled="true">
<a class="external-link button is-normal is-rounded is-dark" href="Learning_Dexterous_Manipulation_Using_Contact_Wrench_Guidance_From_Human_Demonstration.pdf" target="_blank" rel="noopener noreferrer">
<span class="icon"><i class="fas fa-file-pdf"></i></span>
<span>Paper <small>(coming soon)</small></span>
</span>
<span>Paper</span>
</a>
</span>
<span class="link-block">
<span class="external-link button is-normal is-rounded is-dark nav-disabled-button" aria-disabled="true">
Expand Down
1 change: 1 addition & 0 deletions docs/chord/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ body {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: baseline;
gap: 0.18rem 0.85rem;
}

Expand Down
Loading