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

Home Page redesign #95

Closed
wants to merge 45 commits into from
Closed

Home Page redesign #95

wants to merge 45 commits into from

Conversation

machikoyasuda
Copy link
Member

@machikoyasuda machikoyasuda commented Jul 27, 2023

closes #65

What this PR does

  • Implements new design for Home Page, Footer
  • Adds design fixes to: Job Posting page, some basic alignment to Jobs page

Home Page

image image image

Layouts

  • Adds the ability to declare classes on the <body> element from a layout
  • Adds the posting class to the <body> element on job post pages

Job Postings

  • Correct the margin-top and margin-bottom of the main element on the page, for both Desktop and Mobile.
  • Add the correct margin/padding bottom to the <h1> on the page.
  • Declare the <h2>s on the page to actually use styles from .h3, so it matches the designs.

Jobs

CSS refactors

  • Adds CSS Variables for colors

  • Adds overrides Bootstrap's CSS Variables https://getbootstrap.com/docs/5.2/components/buttons/#variables for btn, btn-primary, btn-outline-primary

  • Start the Style Guide

  • Headlines

  • Create classes for .h1-.h5, along with regular style declarations for h1-h5 elements.

  • Use calc(##rem / 16) style for font sizes

Font families

  • Declare overrides for certain Bootstrap CSS Variables: bs-font-sans-serif, bs-font-monospace
  • Correct spelling of a class - It's sans-serif not san-serif. Sans means "without" in French. So it's "without serifs".

Colors

  • Adds Bootstrap overrides for body colors, border-light
  • Removed colors not used
  • Teal is now called Cyan

Things that actually changed colors from this PR, aside from variables:

  • Background color is now darker. Color changed from #262626 to #1c1c1c
  • Text on the homepage changed from #01B4CB to #51B1C7

Buttons

  • btn btn-primary
  • btn btn-primary disabled
  • btn btn-outline-primary
  • btn btn-outline-primary disabled
image
  • btn btn-primary in focus
image

@machikoyasuda machikoyasuda self-assigned this Jul 27, 2023
@netlify
Copy link

netlify bot commented Jul 27, 2023

Deploy Preview for compilerla ready!

Name Link
🔨 Latest commit 979fe07
🔍 Latest deploy log https://app.netlify.com/sites/compilerla/deploys/64c8091f215f7c0008ef66ce
😎 Deploy Preview https://deploy-preview-95--compilerla.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@machikoyasuda machikoyasuda added the dev A task for a dev to work on label Jul 27, 2023
Comment on lines +4 to +10
--brand-primary-green: #88B440;
--brand-primary-cyan: #51B1C7;
--brand-primary-black: #1C1C1C;
--brand-primary-gray: #ECEDED;
--brand-primary-white: #FFFFFF;
--brand-scales-gray-4: #545454;
--text-black: #1C1C1C;
Copy link
Member Author

Choose a reason for hiding this comment

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

styles/base.css Outdated Show resolved Hide resolved
@machikoyasuda machikoyasuda changed the title Colors, Buttons and Style Guide WIP: Home Page - Colors, Type, Buttons, Style Guide Jul 28, 2023
@machikoyasuda machikoyasuda marked this pull request as draft July 28, 2023 04:54
@machikoyasuda machikoyasuda changed the title WIP: Home Page - Colors, Type, Buttons, Style Guide Home Page - Colors, Type, Buttons, Style Guide Jul 28, 2023
@machikoyasuda machikoyasuda marked this pull request as ready for review July 28, 2023 06:20
@machikoyasuda
Copy link
Member Author

I decided it was easier to review this all in 1 PR, rather than scattered across 4-5 PRs :)

Copy link
Member

@thekaveman thekaveman left a comment

Choose a reason for hiding this comment

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

I decided it was easier to review this all in 1 PR, rather than scattered across 4-5 PRs :)

I disagree. This PR is massive and focuses on way more than the Home page / colors.

#82 is our priority for right now. I'm not sure why #49 was folded in here as well, that one was not prioritized for dev work on the Project board.

Please focus PRs on one issue at a time.

@machikoyasuda machikoyasuda changed the title Home Page - Colors, Type, Buttons, Style Guide Home Page redesign Jul 31, 2023
@machikoyasuda machikoyasuda removed this from the Careers & Job Page (phase 2) milestone Aug 23, 2023
@machikoyasuda machikoyasuda deleted the feat/37-colors-only branch September 26, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev A task for a dev to work on
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Development work for Home page
2 participants