diff --git a/.github/workflows/check-license.yaml b/.github/workflows/check-license.yaml index 986f70f..00c1240 100644 --- a/.github/workflows/check-license.yaml +++ b/.github/workflows/check-license.yaml @@ -21,7 +21,7 @@ jobs: - name: Check License Header run: | CHECK=$(grep -rcL --exclude-dir={.git,build} \ - --exclude=\*.{crt,key,pem,zed,md,mod,sum,tmpl,txt,in,desc,service} \ + --exclude=\*.{crt,key,pem,zed,md,mod,sum,tmpl,txt,in,desc,service,json,svg} \ --exclude=LICENSE \ --regexp "Copyright (c) Ultraviolet\|Copyright (c) Abstract Machines" .) if [ "$CHECK" ]; then diff --git a/ui/config.json b/ui/config.json new file mode 100644 index 0000000..5ba47ac --- /dev/null +++ b/ui/config.json @@ -0,0 +1,21 @@ +{ + "Configuration": { + "font": "roboto", + "logo": { + "src": { + "defaultLogo": "/logo.svg", + "altLogo": "/logo.svg" + }, + "alt": "Cube AI Logo", + "height": 64, + "width": 250, + "mobileWidth": 50, + "mobileHeight": 64, + "homeTopbarWidth": 40, + "homeTopbarHeight": 64, + "navbarWidth": 60, + "navbarHeight": 64, + "link": "https://github.com/ultravioletrs/cube" + } + } +} diff --git a/ui/logo.svg b/ui/logo.svg new file mode 100644 index 0000000..139933d --- /dev/null +++ b/ui/logo.svg @@ -0,0 +1,18 @@ + + + +Created with Fabric.js 5.2.4 + + + + + + + + + + + + CUBE AI + +