aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wip: shopping basket slowly coming onMatthew Lemon2024-09-193-33/+40
|
* Looking crap but getting there - the basket...Matthew Lemon2024-09-192-37/+51
|
* wip: getting the thumbnails of resourcesMatthew Lemon2024-09-191-9/+18
|
* Tweak the GBP sign and the colour of card description textMatthew Lemon2024-09-164-6/+7
|
* Upgrade to bootstrap 5.3Matthew Lemon2024-09-161-30/+35
|
* wip: really bad cart icon but it will do for nowMatthew Lemon2024-09-151-74/+91
|
* Changed the colour of the card description testMatthew Lemon2024-09-142-2/+6
| | | | - Uses my own CSS class - technical stuff
* Adds Add to basket buttons to cards on resource list pageMatthew Lemon2024-09-132-11/+19
|
* Further attempts to remove placeholderMatthew Lemon2024-09-131-1/+0
|
* Another removed missing bootstrap imageMatthew Lemon2024-09-131-1/+1
|
* Remove missing container imageMatthew Lemon2024-09-131-1/+2
|
* Puts the card description back into the UIMatthew Lemon2024-09-101-1/+2
|
* All tests pass and sign-up page is editableMatthew Lemon2024-09-101-0/+37
|
* wip: implementing checkoutMatthew Lemon2024-09-085-0/+92
| | | | - also some formatting changes
* Fix for tabbed filter in resource list pageMatthew Lemon2024-09-031-1/+0
| | | | Previously the link selected on the tabbed filter navbar in resources list would filter the featured resources too. This fixes that.
* Adds new AL faviconMatthew Lemon2024-09-031-2/+2
|
* wip: implementing the tabbed filter for standard resourcesMatthew Lemon2024-09-012-19/+37
| | | | - it is filtering Featured resources too and it shouldn't. Fix.
* Added pagination to the resource list pageMatthew Lemon2024-09-011-3/+45
|
* Made the badges on the resource cards align horizontallyMatthew Lemon2024-09-012-51/+39
|
* Drop shadows on the featured and standard resource panelsMatthew Lemon2024-09-014-22/+17
|
* Improved resource list layoutMatthew Lemon2024-09-013-5/+60
| | | | - "horizontal" arrangement of standard resources
* Logo and new navbar and new detail designMatthew Lemon2024-09-013-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
* Mainly formattingMatthew Lemon2024-08-221-37/+49
|
* Adds basic pricing section and footerMatthew Lemon2024-08-222-3/+220
|
* Adds a basic hero and feature section to the homepageMatthew Lemon2024-08-222-142/+232
|
* The Cancel button is now managed by crispy forms.Matthew Lemon2024-08-081-2/+0
|
* wip: adding delete and replace buttons for PDFsMatthew Lemon2024-08-051-83/+92
|
* Add feature to add PDFs to resourcesMatthew Lemon2024-08-033-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.
* Adds ability to update the thumbnail/feature imagesMatthew Lemon2024-08-033-3/+31
|
* wip: adding the update thumbnails formMatthew Lemon2024-08-031-1/+1
|
* Refactored list template into includes to fix div hell.Matthew Lemon2024-08-023-143/+104
|
* wip: trying to fix fucked divs on index pageMatthew Lemon2024-08-021-139/+140
| | | | More to come - going to have to redo all the HTML on this page.
* Fix: div problems in index page.Matthew Lemon2024-08-011-140/+139
|
* Responsive feature cards on index pageMatthew Lemon2024-08-011-75/+82
| | | | | - Width is responsive - Breakpoints allow for stacking at smaller ones
* Tidy up the HTML onlyMatthew Lemon2024-07-291-3/+8
|
* Now handles EFL badges for non-featured cardsMatthew Lemon2024-07-291-2/+7
|
* Handle the long EFL badge nameMatthew Lemon2024-07-291-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.
* Card border changesMatthew Lemon2024-07-291-2/+2
|
* UI changes on index (see eblow)Matthew Lemon2024-07-281-44/+49
| | | | | | - removed Detail button - put Edit button in a card footer - Formatting the html
* Tweak to the width of the non-featured resource cardMatthew Lemon2024-07-281-1/+2
|
* Added border and badge colour based on categoryMatthew Lemon2024-07-281-4/+5
| | | | - You have to define them on the ResourceCategory model in the database
* Very simple border round feature block for EY LiteracyMatthew Lemon2024-07-111-2/+3
|
* Adds ability to add colour class to main categoryMatthew Lemon2024-07-111-2/+2
| | | | | - Creates a new line in the database - Uses this in the template instead of the default bootstrap class
* Better display of number of files in PDFMatthew Lemon2024-07-071-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
* Better implementation of carouselMatthew Lemon2024-07-071-2/+4
| | | | | | - Removed the primary coloured background - Changed the colour of the next and previous icons - Reduced the width of the actual image
* Basic implementation of a carouselMatthew Lemon2024-07-041-9/+28
| | | | Needs lots of work and tidying up mind...
* Tweaking bordersMatthew Lemon2024-05-261-1/+1
|
* Changes the flex alignment to start for non-featured resourcesMatthew Lemon2024-05-261-1/+1
|
* Tweaking the layout of the list pageMatthew Lemon2024-05-261-5/+5
|
* Correctly handles the unique constraint on feature_slotMatthew Lemon2024-05-261-15/+20
|