Skip to content

Sitemap Page#977

Merged
drubgrubby merged 10 commits intohackforla:gh-pagesfrom
ItsLaszlo:sitemap
Feb 10, 2021
Merged

Sitemap Page#977
drubgrubby merged 10 commits intohackforla:gh-pagesfrom
ItsLaszlo:sitemap

Conversation

@ItsLaszlo
Copy link
Member

@ItsLaszlo ItsLaszlo commented Jan 30, 2021

fixes #595

Created the sitemap page.
Web
Screen Shot 2021-01-29 at 3 59 07 PM
Screen Shot 2021-01-30 at 4 42 08 PM
Screen Shot 2021-01-30 at 4 42 24 PM

Mobile:
Screen Shot 2021-01-29 at 3 59 50 PM
Screen Shot 2021-01-29 at 4 00 01 PM
Screen Shot 2021-01-29 at 4 00 09 PM

This line of code needs to be changed before merged:
image

@ItsLaszlo ItsLaszlo requested review from daniellen00, daniellex0 and jbubar and removed request for jbubar January 30, 2021 05:42
@daniellex0 daniellex0 removed the request for review from daniellen00 January 30, 2021 23:34
//¿¿Is there a class for page body specifiying color, height, flex-direction?
.sitemap-page {
background: #E5E5E5;
//following figma color but this is different from the rest of the site(#f7f5f5)
Copy link
Member

Choose a reason for hiding this comment

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

This should indeed be the standard color (#f7f5f5), I'm not sure why or where that other color is in Figma!

}


//¿¿Do I need to create my own page specific class for the page cards or can I copy & paste the following notes left by Danielle?
Copy link
Member

Choose a reason for hiding this comment

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

Yes please use the page card classes that I included in the notes (if they work for you)- they will eventually be in a common shared scss file, but in the meantime these can live in your page's scss file

@ItsLaszlo ItsLaszlo requested a review from trtincher February 1, 2021 01:18
Copy link
Contributor

@trtincher trtincher 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 there is a padding issue on mobile cards (pic below)
I'm assuming it does not look like this for you based on previous pics. I'm not sure what's missing when I pull down that it looks like this for me.
Screen Shot 2021-02-01 at 8 30 55 AM


/*---------------------------
| Base Page Card
---------------------------*/
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm concerned that these base classes are not nested. My understanding is this could cause unpredictable effects on other pages.

Copy link
Member Author

Choose a reason for hiding this comment

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

Those classes are only temporarily there until @daniellex0 standardizes the page card classes. Do you believe it will still be an issue if I leave it as is until the classes get standardized?

@daniellex0
Copy link
Member

daniellex0 commented Feb 3, 2021

@martham0 the page is looking fantastic, great job- it's so close!

I have some CSS edits and it's easiest for me to communicate them via Figma if that's ok, so I wrote them down with screenshots to the the right of the my previous notes on the sitemap page Figma file. Yes even more of my crazy notes, sorry! Let me know if you have any questions or if any of them don't make sense..

@ItsLaszlo
Copy link
Member Author

The page has been updated with the edits mentioned above. Please look it over once more and let me know if you have any comments on the page @daniellex0 @trtincher.

Thanks, Danielle for the extra notes/pictures on Figma. They were really helpful.

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.

Wow this looks perfect, good job!! 🙌

My only nit-picky edit (I'm so sorry to do this) is that in mobile the paragraph text should be max-width 300px (it's currently 311px - this is the case on some other pages devs are working on right now so this might be some kind of bigger issue..). Is there any way to make the paragraph text max 300px width in mobile? I'm really sorry, I know this seems very minor but it affects legibility in mobile when the text is too close to the margins, and a few pixels make the difference.. but this is literally the ONLY edit I see, otherwise it's all fantastic.

@ItsLaszlo
Copy link
Member Author

Updates have been made @daniellex0 . Thanks for the notes!

image

@drubgrubby drubgrubby self-requested a review February 7, 2021 19:19
Copy link
Member

@drubgrubby drubgrubby left a comment

Choose a reason for hiding this comment

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

@martham0 - Really nice work! This page looks great. I just have a couple of small comments and then we're ready to merge.

@@ -1,6 +1,6 @@
.header-container {
background: #fff;
padding: 40px;
Copy link
Member

Choose a reason for hiding this comment

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

The class ".header-container" is used on other pages (about-us, events, getting started). If you make a change here it will impact all of those pages. I'm sure at some point Danielle will re-vamp all of the container classes, but in the meantime it seems better not to change the padding here, but to put a second class in "_sitemap.scss" that modifies this.

.header-container--sitemap {
     padding: 64px;
}

Or you could move the class to sitemap.scss and nest it to limit it's scope.

Copy link
Member

Choose a reason for hiding this comment

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

As I get further in I see that you already have that class with the changed padding, so you can change this class back to what it was originally. (If you use it as .header-container somewhere else that I haven't gotten to yet, then use the above suggestion to make a secondary class for that.

sitemap.html Outdated
---
<!-- Header banner -->

<div class=" header-container--sitemap">
Copy link
Member

Choose a reason for hiding this comment

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

There's an extra space after the quote, before the class name. (Nitpicky, yes, but while you're in there you might as well clean that up.)

sitemap.html Outdated
our team.
</p>

<a href="https://github.com/hackforla/website/wiki"><button class="btn btn-primary btn-md-long-2">Check out
Copy link
Member

Choose a reason for hiding this comment

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

I'm assuming that we want these buttons to open in a new tab. (@daniellex0)

Copy link
Member

Choose a reason for hiding this comment

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

@drubgrubby @martham0 Yeah, that would be great!

sitemap.html Outdated
a GitHub account to open an issue. If you don’t have one,
you can always use the buttons on our Join page.
</p>
<a
Copy link
Member

Choose a reason for hiding this comment

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

I'm assuming that we want these buttons to open in a new tab. (@daniellex0)

@daniellex0
Copy link
Member

@martham0 Visual review done, looks fantastic! 👍

@ItsLaszlo
Copy link
Member Author

Changes made and ready to deploy.

#595 (comment)

@drubgrubby drubgrubby merged commit cf8a159 into hackforla:gh-pages Feb 10, 2021
@ItsLaszlo ItsLaszlo deleted the sitemap branch February 16, 2021 18:22
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.

Create sitemap for HfLA site

4 participants