twelve-of-code-official / website

The source code for the Twelve of Code website
https://mesure.x10.mx/twelve-of-code
GNU General Public License v3.0
0 stars 0 forks source link

Change navbar references to be relative links instead of direct links #121

Closed Mesure73L closed 6 months ago

Mesure73L commented 6 months ago

Issue Contents

Due to cross-site scripting restrictions, the navbar will only show when you're viewing a page with the mesure.x10.mx domain. This is not ideal, as we need to be able to code stuff outside of that domain.

Mesure73L commented 6 months ago

Update on this: I figured out a good way to do this and I just need to change the navbar code on every single index.html file excluding Twelve of Code and projects (not that hard, there's only 9). This will be done by the end of today, along with #93 and adding the contact page to the navbar.