Skip to content

Commit 25f7b8f

Browse files
author
Anonymous
committed
BOG project page
1 parent ef654bf commit 25f7b8f

20 files changed

+75
-1
lines changed

_pages/bog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h2 class="col-md-12 text-center">
155155
<ul class="nav nav-pills nav-justified">
156156
<li>
157157
<a
158-
href="https://storage.googleapis.com/realtime-nerf-360/binary_opacity_grid/project_page/anon_paper.pdf">
158+
href="https://arxiv.org/abs/2402.12377">
159159
<image src="/assets/img/bog/paper.png" class="mini">
160160
<h4><strong>Paper</strong></h4>
161161
</a>

assets/css/bog/app.css

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
.CodeMirror {
2+
font-size: .8em;
3+
height: auto;
4+
}
5+
6+
.CodeMirror-scroll {
7+
overflow-y: hidden;
8+
overflow-x: auto;
9+
}
10+
11+
#header_img {
12+
margin-top: 2em;
13+
margin-bottom: 1em;
14+
}
15+
16+
.list-inline {
17+
list-style: none;
18+
margin-left: -0.5em;
19+
margin-right: -0.5em;
20+
padding-left: 0;
21+
}
22+
23+
.list-inline > li {
24+
display: inline-block;
25+
margin-left: 0.5em;
26+
margin-right: 0.5em;
27+
}
28+
29+
.quality_emoji {
30+
font-size: 50px;
31+
}
32+
33+
.comp-margin {
34+
margin-bottom: 10px
35+
}
36+
37+
/* Custom CSS for maintaining aspect ratio */
38+
.aspect-ratio-container {
39+
position: relative;
40+
width: 100%;
41+
padding-top: 56.25%;
42+
/* 16:9 aspect ratio (h / w * 100%) */
43+
overflow: hidden;
44+
}
45+
46+
.responsive-video {
47+
position: absolute;
48+
top: 0;
49+
left: 0;
50+
width: 100%;
51+
height: 100%;
52+
}
53+
54+
.mini {
55+
height: 120px;
56+
border: 1px solid #000000;
57+
}
58+
59+
.top-gutter {
60+
padding-top: 15px;
61+
}

assets/css/bog/bootstrap.min.css

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/bog/dics.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/img/bog/demo.png

842 KB
Loading

assets/img/bog/github.png

4.17 KB
Loading

assets/img/bog/github_pad.png

9.04 KB
Loading

assets/img/bog/paper.png

18.3 KB
Loading

assets/img/bog/paperclip.png

6.65 KB
Loading
164 KB
Loading
Loading
Loading
165 KB
Loading
Loading
161 KB
Loading
125 KB
Loading
167 KB
Loading

assets/img/bog/youtube_icon.png

3.47 KB
Loading

assets/img/bog/youtube_icon_dark.png

55.5 KB
Loading

assets/js/bog/dics.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)