My latest portfolio build with awesome Webflow

Hi Webflow friends, i’m really excited to show you my first draft of my new portfolio build totally in Webflow. This is my 6th website build in WF. I have seek for the latest trend in Web Design and i’ve successfully implemented everything that I wanted. Cool!!

You can preview it here :
http://bauhem2014.webflow.com/



Let me know what you think about it.

Thanks

6 Likes

Hello @gosselin07,

Great work :slight_smile: Just curios about video in first slide, how you do it? or its a new option in webflow and dont see it.

Cheers

Hi Deni, thanks for your comment. For the video in the first slide, i have simply added id=“video_background” in an Video Embed Widget directly in the first slide like this:

<video id="video_background" autoplay="true" loop="loop" muted="muted" volume="0" poster="http://bauhem.cloudvent.net/images/image-poster-video.jpg" z-index: -1;">  
  <source src="http://bauhem.cloudvent.net/images/Beach.mp4" type="video/mp4" />
  <source src="http://bauhem.cloudvent.net/images/Beach.webm" type="video/webm" />
</video> 

And i have added custom code like this:

#video_background {
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}

The preview is not great in Webflow, but everything is fine online

1 Like

Hey Gosselin07 very nice company website. It’s big and vibrant, it yells simple things, it’s refined, I like it.

Many Frenchs on Webflow forum I see : )

D’ailleurs j’ai du mal à lire le slogan… Pourquoi y a t’il un “et” dans "Studio de création différent et au Saguenay–Lac-Saint-Jean. ?

Bravo.

Hi thanks Vincent :smile:

Je considère que d’être situé au Lac-Saint-Jean est un avantage et un point important de notre branding. Cette région est particulièrement généreuse et naturelle, ce qui augmente mon niveau de créativité. Je devrais plutôt ajouter “et situé au” Je suis encore à ajuster les textes. Merci pour la remarque.

Wow, looks great !

Can you provide any insight on how you did your main menu/navigation overlay within Webflow?