bump css js version
This commit is contained in:
parent
08b0dc6d11
commit
4e5322abf9
|
@ -1,3 +1,3 @@
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<script src="{{ relBase }}/assets/js/set-20210410rev1.js"></script>
|
<script src="{{ relBase }}/assets/js/set-20210906.js"></script>
|
||||||
|
|
|
@ -12,12 +12,12 @@ layout: nil
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
<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/all.min.css" />
|
||||||
<link rel="stylesheet" href="/assets/css/colors-20210410rev1.css" />
|
<link rel="stylesheet" href="/assets/css/colors-20210906.css" />
|
||||||
<link rel="stylesheet" href="/assets/css/main-20210410rev1.css" />
|
<link rel="stylesheet" href="/assets/css/main-20210906.css" />
|
||||||
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
|
<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="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
|
||||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
<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 }}"/>
|
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>
|
||||||
|
|
||||||
|
|
|
@ -11,12 +11,12 @@
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
<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/all.min.css" />
|
||||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/colors-20210410rev1.css" />
|
<link rel="stylesheet" href="{{ relBase }}/assets/css/colors-20210906.css" />
|
||||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/main-20210410rev1.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="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="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
|
||||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
<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>
|
<script src="{{ relBase }}/assets/js/jquery-3.5.1.min.js"></script>
|
||||||
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>
|
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ a:hover {
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
|
|
||||||
.button {
|
.button, .mauticform-button {
|
||||||
font-family: _font(title);
|
font-family: _font(title);
|
||||||
background-color: var(--accent2);
|
background-color: var(--accent2);
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
@ -65,7 +65,7 @@ a:hover {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.button:hover {
|
.button:hover .mauticform-button:hover {
|
||||||
background-color: var(--accent1);
|
background-color: var(--accent1);
|
||||||
color: var(--bg);
|
color: var(--bg);
|
||||||
-webkit-box-shadow: 0px 11px 10px -3px var(--border-alt);
|
-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;
|
-ms-transition: all var(--anim-speed) ease-in-out;
|
||||||
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);
|
-webkit-box-shadow: 0px 0px 0px -3px var(--border-alt);
|
||||||
-moz-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);
|
box-shadow: 0px 0px 0px -3px var(--border-alt);
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 480px) {
|
@media only screen and (max-width: 480px) {
|
||||||
.button {
|
.button, .mauticform-button{
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
padding: 0.75em;
|
padding: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,7 +67,7 @@ video_path:
|
||||||
<a href="#read"><img src="{{ site.icon }}" width="240px" alt="{{ site.title }} Logo" /></a>
|
<a href="#read"><img src="{{ site.icon }}" width="240px" alt="{{ site.title }} Logo" /></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="description">
|
<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 %}
|
<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>
|
<li><a href="{{ app.url }}" {% if app.external_site == true %}rel="noopener" target="_blank"{% endif %} class="button">{{ app.icon }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue