Skip to content

Commit 75e3bd6

Browse files
committed
cleaning
1 parent c2642fb commit 75e3bd6

File tree

3 files changed

+3
-137
lines changed

3 files changed

+3
-137
lines changed

css/subpages.css

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -126,27 +126,5 @@ a {
126126
font-size: 1.25em;
127127
}
128128
/*
129-
#essays .crumple:after {
130-
background-color: tomato;
131-
}
132-
133-
#essays {
134-
background-color: tomato;
135-
}
136-
137-
#poems .crumple:after {
138-
background-color: lightsalmon;
139-
}
140-
141-
#poems {
142-
background-color: lightsalmon;
143-
}
144-
145-
#journal .crumple:after {
146-
background-color: plum;
147-
}
148-
149-
#journal {
150-
background-color: plum;
151-
}
129+
tomato plum lightsalmon
152130
*/

journal.html

Lines changed: 0 additions & 112 deletions
This file was deleted.

js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
opacity: [
115115
{value: 0, duration: 200},
116116
{value: 1, duration: 200}
117-
]
117+
],
118118
});
119119
anime.remove(this.DOM.subtitle);
120120
anime({
@@ -128,7 +128,7 @@
128128

129129
const items = Array.from(document.querySelectorAll('.item'));
130130
const init = (() => items.forEach(item => new ImgItem(item)))();
131-
setTimeout(() => document.body.classList.remove('loading'), 5000);
131+
setTimeout(() => document.body.classList.remove('loading'), 4000);
132132
};
133133

134134
$(window).scroll(function() {

0 commit comments

Comments
 (0)