Aplio
Hugo
Career Page

Career Page

Career Page Hero

To customize the data in the Hero section, you can modify the following properties in the content/career/_index.md file. In the content/career/_index.md customize the following data:

hero:
  - title : 'Become a part of <br> the aplio team'
    tagline: Career Page
    details:

Career Details

To customize the data in the Hero section, you can modify the following properties in the content/career/_index.md file. In the content/career/_index.md, change the follwoing data:

careerBanner: "images/about/career.png"
careerHeading: Join a committed community driven by shared enthusiasm
careerDetails: >
    Lorem ipsum dolor sit amet consectetur. Nullam blandit dui gravida aliquam enim eu. Adipiscing viverra vulputate curabitur est.
    <br><br>
    Morbi lorem proin morbi tempor risus. Nisl lobortis diam id faucibus pretium vitae suspendisse sed accumsan. Sodales morbi tristique elit cursus gravida. Ullamcorper commodo eget pulvinar pretium. Condimentum rhoncus commodo amet nec auctor nibh vel mi blandit.
    <br><br>
    Neque ultrices nunc condimentum morbi risus tincidunt. Vel arcu lacus non ornare. Porttitor in rhoncus magna augue adipiscing.Ullamcorper commodo eget pulvinar pretium. Condimentum rhoncus commodo amet nec auctor nibh vel mi blandit.

Career Features

To update about Features Data, change the following data in the content/career/_index.md file.

  FeaturesData:
  - iconLight: '/images/about/passion.svg'
    iconDark: '/images/about/passion-dark.svg'
    title: 'Our Passion'
    desc: The prevailing view asumed lorem ipsum was born as nonsense text.
 
  - iconLight: "images/about/transparency.svg"
    iconDark: '/images/about/transparency-dark.svg'
    title: 'Transparency'
    desc: 'The prevailing view asumed lorem ipsum was born as nonsense text.'
 
  - iconLight: '/images/about/mission.svg'
    iconDark: '/images/about/mission-dark.svg'
    title: 'Our Mission'
    desc: 'The prevailing view asumed lorem ipsum was born as nonsense text.'

Career list

All the career list data are generated from content/career folder. To create a career post on Aplio, you need to create a Markdown (.md) file inside the content/career folder. Each .md file will generate a new career post page, and a list of these files will be displayed on the career list page. By clicking on the title of a career or the "Read More" button, users can navigate to the respective career details page.

Here's how you can create your first career post:

  1. Create a new file at content/career/marketing-lead.md.
  2. Add the following front matter at the beginning of the file:
---
title: Marketing Lead
expirationDate: January 20, 2024
shortDesc: The prevailing view asumed
jobType: Remote
location: New York
address: 2464 Royal Ln. Mesa, New Jersey 45463
salary: $170 - $200
experience: 4
qualification: Bachelor Degree
skills: ['App', 'Design', 'Support', 'UI/UX', 'Brand']
---
 
## Job Description
 
Lorem ipsum dolor sit amet consectetur. Nullam blandit dui gravida aliquam enim eu. Adipiscing viverra vulputate curabitur est.
 
Morbi lorem proin morbi tempor risus. Nisl lobortis diam id faucibus pretium vitae suspendisse sed accumsan. Sodales morbi tristique elit cursus gravida. Ullamcorper commodo eget pulvinar pretium. Condimentum rhoncus commodo amet nec auctor nibh vel mi blandit.
 
Neque ultrices nunc condimentum morbi risus tincidunt. Vel arcu lacus non ornare. Porttitor in rhoncus magna augue adipiscing.
 
### The Work You’ll Do:
 
Morbi lorem proin morbi tempor risus. Nisl lobortis diam id faucibus pretium vitae suspendisse sed accumsan. Sodales morbi tristique elit cursus gravida. Ullamcorper commodo eget pulvinar pretium. Condimentum rhoncus commodo amet nec auctor nibh vel mi blandit.
 
Neque ultrices nunc condimentum morbi risus tincidunt. Vel arcu lacus non ornare. Porttitor in rhoncus magna augue adipiscing.
 
- Manage your time so you’ll get more done in less time
- Cut expenses without sacrificing quality
- Attract and retain quality, high-paying customers
 
### What you’ll bring:
 
Neque ultrices nunc condimentum morbi risus tincidunt. Vel arcu lacus non ornare. Porttitor in rhoncus magna augue adipiscing.
 
- Manage your time so you’ll get more done in less time
- Cut expenses without sacrificing quality
- Attract and retain quality, high-paying customers
 
### Benefits:
 
Neque ultrices nunc condimentum morbi risus tincidunt. Vel arcu lacus non ornare. Porttitor in rhoncus magna augue adipiscing.
 
- Manage your time so you’ll get more done in less time
- Cut expenses without sacrificing quality
- Attract and retain quality, high-paying customers
 
 

Save the file after adding your desired content.

Career List Page

The Career list page fetches data from the .md files located in the content/careerfolder. It displays a list of career posts based on these files. To add more career posts, create additional .md files following the same structure as described above.

The career list page will automatically retrieve the necessary details.