Skip to content

Commit

Permalink
Switch to catalogi ipv product page
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Nov 3, 2023
1 parent 2c0fd93 commit ef694c0
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 86 deletions.
107 changes: 21 additions & 86 deletions .github/workflows/product-page-deploy.yml

Large diffs are not rendered by default.

99 changes: 99 additions & 0 deletions docs/FooterContent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
[
{
"title": "Menu",
"items": [
{
"value": "Componenten",
"ariaLabel": "Componenten",
"icon": { "prefix": "fas", "icon": "arrow-right", "placement": "left" }
},
{
"value": "About us",
"ariaLabel": "About us",
"icon": { "prefix": "fas", "icon": "arrow-right", "placement": "left" }
},
{
"value": "Products",
"ariaLabel": "Products",
"icon": { "prefix": "fas", "icon": "arrow-right", "placement": "left" }
},
{
"value": "Pricing",
"ariaLabel": "Pricing",
"icon": { "prefix": "fas", "icon": "arrow-right", "placement": "left" }
},
{
"value": "Vacancies",
"ariaLabel": "Vacancies",
"icon": { "prefix": "fas", "icon": "arrow-right", "placement": "left" }
}
]
},
{
"title": "Social",
"items": [
{
"value": "Twitter",
"ariaLabel": "Twitter",
"link": "https://twitter.com/conduction_nl",
"icon": { "prefix": "fas", "icon": "external-link", "placement": "left" }
},
{
"value": "LinkedIn",
"ariaLabel": "LinkedIn",
"link": "https://www.linkedin.com/company/conduction/about/",
"icon": { "prefix": "fas", "icon": "external-link", "placement": "left" }
},
{
"value": "Github",
"ariaLabel": "Github",
"link": "https://github.com/ConductionNL",
"icon": { "prefix": "fas", "icon": "external-link", "placement": "left" }
}
]
},
{
"title": "Contact",
"items": [
{
"label": "Digitaal contact",
"value": "conduction.nl",
"ariaLabel": "Website",
"link": "https://conduction.nl/",
"icon": { "prefix": "fas", "icon": "globe", "placement": "left" }
},
{
"value": "[email protected]",
"ariaLabel": "Email",
"link": "mail:[email protected]",
"icon": { "prefix": "fas", "icon": "envelope", "placement": "left" }
},
{
"value": "+31 (0)85 3036840",
"ariaLabel": "Phone number",
"link": "tel:+31 (0)85 3036840",
"icon": { "prefix": "fas", "icon": "phone", "placement": "left" }
},
{
"label": "Bezoek adres",
"value": "Lauriergracht 14h",
"ariaLabel": "Phone number"
},
{
"value": "1016 RL Amsterdam",
"ariaLabel": "Phone number"
},
{
"label": "Overige",
"value": "KVK: 76741850",
"ariaLabel": "KVK",
"icon": { "prefix": "fas", "icon": "email", "placement": "left" }
},
{
"value": "BTW: NL860784241B01",
"ariaLabel": "BTW",
"icon": { "prefix": "fas", "icon": "email", "placement": "left" }
}
]
}
]
128 changes: 128 additions & 0 deletions docs/HeaderContent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
[
{
"label": "Home",
"type": "readme",
"current": {
"pathname": "/",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Catalogi.md" }
},
{
"label": "Documentatie",
"current": {
"pathname": "/components",
"operator": "includes"
},
"subItems": [
{
"label": "Architectuur",
"type": "readme",
"current": {
"pathname": "/over/us",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/profile/Architectuur.md" }
},
{
"label": "Kosten",
"type": "readme",
"current": {
"pathname": "/over/us",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Kosten.md" }
},
{
"label": "Privacy",
"type": "readme",
"current": {
"pathname": "/over/us",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Privacy.md" }
},
{
"label": "Security",
"type": "readme",
"current": {
"pathname": "/over/us",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/SECURITY.md" }
},
{
"label": "Toegankenlijkheid",
"type": "readme",
"current": {
"pathname": "/over/us",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Accessibility.md" }
},
{
"label": "Roadmap",
"type": "readme",
"current": {
"pathname": "/over/us",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/ROADMAP.md" }
}
]
},
{
"label": "Installatie",
"current": {
"pathname": "/over",
"operator": "includes"
},
"subItems": [
{
"label": "Installatie",
"type": "readme",
"current": {
"pathname": "/over/us",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Installatie.md" }
},
{
"label": "Configuratie",
"type": "readme",
"current": {
"pathname": "/over/products",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Configuraite.md" }
},
{
"label": "Naar Productie",
"type": "readme",
"current": {
"pathname": "/over/pricing",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Productie.md" }
},
{
"label": "Tests",
"type": "readme",
"current": {
"pathname": "/about/vacancies",
"operator": "equals"
},
"handleClick": { "link": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Tests.md" }
}
]
},
{
"label": "Over Open Webconcept",
"type": "external",
"current": {
"pathname": "/",
"operator": "equals"
},
"handleClick": { "link": "https://openwebconcept.nl/" }
}
]

0 comments on commit ef694c0

Please sign in to comment.