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

Volunteer Section #144

Merged
merged 4 commits into from Aug 4, 2020
Merged

Volunteer Section #144

merged 4 commits into from Aug 4, 2020

Conversation

cheshireoctopus
Copy link
Collaborator

Overview

Implements the "Volunteer" section of the CFD website as described in the Figma for desktop and mobile :

image

@cheshireoctopus cheshireoctopus linked an issue Jul 22, 2020 that may be closed by this pull request
@@ -2,6 +2,22 @@

footer {
color: $navy;

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Had to scope these styles within footer as they were impacting global scope.

Realizing now this file is indented with tabs while the other .scss files are indented with spaces. Should I use this PR to change the indentation here?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think added this change on this PR will be fine. I will send back with this request.

@@ -131,6 +131,22 @@ p {
color: $navy;
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Okay to add these styles to the global scope?

Here is how the a renders:

image

and here is how .button-link renders:

image

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, adding that style to the global scope is perfect.

@cheshireoctopus cheshireoctopus self-assigned this Jul 22, 2020
@cheshireoctopus cheshireoctopus added the In Review issue is completed pending review label Jul 22, 2020
Copy link
Collaborator

@rhyn0bytes rhyn0bytes left a comment

Choose a reason for hiding this comment

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

Looks like the styles have been updated already. I think this is perfect to merge.

@@ -131,6 +131,22 @@ p {
color: $navy;
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, adding that style to the global scope is perfect.

@rhyn0bytes rhyn0bytes merged commit a9f51d3 into convert-to-jekyll Aug 4, 2020
@cheshireoctopus cheshireoctopus deleted the volunteer-section branch August 4, 2020 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In Review issue is completed pending review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Volunteer section
2 participants