Commit f88e60f3 authored by Sven Franck's avatar Sven Franck

data: added application to home page

parent 8467afee
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
}, },
"children": [ "children": [
{"type": "item", "left": [{"type": "icon", "icon": "search"}], "href": "#job_posting_module", "center": [{"type": "h1", "text": "Browse Job Postings", "text_i18n": "global_dict.postings"}, {"type": "p", "text": "Search through the list of available job offers.", "text_i18n":"global_dict.postings_info"}]}, {"type": "item", "left": [{"type": "icon", "icon": "search"}], "href": "#job_posting_module", "center": [{"type": "h1", "text": "Browse Job Postings", "text_i18n": "global_dict.postings"}, {"type": "p", "text": "Search through the list of available job offers.", "text_i18n":"global_dict.postings_info"}]},
{"type": "item", "left": [{"type": "icon", "icon": "clipboard"}], "href": "#cv_module", "center": [{"type": "h1", "text": "Submit CV", "text_i18n": "global_dict.cv"}, {"type": "p", "text": "You can also apply directly through a job posting.", "text_i18n":"global_dict.cv_info"}]} {"type": "item", "left": [{"type": "icon", "icon": "clipboard"}], "href": "#cv_module", "center": [{"type": "h1", "text": "Submit CV", "text_i18n": "global_dict.cv"}, {"type": "p", "text": "Generate and manage your CVs.", "text_i18n":"global_dict.cv_info"}]},
{"type": "item", "left": [{"type": "icon", "icon": "edit"}], "href": "#application_module", "center": [{"type": "h1", "text": "Apply for a Job", "text_i18n": "global_dict.apply_job"}, {"type": "p", "text": "Monitor the status of your application", "text_i18n": "global_dict.application_info"}]}
] ]
} }
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment