Commit 82da11cb authored by Sven Franck's avatar Sven Franck

data: fixed company sample and added job posting routing module

parent b7872470
[
{
"_id":"001",
"_id":"comp001",
"company_about": "Markit on Demand, Inc. has been in business for almost 20 years. Headquartered at the base of the Rocky Mountains in Boulder, Colorado, Markit On Demand has over 400 employees that are focused on the design, development and hosting of financial web sites, reports, and tools. We deliver innovative, high quality products to help our clients and their customers visualize, manipulate and understand complex financial information. Our compelling, presentation-rich services for financial professionals and individual investors have won acclaim for our clients, many of whom rank at the top of the Gomez and Forbes awards. Our products are custom designed for each client, completely private-labeled, and fully integrated into the client’s other offerings.",
"logo_url": "img/markit_logo.jpeg",
"company_screenshot_url": "img/markit.jpeg",
......@@ -16,7 +16,7 @@
"company_postal_code": "80301"
},
{
"_id":"002",
"_id":"comp002",
"company_about": "\nAdAgility is a Waltham based media and technology company that is developing a next generation technology for ecommerce sites to better monetize their transactional paths online and via mobile.\n\nThis is a unique opportunity to join a world-class team at the critical early stage of our evolution. The platform exists and now we need to continue to build out the differentiating capabilities and technologies that will allow us to scale and win!",
"logo_url": "img/adagility.jpeg",
"company_screenshot_url": "img/adagility_workplace.jpg",
......@@ -32,7 +32,7 @@
"company_postal_code": "02451"
},
{
"_id":"003",
"_id":"comp003",
"company_about": "\nFamous Interactive is a full-service digital shop in beautiful downtown Culver City. We do a wide range of work including microsites, Facebook apps, mobile apps, portals, social media campaigns and stuff that’d be impossible to categorize. We work with great brands – AT&T, DreamWorks, Michelin, Lexus, Cisco, Google, Nestle, 2K, NFL and many others. Our company is made up of passionate all-stars for whom work is a hobby and never a chore. We are looking for people with the drive, motivation and talent to succeed in a fast-paced environment with an open structure.\n\nIn addition to our awesome and talented staff, we offer a casual work environment, a kitchen filled with complimentary snacks and drinks, bi-weekly breakfasts, monthly BBQs/pizza parties, employee birthday celebrations, games such as pool, shuffleboard, and ping pong, and much more.",
"logo_url": "img/famous_logo.jpg",
"company_screenshot_url": "img/famous.jpg",
......
{
"property_dict": {},
"children": [
{
"generate": "widget",
"type": "page",
"property_dict": {
"title": "Job Postings",
"title_i18n": "portal_type_dict.job_posting_dict.text_dict.postings",
"theme": "slapos-white"
},
"view_dict": {
"default": [
{"href": "company_dump"},
{"href": "job_posting_overview"}
]
}
}, {
"generate": "widget",
"type": "page",
"property_dict": {
"title": "Job Details",
"title_i18n": "portal_type_dict.job_posting_dict.text_dict.details",
"theme": "slapos-white"
},
"view_dict": {
"default": []
}
}
]
}
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