-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Heading modifications and minor appreace changes
Meetup related changes can now be donw off heading.json prettier.rc setting to 100 lines but index.html left as is to avoid commit pollution Graphic and Stream icons sizes updated
- Loading branch information
Showing
7 changed files
with
78 additions
and
34 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.DS_Store | ||
.sass-cache | ||
.jekyll-cache | ||
.vscode | ||
_site | ||
Gemfile.lock |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"singleQuote": true, | ||
"trailingComma": "all", | ||
"bracketSpacing": false | ||
} | ||
"bracketSpacing": false, | ||
"printWidth": 100 | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"lofi_discord": "https://discord.gg/lfwdev", | ||
"meetup": { | ||
"date": "Tuesday September 26, 2023 @ 11AM EST", | ||
"graphic": "/assets/images/meetup9.png", | ||
"discord_link": "https://discord.gg/d7sgWYWkgp?event=1171500361979269251", | ||
"youtube_link": "https://youtube.com/live/66WQQFGB6h8?feature=share", | ||
"calendar_ics": "/assets/LoFi_Meetup.ics", | ||
"calendar_icon": "/assets/images/Oct31.png", | ||
"gcal_link": "https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MnZsazRqcmplOGI1bDZ1dGppZTUxNGEyYzkgZjgwNGE4ZjU3MGNiZThiOWNmZDk1MTg3MzJmMjcyM2E1MzcxMWEyMTc1OTYyZTkwZDU4NTgxN2MzYWNlMjllM0Bn&tmsrc=f804a8f570cbe8b9cfd9518732f2723a53711a2175962e90d585817c3ace29e3%40group.calendar.google.com", | ||
"youtube_icon": "https://upload.wikimedia.org/wikipedia/commons/0/09/YouTube_full-color_icon_%282017%29.svg", | ||
"gcal_icon": "https://upload.wikimedia.org/wikipedia/commons/a/a5/Google_Calendar_icon_%282020%29.svg" | ||
}, | ||
"lofi_playlist": "https://www.youtube.com/playlist?list=PLTbD2QA-VMnXFsLbuPGz1H-Najv9MD2-H" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<aside> | ||
{% assign info = site.data.heading %} {% assign meetup = site.data.heading.meetup %} | ||
<div class="heading"> | ||
Join our | ||
<a class="noUnderline" href="{{info.lofi_discord}}" target="_blank"> | ||
<img class="discord" src="/assets/images/discord.svg" /> | ||
</a> | ||
community and attend the | ||
<a href="{{meetup.discord_link}}" target="_blank">next meetup</a> | ||
</div> | ||
<a href="{{meetup.discord_link}}" target="_blank"> | ||
<img class="feature" src="{{meetup.graphic}}" /> | ||
</a> | ||
{{meetup.date}} | ||
<br /> | ||
<a class="icons" href="{{meetup.calendar_ics}}" download> | ||
<img class="icons" src="{{info.meetup.calendar_icon}}" /> | ||
</a> | ||
<a class="icons" target="_blank" href="{{meetup.youtube_link}}"> | ||
<img class="icons" src="{{meetup.youtube_icon}}" /> | ||
</a> | ||
<a class="icons" target="_blank" href="{{meetup.gcal_link}}"> | ||
<img class="icons" src="{{meetup.gcal_icon}}" /> | ||
</a> | ||
<br /> | ||
<a href="{{info.lofi_playlist}}" target="_blank">Catch up on the previous talks</a> | ||
</aside> |
This file contains 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
This file contains 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