Skip to content

Commit 2ddd81d

Browse files
Medha SawhneyMedha Sawhney
authored andcommitted
update header image and incremental scroll
1 parent f042de8 commit 2ddd81d

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

_layouts/default_about.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<div class="header-background" style="position: relative; display:">
1818
<div class="img" style="
19-
background-image: url('/assets/img/lab_header_2.jpg');
19+
background-image: url('/assets/img/lab_header_3.jpg');
2020
background-repeat: no-repeat;
2121
background-size: contain;
2222
background-position: top center;
@@ -41,7 +41,7 @@
4141
width: 45%;
4242
max-width: 400px;
4343
line-height: 2vw;
44-
padding-bottom: 10vw;
44+
padding-bottom: 9vw;
4545
padding-left: 1vw;
4646
">
4747
Bridging the Gap between Knowledge-driven Science and Data-driven Machine Learning

assets/img/lab_header.jpeg

-178 KB
Binary file not shown.

assets/img/lab_header_1.jpg

-2.13 MB
Binary file not shown.

assets/img/lab_header_2.jpg

-1.5 MB
Binary file not shown.

assets/img/lab_header_3.jpg

1.91 MB
Loading

assets/js/vanilla-scroll-to-bottom-incrementally.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function addScrollToBottom() {
5656
r.appendChild(document.createTextNode(d));
5757
document.head.insertAdjacentElement("afterbegin", r);
5858

59-
var incrementAmount = window.innerHeight / 1.5; // Set the scroll increment amount
59+
var incrementAmount = window.innerHeight / 0.95; // Set the scroll increment amount
6060

6161
var button = function () {
6262
var o = document.createElement("div");

0 commit comments

Comments
 (0)