Calls to action are a vital part of the primary goals of the website to increase enrollment, build relationships and strengthen the College's fundraising efforts.
There are a variety of styles of CTAs to choose from. Please refer to this guide when deciding which style CTA to use to support your content.
For technical instruction on how to create CTAs, please visit the Patterns section of the guide.
Used for most important site goals: Apply, Visit, Request Info, Talk to a Student, Anytime we link to a form. The Button CTA is always short and scannable. It has a black hover state. In most instances, it is centered below the appropriate content.
Primary site goals = Red Button
center the button(s). One exception is on forms, where they are left aligned.
Always nested below the Button and directly related to Button. When the Button seems too overbearing and distracting this style may be used as a more subtle CTA. It can also be used next to the Button link style as a way of showing that it is not as important as the Button link.
Use the link when there are one or two primary calls to action on a page that is not one of the regular buttons listed above. Use the large red arrow link to drive people to pages that will help them experience the best of Simon’s Rock and move them through the funnel.
There is also a medium red arrow link for longer text connected to a CTA but that is not linearly connected to the rest of the copy.
This is an example of a medium red arrow link used in an Aside Box. Only use Medium Red Arrow Links in aside boxes, under images or adjacent to images.
Create a right arrow primary link that deviates from the established code pattern. Create a link with class right-arrow-primary-custom and the class will be replaced with right-arrow-primary. No other changes or insertions will be made. Use for creating links that have line breaks, such as application deadline, or other deviations. Add the font-awesome > and aria tags using source code.
<a class="right-arrow-primary-custom" href="/academy/apply-to-bard-academy/index.php"><i class="fa fa-angle-right bold" aria-hidden="true"></i> How To Apply<br/>Application Deadline: January 15</a>
XSL translates to
<a class="right-arrow-primary" href="/academy/apply-to-bard-academy/index.php"><i class="fa fa-angle-right bold" aria-hidden="true"></i> How To Apply<br>Application Deadline: January 15</a>