Add license.
This commit is contained in:
parent
cf99b8dc12
commit
be5e54431e
@ -217,11 +217,15 @@ header {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a:hover, a:focus-visible, a:visited:hover, a:visited:focus-visible {
|
||||
a:hover,
|
||||
a:focus-visible,
|
||||
a:visited:hover,
|
||||
a:visited:focus-visible {
|
||||
text-decoration-color: oklch(0.145 0 0);
|
||||
}
|
||||
|
||||
a:focus-visible, a:visited:focus-visible {
|
||||
a:focus-visible,
|
||||
a:visited:focus-visible {
|
||||
outline: 2px solid oklch(0.145 0 0);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
@ -246,6 +250,12 @@ article {
|
||||
color: oklch(0.145 0 0);
|
||||
}
|
||||
}
|
||||
|
||||
/* Ensure proper image alignment */
|
||||
p[xmlns\:cc] img {
|
||||
display: inline;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
/* Footer Styles */
|
||||
@ -271,24 +281,24 @@ footer {
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
|
||||
.social-link {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
.social-link:hover {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
|
||||
.social-icon svg {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
|
||||
.social-handle {
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
@ -302,7 +312,7 @@ footer {
|
||||
.hero {
|
||||
padding: 2rem 0 4rem;
|
||||
text-align: center;
|
||||
|
||||
|
||||
h1 {
|
||||
font-size: 3.25rem;
|
||||
font-variation-settings: 'CASL' 0.5, 'wght' 800;
|
||||
@ -319,7 +329,7 @@ footer {
|
||||
|
||||
.hero {
|
||||
padding: 1rem 0 2rem;
|
||||
|
||||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
line-height: 1.2;
|
||||
@ -331,7 +341,7 @@ footer {
|
||||
.social-handle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.social-icon svg {
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
|
@ -10,5 +10,6 @@
|
||||
|
||||
{{ .Content }}
|
||||
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
|
||||
<p xmlns:cc="http://creativecommons.org/ns#" >Content by <span property="cc:attributionName">Wiki Cafe</span> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>
|
||||
</article>
|
||||
{{ end }}
|
@ -1,6 +1,5 @@
|
||||
<div class="footer-left">
|
||||
<img src="/wc_logo_-_black_no-bg.svg" alt="" width="128" height="128">
|
||||
<p>Copyright {{ now.Year }}. All rights reserved.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-right">
|
||||
|
Loading…
x
Reference in New Issue
Block a user