Skip to content

Commit

Permalink
Add video links
Browse files Browse the repository at this point in the history
  • Loading branch information
Conchylicultor committed Nov 25, 2021
1 parent dcee4e5 commit a88c20f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions index.html
Expand Up @@ -56,6 +56,9 @@
.additional-links {
background-color: #f4f4f4;
}
.textcommumn {
text-align: center;
}
</style>
</head>

Expand Down Expand Up @@ -259,6 +262,44 @@ <h3>Abstract</h3>
</div>
</div>

<!-- Supplementary videos -->
<div class="content-block additional-links">
<div class="row">
<div class="col">
<p class="title">
<h3>Videos</h3>
</p>
</div>
</div>
<div class="row textcommumn">
<div class="col">
<a href="data/nmr.html">
<p>
ShapeNet (NMR)
</p>
<img src="data/home/shapenet.gif">
</a>
</div>
<div class="col">
<a href="data/nmr.html">
<p>
MultiShapeNet (MSN)
</p>
<img src="data/home/msn.gif">
</a>
</div>
<div class="col">
<a href="data/nmr.html">
<p>
StreetView
</p>
<img src="data/streetview/image1.gif">
</a>
</div>
</div>
</div>
</div>

<!-- Citation -->
<div class="content-block citation">
<div class="row">
Expand Down

0 comments on commit a88c20f

Please sign in to comment.