MLH-Fellowship / calendar-site

Site to display upcoming calendar events
https://mlh-fellowship.github.io/calendar-site/
MIT License
11 stars 7 forks source link

Clean calendly links in some of the event descriptions #5

Closed gasharova closed 3 years ago

gasharova commented 3 years ago

image

gasharova commented 3 years ago

For some reason I can't assign myself.

im starting to work on the issue

wrussell1999 commented 3 years ago

Great start!

So we could probably fix all the break points using similar code I wrote for the Discord Bot that makes announcements. Here's a link to the code of that: https://github.com/MLH-Fellowship/event-bot/blob/cc129c4786ff905df388e196a9c8c0f1867219a9/app/schedule/cal.py#L53

Screenshot 2020-11-03 at 12 12 44

wrussell1999 commented 3 years ago

I had a go: https://github.com/MLH-Fellowship/calendar-site/pull/7/commits/e71de0f923d681c82790db6f114aaa7f2e3f3285

However, I can't get it to actually add new lines to the description. Just makes a big wall of text hmmm.

wrussell1999 commented 3 years ago

Ah JQuery was rendering as plain text. If you tell the description to render as HTML, it renders better!

wrussell1999 commented 3 years ago

Fixed by https://github.com/MLH-Fellowship/calendar-site/pull/7