aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon2024-10-1539-1470/+0
|
* wip: clicking add to cart button takes you to card detail but thats itMatthew Lemon2024-10-091-1/+1
|
* wip: working on tests for adding resource to a cartMatthew Lemon2024-10-091-3/+5
|
* wip: implementing CSS classes for category colours on detail pageMatthew Lemon2024-10-091-1/+4
|
* Removes cart button for nowMatthew Lemon2024-10-091-10/+10
|
* Summary panel looks a little betterMatthew Lemon2024-10-071-21/+23
|
* Ditched flex-box on the detail pageMatthew Lemon2024-10-071-134/+7
| | | | | Resorted to using simple row and col classes here. Vary rudimentary at this stage but at least it gets them horizontally aligned.
* wip: redesigning the detail pageMatthew Lemon2024-10-071-96/+150
|
* spellingMatthew Lemon2024-09-291-1/+1
|
* fix spelling mistakeMatthew Lemon2024-09-291-2/+1
|
* Quick fix to remove extra words.Matthew Lemon2024-09-291-1/+1
|
* Added an holding paragraph on the sign in page.Matthew Lemon2024-09-293-0/+21
|
* 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
|