-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create Give Page #220
Create Give Page #220
Conversation
Probably gonna find logos for each of these and a blurb from each...
Thanks. We;ll probably adjust the copy on the HG Labs page, but what we have is fine for now. I'll ping the other folks involved for feedback on the text snippets as they relate to their orgs. |
If that creates an unnecessary bottleneck, I can just remove that and adding blurbs can become a smaller PR. |
To @zach2825's point, this is highly specific to the Give page, so better to nest this.
This uses Blade components and moves the new row/column styles into the primary sheet so they can be used elsewhere. Added a note for what can be done later when a wider selection of max columns per row is necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to find this again. But with this syntax, Blade components can automatically accept classes from the outer markup, like in give.blade.php where you'll find these lines:
<x-flex-row class="w-100">
In these cases, the default and external classes will combine.
(edit: realizing late that it might've made more sense to attach this to the other component template...)
margin-top: calc(var(--gap) / 4); | ||
} | ||
|
||
@at-root { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will allow the default .flex-row-column
styles to apply only to the column while also applying the width calculation as it relates to the parent row selector.
I also forgot to account for mobile devices previously, but this is at least a bit friendlier to them.
@JSn1nj4 no rush, but I figured to check in and see if we're feeling comfortable, or close to comfortable, about the state of this PR after the comments from Matt, Bogdan, and Zach. It doesn't seem the organizers of the initiatives had much feedback on changing the existing text, so we can go live and always change the verbiage later once it's live people feel more compelled to share their feedback. |
I think it's good to go. |
@JSn1nj4 I see we have some default HTML title and meta descriptions in resources/views/give.blade.php Let's update those to Meta Description |
@allella those are updated. I also brought back the summary paragraph that I originally had commented out on the page as a placeholder. Figured the meta description would make a good page summary. Does that sound alright? |
I'm not sure how everyone feels about grabbing text snippets from the third-party sites to fill the gaps a bit, but I wanted to do it at least for this screenshot.
It's the ones outlined in red:
![image](https://private-user-images.githubusercontent.com/5084820/300152839-3ad1691c-0986-4556-836a-e4fc795736f5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzQwODUsIm5iZiI6MTczOTE3Mzc4NSwicGF0aCI6Ii81MDg0ODIwLzMwMDE1MjgzOS0zYWQxNjkxYy0wOTg2LTQ1NTYtODM2YS1lNGZjNzk1NzM2ZjUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDc0OTQ1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTZhNTAxZDkwZjBjYWM2Yzk1NjQ1MDRiOTkzNjg1Y2U0NTFkMjVhZmQ5YTM0Y2FmMjU0MjNmNmI0MjViYzI0YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.adZLjIYzfLW9ULUG-xKSM3k_ryI5Cqf6kF71g40dCdM)
If something like that is iffy, I'll go ahead and remove those blurbs for now.
Closes #161