Skip to content

Commit

Permalink
update webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
toniwuest committed Jul 23, 2024
1 parent b29839b commit 29996f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
35 changes: 2 additions & 33 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@
<a class="navbar-item" href="https://ml-research.github.io/pix2code/">
Pix2Code
</a>
<!--
<a class="navbar-item" href="https://nerfies.github.io">
Nerfies
</a>
<a class="navbar-item" href="https://latentfusion.github.io">
LatentFusion
</a>
<a class="navbar-item" href="https://photoshape.github.io">
PhotoShape
</a> -->
</div>
</div>
</div>
Expand Down Expand Up @@ -128,16 +118,6 @@ <h1 class="title is-1 publication-title">Neural Concept Binder
<span>arXiv</span>
</a>
</span>
<!-- Video Link. -->
<!-- <span class="link-block">
<a href="https://www.youtube.com/watch?v=MrKrnHhk8IA"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</span> -->
<!-- Code Link. -->
<span class="link-block">
<a href="https://github.com/ml-research/NeuralConceptBinder"
Expand Down Expand Up @@ -213,17 +193,6 @@ <h2 class="title is-3">Abstract</h2>
</div>
<!--/ Abstract. -->

<!-- Paper video. -->
<!-- <div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Video</h2>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/MrKrnHhk8IA?rel=0&amp;showinfo=0" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div> -->
<!--/ Paper video. -->
</div>
</div>
</section>
Expand Down Expand Up @@ -357,10 +326,10 @@ <h2 class="title">BibTeX</h2>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<a class="icon-link" href="https://arxiv.org/pdf/2402.08280">
<a class="icon-link" href="https://arxiv.org/pdf/2406.09949">
<i class="fas fa-file-pdf"></i>
</a>
<a class="icon-link" href="https://github.com/ml-research/pix2code" class="external-link" disabled>
<a class="icon-link" href="https://github.com/ml-research/NeuralConceptBinder" class="external-link" disabled>
<i class="fab fa-github"></i>
</a>
</div>
Expand Down
9 changes: 2 additions & 7 deletions docs/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,13 @@ body {

#sudoku-grid {
display: grid;
grid-template-columns: repeat(9, 50px);
grid-template-columns: repeat(9, 1fr);
grid-gap: 2px;
background-color: #000;
border: 3px solid #000;
border: 3px solid #000000;
}

.sudoku-cell {
width: 50px;
height: 50px;
background-color: #ffffff;
display: flex;
justify-content: center;
Expand All @@ -189,14 +187,11 @@ body {

#image-options {
display: grid;
/* grid-template-columns: repeat(3, 1fr); */
grid-gap: 2px;
margin-left: 20px;
}

.image-option {
width: 50px;
height: 50px;
cursor: pointer;
}

Expand Down

0 comments on commit 29996f3

Please sign in to comment.