aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-03Adds new AL faviconMatthew Lemon1-2/+2
2024-09-01wip: implementing the tabbed filter for standard resourcesMatthew Lemon2-19/+37
- it is filtering Featured resources too and it shouldn't. Fix.
2024-09-01Added pagination to the resource list pageMatthew Lemon1-3/+45
2024-09-01Made the badges on the resource cards align horizontallyMatthew Lemon2-51/+39
2024-09-01Drop shadows on the featured and standard resource panelsMatthew Lemon4-22/+17
2024-09-01Improved resource list layoutMatthew Lemon3-5/+60
- "horizontal" arrangement of standard resources
2024-09-01Logo and new navbar and new detail designMatthew Lemon3-102/+146
- logo in place - new navbar - removed Joanna Lemon, etc - tidying up the detail page, using cards and nicer titles - better detail panel at the top of the page with a table in it
2024-08-22Mainly formattingMatthew Lemon1-37/+49
2024-08-22Adds basic pricing section and footerMatthew Lemon2-3/+220
2024-08-22Adds a basic hero and feature section to the homepageMatthew Lemon2-142/+232
2024-08-08The Cancel button is now managed by crispy forms.Matthew Lemon1-2/+0
2024-08-05wip: adding delete and replace buttons for PDFsMatthew Lemon1-83/+92
2024-08-03Add feature to add PDFs to resourcesMatthew Lemon3-3/+31
Implemented the ability to upload and manage PDFs for resources. Added the necessary form, view, and templates to support this functionality. Updated routes and UI elements to integrate the new feature seamlessly.
2024-08-03Adds ability to update the thumbnail/feature imagesMatthew Lemon3-3/+31
2024-08-03wip: adding the update thumbnails formMatthew Lemon1-1/+1
2024-08-02Refactored list template into includes to fix div hell.Matthew Lemon3-143/+104
2024-08-02wip: trying to fix fucked divs on index pageMatthew Lemon1-139/+140
More to come - going to have to redo all the HTML on this page.
2024-08-01Fix: div problems in index page.Matthew Lemon1-140/+139
2024-08-01Responsive feature cards on index pageMatthew Lemon1-75/+82
- Width is responsive - Breakpoints allow for stacking at smaller ones
2024-07-29Tidy up the HTML onlyMatthew Lemon1-3/+8
2024-07-29Now handles EFL badges for non-featured cardsMatthew Lemon1-2/+7
2024-07-29Handle the long EFL badge nameMatthew Lemon1-2/+7
The full title of "English as a Foreign Language (EFL)" did not fit inside a badge, so we have had to add a conditional in the template to guard against it.
2024-07-29Card border changesMatthew Lemon1-2/+2
2024-07-28UI changes on index (see eblow)Matthew Lemon1-44/+49
- removed Detail button - put Edit button in a card footer - Formatting the html
2024-07-28Tweak to the width of the non-featured resource cardMatthew Lemon1-1/+2
2024-07-28Added border and badge colour based on categoryMatthew Lemon1-4/+5
- You have to define them on the ResourceCategory model in the database
2024-07-11Very simple border round feature block for EY LiteracyMatthew Lemon1-2/+3
2024-07-11Adds ability to add colour class to main categoryMatthew Lemon1-2/+2
- Creates a new line in the database - Uses this in the template instead of the default bootstrap class
2024-07-07Better display of number of files in PDFMatthew Lemon1-4/+6
- The header bar now contains a Number of files: X dependent on the number of files in the resource - The File Preview header now includes a counter number if this is a multi-page PDF - The title of PDF file is put alongside the File Preview text in the h4
2024-07-07Better implementation of carouselMatthew Lemon1-2/+4
- Removed the primary coloured background - Changed the colour of the next and previous icons - Reduced the width of the actual image
2024-07-04Basic implementation of a carouselMatthew Lemon1-9/+28
Needs lots of work and tidying up mind...
2024-05-26Tweaking bordersMatthew Lemon1-1/+1
2024-05-26Changes the flex alignment to start for non-featured resourcesMatthew Lemon1-1/+1
2024-05-26Tweaking the layout of the list pageMatthew Lemon1-5/+5
2024-05-26Correctly handles the unique constraint on feature_slotMatthew Lemon1-15/+20
2024-05-26Fix link on card which was overriding the detail and edit linksMatthew Lemon1-5/+3
2024-05-26Changes the layout of the index slightly - better spacingMatthew Lemon1-2/+2
2024-05-26Adds a link to each card on the index pageMatthew Lemon1-0/+2
2024-05-26Better presentation of the feature resourcesMatthew Lemon1-81/+97
2024-05-26Markdown for the card descriptionMatthew Lemon1-2/+3
2024-05-26Basic feature slot presentation in index pageMatthew Lemon1-49/+91
2024-05-22Adds a new page template to manipulate feature resources - but we may not ↵Matthew Lemon1-2/+14
need this
2024-05-22wip: starting to test the featured resource viewMatthew Lemon1-0/+9
2024-05-16wip: markdown implemented for description field but working on help_textMatthew Lemon2-4/+4
2024-05-15Fixing the title tagsMatthew Lemon3-3/+3
2024-05-15Tinkering with CSSMatthew Lemon1-10/+10
2024-05-15Adds an admin bar to resources page and moves some stuff to homeMatthew Lemon3-101/+117
2024-05-15Update wrap around is_staff condition for edit buttonsMatthew Lemon1-1/+1
2024-05-15Basic form to update Resource metadataMatthew Lemon2-2/+42
2024-05-15Fix the badges on the resource list.Matthew Lemon1-2/+2