diff --git a/.gitignore b/.gitignore index 6f9e865..677cfaf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .well-known .user.ini sitemap.xml +.vscode photostandard.txt diff --git a/archives/2019/index.php b/archives/2019/index.php index 7b86c07..455c6a2 100644 --- a/archives/2019/index.php +++ b/archives/2019/index.php @@ -2,11 +2,6 @@ include(__DIR__ . './../../assets/config.php'); ?> - diff --git a/archives/2020/index.php b/archives/2020/index.php index 949ae58..112caab 100644 --- a/archives/2020/index.php +++ b/archives/2020/index.php @@ -2,11 +2,6 @@ include(__DIR__ . './../../assets/config.php'); ?> - @@ -144,7 +139,6 @@ + ?> - \ No newline at end of file diff --git a/archives/2021/index.php b/archives/2021/index.php index 8252983..cf3e473 100644 --- a/archives/2021/index.php +++ b/archives/2021/index.php @@ -2,11 +2,6 @@ include(__DIR__ . './../../assets/config.php'); ?> - diff --git a/assets/css/main.css b/assets/css/main.css index 87a9bfb..ac8737f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,17 +1,14 @@ @import url("https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"); @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic"); -/* - Multiverse by HTML5 UP - html5up.net | @ajlkn - Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) -*/ ::-webkit-scrollbar { display: none; } -a.white-link{ - color:#fff + +a.white-link { + color: #fff; } + @-moz-keyframes spinner { 0% { -moz-transform: rotate(0deg); diff --git a/index.php b/index.php index af5e94f..73bc006 100644 --- a/index.php +++ b/index.php @@ -2,11 +2,6 @@ include(__DIR__ . '/assets/config.php'); ?> -