Implementing the Contact Us section
We will now create a Contact Us section that can easily be modified and reused for our Single Page Portfolio website.
What will the Contact Us section contain?
The Contact Us section will be very similar to the previous Richman and Bueno examples, but it can easily be adapted to the other website styles.
The Contact Us section will consist of the following elements:
- Name input using a single line input field
- Email address input using a single line input field
- Message/description input using a multiline input field
We will incorporate many of the techniques covered in previous chapters, including the awesome grid system, courtesy of Bootstrap. Before moving on with this chapter, I would recommend checking out all the examples we discussed previously and resizing the web browser to see how they react to responsive design.
Creating the Contact Us section container
First let's implement a simple container that will hold our contact form. We will then use this to link...