Skip to content

Commit

Permalink
add website
Browse files Browse the repository at this point in the history
  • Loading branch information
ruichen-v committed Dec 2, 2024
1 parent 9338e1b commit 69419eb
Show file tree
Hide file tree
Showing 25 changed files with 3,588 additions and 0 deletions.
486 changes: 486 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

Binary file added docs/resources/Spark System.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/examples/dynamic-3.mp4
Binary file not shown.
Binary file added docs/resources/examples/dynamic-4.mp4
Binary file not shown.
Binary file added docs/resources/examples/elbow_back.mp4
Binary file not shown.
Binary file added docs/resources/examples/head.mp4
Binary file not shown.
Binary file not shown.
Binary file added docs/resources/examples/wrist_side.mp4
Binary file not shown.
Binary file added docs/resources/front_video.mp4
Binary file not shown.
Binary file added docs/resources/kai2025sia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/resources/spark.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions docs/static/css/bulma-carousel.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/static/css/bulma-slider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/static/css/bulma.css.map.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/css/bulma.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/static/css/fontawesome.all.min.css

Large diffs are not rendered by default.

176 changes: 176 additions & 0 deletions docs/static/css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
body {
font-family: 'Noto Sans', sans-serif;
}


.footer a {
/*font-size: 25px;*/
color: #000;
}

.large-font {
font-size: 25px;
}

.link-block a {
margin-top: 5px;
margin-bottom: 5px;
}

.dnerf {
font-variant: small-caps;
}


.teaser .hero-body {
padding-top: 0;
padding-bottom: 1rem;
}

.teaser {
font-family: 'Google Sans', sans-serif;
}


.publication-title {
}

.publication-banner {
max-height: parent;

}

.publication-banner video {
position: relative;
left: auto;
top: auto;
transform: none;
object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
font-family: 'Google Sans', sans-serif;
}

.publication-authors {
font-family: 'Google Sans', sans-serif;
}

.publication-venue {
color: #555;
width: fit-content;
font-weight: bold;
}

.publication-awards {
color: #ff3860;
width: fit-content;
font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
text-decoration: underline;
}

.author-block {
display: inline-block;
}

.publication-banner img {
}

.publication-authors {
/*color: #4286f4;*/
}

.publication-video {
position: relative;
width: 70%;
height: 0;
padding-bottom: 50.0%;
margin: auto;
overflow: hidden;
border: 2px solid #bbb;
border-radius: 10px !important;
}

.publication-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.publication-body img {
}

.results-carousel {
overflow: hidden;
}

.results-carousel .item {
margin: 5px;
overflow: hidden;
border: 1px solid #bbb;
border-radius: 10px;
padding: 0;
font-size: 0;
}

.results-carousel video {
margin: 0;
}


.interpolation-panel {
background: #f5f5f5;
border-radius: 10px;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 15px;
padding-right: 15px;
}

.interpolation-panel .interpolation-image {
width: 100%;
border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
margin: 0 !important;
}

.interpolation-panel .slider {
margin: 0 !important;
}

#interpolation-image-wrapper {
width: 100%;
}
#interpolation-image-wrapper img {
border-radius: 5px;
}

.bottom_buttons[disabled] {
opacity: .4;
}

.brmod {
display: block;
margin-top: 0.5em;
}

Binary file added docs/static/images/preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 69419eb

Please sign in to comment.