Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: ['14.17.6']
node-version: ['22.12.0']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: ['14.17.6']
node-version: ['22.12.0']

steps:
- uses: actions/checkout@v3
Expand Down
12 changes: 10 additions & 2 deletions src/_includes/head.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@
>
<meta
property='og:image'
content='https://nd-in-tech.org/assets/ndit-logo-dark.png'
content='https://nd-in-tech.org/assets/logos/banner.jpg'
>
<meta
property='og:description'
content='Neurodivergent-led, Neurodivergent-driven: Shaping our space in tech'
>
<meta
property='og:site_name'
content='Neurodiversity In Tech'
>

<!-- Twitter Card data -->
Expand All @@ -51,7 +59,7 @@
>
<meta
name='twitter:image'
content='https://nd-in-tech.org/assets/ndit-logo-dark.png'
content='https://nd-in-tech.org/assets/logos/banner.jpg'
>
<meta
name='twitter:url'
Expand Down
Binary file added src/assets/logos/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1>Events</h1>
<iframe
class="calendar"
src="https://calendar.google.com/calendar/embed?&showCalendars=0&showPrint=0&showDate=0&showNav=0&showTitle=0&src=bmRpdGNvbW11bml0eUBnbWFpbC5jb20&src=YWRkcmVzc2Jvb2sjY29udGFjdHNAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t"
src="https://calendar.google.com/calendar/embed?&showCalendars=0&showPrint=0&showDate=0&showNav=0&showTitle=0&src=bmRpdGNvbW11bml0eUBnbWFpbC5jb20"
scrolling="no"
>
Loading Google Calendar...
Expand Down
Loading