diff --git a/public/config.json b/public/config.json index 8a5b509..a2fc048 100644 --- a/public/config.json +++ b/public/config.json @@ -1,4 +1,14 @@ { + "app_name": "shacl-vue", + "documentation_url": "", + "source_code_url": "", + "app_theme": { + "link_color": "#41b883", + "hover_color": "#1565C0", + "active_color": "#D32F2F", + "panel_color": "#41b883", + "logo": "shacl_vue_logo.svg" + }, "shapes_url": "dlschemas_shacl.ttl", "use_default_shapes": false, "data_url": "dlschemas_data.ttl", diff --git a/public/shacl_vue_logo.svg b/public/shacl_vue_logo.svg new file mode 100644 index 0000000..ce1a35c --- /dev/null +++ b/public/shacl_vue_logo.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/App.vue b/src/App.vue index 115b32d..535b3f7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,106 +1,10 @@ - - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index 1b10151..5bbbf70 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -1,79 +1,23 @@ - - diff --git a/src/components/AppHeader.vue b/src/components/AppHeader.vue index 5c9b4f8..5a36ae0 100644 --- a/src/components/AppHeader.vue +++ b/src/components/AppHeader.vue @@ -5,13 +5,13 @@ - shacl-vue + {{ appName }} - - - - - - + + + + + + + + + + @@ -98,11 +102,18 @@