NDev Assets Documentation

NDev-Group


Introduction


About

The NDev Assets are a collection of templates, images, and other assets primarily intended for usage by the nouhi.dev website.

This documentation will focus on keeping track of how to implement certain templates during ongoing development.

NDev Global

NDev Global serves as a base for all sites running on nouhi.dev. Currently, it automatically adds centralized needs such as the navbar and the loader as well as the required stylesheet.

Reference NDev Global

  • Asset (js): ndev-global.js
  • Requirements: Reference in the document's head.

Example Implementation in HTML

NDev Global Unity Override

NDev Global Unity Override serves as a base for all sites running on nouhi.dev that are based on Unity WebGL builds. It contains adding the base NDev Global JS and the included NDev Global CSS as well as the contextually important NDev Global Unity Override CSS. Its main purpose is to give the Unity WebGL builds a normalized look fitting for the rest of the nouhi.dev website.

Reference NDev Global Unity Override JS


Example Implementation in HTML