bump css js version

This commit is contained in:
Set Sakrecoer 2021-09-06 13:26:07 +02:00
parent 08b0dc6d11
commit 4e5322abf9
9 changed files with 12 additions and 12 deletions

View File

@ -1,3 +1,3 @@
<!-- Scripts -->
{% include relBase.html %}
<script src="{{ relBase }}/assets/js/set-20210410rev1.js"></script>
<script src="{{ relBase }}/assets/js/set-20210906.js"></script>

View File

@ -12,12 +12,12 @@ layout: nil
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="/assets/css/all.min.css" />
<link rel="stylesheet" href="/assets/css/colors-20210410rev1.css" />
<link rel="stylesheet" href="/assets/css/main-20210410rev1.css" />
<link rel="stylesheet" href="/assets/css/colors-20210906.css" />
<link rel="stylesheet" href="/assets/css/main-20210906.css" />
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
<noscript><link rel="stylesheet" href="/assets/css/noscripts-20210410rev1.css" /></noscript>
<noscript><link rel="stylesheet" href="/assets/css/noscripts-20210906.css" /></noscript>
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>

View File

@ -11,12 +11,12 @@
{% include relBase.html %}
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/all.min.css" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/colors-20210410rev1.css" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/main-20210410rev1.css" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/colors-20210906.css" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/main-20210906.css" />
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20210410rev1.css" /></noscript>
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20210906.css" /></noscript>
<script src="{{ relBase }}/assets/js/jquery-3.5.1.min.js"></script>
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>

View File

@ -38,7 +38,7 @@ a:hover {
// Buttons
.button {
.button, .mauticform-button {
font-family: _font(title);
background-color: var(--accent2);
padding: 1em;
@ -65,7 +65,7 @@ a:hover {
}
.button:hover {
.button:hover .mauticform-button:hover {
background-color: var(--accent1);
color: var(--bg);
-webkit-box-shadow: 0px 11px 10px -3px var(--border-alt);
@ -76,13 +76,13 @@ a:hover {
-ms-transition: all var(--anim-speed) ease-in-out;
transition: all var(--anim-speed) ease-in-out;
}
.button:active {
.button:active, .mauticform-button:active {
-webkit-box-shadow: 0px 0px 0px -3px var(--border-alt);
-moz-box-shadow: 0px 0px 0px -3px var(--border-alt);
box-shadow: 0px 0px 0px -3px var(--border-alt);
}
@media only screen and (max-width: 480px) {
.button {
.button, .mauticform-button{
font-size: 0.75em;
padding: 0.75em;
}

View File

@ -67,7 +67,7 @@ video_path:
<a href="#read"><img src="{{ site.icon }}" width="240px" alt="{{ site.title }} Logo" /></a>
</div>
<div class="description">
<script type="text/javascript" src="https://pr.basspistol.com/form/generate.js?id=6"></script>
<script type="text/javascript" src="https://pr.basspistol.com/form/generate.js?id=7"></script>
<ul>{% for app in site.data.navigation %}
<li><a href="{{ app.url }}" {% if app.external_site == true %}rel="noopener" target="_blank"{% endif %} class="button">{{ app.icon }}</a></li>
{% endfor %}