Another Bricks site. It's a Consulting Website

Would love to receive some feedbacks.
the website is in staging right now.
https://robincookeconsulting.tempurl.host/

This is a project for an ECE (early childhood education) consultant. Preschools and organizations hire her to train their staff on how to work with children and how to get certifications in ECE

The client wanted a website that doesn’t look too childish and so I tried building something.
Let me know if you have any feedback.
Also, I am open to any freelance opportunities.
Thanks

4 Likes

Looks fantastic! Nice work - my only quirk is the image hover animation “rotate”. I sometimes think these feel odd. Perhaps try just zoom on hover.
Everything else is fun, clean and awesome!

Nicely done, looks great!

Thanks for the feedback. But the client actually loved it. Therefore I can’t change it but thanks anyway

Hi

looks good.

The only small critic I have is that the menu items in the header as well as the ones in the footer show (for a few seconds) a red (header) or white (footer) dashed frame / line around it when selected.

Maybe this is wanted? I don’t know. Anyway, looks to me like you can get rid of that via CSS if you wanted to (see CSS code below).

Good Job.

Patric

a:active, a:focus, li:focus, li:active {
    outline: none !important;
    border: none !important;        
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}

Yeah, thanks. I know. I forgot to give outline none. Thanks. Also, there should be an option in the builder to not show the outline. It doesn’t look good.
Or if there is any other way to disable outline other than custom CSS I’d like to know.
Thanks

That outline is for accessibility purposes. You can use this CSS to show outline only for keyboard users.

  body.bricks-is-frontend :focus {
    outline: none;
  }
    
  body. bricks-is-frontend :focus-visible {
    outline: thin dotted currentColor;
  }
3 Likes

Nice font pairing too.

Hey man, thanks for this. the site has been transferred to the agency but I’ll let him know about this.

Thank You. I appreciate it

The website looks great. the only thing I’d like to add is that it doesn’t have a favicon.