This commit is contained in:
2025-01-27 12:14:03 -05:00
commit 2528e044eb
134 changed files with 15327 additions and 0 deletions

BIN
assets/css/._fontawesome-all.min.css vendored Normal file

Binary file not shown.

BIN
assets/css/._main.css Normal file

Binary file not shown.

BIN
assets/css/._noscript.css Normal file

Binary file not shown.

101
assets/css/fontawesome-all.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1674
assets/css/main.css Normal file

File diff suppressed because it is too large Load Diff

37
assets/css/noscript.css Normal file
View File

@@ -0,0 +1,37 @@
/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* BG */
body.is-preload #bg:before {
background-color: transparent;
}
/* Header */
body.is-preload #header {
-moz-filter: none;
-webkit-filter: none;
-ms-filter: none;
filter: none;
}
body.is-preload #header > * {
opacity: 1;
}
body.is-preload #header .content .inner {
max-height: none;
padding: 3rem 2rem;
opacity: 1;
}
/* Main */
#main article {
opacity: 1;
margin: 4rem 0 0 0;
}