forked from id-sk/id-sk-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/IDSKRP-160-WP-na-IDSK-web
- Loading branch information
Showing
47 changed files
with
3,018 additions
and
449 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
{% extends "layout.njk" %} | ||
|
||
|
||
{% block header %} | ||
{% from "../../../src/idsk/components/header-web/macro.njk" import idskHeaderWeb %} | ||
{{ idskHeaderWeb({ | ||
headerType: "website", | ||
brand: { | ||
gestor: true, | ||
languages: [ | ||
{ | ||
text: "Slovenčina", | ||
selected: true, | ||
link: "#" | ||
}, | ||
{ | ||
text: "Deutsch", | ||
link: "#" | ||
}, | ||
{ | ||
text: "English", | ||
link: "#" | ||
}, | ||
{ | ||
text: "Español", | ||
link: "#" | ||
} | ||
] | ||
}, | ||
|
||
main: { | ||
logoSrc: "/public/assets/images/header-web/logo-mirri-farebne.svg", | ||
title: "IDSK SK", | ||
loginButton: true, | ||
profileButton: true, | ||
secondaryButton: false | ||
}, | ||
|
||
search: true, | ||
|
||
navBar: { | ||
navigation: [ | ||
{ | ||
text: 'Občan', | ||
submenu: [ | ||
{ | ||
link: '#1', | ||
text: 'Eurofondy' | ||
}, | ||
{ | ||
link: '#2', | ||
text: 'Regionálny rozvoj' | ||
}, | ||
{ | ||
link: '#3', | ||
text: 'Informatizácia' | ||
}, | ||
{ | ||
link: '#4', | ||
text: 'Investície' | ||
} | ||
] | ||
}, | ||
{ | ||
text: 'Podnikateľ', | ||
submenu: [ | ||
{ | ||
link: '#1', | ||
text: 'Eurofondy' | ||
}, | ||
{ | ||
link: '#2', | ||
text: 'Regionálny rozvoj' | ||
}, | ||
{ | ||
link: '#3', | ||
text: 'Informatizácia' | ||
}, | ||
{ | ||
link: '#4', | ||
text: 'Investície' | ||
}, | ||
{ | ||
link: '#3', | ||
text: 'Informatizácia' | ||
}, | ||
{ | ||
link: '#4', | ||
text: 'Investície' | ||
} | ||
] | ||
}, | ||
{ | ||
link: '#3', | ||
text: 'Dôchodca' | ||
}, | ||
{ | ||
link: '#4', | ||
text: 'Elektronické služby' | ||
}, | ||
{ | ||
link: '#5', | ||
text: 'Inovácie' | ||
} | ||
] | ||
}, | ||
|
||
banner: { | ||
text: "Nová verzia ID-SK Frontend nahradzuje pôvodnú verziu." | ||
} | ||
}) }} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{% from "../../../../src/idsk/components/intro-block/macro.njk" import idskIntroBlock %} | ||
{{ idskIntroBlock({ | ||
sideMenu: [ | ||
{ | ||
item:"O Eurofondoch", | ||
href:"#"}, | ||
{ | ||
item:"Aktuality", | ||
href:"#" | ||
}, | ||
{ | ||
item:"O Ministerstve", | ||
href:"#" | ||
}, | ||
{ | ||
item:"Aktuálne výzvy", | ||
href:"#" | ||
}, | ||
{ | ||
item:"Dokumenty", | ||
href:"#" | ||
}], | ||
classBackground: "app-pane-grey", | ||
searchEnabled: true | ||
})}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.