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

Jobs Page - UI #3

Open
ShaunWMusic opened this issue Feb 24, 2021 · 8 comments
Open

Jobs Page - UI #3

ShaunWMusic opened this issue Feb 24, 2021 · 8 comments

Comments

@ShaunWMusic
Copy link
Contributor

ShaunWMusic commented Feb 24, 2021

Screen Shot 2021-02-24 at 2 15 16 PM

https://www.figma.com/file/W6tGUywoSB6oFxe6nDl56J/BoroDev-Jobs?node-id=0%3A1
@ShaunWMusic
Copy link
Contributor Author

ShaunWMusic commented Feb 24, 2021

let's break this up into several different components

  • Top Nav
  • sub nav
  • side bar - menu list on left
  • main content on the right

@ShaunWMusic
Copy link
Contributor Author

Data Model:

class Job {
 title: string,
bio: string,
facebook: string,
twitter: string,
linkedIn: string,
applyLink: string,
jobType: JobTypeEnum,
xp: ExperienceEnum,
remote: boolean,
jobDescription: string,
city: string,
state: string,
company: string,
techStack: string
}

JobTypeEnum {
full-time,
part-time,
freelance,
contract,
temporary,
internship
}

ExperienceEnum {
entryLevel,
midLevel,
seniorLevel,

}

@daemyonc
Copy link
Contributor

@daemyonc
Copy link
Contributor

JobList-mobile
Mobile version

@daemyonc
Copy link
Contributor

daemyonc commented Mar 2, 2021

JobsList-Desktop-Alt1-v3

Jobs-List-Mobile-v2

Lets tweak the height of the SubNav background. See uploads.

@daemyonc
Copy link
Contributor

By the way, the NashDev Jobs page is down but I was able to find some archived versions for each portion which I will translate in the next day or so to our version.

@daemyonc
Copy link
Contributor

daemyonc commented Mar 19, 2021

Companies-Mobile-Alt1
Companies-Desktop-Alt1-v2

Mocks for Companies

@daemyonc
Copy link
Contributor

Desktop - People-v1
Mobile-People-v1
Mocks for People. I think pictures should be left out.

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

No branches or pull requests

2 participants