We will now create a Contact Us section that can easily be modified and reused for our Single Page Portfolio website.
Implementing the Contact Us section
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...