summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-29Merge branch 'deployment-staging' into 34-add-disabled-button-variant34-add-disabled-button-variantJoe Carstairs
2024-01-29Design system board (#77)Joe Carstairs
* Simplifies theme selector syntax * Adds .dark theming class * Adds design system page (dev env only)
2024-01-29Adds disabled button styling variantJoe Carstairs
2024-01-29CSS enforces cursor:pointer on buttonJoe Carstairs
2024-01-29CSS button module applies to <button> as well as .btnJoe Carstairs
2024-01-29Adds neutral colour custom propertiesJoe Carstairs
2024-01-29Adds neutral coloursJoe Carstairs
2024-01-29README: replaces 'Sycamost' with 'joeacarstairs' (#74)Joe Carstairs
2024-01-29Adds no-breadcrumbs variant of the navbar (#75)Joe Carstairs
2024-01-26Merge branch 'deployment-production' into deployment-stagingJoe Carstairs
2024-01-26Merge pull request #71 from joeacarstairs/fix-furthsettins-aspect-ratioJoe Carstairs
Various furthsettins improvements
2024-01-26Fixes mis-typed 20XX years in Lallans issue namesJoe Carstairs
2024-01-26Lallans gallery splashes most recent issue onlyJoe Carstairs
2024-01-26Adds .link-gallery--splash-first variantJoe Carstairs
2024-01-26Improves link gallery stylingJoe Carstairs
2024-01-25Update from staging (#70)Joe Carstairs
* 33 / Pay annual subscription by PayPal (#68) * Refactors paypal-buttons -> paypal-product-buttons WebComponent * Pulls out address to data file * Defines annual subscription prices data hash * Styles paypal-product-buttons * Styles <address> * Details have cursor:pointer on the summary * Moves Jyne section to separate page * Rewrites payment options using details components * Reworks translation typing * Defines MembershipType enum * Adds translations for MembershipType enum * Can pay annual subs by PayPal * Styles tables better * Replaces a few straggler --margins with --spacing (#67) --------- Co-authored-by: Joe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com>
2024-01-25Replaces a few straggler --margins with --spacing (#67)Joe Carstairs
2024-01-2533 / Pay annual subscription by PayPal (#68)Joe Carstairs
* Refactors paypal-buttons -> paypal-product-buttons WebComponent * Pulls out address to data file * Defines annual subscription prices data hash * Styles paypal-product-buttons * Styles <address> * Details have cursor:pointer on the summary * Moves Jyne section to separate page * Rewrites payment options using details components * Reworks translation typing * Defines MembershipType enum * Adds translations for MembershipType enum * Can pay annual subs by PayPal * Styles tables better
2024-01-19Merge pull request #65 from joeacarstairs/deployment-stagingJoe Carstairs
Update production
2024-01-19Merge branch 'deployment-production' into deployment-stagingJoe Carstairs
2024-01-19Uses SCSS partials (#64)Joe Carstairs
2024-01-19Layout and typography improvements (#63)Joe Carstairs
* Adds soft hyphens to homepage * auto-hyphenates! * Tighter line-height in logo * Fixes spacing and typography below xs breakpoint * Fixes xs-sm spacing and typography * Fixes border widths * Link hover uses wavy underline instead of fat underline * Fixes committee img layout on <xs * Nice separators between committee members * Better styling for committee member heading * Consistent start-end block padding for sections * Better breadcrumb styling * Neatens alignment in footer * Renames scss/variables -> scss/custom-properties * Pulls out colours SCSS variables * Merges margins and padding values * Moves variables/colours -> values/colours * Starts migrating spacing values to SCSS * Pulls out typography logic to SCSS variables/functions * Removes unneeded --er custom property * Calculates grid-total-width-absolute in SCSS * Forwards constants with @forward * Removes TODOs and unnecessary assignment to --width-prose
2024-01-12Adds Sangschaw ad to top of homepage (#59)Joe Carstairs
Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
2024-01-12Improve CSS reset (#51)Joe Carstairs
* Font size inflation * Removes main adjustment for IE * Documents hr corrections * Documents pre corrections * Documents abbr[title] corrections * Documents b, strong corrections * Squishes pre rule with code,kbd,samp * Documents sub,sub line-height fix * Removes IE fix for img borders * Documents form control resets * Documents details display:block * Documents summary correction * Removes [hidden] fix for IE * Adds border-box sizing rules * Refactors links
2024-01-12Update production (#37) (#49)Joe Carstairs
* Edit README (#28) * Corrects Lallans instructions * Adds instructions for adding a Scotsoun release * Documents infrastructure * Better contribution guidance * Update README (#29) * Updates references to branch names in README * ESLint ignores Markdown * Documents Coding Style * Specifies upstream branch in README where salient * Fixes Sangschaw winners list in Eiks 30 (#35) * Fixes Sangschaw winners list in Eiks 30 (#36) * Fixes Sangschaw winners list in Eiks 30 (#38)
2024-01-12Eiks 31 fixes (#47)Joe Carstairs
* Links to Leid title track on YouTube * Corrects Sangschaw pricing
2024-01-12Links to Leid title track on YouTube (#45)Joe Carstairs
2024-01-12Eiks 31 fixes (#43)Joe Carstairs
* Eiks 31 fixes * Improves list styling
2024-01-12Reorder news (#42)Joe Carstairs
* Reslugs news items * Fixes typo in getMostRecentNewsItem() * Fixes typo in newUtils.getDate() * Sorts news index from most recent to oldest
2024-01-12Eiks 31 (#41)Joe Carstairs
* Eiks 31 * Prettier dl's * Prettier headings --------- Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com>
2024-01-11Update 2024/01/11 (#61)Joe Carstairs
* Edit README (#28) * Corrects Lallans instructions * Adds instructions for adding a Scotsoun release * Documents infrastructure * Better contribution guidance * Update README (#29) * Updates references to branch names in README * ESLint ignores Markdown * Documents Coding Style * Specifies upstream branch in README where salient * Eiks 31 (#41) * Eiks 31 * Prettier dl's * Prettier headings --------- Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com> * Reorder news (#42) * Reslugs news items * Fixes typo in getMostRecentNewsItem() * Fixes typo in newUtils.getDate() * Sorts news index from most recent to oldest * Update production (#37) (#49) * Edit README (#28) * Corrects Lallans instructions * Adds instructions for adding a Scotsoun release * Documents infrastructure * Better contribution guidance * Update README (#29) * Updates references to branch names in README * ESLint ignores Markdown * Documents Coding Style * Specifies upstream branch in README where salient * Fixes Sangschaw winners list in Eiks 30 (#35) * Fixes Sangschaw winners list in Eiks 30 (#36) * Fixes Sangschaw winners list in Eiks 30 (#38) * Improve CSS reset (#51) * Font size inflation * Removes main adjustment for IE * Documents hr corrections * Documents pre corrections * Documents abbr[title] corrections * Documents b, strong corrections * Squishes pre rule with code,kbd,samp * Documents sub,sub line-height fix * Removes IE fix for img borders * Documents form control resets * Documents details display:block * Documents summary correction * Removes [hidden] fix for IE * Adds border-box sizing rules * Refactors links * Adds Sangschaw ad to top of homepage (#59) Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> --------- Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com> Co-authored-by: Joe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com>
2023-12-17Update production from staging (#48)Joe Carstairs
* Edit README (#28) * Corrects Lallans instructions * Adds instructions for adding a Scotsoun release * Documents infrastructure * Better contribution guidance * Update README (#29) * Updates references to branch names in README * ESLint ignores Markdown * Documents Coding Style * Specifies upstream branch in README where salient * Fixes Sangschaw winners list in Eiks 30 (#35) * Fixes Sangschaw winners list in Eiks 30 (#36) * Fixes Sangschaw winners list in Eiks 30 (#38) * Eiks 31 (#41) * Eiks 31 * Prettier dl's * Prettier headings --------- Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com> * Reorder news (#42) * Reslugs news items * Fixes typo in getMostRecentNewsItem() * Fixes typo in newUtils.getDate() * Sorts news index from most recent to oldest * Eiks 31 fixes (#43) * Eiks 31 fixes * Improves list styling * Links to Leid title track on YouTube (#45) * Eiks 31 fixes (#47) * Links to Leid title track on YouTube * Corrects Sangschaw pricing * Update production (#37) (#49) * Edit README (#28) * Corrects Lallans instructions * Adds instructions for adding a Scotsoun release * Documents infrastructure * Better contribution guidance * Update README (#29) * Updates references to branch names in README * ESLint ignores Markdown * Documents Coding Style * Specifies upstream branch in README where salient * Fixes Sangschaw winners list in Eiks 30 (#35) * Fixes Sangschaw winners list in Eiks 30 (#36) * Fixes Sangschaw winners list in Eiks 30 (#38) --------- Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com>
2023-12-01Update production (#37)Joe Carstairs
* Edit README (#28) * Corrects Lallans instructions * Adds instructions for adding a Scotsoun release * Documents infrastructure * Better contribution guidance * Update README (#29) * Updates references to branch names in README * ESLint ignores Markdown * Documents Coding Style * Specifies upstream branch in README where salient * Fixes Sangschaw winners list in Eiks 30 (#35) * Fixes Sangschaw winners list in Eiks 30 (#36) * Fixes Sangschaw winners list in Eiks 30 (#38)
2023-12-01Fixes Sangschaw winners list in Eiks 30 (#38)Joe Carstairs
2023-12-01Fixes Sangschaw winners list in Eiks 30 (#36)Joe Carstairs
2023-12-01Fixes Sangschaw winners list in Eiks 30 (#35)Joe Carstairs
2023-11-18Specifies upstream branch in README where salientJoe Carstairs
2023-11-13Update README (#29)Joe Carstairs
* Updates references to branch names in README * ESLint ignores Markdown * Documents Coding Style
2023-11-13Edit README (#28)Joe Carstairs
* Corrects Lallans instructions * Adds instructions for adding a Scotsoun release * Documents infrastructure * Better contribution guidance
2023-11-06Merge pull request #27 from Sycamost/devJoe Carstairs
Dev
2023-11-06Merge pull request #26 from Sycamost/speir-submeissions-104Joe Carstairs
Asks for submissions to Lallans 104
2023-11-06Asks for submissions to Lallans 104Joe Carstairs
2023-10-26Merge pull request #23 from Sycamost/devJoe Carstairs
Call for submissions refers to Lallans 103 (#22)
2023-10-26Merge branch 'main' into devJoe Carstairs
2023-10-26Merge pull request #25 from Sycamost/edit-readmeJoe Carstairs
Fixes README
2023-10-26More fixesJoe Carstairs
2023-10-26Fixes READMEJoe Carstairs
2023-10-25Merge pull request #24 from Sycamost/21-shadow-hover-linkJoe Carstairs
21 / Removes box shadow from link hover state and font weight transition on buttons
2023-10-25Removes font-weight transition on buttonsJoe Carstairs
2023-10-25Removes box shadow transition on link hoverJoe Carstairs