Skip to content

Commit

Permalink
update project page
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfrog committed Sep 22, 2023
1 parent a5ced74 commit cad3943
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
<header class="page-header" role="banner">
<h1 class="project-name">{{ site.title }}</h1>
<h2 class="project-tagline"> <b>ICCV 2019</b> </h2>
<h2 class="project-tagline"><a href="http://jcchen.me" >Jiacheng Chen</a><sup>1</sup> &nbsp;&nbsp; <a href="http://art-programmer.github.io/">Chen Liu</a><sup>2</sup> &nbsp;&nbsp; <a href="https://jiayewu.me/">Jiaye Wu</a><sup>2</sup> &nbsp;&nbsp; <a href="https://www2.cs.sfu.ca/~furukawa/">Yasutaka Furukawa</a><sup>1</sup></h2>
<h2 class="project-tagline"><a href="https://jcchen.me" >Jiacheng Chen</a><sup>1</sup> &nbsp;&nbsp; <a href="http://art-programmer.github.io/">Chen Liu</a><sup>2</sup> &nbsp;&nbsp; <a href="https://jiayewu.me/">Jiaye Wu</a><sup>2</sup> &nbsp;&nbsp; <a href="https://www2.cs.sfu.ca/~furukawa/">Yasutaka Furukawa</a><sup>1</sup></h2>
<h2 class="project-tagline"><sup>1</sup>Simon Fraser University &nbsp;&nbsp; <sup>2</sup>Washington University in St. Louis</h2>
<a href="https://arxiv.org/abs/1908.06702" class="btn">Arxiv</a>
<a href="https://github.com/woodfrog/floor-sp" class="btn">Code</a>
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
Expand Down
11 changes: 9 additions & 2 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.page-header {
color: $header-heading-color;
text-align: center;
background-color: #EEEEEE;
background-color: #e3f4f46e;
background-image: none;
opacity: 0.8;

Expand Down Expand Up @@ -42,6 +42,13 @@
}
}

.btn{
color: #252525;
background-color: #abcdde;
transition: background-color 5s ease-out;
}


.text-center {
text-align: center;
}
Expand All @@ -50,4 +57,4 @@
background-color: #EEEEEE;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}

0 comments on commit cad3943

Please sign in to comment.