Brand new site with B4

Hi all, this is my latest build taking advantage of Blocs 4 features.

Hope you enjoy!

7 Likes

Would a beautifully designed website, Excellent work! :slight_smile:

1 Like

Beautiful site, contains an error in the demo form. I would like to test this demo.

1 Like

That captcha was inserted later by the client, I will tell him.
Thanks

1 Like

Congrats looks nice, the “SALY 3D Illustration Pack” that you used provides a nice visual. You should consider properly populating your alt texts as virtually all still have “placeholder image” in place.

alt-text

1 Like

In fact, it helps a lot in the SEO of the page and website. I’m still dragging in English, I’m not fluent, using google translator can help (sometimes), but not always. thanks for understanding.

1 Like

Alt Tags - are also the first step in web accessibility. I might be mistaken but it does not appear that the Blocs Plus — | — SEO Helper offers the audit of Alt Tags?

1 Like

Superbo! Looks brilliant.

1 Like

Cool clean design! Good work!!

1 Like

Great job; nice styling!!

1 Like

nice site, id like to know how you got your contact form to come up like that, love the way it darkens and blurs the background making the form stand out. how is this done please?

1 Like

Thank you, the form just simply has a scroll fx from the bottom. The larger is the content, the bigger will be this effect. In this case it fits fine.
For the modal used this code:

<style>
.modal {
background:rgba(0,0,0,.7);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
</style>

Just change the blur and the background color and transparency