Releases: AscendNTNU/ascendntnu-web
Fixed background for nontables
Non tables with row class had dark background.
Added NTNU as a parent organization
NTNU is the organization above ours. Therefore we should add them, or link them, in our structured/linked data.
Added blog to sitemap
It is important that the blog gets indexed by search engines.
Added sitemap.xml
Google and other search engines can now see the whole SPA application as it could not find the links without running heavy JavaScript on the page.
Adding linked data
The has a lot of content, mostly unstructured. Linked data will provide data faster for search engines to index and give a more precise indexing. The ascend page is also a single page application, which does indexing and crawling extremely difficult without running a bunch of javascript. The site is now displaying a linked data in a script tag without execution of any JavaScript. We can then make the site more optimal for the search engines.
Fixed IE stuff and theming on CV page
IE had a bug on the frontpage with logo not scaling well. It was because of CSS prioritizing.
Fixed forgotten theming on CV page. Was not essential yet, but had to be fixed.
Made dark the default theme
Don't need to say anymore.
Added meta tag for google indexing
Now google can get content from our site and present it better on their search engine.
Fixed CV DB to be accessed by everyone
Added more security for each document. Now no document will lack any more sensitive data than necessary.
Fixed URL bug on team page
When pressing the year buttons, "team/" is appended to the URL each time.