diff --git a/content/about.md b/content/about.md index 5aa44bc..f98b82c 100644 --- a/content/about.md +++ b/content/about.md @@ -1,3 +1,3 @@ -# О нас +# О радио -Кто прочитал тот лох. \ No newline at end of file +Скоро здесь появится информация. \ No newline at end of file diff --git a/static/svg-inject.min.js b/static/svg-inject.min.js new file mode 100644 index 0000000..1631485 --- /dev/null +++ b/static/svg-inject.min.js @@ -0,0 +1,10 @@ +!function(o,l){var r,a,s="createElement",g="getElementsByTagName",b="length",E="style",d="title",y="undefined",k="setAttribute",w="getAttribute",x=null,A="__svgInject",C="--inject-",S=new RegExp(C+"\\d+","g"),I="LOAD_FAIL",t="SVG_NOT_SUPPORTED",L="SVG_INVALID",v=["src","alt","onload","onerror"],j=l[s]("a"),G=typeof SVGRect!=y,f={useCache:!0,copyAttributes:!0,makeIdsUnique:!0},N={clipPath:["clip-path"],"color-profile":x,cursor:x,filter:x,linearGradient:["fill","stroke"],marker:["marker", +"marker-end","marker-mid","marker-start"],mask:x,pattern:["fill","stroke"],radialGradient:["fill","stroke"]},u=1,c=2,O=1;function T(e){return(r=r||new XMLSerializer).serializeToString(e)}function P(e,r){var t,n,i,o,a=C+O++,f=/url\("?#([a-zA-Z][\w:.-]*)"?\)/g,u=e.querySelectorAll("[id]"),c=r?[]:x,l={},s=[],d=!1;if(u[b]){for(i=0;i diff --git a/static/vk.svg b/static/vk.svg new file mode 100644 index 0000000..e483281 --- /dev/null +++ b/static/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/swr/assets/css/style.scss b/themes/swr/assets/css/style.scss index eef2cef..db3cd4a 100644 --- a/themes/swr/assets/css/style.scss +++ b/themes/swr/assets/css/style.scss @@ -58,10 +58,11 @@ aside { a { color: #cc61be; text-decoration: none; + transition: 0.3s; } a:hover { - color: #faa0ee; + filter: brightness(150%); } #calendar { @@ -87,6 +88,30 @@ article { padding-bottom: 24px; } +.social-link { + fill: #cc61be; + transition: 0.3s; +} + +.social-link:hover { + filter: brightness(150%); +} + +#main-header { + text-shadow: 0px 0px 11px white; + transition: 0.3s; +} + +#header-link { + color: white; + transition: unset; +} + +#main-header:hover { + // color: red; + text-shadow: 0px 0px 18px white; +} + @media only screen and (max-width: 768px) { #wrapper { flex-direction: column; diff --git a/themes/swr/layouts/partials/footer.html b/themes/swr/layouts/partials/footer.html index e69de29..13ae858 100644 --- a/themes/swr/layouts/partials/footer.html +++ b/themes/swr/layouts/partials/footer.html @@ -0,0 +1,4 @@ +
+ + +
diff --git a/themes/swr/layouts/partials/head.html b/themes/swr/layouts/partials/head.html index c462c92..db45fd0 100644 --- a/themes/swr/layouts/partials/head.html +++ b/themes/swr/layouts/partials/head.html @@ -5,4 +5,5 @@ {{ $style := $sass | resources.ToCSS }} + \ No newline at end of file diff --git a/themes/swr/layouts/partials/header.html b/themes/swr/layouts/partials/header.html index 7f60e9e..163cef9 100644 --- a/themes/swr/layouts/partials/header.html +++ b/themes/swr/layouts/partials/header.html @@ -1 +1 @@ -

{{ .Site.Title }}

\ No newline at end of file +

{{ .Site.Title }}

\ No newline at end of file