Skip to content

Commit

Permalink
Update project page format
Browse files Browse the repository at this point in the history
  • Loading branch information
mworchel committed Jul 5, 2023
1 parent 827c61d commit 24c2163
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 113 deletions.
49 changes: 4 additions & 45 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,39 +35,6 @@
</head>
<body>

<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
<a class="navbar-item" href="https://github.com/mworchel">
<span class="icon">
<i class="fas fa-home"></i>
</span>
</a>

<!-- <div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
More Research
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href=".">
...
</a>
<a class="navbar-item" href=".">
...
</a>
</div>
</div> -->
</div>
</div>
</nav>

<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
Expand All @@ -85,8 +52,10 @@ <h1 class="title is-1 publication-title">Differentiable Shadow Mapping for Effic
<span class="author-block">TU Berlin</span>
</div>

<div class="is-size-5 publication-authors">
<b>CVPR 2023</b>
<div class="is-size-5 publication-venue">
<p>
CVPR 2023
</p>
</div>

<div class="column has-text-centered">
Expand Down Expand Up @@ -232,15 +201,5 @@ <h2 class="title is-3">Acknowledgements</h2>
</div>
</section>

<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<a class="icon-link" href="https://github.com/mworchel" class="external-link" disabled>
<i class="fab fa-github"></i>
</a>
</div>
</div>
</footer>

</body>
</html>
77 changes: 9 additions & 68 deletions docs/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,26 @@ body {
font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
font-size: 25px;
color: #000;
}

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

.allcaps {
font-variant: small-caps;
.button.is-rounded {
border-radius: 10px;
}

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

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


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

.publication-banner {
Expand All @@ -46,17 +40,10 @@ body {
.publication-header .hero-body {
}

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

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

.publication-venue {
margin-top: 6px;
margin-bottom: 5px;
color: #555;
width: fit-content;
font-weight: bold;
}

Expand Down Expand Up @@ -107,50 +94,4 @@ body {
}

.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;
}

.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;
}
}

0 comments on commit 24c2163

Please sign in to comment.