splitted up stylesheet and added lots of scaffolding to it. Style needs working.
authordanix <danix@danix.xyz>
Sat, 11 Feb 2023 19:12:27 +0000 (20:12 +0100)
committerdanix <danix@danix.xyz>
Sat, 11 Feb 2023 19:12:27 +0000 (20:12 +0100)
commit748286b530a4b000cac6b88bbcebb258056a9e77
tree674b7fe6aa60f78d005783d9082afa1cb63090de
parent2882a244f06ed28dbd9148e7b36241242c836629
splitted up stylesheet and added lots of scaffolding to it. Style needs working.
55 files changed:
assets/sass/base/_page.scss [new file with mode: 0644]
assets/sass/base/_reset.scss [new file with mode: 0644]
assets/sass/base/_typography.scss [new file with mode: 0644]
assets/sass/components/_actions.scss [new file with mode: 0644]
assets/sass/components/_box.scss [new file with mode: 0644]
assets/sass/components/_button.scss [new file with mode: 0644]
assets/sass/components/_contact-method.scss [new file with mode: 0644]
assets/sass/components/_form.scss [new file with mode: 0644]
assets/sass/components/_icon.scss [new file with mode: 0644]
assets/sass/components/_icons.scss [new file with mode: 0644]
assets/sass/components/_image.scss [new file with mode: 0644]
assets/sass/components/_list.scss [new file with mode: 0644]
assets/sass/components/_pagination.scss [new file with mode: 0644]
assets/sass/components/_row.scss [new file with mode: 0644]
assets/sass/components/_section.scss [new file with mode: 0644]
assets/sass/components/_spotlights.scss [new file with mode: 0644]
assets/sass/components/_table.scss [new file with mode: 0644]
assets/sass/components/_tiles.scss [new file with mode: 0644]
assets/sass/layout/_banner.scss [new file with mode: 0644]
assets/sass/layout/_contact.scss [new file with mode: 0644]
assets/sass/layout/_footer.scss [new file with mode: 0644]
assets/sass/layout/_header.scss [new file with mode: 0644]
assets/sass/layout/_main.scss [new file with mode: 0644]
assets/sass/layout/_menu.scss [new file with mode: 0644]
assets/sass/layout/_wrapper.scss [new file with mode: 0644]
assets/sass/libs/_breakpoints.scss [new file with mode: 0644]
assets/sass/libs/_functions.scss [new file with mode: 0644]
assets/sass/libs/_html-grid.scss [new file with mode: 0644]
assets/sass/libs/_mixins.scss [new file with mode: 0644]
assets/sass/libs/_my-mixins.scss [new file with mode: 0644]
assets/sass/libs/_vars.scss [new file with mode: 0644]
assets/sass/libs/_vendor.scss [new file with mode: 0644]
assets/sass/main.scss
assets/sass/main.scss.old [new file with mode: 0644]
assets/sass/noscript.scss [new file with mode: 0644]
layouts/home-baseof.html
layouts/home.html
layouts/page/list-baseof.html
layouts/page/list.html
layouts/page/single-baseof.html
layouts/page/single.html
layouts/partials/footer-addition.html
layouts/partials/footer.html
layouts/partials/funcs/social-menu.html
layouts/partials/header.html
layouts/partials/home-social-links.html
layouts/partials/main-menu.html
static/bg/rose2.jpg [new file with mode: 0644]
static/js/breakpoints.min.js [new file with mode: 0644]
static/js/browser.min.js [new file with mode: 0644]
static/js/jquery.min.js [new file with mode: 0644]
static/js/jquery.scrollex.min.js [new file with mode: 0644]
static/js/jquery.scrolly.min.js [new file with mode: 0644]
static/js/main.js [new file with mode: 0644]
static/js/util.js [new file with mode: 0644]