general style update:

- update homepage style
- update navbar style
- update footer style
- update feed animation
- add website logo
This commit is contained in:
Lorenzo Dellacà
2020-08-13 19:35:53 +02:00
parent 25b37da7ce
commit 121708786d
5 changed files with 61 additions and 28 deletions

View File

@@ -24,14 +24,14 @@
<link rel="stylesheet" type="text/css" href="{{asset "css/page-style.css"}}" />
<title>{{@site.title}} - {{meta_title}}</title>
<title>{{meta_title}} {{@site.title}}</title>
{{/is}}
<!-- End Posts & Pages only code -->
<!-- Begin Index only code -->
{{#is "index"}}
<title>{{meta_title}}</title>
<title>{{@site.title}}</title>
<link rel="stylesheet" type="text/css" href="{{asset "css/home-style.css"}}" />
{{/is}}
@@ -43,9 +43,12 @@
</head>
<body class="{{body_class}}" onload="openPolicyPopup()">
<div id="navbar" class="navbar unselectable">
<nav id="navbar" class="navbar unselectable">
<a href="/">
<img src="{{@site.icon}}" />
</a>
{{navigation}}
</div>
</nav>
<div class="mind-policy-popup" id="mind-policy-popup">
<h4>This website uses cookies.</h4>
@@ -60,8 +63,13 @@
{{!-- All content gets inserted here, index.hbs, post.hbs, etc --}}
<footer class="mind-site-footer unselectable">
<h4>Copyright © 2019-20 ― Lorenzo Dellacà</h4>
<footer class="mind-site-footer_main unselectable">
<div>
<h4>Copyright © 2019-20 ― Lorenzo Dellacà</h4>
</div>
<nav class="mind-site-footer_nav">
<a href="/">Privacy Policy</a>
</nav>
</footer>
{{!-- <foot> --}}