So there are a number of different ways we can approach our contact section. The two biggest functional differences will be deciding if you want to have a contact form that users fill out on your website, or a mail to link which opens the user's email client when clicked on. Originally, I preferred a contact form because it looked good. However, I was getting a lot of anonymous messages in spam through this method, so I decided to switch to a mail to link instead. The other benefit of this is that you can just have a video background with an h1 with your mail to link. It simplifies a lot in terms of development.
When you're making a contact form, you have more coding in HTML and CSS. And then you need to code the back end functionality to actually make it send an email to you. So for this project, we're going to stick to a mail to for simplicity sake. But I'm going to show you a few different ways to present this. So starting off, we're going to create a mail to h1 with a custom font. And then we can either use a full image or video as a background.
And then the third option will be to actually make a business card mock up. So I'm going to show you how to do all three of these different versions. All right, I'll see you in the next one.