Skip to content

Commit

Permalink
fix: update main page description
Browse files Browse the repository at this point in the history
  • Loading branch information
marioscrock committed Oct 18, 2024
1 parent 4ba954c commit e20cc54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><script defer="defer" src="/mobilitydcatap-ui/js/chunk-vendors.1bff00ef.js"></script><script defer="defer" src="/mobilitydcatap-ui/js/app.3e4492aa.js"></script><link href="/mobilitydcatap-ui/css/chunk-vendors.5c922c6b.css" rel="stylesheet"><link href="/mobilitydcatap-ui/css/app.c2644c6c.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><script defer="defer" src="/mobilitydcatap-ui/js/chunk-vendors.1bff00ef.js"></script><script defer="defer" src="/mobilitydcatap-ui/js/app.4533bd81.js"></script><link href="/mobilitydcatap-ui/css/chunk-vendors.5c922c6b.css" rel="stylesheet"><link href="/mobilitydcatap-ui/css/app.c2644c6c.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
2 changes: 2 additions & 0 deletions dist/js/app.4533bd81.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/app.4533bd81.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/components/AssetCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<v-row class="px-10 my-2">
<v-col cols="8" class="py-2">
<p><b>Fill the form with all the metadata and download the RDF</b> representation using <a href="https://w3id.org/mobilitydcat-ap/">mobilityDCAT-AP</a>. Test and experiment to learn how different information should be described in RDF according to the mobilityDCAT-AP specification. The form is compliant with the minimum profile required by mobilityDCAT-AP.<br><br>
The page is client-side only so all the information inserted are not collected/stored but can not be retrieved if the page is reloaded. The output RDF can be converted to different serializations using online converters such as <a href="https://rdfshape.weso.es/dataConvert">RDFShape</a>.<br><br>
This page is powered by <b>KCONG (Knowledge Catalogue and Governance)</b> a complete (meta)data catalogue solution developed by <a href="https://www.cefriel.com/">Cefriel</a>. If you want to know more visit <a href="https://kcong.cefriel.com/">https://kcong.cefriel.com/</a>.</p>
This page is powered by <b>KCONG (Knowledge Catalogue and Governance)</b> a complete (meta)data catalogue solution developed by <a href="https://www.cefriel.com/">Cefriel</a>. If you want to know more visit <a href="https://kcong.cefriel.com/">https://kcong.cefriel.com/</a>. The page is client-side only so all the information inserted are not collected/stored and can not be retrieved if the page is reloaded.</p>
</v-col>
<v-col cols="4" class="text-center py-2">
<img src="@/assets/logo.png" alt="Company Logo" style="max-height: 100px;">
Expand Down

0 comments on commit e20cc54

Please sign in to comment.