Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/tutosrive/images-projects-srm-trg/llms.txt

Use this file to discover all available pages before exploring further.

The NBAI asset collection is organised into three tiers. The root NBAI/ directory holds the application logo, a primary screenshot, and three animated GIFs demonstrating the weather card, user-modal, and Gemini-prompt features. The NBAI/openweather/ sub-directory contains a complete set of OpenWeather condition icons in SVG format, with separate day (d) and night (n) variants for each weather condition code. The NBAI/ships/svg/ships-military-v1.0/ sub-directory provides nine military ship silhouette SVGs used for map and radar overlays within the application.

App Screenshots & Animations

FileFormatCDN URLDescription
NBAI-1.pngPNGCDNMain NBAI application screenshot
logo.pngPNGCDNNBAI project logo
testing-card-weather-V1.gifGIFCDNAnimated weather card interaction demo
testing-user-modal-srm.gifGIFCDNAnimated user-modal interaction demo
testing-gemini-prompt.gifGIFCDNAnimated Gemini AI prompt demo

OpenWeather Icons (NBAI/openweather/)

Each weather condition is represented by a day icon (suffix d) and a night icon (suffix n). All icons are SVG files served directly over CDN.
CodeConditionDay CDN URLNight CDN URL
01Clear sky01d.svg01n.svg
02Few clouds02d.svg02n.svg
03Scattered clouds03d.svg03n.svg
04Broken clouds04d.svg04n.svg
09Shower rain09d.svg09n.svg
10Rain10d.svg10n.svg
11Thunderstorm11d.svg11n.svg
13Snow13d.svg13n.svg
50Mist50d.svg50n.svg

Military Ship SVGs (NBAI/ships/svg/ships-military-v1.0/)

Nine distinct military vessel silhouettes, suitable for map overlays, dashboards, and tactical display components.
FileFormatCDN URLDescription
ship1-35.svgSVGCDNMilitary ship silhouette 1
ship2-411.svgSVGCDNMilitary ship silhouette 2
ship3-23.svgSVGCDNMilitary ship silhouette 3
ship4-475.svgSVGCDNMilitary ship silhouette 4
ship5-submarine.svgSVGCDNSubmarine silhouette 1
ship6-submarine2.svgSVGCDNSubmarine silhouette 2
ship7-15.svgSVGCDNMilitary ship silhouette 7
ship8-124.svgSVGCDNMilitary ship silhouette 8
ship9-115.svgSVGCDNMilitary ship silhouette 9

Embedding Examples

<!-- NBAI Logo -->
![NBAI Logo](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/NBAI/logo.png)

<!-- Weather card animation -->
![Weather Card Demo](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/NBAI/testing-card-weather-V1.gif)

<!-- Clear sky day icon -->
![Clear Sky Day](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/NBAI/openweather/01d.svg)

<!-- Submarine SVG -->
![Submarine](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/NBAI/ships/svg/ships-military-v1.0/ship5-submarine.svg)

Build docs developers (and LLMs) love