Main page.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 27 Oct 2022 13:47:29 +0000 (15:47 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 27 Oct 2022 13:47:29 +0000 (15:47 +0200)
commitd8a368e376f9f50ff0e3714ef716df548e86bd7f
treef97911d4151e968988b149aaa7e8817a770a8d8e
parent528a34731579d8b81df43879f2b63c2754005a86
Main page.
41 files changed:
src/catalogue/admin.py
src/catalogue/templates/catalogue/preview_ad_homepage.html [new file with mode: 0644]
src/catalogue/templates/catalogue/tagged_object_list.html
src/catalogue/templatetags/catalogue_tags.py
src/newsletter/forms.py
src/reporting/templatetags/reporting_stats.py
src/social/models.py
src/social/templates/social/carousel_2022.html [new file with mode: 0644]
src/social/templatetags/social_tags.py
src/wolnelektury/settings/basic.py
src/wolnelektury/static/2021/scripts/main.js
src/wolnelektury/static/2022/images/book-donate-bg.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/book-donate.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/book-newsletter.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/icons/bell.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/kid-2.png [new file with mode: 0644]
src/wolnelektury/static/2022/images/kid-3.png [new file with mode: 0644]
src/wolnelektury/static/2022/images/kid.png [new file with mode: 0644]
src/wolnelektury/static/2022/images/quotes-slider-bg-left.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/quotes-slider-bg-right.svg [new file with mode: 0644]
src/wolnelektury/static/2022/styles/layout/_books.scss
src/wolnelektury/static/2022/styles/layout/_button.scss
src/wolnelektury/static/2022/styles/layout/_collections.scss [new file with mode: 0644]
src/wolnelektury/static/2022/styles/layout/_container.scss
src/wolnelektury/static/2022/styles/layout/_download.scss [new file with mode: 0644]
src/wolnelektury/static/2022/styles/layout/_footer.scss
src/wolnelektury/static/2022/styles/layout/_module.scss
src/wolnelektury/static/2022/styles/layout/_navigation.scss
src/wolnelektury/static/2022/styles/layout/_quotes.scss [new file with mode: 0644]
src/wolnelektury/static/2022/styles/layout/_section.scss
src/wolnelektury/static/2022/styles/layout/_your-books.scss [new file with mode: 0644]
src/wolnelektury/static/2022/styles/local.scss
src/wolnelektury/static/2022/styles/pages/_homepage.scss [new file with mode: 0644]
src/wolnelektury/static/2022/styles/pages/_module.scss
src/wolnelektury/static/2022/styles/utils/_vars.scss
src/wolnelektury/templates/2022/base.html
src/wolnelektury/templates/2022/footer.html
src/wolnelektury/templates/2022/header.html
src/wolnelektury/templates/2022/main_page.html [new file with mode: 0644]
src/wolnelektury/templatetags/switch_tag.py [deleted file]
src/wolnelektury/views.py