Freshers 2026 Campaign - #923
Draft
gellowg wants to merge 40 commits into
Draft
Conversation
…ade freshers menu item an image
… the freshers page.
…ited with Netlify CMS
…ers page - just using already implemented redirect instead
…ountdown timer. Includes image assets too.
…er cosmetic fixes
…n be toggled in _config.yml
cssbhamdev
enabled auto-merge (squash)
August 22, 2026 18:25
|
This pull request has been marked to automatically sync to its base branch. You can disable this behavior by removing the label. |
Contributor
Author
|
Deploy preview here: https://deploy-preview-923--cssbham.netlify.app |
Member
Comment on lines
+192
to
+201
| .freshers-button-primary { | ||
| color: $ink; | ||
| background: linear-gradient(110deg, $mint, #a5f4dd); | ||
| box-shadow: 0 14px 35px rgba(105, 230, 194, 0.22); | ||
|
|
||
| &:hover, | ||
| &:focus-visible { | ||
| box-shadow: 0 18px 40px rgba(105, 230, 194, 0.32); | ||
| } | ||
| } |
Member
There was a problem hiding this comment.
Class is not used and can be deleted
Suggested change
| .freshers-button-primary { | |
| color: $ink; | |
| background: linear-gradient(110deg, $mint, #a5f4dd); | |
| box-shadow: 0 14px 35px rgba(105, 230, 194, 0.22); | |
| &:hover, | |
| &:focus-visible { | |
| box-shadow: 0 18px 40px rgba(105, 230, 194, 0.32); | |
| } | |
| } |
…EO effectively becomes the alt text
…ub.io into freshers-2026
… the CMS so it stores a display_date too for irregular dates like date ranges, Each event now also displays the weekday of the date rather than just the day and month
Co-authored-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Signed-off-by: George Tong <47644702+gellowg@users.noreply.github.com>
gellowg
marked this pull request as draft
August 23, 2026 01:01
auto-merge was automatically disabled
August 23, 2026 01:01
Pull request was converted to draft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds a new responsive Freshers 2026 landing page designed around the CSS brand, with editable content and events managed through Netlify CMS.
What changed outside of freshers campaign
_config.ymland is hidden on/freshersThe new freshers campaign
/fresherslanding page with:Notes
Some event details are currently marked as
TBDand can be updated through Netlify CMS once confirmed.