aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/base.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-16Adds Google AnalyticsMatthew Lemon1-0/+9
2024-12-09wip: moving home page to home app and implementing reCAPTCHAMatthew Lemon1-1/+1
2024-12-08Tidy imports, remove breakpoint, remove logged in linkMatthew Lemon1-5/+0
2024-12-01wip: working on the form and front pageMatthew Lemon1-13/+1
2024-11-26Added two boxes of text to the home page.Matthew Lemon1-0/+3
2024-11-26Got the basic form anbd privacy policy in placeMatthew Lemon1-83/+2
2024-10-20Can now delete item from basketMatthew Lemon1-1/+2
- if is only one item left, it is deleted along with the basket - if there are more than one, just that one is deleted - TODO needs proper handling of the confirmation page - it's not formatted. htmx?
2024-10-20tidying up the cart detail page - still nowhere near good enoughMatthew Lemon1-0/+1
2024-10-20Cart shows items in it; disables buttons if item in basketMatthew Lemon1-0/+29
- Rough cart icon in navbar - Shows items in cart - Styled dependent on existence - Add to cart buttons disabled if resource in cart, on resource list page and detail page - Throws 404 error if trying add item to cart which has no price - eventually all items will have a price
2024-10-20Adds basic login, logout and profile link to navMatthew Lemon1-0/+13
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-0/+0
2024-10-09Removes cart button for nowMatthew Lemon1-10/+10
2024-09-15wip: really bad cart icon but it will do for nowMatthew Lemon1-74/+91
2024-09-13Another removed missing bootstrap imageMatthew Lemon1-1/+1
2024-09-08wip: implementing checkoutMatthew Lemon1-0/+1
- also some formatting changes
2024-09-03Adds new AL faviconMatthew Lemon1-2/+2
2024-09-01Logo and new navbar and new detail designMatthew Lemon1-31/+30
- 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 Lemon1-0/+38
2024-08-22Adds a basic hero and feature section to the homepageMatthew Lemon1-87/+88
2024-05-15Fixing the title tagsMatthew Lemon1-1/+1
2024-05-15Adds an admin bar to resources page and moves some stuff to homeMatthew Lemon1-0/+3
2024-05-15Adds my custom.scss file and new boostrap compiled filesMatthew Lemon1-2/+3
2024-05-14Further tidyingMatthew Lemon1-2/+2
2024-05-14Adds bootstrap, rids us of the CDN and better styling on detail pageMatthew Lemon1-10/+12
2024-05-14Trying to improve the CSS of the detail pageMatthew Lemon1-0/+1
2024-05-14Can now upload to SpacesMatthew Lemon1-35/+35
2024-05-13Fudged in the header in base and the wasp!Matthew Lemon1-66/+63