Skip to content

Commit bd13be4

Browse files
committed
initial
1 parent 74b3546 commit bd13be4

File tree

173 files changed

+11686
-6434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+11686
-6434
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

android-chrome-192x192.png

6.32 KB
Loading

apple-touch-icon.png

5.73 KB
Loading

assets/css/main.css

Lines changed: 1682 additions & 3664 deletions
Large diffs are not rendered by default.

assets/css/noscript.css

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,37 @@
11
/*
2-
Ethereal by HTML5 UP
2+
Dimension by HTML5 UP
33
html5up.net | @ajlkn
44
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
55
*/
66

7-
/* Page */
7+
/* BG */
88

9-
body {
10-
overflow-x: scroll;
9+
body.is-preload #bg:before {
10+
background-color: transparent;
1111
}
1212

13-
/* Wrapper */
13+
/* Header */
1414

15-
body.is-preload #wrapper {
16-
-moz-transform: none;
17-
-webkit-transform: none;
18-
-ms-transform: none;
19-
transform: none;
15+
body.is-preload #header {
16+
-moz-filter: none;
17+
-webkit-filter: none;
18+
-ms-filter: none;
19+
filter: none;
20+
}
21+
22+
body.is-preload #header > * {
23+
opacity: 1;
24+
}
25+
26+
body.is-preload #header .content .inner {
27+
max-height: none;
28+
padding: 3rem 2rem;
29+
opacity: 1;
30+
}
31+
32+
/* Main */
33+
34+
#main article {
2035
opacity: 1;
36+
margin: 4rem 0 0 0;
2137
}

0 commit comments

Comments
 (0)