-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add About landing page #171
Conversation
7bb8314
to
4effcb2
Compare
Nice! A couple things:
|
c8a9703
to
53f466a
Compare
Weird, the pattern builder generated the template as |
Yeah good spotting. I found that at certain sizes the large numbers didn't fit alongside the wider columns so I decided to make them consistent with the other sections above (40/60) |
Updated in 8b36d9e |
50fcbcf
to
e12ba2d
Compare
Looks good, I like Plex over Courier, but I'll let Marko chime in once has a chance. We need to update the pencil strokes per some feedback: The vectors are in this figma, and can be exported as PNGs or SVGs, let me know what works best. I'm not entirely sure about the pencil strokes further down the page, we can probably omit them from now and include only those at the top as a starting point. What do you think? |
Yeah I'm not 100% sure about the positioning of them (mission swirl seems a little random, and four freedoms touches the text), but I quite like the idea of including them further down. |
e12ba2d
to
c3ea230
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Looks good! Nice. |
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.
Looks good - some questions about the code but nothing huge/blocking.
*/ | ||
|
||
?> | ||
<!-- wp:wporg/global-header /--> |
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.
Does this create duplicate header & footer on the page? The header & footer are added in the page template too.
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.
Good catch, it doesn't seem to, but I'll remove it
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.
Done in 75634c2
|
||
@media (min-width: 1200px) { | ||
.wporg-about-cover-title { | ||
margin-block-end: -42px !important; |
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.
I know GB uses logical properties, but I don't think we've used them yet — should we be concerned about browser support?
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.
Could you add a note about where this number comes from?
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.
should we be concerned about browser support?
Good question! Looks ok https://caniuse.com/?search=margin-block-end
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.
Could you add a note about where this number comes from?
Done in ea616fc
|
||
@media (min-width: 600px) { | ||
.wporg-about-cover-title { | ||
margin-block-start: -30px !important; |
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.
Can you use the spacing values for these numbers?
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.
Done in ea616fc
d5e8a00
to
ea616fc
Compare
I think this is key. I guess I was trying to restrict the usage to certain blocks but that's less important.
If we are treating that as our font library rather than |
bb64440
to
0a02aba
Compare
@@ -131,19 +131,19 @@ | |||
<!-- wp:column --> | |||
<div class="wp-block-column"><!-- wp:list {"className":"is-style-links-list"} --> | |||
<ul class="is-style-links-list"><!-- wp:list-item --> | |||
<li><a href="https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/"><?php _e( 'WordPress courses ↗', 'wporg' ); ?></a></li> | |||
<li><?php _e( '<a href="https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/">WordPress courses ↗</a>', 'wporg' ); ?></li> |
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.
I don't think these strings should be changing. I think it's a result of the parser changes? In any case, the link tag itself doesn't need to be translated.
I think it would be fine if you drop the changes to these other, non-about patterns, and then iterate on the parser along with the tests PR #181 so that these don't change.
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.
Ah yes this was based on trunk not the parser branch, thanks for that. Now updated and I'll drop the changes to other files in that PR.
22e6f72
to
406e4c2
Compare
0a02aba
to
1d578b7
Compare
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.
Page and styles look good to me 👍🏻
1d578b7
to
60c83e6
Compare
Added Courier Prime and brushstrokes @marko-srb I'm going to merge and deploy the draft pages this afternoon and we can iterate more during final review phase. |
Closes #148
Props @tellyworth for initial content
Note that the design uses Courier Prime for the monospace serif font, but our theme has 'IBM Plex Mono', so that's what I'm using for now. I have notified design.
Screenshots
How to test the changes in this Pull Request:
/about-2