some pendantic muggafuggaz
This commit is contained in:
parent
5920ccc81d
commit
0e2296e1df
6 changed files with 13 additions and 12 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
<input type="checkbox" name="consent" id="consent" required class="css-checkbox lrg klaus" /><label for="consent"
|
<input type="checkbox" name="consent" id="consent" required class="css-checkbox lrg klaus" /><label for="consent"
|
||||||
class="css-label lrg klaus">Jag godkänner denna
|
class="css-label lrg klaus">Jag godkänner denna
|
||||||
{% if page.url == '/privacy-policy/' %} sekretesspolicy.
|
{% if page.url == '/privacy-policy/' %} sekretesspolicy.
|
||||||
{% else %} <a href="/privacy-policy/">sekretesspolicy</a>
|
{% else %} <a href="{{ site.baseurl }}/privacy-policy/">sekretesspolicy</a>
|
||||||
{% endif %}</label>
|
{% endif %}</label>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<div class="editable">
|
<div class="editable">
|
||||||
<p>Website built with <a href="https://jekyllrb.com" target="_blank" rel="noopener noreferrer nofollow">Jekyll.</a>
|
<p><a href="{{ site.baseurl }}/privacy-policy/">sekretesspolicy</a>
|
||||||
|
<br />Website built with <a href="https://jekyllrb.com" target="_blank" rel="noopener noreferrer nofollow">Jekyll.</a>
|
||||||
<br />Get the source files <a target="_blank" href="https://github.com/Sakrecoer/momangen" rel="noopener noreferrer nofollow">in this git.</a>
|
<br />Get the source files <a target="_blank" href="https://github.com/Sakrecoer/momangen" rel="noopener noreferrer nofollow">in this git.</a>
|
||||||
<br />Website Published under a <a target="_blank" href="https://creativecommons.org/licenses/by-sa/4.0/" rel="noopener noreferrer nofollow">Creative
|
<br />Website Published under a <a target="_blank" href="https://creativecommons.org/licenses/by-sa/4.0/" rel="noopener noreferrer nofollow">Creative
|
||||||
Commons license</a>
|
Commons license</a>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
|
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
|
||||||
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
|
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
|
||||||
<div class="hero">
|
<div class="hero">
|
||||||
<a href="{{ site.baseurl }}/" class="nodecoration"><img src="/assets/img/logo%20galleri%20momangen.svg" alt="{{ site.title }}" /></a>
|
<a href="{{ site.baseurl }}/" class="nodecoration"><img src="{{ site.baseurl }}/assets/img/logo%20galleri%20momangen.svg" alt="{{ site.title }}" /></a>
|
||||||
{% if page.url == "/" %}
|
{% if page.url == "/" %}
|
||||||
<div id="poster" class="column">
|
<div id="poster" class="column">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<!-- BEGIN metahead.html -->
|
<!-- BEGIN metahead.html -->
|
||||||
<title>{{ page.title }} | {{ site.title }}</title>
|
<title>{{ page.title }} | {{ site.title }}</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="stylesheet" href="/assets/css/style.css" type="text/css" />
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="/assets/css/fonts.css" type="text/css" />
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/fonts.css" type="text/css" />
|
||||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.logo }}" type="image/png" />
|
<link rel="shortcut icon" href="{{ site.url }}{{ site.logo }}" type="image/png" />
|
||||||
<link rel="alternate" type="application/rss+xml" href="{{ site.url }}/rss.xml" />
|
<link rel="alternate" type="application/rss+xml" href="{{ site.url }}/rss.xml" />
|
||||||
<!-- Standard SEO -->
|
<!-- Standard SEO -->
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ label {
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-label{
|
.css-label{
|
||||||
background-image:url(/assets/img/check.png);
|
background-image:url(../img/check.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*specific classes related to Checkbox skins*/
|
/*specific classes related to Checkbox skins*/
|
||||||
|
|
|
||||||
|
|
@ -48,15 +48,15 @@ a:active,
|
||||||
a:focus {
|
a:focus {
|
||||||
color: #333;
|
color: #333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
-webkit-transition: color 0.2s linear;
|
-webkit-transition: border-bottom 0.2s linear;
|
||||||
-moz-transition: color 0.2s linear;
|
-moz-transition: border-bottom 0.2s linear;
|
||||||
-ms-transition: color 0.2s linear;
|
-ms-transition: border-bottom 0.2s linear;
|
||||||
-o-transition: color 0.2s linear;
|
-o-transition: border-bottom 0.2s linear;
|
||||||
transition: color 0.2s linear;
|
transition: border-bottom 0.2s linear;
|
||||||
border-bottom: 3px solid rgb(84, 241, 210);
|
border-bottom: 3px solid rgb(84, 241, 210);
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: rgb(84, 241, 210);
|
border-bottom: 3px solid #000;
|
||||||
|
|
||||||
}
|
}
|
||||||
a:active {
|
a:active {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue