Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add position page #3

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

CATISNOTSODIUM
Copy link

@CATISNOTSODIUM CATISNOTSODIUM commented Oct 20, 2024

Changes

  1. Add positions route, including the main route (/positions) and its slug (/positions/[position name] e.g. positions/ui-ux-designer).
  2. Add contents (for each slug) corresponding to the design.
  3. Add @app/positions/not-found.tsx in case the user clicks on undefined routes.

Placeholders

  1. File@lib/positions/job-data.tsx: this file stores all relevant texts (title, department, semester, description, ... ) into one dictionary JobData. (It's one of the simpliest way. You can change it later if you want.)
  2. File @components/Navbar.tsx and @components/Footer.tsx
  3. File @app/positions/pages.tsx: temporarily use to display all routes from JobData (This is obviously a draft, not an actual version.)

Previews

image
image
image

@CATISNOTSODIUM CATISNOTSODIUM changed the title Position page Add position page Oct 20, 2024
@CATISNOTSODIUM
Copy link
Author

CATISNOTSODIUM commented Oct 24, 2024

Updates

I've temporarily add the landing page. (The route is \position). This can be changed later.
image

Copy link
Contributor

@nathanshew nathanshew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we try to follow the figma more closely, perhaps move the back to all roles up, make overview and application wider, and change the font of UI/UX Designer and all.

Thank you!

</form>
)
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we also have a placeholder Submit button? Thank you!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this, I'll request for a design from the designers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants