-
Notifications
You must be signed in to change notification settings - Fork 4
Custom Pages
Franklin Shack edited this page Nov 23, 2020
·
2 revisions
As opposed to all of the Angular stuff, I realized it may be useful to be able to create custom pages for Events. In the /events/
folder you'll see a /template/
folder with an index.html
inside.
To make a new page, just copy and paste the /template/ folder within /events/ and rename the folder what you want the event to be. For example: /events/learnjam
. You can now use redirects to link to sgdc.dev/events/yourevent
and can simply write basic html to customize an event page. The logo and background line up with the normal style of the site, and the menu bar gets replaced with a "Return to events" link. From there, the page is yours to edit.