Skip to content

Standardize events page 1125#1377

Merged
akibrhast merged 6 commits intohackforla:gh-pagesfrom
erikaBell:standardize-events-page-1125
Apr 10, 2021
Merged

Standardize events page 1125#1377
akibrhast merged 6 commits intohackforla:gh-pagesfrom
erikaBell:standardize-events-page-1125

Conversation

@erikaBell
Copy link
Member

@erikaBell erikaBell commented Apr 8, 2021

Fixes 1125
Fixes #1125
I also added variable $color-gold: #F2C94D, to our _colors.scss file

And repaired all colors that weren't using our variables

  • #000000 became $color-black
  • #FFFFFF became $color-white
  • #FA114F became $color-red
Events Page: Banner full length & Icon + Pink Arrow have spacing Screen Shot 2021-04-07 at 8 09 36 PM

@erikaBell erikaBell requested a review from daniellex0 April 8, 2021 03:21
@erikaBell erikaBell requested a review from akibrhast April 8, 2021 21:14
Copy link
Member

@akibrhast akibrhast left a comment

Choose a reason for hiding this comment

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

LGTM. Feel free to merge if everything is good on your end @daniellex0

Copy link
Member

@daniellex0 daniellex0 left a comment

Choose a reason for hiding this comment

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

Just added one note about a missing semicolon but otherwise everything looks good, great job!

float: left;
transition: transform 0.25s ease-in;
color: #000000;
color: $color-black
Copy link
Member

Choose a reason for hiding this comment

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

I think there is a ";" missing after the $color-black here :)

Copy link
Member Author

Choose a reason for hiding this comment

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

good catch

@erikaBell erikaBell requested a review from daniellex0 April 10, 2021 02:45
@daniellex0
Copy link
Member

Great, btw thanks for detailing all the changes you made above @erikaBell ! Looks good to go 👍

@daniellex0
Copy link
Member

(PS it might be good to change the text to Fixes #1125 (written exactly like that- even though I like 'fixies' lol) because that apparently will cause #1125 to automatically be closed when this PR is merged :) )

@akibrhast akibrhast linked an issue Apr 10, 2021 that may be closed by this pull request
4 tasks
@akibrhast akibrhast merged commit e0ae90c into hackforla:gh-pages Apr 10, 2021
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.

Standardize Events page: add section container without restricting banner

3 participants