I wonder how they managed to add all those custom buttons on the top. Is there a theme or plugin for this? Did they create their own?
I would like to try to do the same. I know there is a theme component and some discussions about customizing the header, but I want these buttons just below the header, in order to don’t display them after the user scrolls.
The first part uses some javascript to generate automatically the current and future meetings. The script is visible in the source code. They applied a different style for active or inactive meetings.
The last 4 buttons are hard coded in a discourse theme. You can search for custom-bar in the source code to see how they’ve done this.